Ember, change current url and LinkTo targets without reloading data
问题 How to change an url and the LinkTo components without reloading data? Figure an app where a user can change the name of his project. The current url contains the project name, so it must be updated. Nothing excepts the url and the links must be modified (no data reload) Consider this main route: this.route('routeName', { path: '/:project_name/:param2/:param3' }, function () { ...many sub routes }); The replaceURL method allow to change the url: this.router.location.replaceURL