|
@@ -55,6 +55,16 @@ angular.module('starter', ['ionic', 'starter.controllers'])
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
|
|
+
|
|
|
|
|
+ .state('app.steamSales', {
|
|
|
|
|
+ url: '/steamSales',
|
|
|
|
|
+ views: {
|
|
|
|
|
+ 'menuContent': {
|
|
|
|
|
+ templateUrl: 'templates/steamSales.html',
|
|
|
|
|
+ controller: 'steamSalesCtrl'
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
// if none of the above states are matched, use this as the fallback
|
|
// if none of the above states are matched, use this as the fallback
|
|
|
$urlRouterProvider.otherwise('/app/snippets');
|
|
$urlRouterProvider.otherwise('/app/snippets');
|
|
|
});
|
|
});
|