angular-material
Version:
This repository publishes the AngularJS Material v1.x library and localized installs using `npm`. You can find the component source-code for this library in the [AngularJS Material repository](https://github.com/angular/material).
7 lines • 638 B
JavaScript
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.2.0-master-93518bb
*/
!function(){"use strict";function e(e){i.$inject=["$parse"];var c="md"+e,o="$md."+e.toLowerCase();return i;function i(r){return{restrict:"A",link:function(t,e,i){var n=r(i[c]);e.on(o,function(e){var i=e.currentTarget;t.$applyAsync(function(){n(t,{$event:e,$target:{current:i}})})})}}}}window.angular.module("material.components.swipe",["material.core"]).directive("mdSwipeLeft",e("SwipeLeft")).directive("mdSwipeRight",e("SwipeRight")).directive("mdSwipeUp",e("SwipeUp")).directive("mdSwipeDown",e("SwipeDown"))}(window);