AngularJS - Unknown provider

0

I'm trying to create a Service in AngularJS but the error is occurring: Error: [$ injector: unpr] Unknown provider: $ scopeProvider

asked by anonymous 11.05.2015 / 04:52

1 answer

1

The error points to the lack of reference to the $scope module. Make sure the reference is being properly injected.

    
11.05.2015 / 15:17