diff --git a/app/index.html b/app/index.html index 391f44f3..e689cb35 100644 --- a/app/index.html +++ b/app/index.html @@ -50,6 +50,7 @@ + diff --git a/app/js/app.js b/app/js/app.js index 3f4f3b4a..1c0c4995 100644 --- a/app/js/app.js +++ b/app/js/app.js @@ -13,6 +13,7 @@ angular.module('myApp', [ 'ngSanitize', 'ngTouch', 'ui.bootstrap', + 'mediaPlayer', 'izhukov.utils', 'izhukov.mtproto', 'izhukov.mtproto.wrapper', diff --git a/app/partials/desktop/audio_player.html b/app/partials/desktop/audio_player.html index 0d81ab1b..b09d7d4f 100644 --- a/app/partials/desktop/audio_player.html +++ b/app/partials/desktop/audio_player.html @@ -1,13 +1,15 @@ -
-
+
+
-
-
+
+
+ +
-
- +
+
\ No newline at end of file diff --git a/app/vendor/angular-media-player/angular-media-player.js b/app/vendor/angular-media-player/angular-media-player.js new file mode 100644 index 00000000..04c9d05e --- /dev/null +++ b/app/vendor/angular-media-player/angular-media-player.js @@ -0,0 +1,508 @@ +/** + * MDN references for hackers: + * =========================== + * Media events on