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

Commit 21e7ae4

Browse files
committed
Fix formatting consistency in app.js
I propose that the question mark format should be consistent throughout app.js
1 parent a73c1f0 commit 21e7ae4

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)