/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.1.18-master-97a1616 */ function MdSubheaderDirective(o,c,m,s,u){return{restrict:"E",replace:!0,transclude:!0,template:'
',link:function(a,i,e,r,t){m(i),i.addClass("_md"),s.prefixer().removeAttribute(i,"ng-repeat");var n=i[0].outerHTML;function d(e){return angular.element(e[0].querySelector(".md-subheader-content"))}e.$set("role","heading"),u.expect(i,"aria-level","2"),t(a,function(e){d(i).append(e)}),i.hasClass("md-no-sticky")||t(a,function(e){var r=c('")(a);s.nextTick(function(){d(r).append(e)}),o(a,i,r)})}}}goog.provide("ngmaterial.components.subheader"),goog.require("ngmaterial.components.sticky"),goog.require("ngmaterial.core"),MdSubheaderDirective.$inject=["$mdSticky","$compile","$mdTheming","$mdUtil","$mdAria"],angular.module("material.components.subheader",["material.core","material.components.sticky"]).directive("mdSubheader",MdSubheaderDirective),ngmaterial.components.subheader=angular.module("material.components.subheader");