aurelia / framework

The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia.
MIT License
11.75k stars 623 forks source link

changing url with the same controller (module) not call unbind. #252

Closed vanluke closed 8 years ago

vanluke commented 8 years ago

i am reusing model-view to two different state and i need to reload data but unbind and other events are not called, so i am unable to reuse model-view if it is already loaded

StrahilKazlachev commented 8 years ago

Does you model have determineActivationStrategy()? If not check the docs cheetsheet, look for Reusing an existing VM.

EisenbergEffect commented 8 years ago

Please seek assistance in the Gitter channel if still needed.