AngularJS Reading Position Indicator
Based on http://css-tricks.com/reading-position-indicator
This is an AngularJS 2.x.x implementaton.
To use AngularJS 1.x.x you have to pick 1.x.x version and look at branch angular-1.x.x
To be honest - it is my first time with AngularJS 2.x.x branch ;)
Import directive:
import {AngularRpi} from 'angular-rpi';
Create:
@View({ directives: [AngularRpi], template: '<angular-rpi></angular-rpi>' })
You can change default styles for the progress bar by editing angular-rpi.scss,
or override it in your own styles.
To build just type:
npm install & gulp
It will create CSS from SCSS files, and minify JS & CSS files.
Run gulp dev to start serving the application (it'll also start watching for any changes you make).
Feel free to commit your code here :)
MIT
