Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: mgcrea/angular-strap

bearded-octo-batman

15 Jan 10:00
Compare
Choose a tag to compare

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

10 Jan 13:07
Compare
Choose a tag to compare

v2.0.0-beta.2

Refactoring

  • breaking - Switched to ngBind instead of ngBindHtml to drop the ngSanitize dep, added the html option to switch to previous behavior

New directives

  • Provide the $navbar module
  • Provide the $typeahead module

psychic-octo-computing-machine

07 Jan 18:35
Compare
Choose a tag to compare

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!