7 lines
576 B
JavaScript
7 lines
576 B
JavaScript
/*!
|
|
* AngularJS Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v1.1.18-master-97a1616
|
|
*/
|
|
!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); |