Merge pull request #8473 from 4tron/patch-2

Update angular-material.d.ts
This commit is contained in:
Masahiro Wakame
2016-03-12 01:01:37 +09:00
+1
View File
@@ -139,6 +139,7 @@ declare module angular.material {
interface IToastOptions {
templateUrl?: string;
template?: string;
autoWrap?:boolean;
scope?: angular.IScope; // default: new child scope
preserveScope?: boolean; // default: false
hideDelay?: number; // default (ms): 3000