“Provedor desconhecido AngularJS” Respostas de código

Provedor desconhecido AngularJS

Check do you have Injectable decorator in your class
@Injectable()
Fair Ferret

Provedor desconhecido AngularJS

angular.module('myApp', [])
.service('myService', function () { /* ... */ })
.controller('MyController', ['myService', function (myService) {
  // Do something with myService
}]);
Fair Ferret

Respostas semelhantes a “Provedor desconhecido AngularJS”

Perguntas semelhantes a “Provedor desconhecido AngularJS”

Procure respostas de código populares por idioma

Procurar outros idiomas de código