Neues Initialrelease mit IonicMaterial
This commit is contained in:
15
www/lib/angular-material/modules/closure/whiteframe/whiteframe.js
vendored
Normal file
15
www/lib/angular-material/modules/closure/whiteframe/whiteframe.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.10.0
|
||||
*/
|
||||
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");
|
||||
Reference in New Issue
Block a user