mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
rename(sections): .navbar-container now ion-navbar-section
This commit is contained in:
@@ -399,12 +399,12 @@ class ContentAnchor {
|
||||
@Component({
|
||||
selector: 'ion-pane',
|
||||
template:
|
||||
'<section class="navbar-container">' +
|
||||
'<ion-navbar-section>' +
|
||||
'<template navbar-anchor></template>' +
|
||||
'</section>' +
|
||||
'<section class="content-container">' +
|
||||
'</ion-navbar-section>' +
|
||||
'<ion-content-section>' +
|
||||
'<template content-anchor></template>' +
|
||||
'</section>',
|
||||
'</ion-content-section>',
|
||||
directives: [NavBarAnchor, ContentAnchor]
|
||||
})
|
||||
class Pane {
|
||||
|
||||
Reference in New Issue
Block a user