Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 887 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 887 Bytes

AngularJS directive for goalProgress.js

An AngularJS directive to work with my goalProgress jQuery plugin.

Usage

This directive and its dependencies can be downloaded and installed into your project with Bower:

bower install angular-goalProgress --save
grunt bower-install
  1. Add tinacious.goalProgress module as an app dependency.
  2. Implement the directive as a div attribute.
  3. Include jQuery and goalProgress dependencies in your HTML. Using Bower with the above commands will do this for you.
<div goal-progress current="100" goal="150" before="$" after=" raised!"></div>

Bitdeli Badge