Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / whiteframe / whiteframe.js
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js
new file mode 100644 (file)
index 0000000..dd3fd11
--- /dev/null
@@ -0,0 +1,15 @@
+/*!
+ * Angular Material Design
+ * https://github.com/angular/material
+ * @license MIT
+ * v0.9.8
+ */
+goog.provide('ng.material.components.whiteframe');
+
+/**
+ * @ngdoc module
+ * @name material.components.whiteframe
+ */
+angular.module('material.components.whiteframe', []);
+
+ng.material.components.whiteframe = angular.module("material.components.whiteframe");
\ No newline at end of file