All Questions
Tagged with angularjs-module javascript-objects
1 question
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',
...