Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Fixed scope declaration for theme in directive
Browse files Browse the repository at this point in the history
?= is not a valid property setting. Using =? instead.
  • Loading branch information
iambrosi committed Jan 9, 2015
1 parent bd219bd commit b79462c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
scope: {
response: '=?ngModel',
key: '=',
theme: '?=',
theme: '=?',
onCreate: '&',
onSuccess: '&',
onExpire: '&'
Expand Down

0 comments on commit b79462c

Please sign in to comment.