1.0.0 • Published 8 years ago

angular-macgyver v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

MacGyver

Duct Tape and a Swiss Army Knife. Angular helpers for all your friends!

Build Status Coverage Status License Latest Release

Selenium Test Status

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"]);