refactor(toolbar): rename the slots to match other component behavior

`left` -> `start`
`right` -> `end`
`start` -> `secondary`
`end` -> `primary`
This commit is contained in:
Brandy Carney
2018-03-27 16:41:30 -04:00
parent 6fbd708ae0
commit ce5b47ef99
29 changed files with 129 additions and 129 deletions

View File

@@ -12,7 +12,7 @@
<ion-header>
<ion-toolbar>
<ion-title>Datetime - Basic</ion-title>
<ion-buttons slot="end">
<ion-buttons slot="primary">
<ion-button onclick="toggleBoolean('dynamicDisabled', 'disabled')">
(disabled)
</ion-button>

View File

@@ -12,7 +12,7 @@
<ion-header>
<ion-toolbar>
<ion-title>Datetime</ion-title>
<ion-buttons slot="end">
<ion-buttons slot="primary">
<ion-button onclick="toggleBoolean('dynamicDisabled', 'disabled')">
(disabled)
</ion-button>