7 lines
801 B
JavaScript
7 lines
801 B
JavaScript
/*!
|
|
* AngularJS Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v1.1.18-master-97a1616
|
|
*/
|
|
function getDirective(e){i.$inject=["$parse"];var o="md"+e,c="$md."+e.toLowerCase();return i;function i(n){return{restrict:"A",link:function(t,e,i){var r=n(i[o]);e.on(c,function(e){var i=e.currentTarget;t.$applyAsync(function(){r(t,{$event:e,$target:{current:i}})})})}}}}goog.provide("ngmaterial.components.swipe"),goog.require("ngmaterial.core"),angular.module("material.components.swipe",["material.core"]).directive("mdSwipeLeft",getDirective("SwipeLeft")).directive("mdSwipeRight",getDirective("SwipeRight")).directive("mdSwipeUp",getDirective("SwipeUp")).directive("mdSwipeDown",getDirective("SwipeDown")),ngmaterial.components.swipe=angular.module("material.components.swipe"); |