Finnsson
Finnsson
I understand your problem and I'm wondering that the correct solution is. Should all (loaded) pages automatically be disposed if `sourceCache` is not true or should there be an additional...
Hi, sorry for the late reply. I've been on vacation. Creating a master-detail view is probably one of the most common scenarios so I should probably document it a bit...
It might be possible using the API that `pager.fx` should implement. The object on `pager.fx` should implement ``` showElement: function (page, callback) ``` while showing a new element and ```...
Sorry for the late reply. I've been on vacation. Extremely strange. I cannot see anything in the source code that could somehow prevent `activePage$`. Maybe it is accessed before it...
If you want to load something into the viewmodel I would recommend using withOnShow. The loader will however not be displayed since its connected with sourceOnShow (at the moment). Sent...
Hi, could you post a jsfiddle/jsbin-example that illustrates your problem? It makes it easier for me to track down the exact problem. I could not see any obvious problem when...
I might have time to look at this later today (around 1800 UTC), but you are welcome to help out with a pull request. Some of your html got stripped...
Hm... strange. I dont remember if afterShow trigger on the global pager object or only on page objects at the moment. I guess there should be a navigationSuccess callback/event too...
Just want to make sure this issue is fixed before I close it. OK? As for the source it's declared in a loop: ``` $.each(['onBindingError', 'onSourceError', 'onNoMatch', 'onMatch', 'beforeRemove', 'afterRemove',...
Am I correct in assuming that this works now (the fiddle seems to work)?