Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
243 views

Angular custom module - "object function(){...} foo has no method 'bar'"

I'm trying to create a custom wrapper for $http in angular. Here's the code outline: angular.module('jotted_resource', ['ng']) .factory('jotted_resource', ['$http', 'communicationStatus', ...
Kuba Orlik's user avatar
  • 3,500