Open
Description
Allow for defining partial routes that can be used to initialize routes more incrementally, so that if an application begins to have a large amount of routes, they don't all need to initialize up front.
If we allow for use of services like $http etc. which returns promises, we need to integrate that so that we son't complete the evaluation until that promise has returned.