Angular Directive for Tag Management. Can be used in Application directly following Readme.
This Directive gives Full Control Over adding and deleting the tags in a small Tag Manager module. This lets you create new,add from existing and delete tags from a map of tags.
Necessary Things to be installed with this:
- Angular.js
- Bootstrap 3
-
In Html file add the following lines:
{{ tag.tagName }} -
In the Main Controller add the following lines For controlling Opening and Closing of tag Manager: $scope.isShowingTagManager = false; $scope.addClient = false;
$scope.deactivate = function() { $scope.isShowingTagManager = false; };
-
Include "tagManager" in your app.js to use the directive.
-
Add the proper name in the directive in place of angularApp in tagDirective.js to run and see the magic.