2016-08-22 12:55:52 +02:00

15 lines
358 B
JavaScript

/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.10.0
*/
goog.provide('ng.material.components.whiteframe');
/**
* @ngdoc module
* @name material.components.whiteframe
*/
angular.module('material.components.whiteframe', []);
ng.material.components.whiteframe = angular.module("material.components.whiteframe");