码迷,mamicode.com
首页 > Web开发 > 详细

angular change the url , prevent reloading

时间:2016-08-05 11:24:27      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

http://stackoverflow.com/questions/14974271/can-you-change-a-path-without-reloading-the-controller-in-angularjs

 

$location.search({vln: $scope.vln_id}, false);

会改变url中 ? 后面的 搜索参数,但是controller不会重新实例化。
angular 官方文档:https://docs.angularjs.org/guide/$location

技术分享

 


技术分享

 

angular change the url , prevent reloading

标签:

原文地址:http://www.cnblogs.com/oxspirt/p/5740292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!