mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-17 06:12:02 +00:00
updates afteramodel method comment
This commit is contained in:
parent
91fe71416a
commit
ad3b51d4fa
@ -19,6 +19,8 @@ export default route({
|
|||||||
Route.extend(AuthenticatedRouteMixin, {
|
Route.extend(AuthenticatedRouteMixin, {
|
||||||
/**
|
/**
|
||||||
* Browse route does not render any content, but hydrates the store with initial data transition to child route
|
* Browse route does not render any content, but hydrates the store with initial data transition to child route
|
||||||
|
* @param {Object} model result from model call
|
||||||
|
* @param {Ember.Transition} transition
|
||||||
*/
|
*/
|
||||||
afterModel(model, transition) {
|
afterModel(model, transition) {
|
||||||
// Extract the entity being viewed from the transition state
|
// Extract the entity being viewed from the transition state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user