You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
283 B

  1. <ion-view view-title="Categories">
  2. <ion-content>
  3. <ion-list>
  4. <a class="item" ng-href="#/app/byCategory/{{category.name}}" ng-repeat="category in categories">
  5. {{category.name}}
  6. </a>
  7. </ion-list>
  8. </ion-content>
  9. </ion-view>