AngularJS: Unknown provider: $$cookieReaderProvider <- $$cookieReader <- $cookies

后端 未结 3 1976
伪装坚强ぢ
伪装坚强ぢ 2021-01-08 00:36

My main module definition:

angular.module(\'app\', [\'app.animators\', 
                       \'app.places\', 
                       \'app.orders\', 
              


        
3条回答
  •  不思量自难忘°
    2021-01-08 01:09

    angular-cookie.js version must have the same version that angular.js

    "//code.angularjs.org/X.Y.Z/angular-cookies.js" where X.Y.Z is the AngularJS version you are running.

提交回复
热议问题