We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2495d commit eaa7e0bCopy full SHA for eaa7e0b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angularjs-input-tags",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "AngularJS Component for input tags",
5
"author": {
6
"name": "Arthur Agombart",
src/input-tags.component.js
@@ -100,10 +100,10 @@ const InputTagsComponent = {
100
suggestions: '<',
101
disabled: '<',
102
getSuggestions: '<',
103
- onTagAdding: '&',
+ onTagAdding: '<',
104
onTagAdded: '<',
105
- onTagRemoving: '&',
106
- onTagClicked: '&'
+ onTagRemoving: '<',
+ onTagClicked: '<'
107
}
108
};
109
0 commit comments