Skip to content

tinacious/angular-goalProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An AngularJS directive to work with my jQuery plugin goalProgress.js

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published