mrzepinski / angular-rpi

AngularJS Reading Position Indicator

Home Page:http://mrzepinski.github.io/angular-rpi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-rpi

AngularJS Reading Position Indicator

Based on http://css-tricks.com/reading-position-indicator

AngularJS

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

Usage

import {AngularRpi} from 'angular-rpi';
@Component({
  directives: [AngularRpi],
  template: '<angular-rpi></angular-rpi>'
})

To run code locally:

npm start

You can generate JavaScript code based on TypeScript by:

npm run tcs

To regenerate typings:

npm run typings

Contribution

Feel free to commit your code here :)

License

MIT

About

AngularJS Reading Position Indicator

http://mrzepinski.github.io/angular-rpi/

License:MIT License


Languages

Language:HTML 83.4%Language:TypeScript 11.5%Language:CSS 5.1%