angular-repeat-n
angular-repeat-n copied to clipboard
Angular directive used to repeat a DOM element n times.
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...
I'm using your directive for an app but because of how you used scope, I'm not able to use the index on the element with the directive. i.e you would...
It would be nice if something like `ng-repeat-start-n` / `ng-repeat-start-n` would be available in future releases, in addition to AngularJS's native `ng-repeat-start-n` / `ng-repeat-start-n`. Thank you.
I was getting this for awhile and tracked it down to angular-repeat-n... In my template I do something like this... ``` ng-repeat-n="(whatever.accountTotalRowCount-whatever.accountRows.length)" ``` Where both numbers could be 0. In...
i"m receiving `TypeError: t.removeAttribute is not a function` error from this code: ``` ... ``` I'll get no error if I change $index with some other variable.