angular-vs-repeat
angular-vs-repeat copied to clipboard
vs-repeat on object
i have ng-repeat on objects that needs vs-repeat because of large dataset. unfortunately your module works on array. i found that https://material.angularjs.org/latest/api/directive/mdVirtualRepeat which claims to work on objects too with an attribute, but this means i would need the whole material library. is there any way this can be included in your module?
That link specifically says (key, value) syntax from ng-repeat are not supported FYI @acedigibits