source: trip-planner-front/node_modules/angular-material/modules/js/fabActions/fabActions.min.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 604 bytes
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.2-master-0a06f99
6 */
7!function(t,o){"use strict";function i(r){return{restrict:"E",require:["^?mdFabSpeedDial","^?mdFabToolbar"],compile:function(t,i){var e,a=t.children(),n=r.prefixer().hasAttribute(a,"ng-repeat");e=t.find("md-button"),o.forEach(e,function(t){t.setAttribute("tabindex",-1)}),n?a.addClass("md-fab-action-item"):a.wrap('<div class="md-fab-action-item">')}}}i.$inject=["$mdUtil"],o.module("material.components.fabActions",["material.core"]).directive("mdFabActions",i)}(window,window.angular);
Note: See TracBrowser for help on using the repository browser.