mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08: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:
1
types/angular-strap/index.d.ts
vendored
1
types/angular-strap/index.d.ts
vendored
@@ -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