ledgerrb/public/app/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js
2015-02-04 16:08:32 +01:00

17 lines
306 B
JavaScript

/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.7.1
*/
goog.provide('ng.material.components.whiteframe');
(function() {
'use strict';
/**
* @ngdoc module
* @name material.components.whiteframe
*/
angular.module('material.components.whiteframe', []);
})();