| xqd
@@ -17,8 +17,8 @@
|
|
|
};
|
|
|
|
|
|
}]);
|
|
|
- app.controller('profileCtrl', ["$scope", "$ionicTabsDelegate","$state","$filter", "storage", "myService", "msg", "common"
|
|
|
- , function ($scope,$ionicTabsDelegate, $state, $filter, storage, myService, msg, common) {
|
|
|
+ app.controller('profileCtrl', ["$scope", "$timeout","$ionicTabsDelegate","$state","$filter", "storage", "myService", "msg", "common"
|
|
|
+ , function ($scope, $timeout, $ionicTabsDelegate, $state, $filter, storage, myService, msg, common) {
|
|
|
$scope.$on('$ionicView.beforeEnter', function () {
|
|
|
$ionicTabsDelegate.showBar(false);
|
|
|
});
|