diff --git a/Ionic-seed/www/js/app.js b/Ionic-seed/www/js/app.js index 7e74acf..64653ab 100644 --- a/Ionic-seed/www/js/app.js +++ b/Ionic-seed/www/js/app.js @@ -18,7 +18,7 @@ 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" })