Would be nice to get the version updated in package.json to match the version - currently it says 0.0.1 instead of 0.1.5. Then it would be nice to have this published in the NPM package registry so we can install with npm install angular-repeat-n.
Current workaround:
$ npm install --save https://github.com/connorbode/angular-repeat-n#v0.1.5
Would be nice to get the version updated in package.json to match the version - currently it says 0.0.1 instead of 0.1.5. Then it would be nice to have this published in the NPM package registry so we can install with
npm install angular-repeat-n.Current workaround: