mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-16 15:41:11 +01:00
17 lines
306 B
JavaScript
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', []);
|
|
})();
|