Uncaught TypeError: Cannot read property '$$minErr' of undefined

后端 未结 1 1241
萌比男神i
萌比男神i 2021-02-20 18:00

I got this error and my validation is not working properly. I use CDN as declared below my data is stored in localstorage

Uncaught TypeError: Cannot read proper         


        
相关标签:
1条回答
  • 2021-02-20 18:51

    You have not loaded the Angular. Include angularJS cdn before including angular-resource.

    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js"></script>
    
    0 讨论(0)
提交回复
热议问题