/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.1 */ goog.provide('ng.material.components.whiteframe'); (function() { 'use strict'; /** * @ngdoc module * @name material.components.whiteframe */ angular.module('material.components.whiteframe', []); })();