lets say you have something like:
<div id="tabstrip-location"
data-role="view"
data-init="app.locationService.initLocation"...
does that initialization function get called right after the app loads? as opposed to when the view is actually displayed?
is there a simple way to call initialization functions after another event has first occurred? say, after the user logs in?
<div id="tabstrip-location"
data-role="view"
data-init="app.locationService.initLocation"...
does that initialization function get called right after the app loads? as opposed to when the view is actually displayed?
is there a simple way to call initialization functions after another event has first occurred? say, after the user logs in?