@types/angular-strap

The type definition is missing the `prefixClass` option. https://github.com/mgcrea/angular-strap/blob/master/dist/modules/modal.js#L16
This commit is contained in:
Ziggy
2017-07-18 13:02:26 -07:00
committed by GitHub
parent 7660556dc2
commit 84ab2cd275

View File

@@ -45,6 +45,7 @@ declare namespace mgcrea.ngStrap {
template?: string;
templateUrl?: string;
contentTemplate?: string;
prefixClass?: string;
prefixEvent?: string;
id?: string;
scope?: ng.IScope;