whiteframe.js 304 B

12345678910111213141516
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  6. */
  7. (function( window, angular, undefined ){
  8. "use strict";
  9. /**
  10. * @ngdoc module
  11. * @name material.components.whiteframe
  12. */
  13. angular.module('material.components.whiteframe', []);
  14. })(window, window.angular);