By Ng-Directives Community
An open source Angular JS Directives
A note to contributers
1. Add a directive to js/directives.js
2. Add a directive tag to the index.html
3. Add html file to templates/{{filename}}.html (Optional)
4. Add code to the Controller js/app.js (Optional)
5. Add your name to a contributers.json file (Optional)
contributors format
{
name: "first_name last_name",
position: "your_position",
country: "country",
links: {
google-plus: "https://plus.google.com/+HarmonyDevelopermothivhe/posts"
}
}
6. Add styling css/style.css (Optional)