16 lines
304 B
JavaScript
16 lines
304 B
JavaScript
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v0.10.0
|
|
*/
|
|
(function( window, angular, undefined ){
|
|
"use strict";
|
|
|
|
/**
|
|
* @ngdoc module
|
|
* @name material.components.whiteframe
|
|
*/
|
|
angular.module('material.components.whiteframe', []);
|
|
|
|
})(window, window.angular); |