Hi ,
I have a sample service
var sampleService= ["$http", function ($http) {
return {
getWatchlistAssetType : function(request) {
return $http.post(url, request);
}
};
}];
I am trying to dynamically inject this service as below
var $injector = angular.injector();
angular.injector(sampleService);
I get the following error
Uncaught Error: [$injector:modulerr] Failed to instantiate module $http due
to:(…)
$ http is not available in this context
$http
VM588:1 Uncaught ReferenceError: $http is not defined(…)
please help
Thanks
Jithin
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.