This repository was archived by the owner on Dec 1, 2023. It is now read-only.
Releases: mgcrea/angular-strap
Releases · mgcrea/angular-strap
bearded-octo-batman
v2.0.0-beta.3
Refactoring
- Using safe digests for
$alertand$modalshow/hide behavior - Refactor
$typeaheadto rely on an$parserOptionsservice
New directives
- Provide the
$selectmodule
glowing-octo-archer
v2.0.0-beta.2
Refactoring
- breaking - Switched to
ngBindinstead ofngBindHtmlto drop thengSanitizedep, added thehtmloption to switch to previous behavior
New directives
- Provide the
$navbarmodule - Provide the
$typeaheadmodule
psychic-octo-computing-machine
AngularStrap was initially written to provide AngularJS wrapping directives for Twitter Bootstrap. It used to leverage the javascript code written by Bootstrap's contributors to minimize work, retro-compatibility issues & time to market.
While it worked pretty well, it required a big javascript payload: both jQuery & Twitter Bootstrap libraries. When the 1.2 release of AngularJS showed up with the ngAnimate module, greatly simplifying DOM manipulation, we knew it was time for a rewrite!