source: trip-planner-front/node_modules/angular-material/modules/js/showHide/showHide.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: 739 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.2-master-0a06f99
6 */
7!function(){"use strict";function n(c,u){return["$mdUtil","$window",function(a,d){return{restrict:"A",multiElement:!0,link:function(t,o,e){var r=t.$on("$md-resize-enable",function(){r();var n=o[0],i=n.nodeType===d.Node.ELEMENT_NODE?d.getComputedStyle(n):{};t.$watch(e[c],function(n){if(!!n===u){a.nextTick(function(){t.$broadcast("$md-resize")});var e={cachedTransitionStyles:i};a.dom.animator.waitTransitionEnd(o,e).then(function(){t.$broadcast("$md-resize")})}})})}}}]}window.angular.module("material.components.showHide",["material.core"]).directive("ngShow",n("ngShow",!0)).directive("ngHide",n("ngHide",!1))}(window);
Note: See TracBrowser for help on using the repository browser.