Skip to content

Commit

Permalink
$apply in progress, perminder-klair#42
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondřej Dušek committed Feb 5, 2016
1 parent 716c3d5 commit ded942c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/04-directive-soundManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ngSoundManager.directive('soundManager', ['$filter', 'angularPlayer',
function($filter, angularPlayer) {
ngSoundManager.directive('soundManager', ['$filter', '$timeout', 'angularPlayer',
function($filter, $timeout, angularPlayer) {
return {
restrict: "E",
link: function(scope, element, attrs) {
Expand Down

0 comments on commit ded942c

Please sign in to comment.