mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(segment): default styles and header fit
This commit is contained in:
@@ -5,8 +5,8 @@ import {NavParams, NavController} from 'ionic/ionic';
|
||||
|
||||
@IonicView({
|
||||
template: '' +
|
||||
'<ion-navbar *navbar primary>' +
|
||||
'<ion-title>{{title}}</ion-title>' +
|
||||
'<ion-navbar *navbar>' +
|
||||
'<ion-title><ion-segment><ion-segment-button>Friends</ion-segment-button><ion-segment-button>Enemies</ion-segment-button></ion-segment></ion-title>' +
|
||||
'<ion-nav-items primary>' +
|
||||
'<button><icon star></icon></button>' +
|
||||
'</ion-nav-items>' +
|
||||
|
||||
Reference in New Issue
Block a user