You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, UI Router supports < and = parameters when routing using the component syntax. When the component contains a @ parameter binding, an error is thrown with the message TypeError: Cannot read property '1' of null
Currently, UI Router supports < and = parameters when routing using the component syntax. When the component contains a @ parameter binding, an error is thrown with the message
TypeError: Cannot read property '1' of null
Plunkr showing the issue is here: http://embed.plnkr.co/mtNl3MgXrfTkv8NnrtqQ/ The error occurs can be seen in the console.
It seems to be an issue with the handling of the scope bindings in the ng1 viewsBuilder at https://github.com/angular-ui/ui-router/blob/1.0.0-alpha.4/src/ng1/viewsBuilder.ts#L74
The text was updated successfully, but these errors were encountered: