Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.
/ MacGyver Public archive

AngularJS directives and services for the greater good (Unmaintained)

License

Notifications You must be signed in to change notification settings

angular-macgyver/MacGyver

Repository files navigation

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+)

Getting started

  • NPM: npm install angular-macgyver --save
  • Bower: bower install angular-macgyver
  • Yarn: yarn add angular-macgyver
  • Download from Github

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