angularjs 怎样在不刷新页面的时候重置输入框
1个回答
2016-08-22
展开全部
我定义了一个页面
.state('test', {
url: '/test',
templateUrl: 'templates/test.html',
controller: 'testCtrl'
})
我在其他页面中,想跳转到这个页面
$state.go("test",{}, {reload: true});
由于这个test里面的数据是动态的,我希望每次进来都重新加载数据。
.controller('testCtrl', function($scope,$state,$window) {
$scope.loadData= function() {
alert(123);
}
$scope.loadData();
})
.state('test', {
url: '/test',
templateUrl: 'templates/test.html',
controller: 'testCtrl'
})
我在其他页面中,想跳转到这个页面
$state.go("test",{}, {reload: true});
由于这个test里面的数据是动态的,我希望每次进来都重新加载数据。
.controller('testCtrl', function($scope,$state,$window) {
$scope.loadData= function() {
alert(123);
}
$scope.loadData();
})
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询