angular / router

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

Resolves https://github.com/angular/router/issues/315 #322

Closed maciossek closed 6 years ago

maciossek commented 9 years ago

My Controllers have names like: app.home.HomeController, thus they cannot be accessed on my view via app.home.

My suggestion is to use appHome as component name if there is a dot used in the name.

Review on Reviewable