Closed sahilbabbar closed 7 years ago
Incorrect NPM module path mentioned on the homepage:
NPM
<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>
Thanks for pointing it out. Will fix it.
fixed.
Incorrect
NPM
module path mentioned on the homepage:It should be: