mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-29 08:34:30 +01:00
18 lines
306 B
JavaScript
18 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', []);
|
||
|
})();
|