Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 831 Bytes

CHANGELOG.md

File metadata and controls

26 lines (13 loc) · 831 Bytes

<a name"0.0.6">

0.0.6 (2015-06-17)

Bug Fixes

  • ui-router: send correct next parameter when visiting a page using $state.go (f2201a8d, closes #5)

<a name"0.0.5">

0.0.5 (2015-06-17)

Bug Fixes

  • ui-router: fixed issue with next-url not being added properly with 1.3.0 . (8bf3c906)

<a name"0.0.4">

0.0.4 (2015-06-17)

Bug Fixes

  • authentication: fix for arcane circular dependency injection bug. (d03e6f10)
  • ie8 support: visor was not IE8 compatible due to using promise.finally directly. Issue #1 (82877135)