Skip to content

Commit aeccf81

Browse files
committed
Merge branch 'master' of github.com:heyprof/angularjs-input-tags
2 parents 4e78f17 + fc9b2df commit aeccf81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/input-tags.component.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ class InputTags {
4949
this.tags.push(tag);
5050
}
5151

52+
if (this.onTagAdded) {
53+
this.onTagAdded(tag);
54+
}
55+
5256
return tag;
5357
}
5458

0 commit comments

Comments
 (0)