/*个人中心*/ .state('tab.grzx', { url: '/grzx', views: { 'tab-grzx': { templateUrl: 'templates/tab-grzx.html', controller: 'GrzxCtrl' } } }) .state('tab.grzxs-information', { url: '/grzx/:grzxsId', views: { 'tab-grzx': { templateUrl: 'templates/grzxs-information.html', controller: 'InformationCtrl' } } }); .controller('GrzxCtrl', function($scope, Grzx) { $scope.grzxs = Grzx.all(); $scope.remove = function(grzxs) { Grzx.remove(grzxs); }; }) .controller('InformationCtrl', function($scope, $stateParams, Grzx) { $scope.grzxs = Grzx.get($stateParams.grzxsId); }); 但我写了.state('tab.grzxs-information', { })他链接过去后可以显示,但链接过去的页面ng-repeatd数据加不上去 |
state.go() 可以跳转到不同的路由页面的 |
Archiver|手机版|小黑屋| PhoneGap中文网 ( 京ICP备13027796号-1 )
GMT+8, 2025-1-4 20:24 , Processed in 0.049098 second(s), 29 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.