Skip to content

Commit

Permalink
Removed dependency on $timeout. #28
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Oct 6, 2013
1 parent daab6f1 commit d9c1466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
/**
* @ignore
*/
this.$get = ['$timeout', '$window', 'BinaryHeap', function ($timeout, $window, BinaryHeap) {
this.$get = ['$window', 'BinaryHeap', function ($window, BinaryHeap) {
var caches = {};

/**
Expand Down

0 comments on commit d9c1466

Please sign in to comment.