1. 程式人生 > >angularjs資料模型值被改變,頁面不重新整理的解決辦法

angularjs資料模型值被改變,頁面不重新整理的解決辦法

在debug的時候發現privitedevices的值有變化,但是頁面並沒有重新整理,這時需要手動重新整理下,然後就ok了

$scope.devices = privitedevices
$scope.$apply();//需要手動重新整理