Skip to content

Commit

Permalink
forgot a ?
Browse files Browse the repository at this point in the history
forgot the ? in the scope definition for optional param
  • Loading branch information
nhorvath committed Mar 22, 2016
1 parent 5ee0224 commit 567c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-floatThead.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var directive = {
require: '?ngModel',
scope: {
floatTheadEnabled: '='
floatTheadEnabled: '=?'
},
controller: function ($scope, $element, $attrs) {
// default float-thead-enabled to true if not present
Expand Down

0 comments on commit 567c8d6

Please sign in to comment.