Custom Components
  1. Custom Components

angular-ui-bootstrap

Public
AuthorCommitMessageCommit dateIssues
Till KotheTill Kothe
a5577f857bedocs(modal): add `template` parameter to documentationCloses #1026
Eddie Monge JrEddie Monge Jr
5723a9e18c1style(buttons): cleanup button formattingNormalize spacing issues
Tasos BekosTasos Bekos
6a2f4814775refactor(rating): compatibility with AngularJS 1.2
Tasos BekosTasos Bekos
0e3e295ccc2refactor(pagination): change the way `num-pages` is assignedCloses #976
Pawel KozlowskiPawel Kozlowski
e55c2de3e13fix(modal): correctly close modals with no backdropbackdropDomEl was not initialised if only modal without backdrop was opened. Closes #974 Closes #979
Jim RollenhagenJim Rollenhagen
08d8b21d632fix(tooltip): restore html-unsafe compatibility with AngularJS 1.2
Pawel KozlowskiPawel Kozlowski
7c5cb18f24fchore(release): Starting v0.7.0-SNAPSHOT
Pawel KozlowskiPawel Kozlowski
3e5f7964427chore(release): v0.6.0
Pawel KozlowskiPawel Kozlowski
8e7fbf06a55fix(modal): allow replacing object with default optionsCloses #967
Pawel KozlowskiPawel Kozlowski
8d153acbf8bfeat(modal): expose $close and $dismiss options on modal's scopeCloses #966
Pawel KozlowskiPawel Kozlowski
0caea91744cchore(angular): update AngularJS to 1.0.8
Pawel KozlowskiPawel Kozlowski
7fce2fe82f4fix(modal): backdrop should cover previously opened modalsCloses #922 Closes #931
Pawel KozlowskiPawel Kozlowski
015625d1ae9feat(modal): add support for custom window settingsCloses #892
Pawel KozlowskiPawel Kozlowski
37777caf9dbdocs(README): clarify IE8 supportCloses #901
Pawel KozlowskiPawel Kozlowski
82532d1b74efix(modal): opening a modal should not change default optionsCloses #935
Tasos BekosTasos Bekos
dd99f35d936fix(datepicker): use $setViewValue for inner changesCloses #855
Tasos BekosTasos Bekos
1f89fd4bd5dfix(timepicker): add type attribute for meridian button
Pawel KozlowskiPawel Kozlowski
7589339330cfix(typeahead): remove dependency on ng-bind-html-unsafeCloses #813
Pawel KozlowskiPawel Kozlowski
c0215c8be94chore(build): update custom build to use $modal serviceCloses #927
Romain Laï-KingRomain Laï-King
9aecd4ed8e6fix(position): fallback for IE8's scrollTop/Left for offset
Chris ChuaChris Chua
5f9e270d0adfix(typeahead): keep pop-up on clicking inputAlso, keep reference to event listener to unbind when scope is destroyed. (Memory leak)
Chris ChuaChris Chua
45dd9be1840fix(typeahead): highlight return match if no queryThis makes the highlighter behave more consistently like other filters. It also makes it more useful as an empty query doesn't result in an empty result.
Tasos BekosTasos Bekos
87b4aa7457frefactor(rating): moving default class names back to template
kfbkfb
ff9d969ec48fix(modal): ie8 fix after $modal rewrite
Sterling CamdenSterling Camden
d870f212970fix(modal): insert backdrop before modal window
Pawel KozlowskiPawel Kozlowski
21d2ecb839bdocs(README): clarify IE8 support
Tasos BekosTasos Bekos
20ab01ad102feat(rating): add support for custom icons per instance
Tasos BekosTasos Bekos
e55d9063811feat(pagination): `total-items` & optional `items-per-page` APICloses #820. BREAKING CHANGE: API has undergone some changes in order to be easier to use. * `current-page` is replaced from `page`. * Number of pages is not defined by `num-pages`, but from `total-items` & `items-per-page` instead. If `items-per-page` is missing, default is 10. * `num-pages` still exists but is just readonly. Before: <pagination num-pages="10" ...></pagination> ...
Tasos BekosTasos Bekos
9af6f96e277fix(tabs): evaluate `vertical` on parent scopeCloses #849.
Pawel KozlowskiPawel Kozlowski
d7a48523e43feat(modal): rewrite $dialog as $modalBREAKING CHANGE: * `$dialog` service was refactored into `$modal` * `modal` directive was removed - use the `$modal` service instead Check the documentation for the `$modal` service to migrate from `$dialog`
Pawel KozlowskiPawel Kozlowski
80cef614750fix(typeahead): plug in front of existing parsersCloses #863
Pawel KozlowskiPawel Kozlowski
ed5f97902f1chore(test): remove IE10 tests
Pawel KozlowskiPawel Kozlowski
17163c22dd7fix(tooltip): remove placement='mouse' optionCloses #832 BREAKING CHANGE: The placment='mouse' is gone with no equivalent
Tasos BekosTasos Bekos
ed3700be00arefactor(rating): move logic to controller
Tasos BekosTasos Bekos
ce226fa65d5demo(all): remove jQuery dependency * Replace select2 in custom build with checkbox buttons.
Pawel KozlowskiPawel Kozlowski
8620aedba99docs(all): add info about styling cursors for <a> tagsCloses #752 Closes #816
Pawel KozlowskiPawel Kozlowski
366e0c8a1fffix(typeahead): set validity flag for non-editable inputsCloses #806
Michał MichałowskiMichał Michałowski
d34f2de189dfix(carousel): correct reflow triggering on FFox and Safari
Louis SivilloLouis Sivillo
d3da8b78fdffix(dialog): reintroduced dialogOpenClass optionThis option represents class which is added to the body when the dialog is open. It was present before in twitter bootstrap, then removed in 2.3.0, but then recently reintroduced in 3.0 Closes #798
SwiipSwiip
bf30898da27fix(datepicker): compatibility with angular 1.1.5 and no jqueryCloses #760
Tasos BekosTasos Bekos
b08e993fb47feat(timepicker): plug into `ngModel` controllerCloses #773 Closes #785
Pawel KozlowskiPawel Kozlowski
5de71216de5fix(typeahead): fix label rendering for equal model and items names
Pawel KozlowskiPawel Kozlowski
64df05e367adocs(typeahead): correct default value for the editable attribute
Arnaud LachaumeArnaud Lachaume
aac4a0dd4a0fix(tabs): add DI array-style annotations
Jérémy DECOOLJérémy DECOOL
7fdf73016b0docs(typeahead): document all allowed attributes
Sergey RSergey R
a89be345762docs(CHANGELOG): typo fix
Dan WahlinDan Wahlin
d474824b7cefix(datepicker): correctly manage focus without jQuery presentThe element.focus() will throw an error since the object needs to be unwrapped first. Should be: element[0].focus() at a minimum to unwrap the jqlite object since it doesn't expose focus(). Closes #758
Pawel KozlowskiPawel Kozlowski
f6aa26bd07fdemo(datepicker): fix tag name in an example
Pawel KozlowskiPawel Kozlowski
290b268384echore(release): Starting v0.6.0-SNAPSHOT
Pawel KozlowskiPawel Kozlowski
ceb396f7165chore(release): v0.5.0