mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): rename properties to inputs, events to outputs
This commit is contained in:
@@ -8,7 +8,7 @@ import {pointerCoord, hasPointerMoved} from '../../util/dom';
|
||||
*/
|
||||
@Directive({
|
||||
selector: 'ion-label',
|
||||
properties: [
|
||||
inputs: [
|
||||
'id'
|
||||
],
|
||||
host: {
|
||||
|
||||
@@ -72,7 +72,7 @@ export class TextInputElement {
|
||||
@IonicDirective({
|
||||
selector: 'ion-input',
|
||||
classId: 'item-input',
|
||||
properties: [
|
||||
inputs: [
|
||||
'tabIndex'
|
||||
],
|
||||
host: {
|
||||
|
||||
Reference in New Issue
Block a user