We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1533508 commit b21fdf2Copy full SHA for b21fdf2
src/lib/button-toggle/button-toggle.ts
@@ -40,7 +40,9 @@ var _uniqueIdCounter = 0;
40
41
/** Change event object emitted by MdButtonToggle. */
42
export class MdButtonToggleChange {
43
+ /** The MdButtonToggle who emits the event. */
44
source: MdButtonToggle;
45
+ /** The value assigned to the MdButtonToggle. */
46
value: any;
47
}
48
0 commit comments