摘要: 1. $scope.routeinfo是我要传递的参数--到scheddulcontent这个页面去: $state.go( "scheddulcontent" , { 'routeinfo' : $scope.routeinfo } ) ; 2.接收参数的页面:需要注入:$stateParams 阅读全文
posted @ 2017-07-25 17:12 三石! 阅读(957) 评论(0) 推荐(0) 编辑