mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(e2e-viewState): update to new view title attribute pattern
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<script id="sign-in.html" type="text/ng-template">
|
||||
<ion-view title="'Sign-In'" left-buttons="leftButtons" right-buttons="rightButtons">
|
||||
<ion-view title="Sign-In" left-buttons="leftButtons" right-buttons="rightButtons">
|
||||
<ion-content has-header="true">
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
@@ -57,7 +57,7 @@
|
||||
</script>
|
||||
|
||||
<script id="forgot-password.html" type="text/ng-template">
|
||||
<ion-view title="'Forgot Password'" hide-nav-bar="true">
|
||||
<ion-view title="Forgot Password" hide-nav-bar="true">
|
||||
<ion-content has-header="true" padding="true">
|
||||
<p>This ion-view hides the nav bar using the hideNavBar attribute.</p>
|
||||
<p>
|
||||
@@ -125,7 +125,7 @@
|
||||
</script>
|
||||
|
||||
<script id="auto-list.html" type="text/ng-template">
|
||||
<ion-view title="'Auto List'">
|
||||
<ion-view title="Auto List">
|
||||
<ion-content has-header="true" has-tabs="true">
|
||||
<ion-list>
|
||||
<ion-item ng-repeat="auto in autos" ng-href="#/tabs/autos/{{ $index }}">
|
||||
@@ -145,7 +145,7 @@
|
||||
</script>
|
||||
|
||||
<script id="auto-detail.html" type="text/ng-template">
|
||||
<ion-view title="'Auto Details'">
|
||||
<ion-view title="Auto Details">
|
||||
<ion-content has-header="true" has-tabs="true" padding="true">
|
||||
<h2>{{ auto.year }} {{ auto.make }} {{ auto.model }}</h2>
|
||||
<p ng-bind="auto.desc"></p>
|
||||
@@ -182,7 +182,7 @@
|
||||
</script>
|
||||
|
||||
<script id="add-auto.html" type="text/ng-template">
|
||||
<ion-view title="'Add Auto'">
|
||||
<ion-view title="Add Auto">
|
||||
<ion-content has-header="true" has-tabs="true">
|
||||
|
||||
<div class="list">
|
||||
@@ -212,7 +212,7 @@
|
||||
</script>
|
||||
|
||||
<script id="about.html" type="text/ng-template">
|
||||
<ion-view title="'About'">
|
||||
<ion-view title="About">
|
||||
<ion-content has-header="true" has-tabs="true" padding="true">
|
||||
<h3>About this app!</h3>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user