Skip to content

Commit

Permalink
Open scope for chips directives
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 12, 2016
1 parent 49bb5a8 commit af94d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions dist/angular-chips.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,7 @@

return {
restrict: 'E',
scope: {
/*
* optional callback, this will be called before rendering the data,
* user can modify the data before it's rendered
*/
render: '&?'
},
scope: false,
transclude: true,
require: 'ngModel',
link: linkFun,
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-chips.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af94d53

Please sign in to comment.