Now I am working on a project using Asp.Net MVC + AngularJS. Everything go well in development, but when I run it on IIS, an error occurs:
Uncaught Error: [$injector:unpr] Unknown provider: nProvider <- n
How can I locate the nProvider
? How can I fix this error?
Screenshots of my errors: