Skip to content

Commit 62fdd63

Browse files
committed
Merge pull request #5813 from RealBrubru/patch-1
Update headerFooterBar.js
2 parents 01ab8b0 + 0255f0f commit 62fdd63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/angular/directive/headerFooterBar.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IonicModule
3434
* <button class="button">Right Button</button>
3535
* </div>
3636
* </ion-header-bar>
37-
* <ion-content>
37+
* <ion-content class="has-header">
3838
* Some content!
3939
* </ion-content>
4040
* ```
@@ -61,7 +61,7 @@ IonicModule
6161
*
6262
* @usage
6363
* ```html
64-
* <ion-content>
64+
* <ion-content class="has-footer">
6565
* Some content!
6666
* </ion-content>
6767
* <ion-footer-bar align-title="left" class="bar-assertive">

0 commit comments

Comments
 (0)