Skip to content

0.2.15

Compare
Choose a tag to compare
@christopherthielen christopherthielen released this 19 May 13:05
· 1439 commits to master since this release

(2015-05-19) diff

This release fixes some issues reported in 0.2.14 and 0.2.13. It also fixes a long-standing issue with the broken reloadOnSearch option.

See milestone: https://github.com/angular-ui/ui-router/issues?q=milestone%3A0.2.15+is%3Aclosed

Bug Fixes

  • $state: reloadOnSearch should not affect non-search param changes. (6ca0d770, closes #1079)
  • urlMatcherFactory: Revert to 0.2.13 behavior where all string parameters are considered optional fi (495a02c3, closes #1963)
  • urlRouter: allow .when() to redirect, even after a successful $state.go() - This partially (48aeaff6, closes #1584)

Features

  • $state: Inject templateProvider with resolved values (afa20f22)