Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Loading parent controllers when accessing a bookmarked url

$
0
0
Yes,

Basically users/profile/1 requires several DOM elements to exist in the window before loading the actual profile template, but those elements are loaded by users/dashboard/1 which is not called when requesting users/profile/1.

I was wondering if there is already a technique or feature in the framework to do it, instead of manually prepare the users/dashboard/1 controller when loading /users/profile/1

Viewing all articles
Browse latest Browse all 3491

Trending Articles