summaryrefslogtreecommitdiff
path: root/www/lib/videogular-overlay-play/vg-overlay-play.min.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-06-26 18:08:07 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-06-26 18:08:07 -0400
commita1f3994a1849dbd1b5157adf8c16e6e72ca5736e (patch)
treeeac5c64796a12a0dc9ee8bc495eb6805e345064c /www/lib/videogular-overlay-play/vg-overlay-play.min.js
parent4c63b323d7fa20f9ed8494c627235c5f2892ff85 (diff)
updated videogular to 1.4.4
Former-commit-id: 7348ef0ae60746ce86cd4e813cf10e8b53e723d7
Diffstat (limited to 'www/lib/videogular-overlay-play/vg-overlay-play.min.js')
-rw-r--r--www/lib/videogular-overlay-play/vg-overlay-play.min.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lib/videogular-overlay-play/vg-overlay-play.min.js b/www/lib/videogular-overlay-play/vg-overlay-play.min.js
index 31a59c8a..8683a621 100644
--- a/www/lib/videogular-overlay-play/vg-overlay-play.min.js
+++ b/www/lib/videogular-overlay-play/vg-overlay-play.min.js
@@ -1 +1 @@
-"use strict";angular.module("com.2fdevs.videogular.plugins.overlayplay",[]).run(["$templateCache",function(a){a.put("vg-templates/vg-overlay-play",'<div class="overlayPlayContainer" ng-click="onClickOverlayPlay()"> <div class="iconButton" ng-class="overlayPlayIcon"></div> </div>')}]).directive("vgOverlayPlay",["VG_STATES",function(a){return{restrict:"E",require:"^videogular",scope:{},templateUrl:function(a,b){return b.vgTemplate||"vg-templates/vg-overlay-play"},link:function(b,c,d,e){b.onChangeState=function(c){switch(c){case a.PLAY:b.overlayPlayIcon={};break;case a.PAUSE:b.overlayPlayIcon={play:!0};break;case a.STOP:b.overlayPlayIcon={play:!0}}},b.onClickOverlayPlay=function(a){e.playPause()},b.overlayPlayIcon={play:!0},b.$watch(function(){return e.currentState},function(a,c){b.onChangeState(a)})}}}]); \ No newline at end of file
+"use strict";angular.module("com.2fdevs.videogular.plugins.overlayplay",[]).run(["$templateCache",function(a){a.put("vg-templates/vg-overlay-play",'<div class="overlayPlayContainer" ng-click="onClickOverlayPlay()"> <div class="iconButton" ng-class="overlayPlayIcon"></div> </div>')}]).directive("vgOverlayPlay",["VG_STATES",function(a){return{restrict:"E",require:"^videogular",scope:{},templateUrl:function(a,b){return b.vgTemplate||"vg-templates/vg-overlay-play"},link:function(b,c,d,e){b.onChangeState=function(c){switch(c){case a.PLAY:b.overlayPlayIcon={};break;case a.PAUSE:b.overlayPlayIcon={play:!0};break;case a.STOP:b.overlayPlayIcon={play:!0}}},b.onClickOverlayPlay=function(a){e.playPause()},b.overlayPlayIcon={play:!0},b.$watch(function(){return e.currentState},function(a,c){b.onChangeState(a)})}}}]); \ No newline at end of file