MdButtonDirectiveDecorator

Source:

Corrects an issue with angular materials md-button directive where interpolated values are not wrapped in a span element. Offending line: https://github.com/angular/material/blob/master/src/components/button/button.js#L146

Methods

(inner) decorateCompile(originalCompile) → {function}

Source:

Decorates the original button compile functions.

Parameters:
Name Type Description
originalCompile function

original compile function

Returns:

enhances link function returned by the decorated compile function

Type
function