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

More bower repositories can be found at 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"]);