Hi, I am using ember appkit for my application. I have problem to transition into loading route for nested resources, only root loading page is working. The same template for loading is shown for index route and for all nested resources.
Here is my configuration from bower:
"ember": "~1.5.0",
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master",
"ic-ajax": "~1.0.4",
"ember-testing-httpRespond": "~0.1.1",
"loader.js": "git://github.com/stefanpenner/loader.js",
"ember-load-initializers": "git://github.com/stefanpenner/ember-load-initializers.git#0.0.1",
Is it a bug in appkit or do I have to enable any flag in ember application to make it working?
Hi, I am using ember appkit for my application. I have problem to transition into loading route for nested resources, only root loading page is working. The same template for loading is shown for index route and for all nested resources.
Here is my configuration from bower:
Is it a bug in appkit or do I have to enable any flag in ember application to make it working?