angular-macgyver
v1.0.0
Published
A library of shared directives
Downloads
9
Readme
MacGyver
Duct Tape and a Swiss Army Knife. Angular helpers for all your friends!
Components
Directives
- Affix
- Autocomplete
- Canvas Spinner
- Events
- Menu
- Modal
- Placeholder
- Popover
- Scroll Spy
- Spinner
- Tag Autocomplete
- Time Input
- Tooltip
Filters
- Boolean
- Pluralize
- Timestamp
3rd party libraries dependencies
- AngularJS (1.2.x+)
Using MacGyver
You can install via Bower or download from Github
To install via bower, make sure you have bower installed and then run:
bower install angular-macgyver
To install via NPM, you can run:
npm install angular-macgyver
Once you have MacGyver in your project, just include "Mac" as a dependency in your Angular application and you’re good to go.
angular.module("myModule", ["Mac"]);