Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / whiteframe / whiteframe.js
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/whiteframe/whiteframe.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/whiteframe/whiteframe.js
new file mode 100644 (file)
index 0000000..9129122
--- /dev/null
@@ -0,0 +1,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);
\ No newline at end of file