source: trip-planner-front/node_modules/angular-material/modules/closure/swipe/swipe.min.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 800 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.2-master-0a06f99
6 */
7function 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");
Note: See TracBrowser for help on using the repository browser.