source: trip-planner-front/node_modules/angular-material/modules/js/whiteframe/whiteframe.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: 575 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(e,t){"use strict";function a(r){return{link:function(e,a,i){var n="";i.$observe("mdWhiteframe",function(e){-1!=(e=parseInt(e,10)||4)&&(24<e||e<1)&&(r.warn("md-whiteframe attribute value is invalid. It should be a number between 1 and 24",a[0]),e=4);var t=-1==e?"":"md-whiteframe-"+e+"dp";i.$updateClass(t,n),n=t})}}}a.$inject=["$log"],t.module("material.components.whiteframe",["material.core"]).directive("mdWhiteframe",a)}(window,window.angular);
Note: See TracBrowser for help on using the repository browser.