diff --git a/bower.json b/bower.json index fb660794..a49ce1fc 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ }, "dependencies": {}, "resolutions": { - "angular": "1.2.11-build.2186+sha.766b3d5" + "angular": "1.2.x" }, "private": true } diff --git a/src/components/directives/ngAudio.js b/src/components/directives/ngAudio.js index ed2d730e..b1ebe75a 100644 --- a/src/components/directives/ngAudio.js +++ b/src/components/directives/ngAudio.js @@ -105,7 +105,7 @@ bawds.directive('ngAudio', ['$parse', function ($parse) { var events = { 'abort': undefined, 'canplay': updateState, - 'canplaythrough': updateState,, + 'canplaythrough': updateState, // TODO: why does this event need a special handler? 'durationchange': function (event) { scope.$safeApply2(function () {