Skip to content

vaibhavmagon/Tag-Manager-Directive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tag Manager

Angular Directive for Tag Management. Can be used in Application directly following Readme.

Features

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:

  1. Angular.js
  2. Bootstrap 3

How to Include

  1. In Html file add the following lines:

    {{ tag.tagName }}
  2. 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; };

  3. Include "tagManager" in your app.js to use the directive.

  4. Add the proper name in the directive in place of angularApp in tagDirective.js to run and see the magic.

About

Angular Directive for Tags Management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published