Skip to content

Commit

Permalink
Moved test icons to ios
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 6, 2015
1 parent 7535d83 commit ca95dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/html/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1 class="title">Title</h1>
})

.controller('TestCtrl', function($scope, $timeout) {
console.log('CONSTRUCT');
console.log('CONSTRUCT', ionic.Platform.isIOS());
$timeout(function() {
});
})
Expand Down
6 changes: 3 additions & 3 deletions test/html/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="title">Tasks</h1>
</ion-content>
</ion-tab>

<ion-tab title="Deadlines" icon-on="icon ion-ios7-clock" icon-off="icon ion-ios7-clock-outline" badge-style="badge-light" badge="unreadDeadlines">
<ion-tab title="Deadlines" icon-on="icon ion-clock" icon-off="icon ion-clock-outline" badge-style="badge-light" badge="unreadDeadlines">
<header class="bar bar-header bar-positive">
<h1 class="title">Deadlines</h1>
</header>
Expand All @@ -79,7 +79,7 @@ <h1>Deadlines</h1>
</ion-content>
</ion-tab>

<ion-tab title="Settings" icon-on="icon ion-ios7-gear" icon-off="icon ion-ios7-gear-outline">
<ion-tab title="Settings" icon-on="icon ion-gear" icon-off="icon ion-gear-outline">
<header class="bar bar-header bar-positive">
<h1 class="title">Settings</h1>
</header>
Expand All @@ -88,7 +88,7 @@ <h1>Settings</h1>
</ion-content>
</ion-tab>

<ion-tab title="Settings" icon-on="icon ion-ios7-gear" icon-off="icon ion-ios7-gear-outline">
<ion-tab title="Settings" icon-on="icon ion-gear" icon-off="icon ion-gear-outline">
<header class="bar bar-header bar-positive">
<h1 class="title">Settings</h1>
</header>
Expand Down

0 comments on commit ca95dac

Please sign in to comment.