whiteframe.js 358 B

123456789101112131415
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  6. */
  7. goog.provide('ng.material.components.whiteframe');
  8. /**
  9. * @ngdoc module
  10. * @name material.components.whiteframe
  11. */
  12. angular.module('material.components.whiteframe', []);
  13. ng.material.components.whiteframe = angular.module("material.components.whiteframe");