dYale / MacGyver

AngularJS directives and services for the greater good

Home Page:http://angular-macgyver.github.io/MacGyver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AngularJS directives and services for the greater good

http://angular-macgyver.github.io/MacGyver

License:Other


Languages

Language:JavaScript 97.1%Language:CSS 2.0%Language:HTML 0.6%Language:Shell 0.2%