Open offtopic opened 9 years ago
I made a short test to support alias expression: https://github.com/offtopic/angular-vs-repeat/commit/74dcb95ab44fdaa79bf97cb1963359702b93c740
+1, we'd also need alias support.
Guys, check my early issue #6 for the solution.
I tried to use vs-repeat in an existing project - it performs really good!
Unfortunately we can not use the alias syntax as mentioned in the ng-repeat documentation:
https://docs.angularjs.org/api/ng/directive/ngRepeat
`
Error: [$parse:syntax] Syntax Error: Token 'as' is an unexpected token at column 7 of the expression [array as] starting at [as].
Is it possible to extend the directive for suporting the alias expression
Please see also my Plunker: http://plnkr.co/edit/zeK61fcw4yLSJIu8fGfm?p=preview
Thx Tom