-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Side bar opens the view in full window(overlapping full page) . #74
Comments
i cant understand what you mean at all. |
Index.html page contents. which loads the login page. <title>Root page</title>
|
login.html /// <title>app</title>
|
////// login controller to check and validate the user who has logged in/////// (function () {
})(); |
login.module.js - app->pages->login. (function () {
})(); |
main.html page State.go('main') redirects spa here |
main.module.js (function () {
})(); |
I have the same issue ! |
after login page it goes to Main.html page,
ISSUE--
on click of menu in sidebar it, opens the page with parent(index.html) file(UI-VIEW), overrides the same page, it should open views with main.html(in same window).
Possible solution
1) named view should be used,
2) can we change sidebar position out of main section,
3) Parent UI-view scope is overriding the Main.html ui-view.
Please suggest thanks in advance.
The text was updated successfully, but these errors were encountered: