New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

airwave-ui-router

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airwave-ui-router - npm Package Versions

0.3.1

Diff
olibaron
published 0.3.1 •

Changelog

Source

0.3.1 (2016-06-03)

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

<a name="0.3.0"></a>