This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tagsInput): Enable ngFocus and ngBlur native directives
This adjustment makes sure the outer (directive) element is focussed when the input field receives focus, and blurred when the input field loses focus. That way, Angular's native ng-focus and ng-blur can be used on the directive element. Relates to #182
- Loading branch information
1 parent
003e678
commit 210b86f
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters