我陷入了一個問題,我必須在離子框架中使用控制器打開特定頁面。 我得去下頁轉到離子框架中的特定頁面
#/tab/hotel_details/1
當我在離子彈出窗口
$scope.showAlert = function() {
var alertPopup = $ionicPopup.alert({
title: 'Click OK for further details',
});
alertPopup.then(function(res) {
//Go to a specific page
});
};
我不能使用$state.go("tab.hotel_details");
單擊確定按鈕,因爲我必須去hotel_details/1
我得擺脫上述問題進一步發展我的應用程序。
可能重複[離子模板內容不適用翅膀](http://stackoverflow.com/questions/23242075/ionic-template-content-not-showing) – 2014-10-21 02:43:43