vaibhavmagon / Tag-Manager-Directive

Angular Directive for Tags Management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 70.8%Language:CSS 29.2%