(2016-06-03) diff
obscure BC-BREAK
If you're using element.data('$uiView').$animEnter
, switch to element.data('$uiViewAnim').$animEnter
This was necessary in order to fix #2763
Bug Fixes
- state:
- fire $stateChangeError if onEnter/onExit throws. closes #2772 (a5756c38)
- fail transition on exceptions in transition handler (8222fb0e)
- uiView: separate $uiView and $uiViewAnim element.data() (d3502f3c, closes #2763)
- Fixes this error:
Cannot read property 'name' of undefined at getUiViewName