Custom Components
  1. Custom Components

angular-ui-bootstrap

Public
AuthorCommitMessageCommit dateIssues
Pawel KozlowskiPawel Kozlowski
a2bbf4d5d78fix(tooltip): fix placement issuesCloses #115
Gleb GodonogaGleb Godonoga
ff5d119bb7cfix(collapse): Avoids fixed height on collapseCloses #138
Mark NadigMark Nadig
897c2e4fbbedocs(dialog): fix README
Pawel KozlowskiPawel Kozlowski
030901e4a21fix(tooltip): don't show tooltips if there is no content to showCloses #129
Pawel KozlowskiPawel Kozlowski
7575b3c5740fix($dialog): $compile entire modalCloses #122
Pawel KozlowskiPawel Kozlowski
d988b9d6512demo($dialog): fix link to the readmeCloses #134
Pawel KozlowskiPawel Kozlowski
1f874868e6dfix(dialog): update resolve section to new syntaxCloses #126
Pawel KozlowskiPawel Kozlowski
a2a8f34ddf4test(modal): add tests for global options
_pants_pants
acaf72b6097feat(modal): allow global override of modal options
thiagofelixthiagofelix
739f86f21a2feat(dialog): Make $dialog 'resolve' property to work the same way of $routeProvider.whenChanging the $dialog service to treat the 'resolve' property the same way as $routeProvider does. It means expecting a string or a factory function instead of a value. Signed-off-by: thiagofelix <felixthi@gmail.com>
ciplazarciplazar
a790b9409c5demo(accordion): fix off-by-one error in accordion demo item listAdd 1 to items.length before pushing, otherwise we get two items with the same item number.
Gleb GodonogaGleb Godonoga
752ef73e832test(accordion): Added test to cover issue 82
Pawel KozlowskiPawel Kozlowski
8975b241a88chore(release): starting 0.1.1
Pawel KozlowskiPawel Kozlowski
b37302e5cbddocs(readme): update release instructions
Pawel KozlowskiPawel Kozlowski
3a350d09474chore(release): 0.1.0
Michael BallMichael Ball
4b5c067a7dafeat(popover): add popover directive
Gleb GodonogaGleb Godonoga
bc0fecfdf66fix(collapsible): fix transition and height issuesCloses #82 #94
Just BorisJust Boris
4629071a869feat(pagination): add opportunity to localize pagination without template rewrite
Pete Bacon DarwinPete Bacon Darwin
c3867445213refact(alert): Simplify alert directive further
Andy JoslinAndy Joslin
7bbc176a735demo(*): Add related projects dropdown to menu
Pawel KozlowskiPawel Kozlowski
a5f83bf9888fix(alert): various alert fixes- make the type optional (in this case only a default alert class is applied) - remove the 'alert-block' from a template - it can still be added on the alert element if needed - add replace:true - uncomment a test
Andy JoslinAndy Joslin
11348f9cd79feat(transition): add animationEnd option for transition service
Andy JoslinAndy Joslin
5dfa324a501demo(*): Remove bootstrap-responsive css to fix top menu
Just BorisJust Boris
a75a85dfe71feat(tabs): Add feature to select tabs through active attribute binding
Pawel KozlowskiPawel Kozlowski
06a60e7494fdemo(*): add instalation instructions
Pawel KozlowskiPawel Kozlowski
7f137eecc74fix(build): correctly generate module dependencies for custom buildCloses #100
Pawel KozlowskiPawel Kozlowski
b8044ac496dchore(LICENSE): add MIT licenseCloses #101
Pete Bacon DarwinPete Bacon Darwin
4ea002b0cfbfeat(accordion): add config object
Paolo MilaniPaolo Milani
5e6613aebbffeat(*): loosen restrict from E to EA for accordion, alert, pagination, tabs, tooltip
Pawel KozlowskiPawel Kozlowski
bc73159c7dfdemo(*): add icons to buttons
Pawel KozlowskiPawel Kozlowski
d07e66d1b6bdemo(*): demo page improvements
Pawel KozlowskiPawel Kozlowski
1639015ba52demo(*): loag jQuery from the CDN - this time for real
Josh David MillerJosh David Miller
29aed22994afix(tooltip): Attributes no longer evalued in isolate scopeThe tooltip directive has been re-architected to use a new scope rather than an isolate scope, but the templated tooltipPopup directive now has an isolate scope to introduce a similar level of scope security. As the isolate scope is gone, the transclusion logic has been removed. In addition, tooltip attributes are $observed manually to assign the necessary variables on the child scope needed by...
Pawel KozlowskiPawel Kozlowski
b19b9c58682demo(*): load jQuery from CDN
Andy JoslinAndy Joslin
d1fa37b2239Mdemo(*): Add dist and build task, allowing custom builds
Pawel KozlowskiPawel Kozlowski
bf49453385achore(*): switch to AngularJS 1.0.4Closes #86
tiagoroldaotiagoroldao
8c7f6c89a58feat(modal): add support for the backdrop's 'static' option
Andy JoslinAndy Joslin
67184c2cd28demo(*): Add 'Create a Build' button to demo page
Andy JoslinAndy Joslin
912650b4f3dbuild(*): Add dependency checking to grunt custom builds
Pete Bacon DarwinPete Bacon Darwin
0d2db5c3256fix(pagination): max-size should not change based on the number of pagesIf number of pages is less than the max-size then only the number of pages that are available should be displayed, but this should not then update the max-size expression, since if the number of pages then increases we have lost the max-size value that the user set.
Andy JoslinAndy Joslin
f8cdd4a61b9fix(accordion): Fix jshint failure in spec
Andy JoslinAndy Joslin
c2eecac5f53demo(*): Adjust demo header text
Pawel KozlowskiPawel Kozlowski
5c696ec1aa2demo(*): minor demo changes
Pete Bacon DarwinPete Bacon Darwin
477218616cafix(dialog): Remove incorrect $apply
Pete Bacon DarwinPete Bacon Darwin
dd013e65858fix(accordion): Use template for accordion directive and heading rather than title
Pete Bacon DarwinPete Bacon Darwin
313021e0f37doc(accordion): Update readme and demo
Pete Bacon DarwinPete Bacon Darwin
191a182b0afrefact(accordion): Use collapse directive to simplify accordion directive
Pete Bacon DarwinPete Bacon Darwin
97083f5a10cfeat(collapse): Add basic collapse directive
Pete Bacon DarwinPete Bacon Darwin
dbd7aa3153ffeat(accordion): Transition and attribute improvementsAdd support for open and close CSS transitions. Add support for optional is-open attribute on <accordion-group> directive Remove isolate scope from <accordion> directive
Josh David MillerJosh David Miller
ab44a867f3ffix(tooltip): Transcludes contents to allow dynamic selector textA dynamic selector did not work as the contents of the directive element were not transcluded. This fix adds transclusion through a new directive controller method. It also includes a new test for this case (through an ngRepeat) as well as a modified demo to show this use case. Closes #69