Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.

Commit

Permalink
Fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Varal7 committed Feb 24, 2016
1 parent d28ec19 commit 7fc00c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/index.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
// Enable log
$logProvider.debugEnabled(true);

angular.extend(DSProvider.defaults, {
useFilter: true
});
angular.extend(DSHttpAdapterProvider.defaults, {
useFilter: true,
default: true,
deserialize: function(resourceConfig, data) {
console.log(data)
Expand Down

0 comments on commit 7fc00c7

Please sign in to comment.