Skip to content

Commit eaa7e0b

Browse files
committed
fix all
1 parent 8c2495d commit eaa7e0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-input-tags",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "AngularJS Component for input tags",
55
"author": {
66
"name": "Arthur Agombart",

src/input-tags.component.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ const InputTagsComponent = {
100100
suggestions: '<',
101101
disabled: '<',
102102
getSuggestions: '<',
103-
onTagAdding: '&',
103+
onTagAdding: '<',
104104
onTagAdded: '<',
105-
onTagRemoving: '&',
106-
onTagClicked: '&'
105+
onTagRemoving: '<',
106+
onTagClicked: '<'
107107
}
108108
};
109109

0 commit comments

Comments
 (0)