ashish-chopra / angular-gauge

A reusable gauge directive for Angular 1.x apps and dashboards
https://ashish-chopra.github.io/angular-gauge/
MIT License
95 stars 36 forks source link

Minor Doc Bug #32

Closed sahilbabbar closed 7 years ago

sahilbabbar commented 7 years ago

Incorrect NPM module path mentioned on the homepage:

<script src="node_modules/angular-gauge/dist/angularjs-gauge.min.js"></script>

It should be:

<script src="node_modules/angularjs-gauge/dist/angularjs-gauge.min.js"></script>
ashish-chopra commented 7 years ago

Thanks for pointing it out. Will fix it.

ashish-chopra commented 7 years ago

fixed.