Skip to content

Replaced Nav Router Info with View State #112

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

Merged
merged 1 commit into from
Jan 24, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/angularjs/views/header/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Available in:
Headers
===

While Ionic provides [simple Header and Footer](/docs/components/#header) bars that can be created through HTML and CSS alone, Header bars specifically can be extended in order to provide dynamic layout features such as auto-title centering and animation. They are also used by the [Nav Router Controller](../../controllers/nav-router/) to animate a title on navigation and toggle a back button.
While Ionic provides [simple Header and Footer](/docs/components/#header) bars that can be created through HTML and CSS alone, Header bars specifically can be extended in order to provide dynamic layout features such as auto-title centering and animation. They are also used by the [Views and Navigation Controllerr](../../controllers/view-state/) to animate a title on navigation and toggle a back button.

As of Ionic 0.9.0, the only available header bar feature provide is auto title centering. In this situation, the title text will center itself until either the left or right button content is too wide for the label to center. In that case, it will slide left or right until it can fit. You can also align the title left for a more Android-friendly header.

Expand Down