summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js15
1 files changed, 15 insertions, 0 deletions
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
index 00000000..dd3fd118
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js
@@ -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