https://github.com/tinacious/angular-goalprogress
An AngularJS directive to work with my jQuery plugin goalProgress.js
https://github.com/tinacious/angular-goalprogress
angularjs progress-bar
Last synced: about 1 year ago
JSON representation
An AngularJS directive to work with my jQuery plugin goalProgress.js
- Host: GitHub
- URL: https://github.com/tinacious/angular-goalprogress
- Owner: tinacious
- Created: 2014-02-14T23:56:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-15T16:18:57.000Z (over 12 years ago)
- Last Synced: 2025-02-21T20:03:00.346Z (over 1 year ago)
- Topics: angularjs, progress-bar
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# AngularJS directive for goalProgress.js
An AngularJS directive to work with my [goalProgress jQuery plugin](https://github.com/tinacious/goalProgress).

## Usage
This directive and its dependencies can be downloaded and installed into your project with Bower:
```bash
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.
```html
```
[](https://bitdeli.com/free "Bitdeli Badge")