1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <ion-view cache-view="false"> .state('tabsController.setting', { url: '/setting', //cache: false, views: { 'tab_setting': { templateUrl: 'templates/setting.html', controller: 'settingCtrl' } } }) window.location = "index.html"; window.location.reload(); $location.path('/login'); $state.go('login',{}, {reload: true}); | cs |
'개발' 카테고리의 다른 글
[D3] angularjs에서 사용하는 nvd3 설정옵션 (0) | 2016.06.03 |
---|---|
[ionic] 네트워크 연결 실패 timeout (0) | 2016.02.29 |
[ionic] 네이티브 팝업 (0) | 2016.02.29 |
[java] an internal build error has occurred. see the error log for more information 에러 (0) | 2016.02.04 |
[ionic] 상단 제목 숨기기 (0) | 2016.01.22 |