summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/js/whiteframe/whiteframe.js
blob: 9129122e422182595d678614323785e30f71ed72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.9.8
 */
(function( window, angular, undefined ){
"use strict";

/**
 * @ngdoc module
 * @name material.components.whiteframe
 */
angular.module('material.components.whiteframe', []);

})(window, window.angular);