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

app-layout - provide placeholders #393

Open
lucienbertin opened this issue Feb 13, 2017 · 2 comments
Open

app-layout - provide placeholders #393

lucienbertin opened this issue Feb 13, 2017 · 2 comments
Assignees
Milestone

Comments

@lucienbertin
Copy link
Contributor

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

@vergerf
Copy link
Contributor

vergerf commented Feb 13, 2017

Does this placehorder include the animation?

@lucienbertin
Copy link
Contributor Author

lucienbertin commented Feb 13, 2017

not necessarily, depends on ease of implementation and use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants