From ca7793de21446f4716348b3b2fff3020816e2a5a Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 8 Sep 2014 08:40:32 -0400 Subject: [PATCH] docs(buttons): fix typo ng-ref to ng-href Closes #233 --- src/components/buttons/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/buttons/buttons.js b/src/components/buttons/buttons.js index 7734df5c0a9..2789b46997b 100644 --- a/src/components/buttons/buttons.js +++ b/src/components/buttons/buttons.js @@ -29,7 +29,7 @@ angular.module('material.components.button', [ * @param {boolean=} noink Flag indicates use of ripple ink effects * @param {boolean=} disabled Flag indicates if the tab is disabled: not selectable with no ink effects * @param {string=} type Optional attribute to specific button types (useful for forms); such as 'submit', etc. - * @param {string=} ng-ref Optional attribute to support both ARIA and link navigation + * @param {string=} ng-href Optional attribute to support both ARIA and link navigation * @param {string=} href Optional attribute to support both ARIA and link navigation * @param {string=} ariaLabel Publish the button label used by screen-readers for accessibility. Defaults to the radio button's text. *