update text to textContent for 1.0.0-rc5

This commit is contained in:
book010
2015-11-26 12:20:30 +08:00
parent 36c6ce86fb
commit 879969aa28

View File

@@ -116,7 +116,7 @@ declare module angular.material {
}
interface IToastPreset<T> {
content(content: string): T;
textContent(content: string): T;
action(action: string): T;
highlightAction(highlightAction: boolean): T;
capsule(capsule: boolean): T;