ledgerrb/public/app/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js

18 lines
306 B
JavaScript
Raw Normal View History

2015-02-04 16:08:32 +01:00
/*!
* 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', []);
})();