|
- app.controller('carCtrl', ["$scope", "$ionicSideMenuDelegate", "$state", 'carService', 'msg', '$rootScope', function ($scope, $ionicSideMenuDelegate, $state, carService, msg, $rootScope) {
|
|
|
|
|
|
+ app.controller('carCtrl', ["$scope", "$ionicSideMenuDelegate", "$state", 'carService', 'msg', '$rootScope','config', function ($scope, $ionicSideMenuDelegate, $state, carService, msg, $rootScope,config) {
|