/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.2-master-a9ba340 */ function MdSubheaderDirective(e,r,a,i,t){return{restrict:"E",replace:!0,transclude:!0,template:'
',link:function(n,d,o,c,m){function s(e){return angular.element(e[0].querySelector(".md-subheader-content"))}a(d),d.addClass("_md"),i.prefixer().removeAttribute(d,"ng-repeat");var u=d[0].outerHTML;o.$set("role","heading"),t.expect(d,"aria-level","2"),m(n,function(e){s(d).append(e)}),d.hasClass("md-no-sticky")||m(n,function(a){var t=r('")(n);i.nextTick(function(){s(t).append(a)}),e(n,d,t)})}}}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");