好好爱自己!

angular change the url , prevent reloading

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

 


 

posted @ 2016-08-05 10:32  立志做一个好的程序员  阅读(211)  评论(0编辑  收藏  举报

不断学习创作,与自己快乐相处