This repository has been 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
$alert
and$modal
show/hide behavior - Refactor
$typeahead
to rely on an$parserOptions
service
New directives
- Provide the
$select
module
glowing-octo-archer
v2.0.0-beta.2
Refactoring
- breaking - Switched to
ngBind
instead ofngBindHtml
to drop thengSanitize
dep, added thehtml
option to switch to previous behavior
New directives
- Provide the
$navbar
module - Provide the
$typeahead
module
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!