mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
@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:
Vendored
+1
@@ -45,6 +45,7 @@ declare namespace mgcrea.ngStrap {
|
||||
template?: string;
|
||||
templateUrl?: string;
|
||||
contentTemplate?: string;
|
||||
prefixClass?: string;
|
||||
prefixEvent?: string;
|
||||
id?: string;
|
||||
scope?: ng.IScope;
|
||||
|
||||
Reference in New Issue
Block a user