Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BC BREAK] [RFR] Rename main view to ng-admin #759

Merged
merged 1 commit into from
Sep 19, 2016
Merged

Conversation

fzaninotto
Copy link
Member

I don't think we can configure the view name, since the routing executes before we can access the configuration...

Closes #335, #446, #730

@jpetitcolas jpetitcolas added this to the 1.0 milestone Sep 16, 2016
return Configuration().layout() || layoutTemplate;
}]
}
}
});

$stateProvider.state('dashboard', {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that we can also use dotted notation for parent views: ng-admin.dashboard for instance.

@jpetitcolas jpetitcolas merged commit 17a123e into master Sep 19, 2016
@jpetitcolas jpetitcolas deleted the named_view branch September 19, 2016 08:58
beevelop added a commit to beevelop/ng-admin-jwt-auth that referenced this pull request Jan 22, 2017
marmelab/ng-admin#759 renamed the main view to `ng-admin`
This breaks ng-admin JWT-Auth with the latest ng-admin versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants