I thought this would be a very common thing, but I couldn\'t find how to handle it in AngularJS. Let\'s say I have a list of events and want to output them with AngularJS, t
You can use as keyword to refer a collection under a ng-repeat element:
as
ng-repeat
{{task.id}} {{task.description}} no results