Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 83c1e01

Browse files
committed
Merge pull request #25 from wcjohnson11/patch-1
Formatting consistency in app.js
2 parents a73c1f0 + 21e7ae4 commit 83c1e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ angular.module('starter', ['ionic', 'starter.services', 'starter.controllers'])
1818

1919
// setup an abstract state for the tabs directive
2020
.state('tab', {
21-
url: "/tab",
21+
url: '/tab',
2222
abstract: true,
23-
templateUrl: "templates/tabs.html"
23+
templateUrl: 'templates/tabs.html'
2424
})
2525

2626
// the pet tab has its own child nav-view and history

0 commit comments

Comments
 (0)