angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

Binding in Component Router (1.5) not working #407

Open srokatonie opened 8 years ago

srokatonie commented 8 years ago

I went through the docs of Component and Component Router and found out that:

bindings in router - not working: http://codepen.io/srokatonie/pen/wGjRRm

If you try to workaround Require doesn't work neither: http://codepen.io/srokatonie/pen/jqxXgX

(Stackoverflow topic: http://stackoverflow.com/questions/36426789/binding-in-component-router-angular-1-5 )

stnor commented 8 years ago

Bindings has no effect for a routing component. I answered your question on SE.