This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Top level route configs #187
Open
Description
Right now in Angular 1, the top level controller must be named "AppController," or the config attached to AppController.$routeConfig
will not be present.
It would be easy to adopt a convention where an ng-controller
on the same element as ng-app
determined the top-level config, but this would make it impossible to use with multiple top-level components.
Related to #46