Update angular-material.d.ts

Added autoWrap to IToastOptions
This commit is contained in:
Tim
2016-03-10 12:30:19 +02:00
parent 02b4b5c8e0
commit 228c12c7de
+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