Neues Initialrelease mit IonicMaterial
This commit is contained in:
16
www/lib/angular-material/modules/js/whiteframe/whiteframe.js
vendored
Normal file
16
www/lib/angular-material/modules/js/whiteframe/whiteframe.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.10.0
|
||||
*/
|
||||
(function( window, angular, undefined ){
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* @ngdoc module
|
||||
* @name material.components.whiteframe
|
||||
*/
|
||||
angular.module('material.components.whiteframe', []);
|
||||
|
||||
})(window, window.angular);
|
||||
Reference in New Issue
Block a user