quick-ng-repeat
quick-ng-repeat copied to clipboard
A much more quicker replacement for AngularJS ng-repeat directive
When you use webpack you can get a error with unknown provider "quick_repeat_list". This mr can help remove this error
Hi, I have an expression like this: ng-repeat="event in filteredEvents = (comp.events | filter:listerSearch | xRange:filterXType.val:filterXMin:filterXMax | dateRange:filterStartDate:filterEndDate)" how could it be possible to implement this in your directive ?...
rowspan on with quick-repeat is not working. is there any workaround ?
Have such error: ``` Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! ``` while trying quick-ng-repeat with `filter` which is used with `$rootScope`: ``` ``` Without `filter` it works fine.
Hi, I'm trying to use quick repeat with a matrix, as you can see here in the below link. http://stackoverflow.com/questions/25294411/directive-similar-spreadsheet-with-bad-performance Doesn't it work with nested array?
Are you planning on adding support for $index, $even, $odd, etc?
Have you tried quick-ng-repeat in quick-ng-repeat? Getting error : Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Same error for quick-ng-repeat in ng-repeat
Example: $scope.messages = Message.query(); and i get nothing using quick-ng-repeat, but ng-repeat works okay. I noticed one thing: line 204 for loop: collectionKeys.length return zero, but console.log(collectionKeys) shows: $promise: Object,...
When I attempted to add this module into an existing angular project, I noticed a ton of errors/warnings using JSHint. This pull request simply makes JSHint not scream at the...
This adds simple interpolation of the quick-repeat-list variable. There may be a better way to do this but this worked for my case. It is important to note that the...