Skip to content

Commit 58b2b16

Browse files
committed
Removed unwanted comma
1 parent 2f42178 commit 58b2b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular-chosen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
scope = {
3333
options: '=', // the options array
3434
ngModel: '=', // the model to bind to,,
35-
ngDisabled: '=',
35+
ngDisabled: '='
3636
};
3737

3838
/*

0 commit comments

Comments
 (0)