mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
10 lines
283 B
HTML
10 lines
283 B
HTML
<ion-view view-title="Categories">
|
|
<ion-content>
|
|
<ion-list>
|
|
<a class="item" ng-href="#/app/byCategory/{{category.name}}" ng-repeat="category in categories">
|
|
{{category.name}}
|
|
</a>
|
|
</ion-list>
|
|
</ion-content>
|
|
</ion-view>
|