From f46a3474020ca7496db4de51d48c34670214931c Mon Sep 17 00:00:00 2001 From: William Johnson Date: Fri, 11 Jul 2014 13:45:12 -0700 Subject: [PATCH] Fix formatting consistency in app.js Following up on my prior pull request where I missed a similar formatting issue at line 23. I noticed that quotation marks weren't consistent and I thought it would look better if the quotes were consistent throughout the file. --- Ionic-seed/www/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ionic-seed/www/js/app.js b/Ionic-seed/www/js/app.js index 7e74acf..22eb7f4 100644 --- a/Ionic-seed/www/js/app.js +++ b/Ionic-seed/www/js/app.js @@ -18,9 +18,9 @@ angular.module('starter', ['ionic', 'starter.controllers', 'firebase']) // setup an abstract state for the tabs directive .state('tab', { - url: "/tab", + url: '/tab', abstract: true, - templateUrl: "templates/tabs.html" + templateUrl: 'templates/tabs.html' }) // the pet tab has its own child nav-view and history