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