An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/tinacious/goalProgress/blob/master/screenshot.png?raw=true)

## 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


```

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tinacious/angular-goalprogress/trend.png)](https://bitdeli.com/free "Bitdeli Badge")