Skip to content

Commit

Permalink
Added "$interpolate" to dependency injection list
Browse files Browse the repository at this point in the history
  • Loading branch information
hellomrbrown committed Jun 5, 2015
1 parent 8017f32 commit f68d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/angular-tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'use strict';

angular.module('720kb.tooltips', [])
.directive('tooltips', ['$window', '$compile', function manageDirective($window, $compile, $interpolate) {
.directive('tooltips', ['$window', '$compile', '$interpolate', function manageDirective($window, $compile, $interpolate) {

var TOOLTIP_SMALL_MARGIN = 8 //px
, TOOLTIP_MEDIUM_MARGIN = 9 //px
Expand Down

0 comments on commit f68d581

Please sign in to comment.