angular.js - angularjs的run方法中註入了$localStorage,在控制台打印為什麼是undifined
世界只因有你
世界只因有你 2017-05-15 17:11:05
0
1
609

我在登入的時候把使用者名稱存在localStorage中,想在stateChangeStart中根據localStorage的資訊驗證權限,可是我在run方法中註入$localStorage中取得不到$localStorage的值,頁面會報錯,$localStorage為undifined ,這是怎麼回事?

世界只因有你
世界只因有你

全部回覆(1)
漂亮男人

localStorage是window下的屬性, 不是angularJS的. 所以不需要注入,直接使用

if( window.localStorage ){
    //do sth...
}

詳情可以參考 :

https://developer.mozilla.org...

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板