<ion-view view-title="Emergency alerts">
|
|
<ion-content class="c_red200">
|
|
<ion-refresher pulling-text="{{'Pull_to_refresh' | translate}}..." on-refresh="doRefresh()">
|
|
</ion-refresher>
|
|
|
|
<div ng-include="'templates/templateEvents.html'"></div>
|
|
</ion-content>
|
|
</ion-view>
|