nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / whiteframe / whiteframe.js
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 goog.provide('ng.material.components.whiteframe');
8
9 /**
10  * @ngdoc module
11  * @name material.components.whiteframe
12  */
13 angular.module('material.components.whiteframe', []);
14
15 ng.material.components.whiteframe = angular.module("material.components.whiteframe");