laurelnaiad / angular-couch-potato

Lazy-Load and Register Components in AngularJS Applications
Other
104 stars 19 forks source link

super lazy : both html and js #20

Closed navinSing closed 8 years ago

navinSing commented 8 years ago

hot do lazy load the js routes and its template html lazily and dynamically from server side.

this means that if the url[state] is not found locally. It will query the server lets say findRoute(name:'abc') which returns json, js of state, template html; which will be injected into crouch-potato and served to the client.

laurelnaiad commented 8 years ago

Hi... I'm not sure I'm following you, but it sort of sounds like you're describing a feature of https://github.com/afterglowtech/angular-detour .. but please be aware that both couch-potato and detour are a bit dated and won't have any new development.