rename(sections): .navbar-container now ion-navbar-section

This commit is contained in:
Adam Bradley
2015-10-10 17:14:03 -05:00
parent 039ecac2ae
commit fa2ae9cd93
13 changed files with 31 additions and 29 deletions

View File

@@ -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 {