Skip to content

Commit 19e6f95

Browse files
committed
Replace mgonto#1068
1 parent 21b333d commit 19e6f95

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
@@ -1305,6 +1305,7 @@ restangular.provider('Restangular', function() {
13051305
serv.one = _.bind(one, (parent || service), parent, route);
13061306
serv.post = _.bind(collection.post, collection);
13071307
serv.getList = _.bind(collection.getList, collection);
1308+
serv.withHttpConfig = _.bind(collection.withHttpConfig, collection);
13081309

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

0 commit comments

Comments
 (0)