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

后端 未结 1 1248
萌比男神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.

    
    

    0 讨论(0)
提交回复
热议问题