Skip to content

Instantly share code, notes, and snippets.

@jorgeucano
Created July 6, 2016 03:04
Show Gist options
  • Save jorgeucano/edfcc6869c237e2b0e0c55b1e978038d to your computer and use it in GitHub Desktop.
Save jorgeucano/edfcc6869c237e2b0e0c55b1e978038d to your computer and use it in GitHub Desktop.
cambio el textfield por la instancia del componente
<TextField hint="Email Address" keyboardType="email" [(ngModel)]="user.email"
autocorrect="false" autocapitalizationType="none"></TextField>
<TextField hint="Password" [(ngModel)]="user.password" secure="true"></TextField>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment