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.

7 lines
293 B

  1. <ion-view view-title="category: {{category}}">
  2. <ion-content class="c_blueGrey100">
  3. <ion-refresher pulling-text="{{'Pull_to_refresh' | translate}}..." on-refresh="doRefresh()">
  4. </ion-refresher>
  5. <div ng-include="'templates/templateEvents.html'"></div>
  6. </ion-content>
  7. </ion-view>