12 lines
343 B
HTML
12 lines
343 B
HTML
<ion-view cache-view="false">
|
||
<ion-nav-bar class="bar-stable">
|
||
<ion-nav-title>feedback</ion-nav-title>
|
||
<ion-nav-buttons side="primary">
|
||
<button class="button" href ui-sref="tabs.settings">
|
||
<i class="ion-arrow-left-c"></i> Back
|
||
</button>
|
||
</ion-nav-buttons>
|
||
</ion-nav-bar>
|
||
<ion-content>
|
||
</ion-content>
|
||
</ion-view>
|