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