Skip to content

Releases: mikejacobson/angular-bootstrap-scrolling-tabs

Keep AngularUI tab content wired to scope

27 Jun 15:29
Compare
Choose a tag to compare

Fixes Issue #28.

Tab content that is actively tied to scope will now remain active instead of being disconnected from its scope.

Add touch swipe support

28 May 18:23
Compare
Choose a tag to compare
  • Fix Issue #44: add touch swipe support
  • Enhance build process: add header to dist files during build

Restructure; use gulp; add e2e tests

27 May 22:37
Compare
Choose a tag to compare
  • Break the project into multiple files to make it more maintainable
  • Add gulp for development and testing
  • Add e2e tests (just basic tests right now--will add more)
  • Incorporate changes from PR #41

Breaking Change

The directive files, scrolling-tabs.js and scrolling-tabs.css, have been moved from the project root into <root>/dist/.