mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
Merge pull request #5180 from xt0rted/angular-ui-bootstrap-v.0.13.2
Update to angular ui bootstrap v.0.13.2
This commit is contained in:
@@ -99,6 +99,7 @@ testApp.config((
|
||||
$ratingConfig.max = 10;
|
||||
$ratingConfig.stateOff = 'rating-state-off';
|
||||
$ratingConfig.stateOn = 'rating-state-on';
|
||||
$ratingConfig.titles = ['1', '2', '3', '4', '5'];
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Angular UI Bootstrap 0.13.1
|
||||
// Type definitions for Angular UI Bootstrap 0.13.2
|
||||
// Project: https://github.com/angular-ui/bootstrap
|
||||
// Definitions by: Brian Surowiec <https://github.com/xt0rted>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -555,6 +555,13 @@ declare module angular.ui.bootstrap {
|
||||
* @default: null
|
||||
*/
|
||||
stateOff?: string;
|
||||
|
||||
/**
|
||||
* An array of strings defining titles for all icons.
|
||||
*
|
||||
* @default: ["one", "two", "three", "four", "five"]
|
||||
*/
|
||||
titles?: Array<string>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user