test(e2e-viewState): update to new view title attribute pattern

This commit is contained in:
Andy Joslin
2014-03-11 13:59:02 -06:00
parent 5f2c32ea9b
commit 22a8ae290b

View File

@@ -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>