This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Use arrayify formatter instead of keys.toList() #120
Open
Description
Using the arrayify formatter in the template instead of the _categories list will simplify the code:
<span ng-repeat="category in cmp.categoryFilterMap | arrayify">
<label>
<input type="checkbox"
ng-model="cmp.categoryFilterMap[category.key]">{{category.key}}
</label>
</span>
Arrayify formatter:
dart-archive/angular.dart@d2780f8
Metadata
Metadata
Assignees
Labels
No labels