Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(): remake changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémy DE CESARE committed Jan 25, 2018
1 parent 2015231 commit 491aec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUserLexi", ["$resource", "$cacheFactory", "OvhApiTelephonyLineClick2CallUser", function ($resource, $cacheFactory, OvhApiTelephonyLineClick2CallUser) {
angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUserLexi", function ($resource, $cacheFactory, OvhApiTelephonyLineClick2CallUser) {
"use strict";

var interceptor = {
Expand Down Expand Up @@ -52,4 +52,4 @@ angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUserLex
interceptor: interceptor
}
});
}]);
});
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUser", ["$cacheFactory", "$injector", function ($cacheFactory, $injector) {
angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUser", function ($cacheFactory, $injector) {
"use strict";

var cache = $cacheFactory("OvhApiTelephonyLineClick2CallUser");
Expand All @@ -10,4 +10,4 @@ angular.module("ovh-api-services").service("OvhApiTelephonyLineClick2CallUser",
resetCache: cache.removeAll,
cache: cache
};
}]);
});

0 comments on commit 491aec5

Please sign in to comment.