Skip to content

Commit 180d280

Browse files
madflowFlorian Reiss
authored and
Florian Reiss
committed
Replace mgonto#1068
1 parent 3c185c4 commit 180d280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/restangular.js

+1
Original file line numberDiff line numberDiff line change
@@ -1315,6 +1315,7 @@ restangular.provider('Restangular', function() {
13151315
serv.one = _.bind(one, (parent || service), parent, route);
13161316
serv.post = _.bind(collection.post, collection);
13171317
serv.getList = _.bind(collection.getList, collection);
1318+
serv.withHttpConfig = _.bind(collection.withHttpConfig, collection);
13181319

13191320
for (var prop in collection) {
13201321
if (collection.hasOwnProperty(prop) && _.isFunction(collection[prop]) && !_.includes(knownCollectionMethods, prop)) {

0 commit comments

Comments
 (0)