angular-material
Version:
**[Support for legacy AngularJS ended on January 1st, 2022](https://goo.gle/angularjs-end-of-life). [See `@angular/core` for the actively supported Angular](https://npmjs.com/@angular/core).**
7 lines • 575 B
JavaScript
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.2.4-master-bfc8ae7
*/
!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);