We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i want to use this html as my main layout
<body> <div id="lucca-banner"></div> <div id="myApp" ng-app="myApp"> <aside ui-view="navigation" id="main-navigation"> <div class="navigation-placeholder"></div> </aside> <header ui-view="header" id="main-header"> <div class="header-placeholder"></div> </header> <main ui-view="main" class="main-view"> <div class="main-placeholder"></div> </main> </div> </body>
and have placeholders a la slacks
I'm using ui-router so the placeholders will be flushed once the app has finished loading and bootstraping
The text was updated successfully, but these errors were encountered:
Does this placehorder include the animation?
Sorry, something went wrong.
not necessarily, depends on ease of implementation and use
jeremie-lucca
No branches or pull requests
i want to use this html as my main layout
and have placeholders a la slacks
I'm using ui-router so the placeholders will be flushed once the app has finished loading and bootstraping
The text was updated successfully, but these errors were encountered: