diff --git a/Ionic2/_bckp/android0.json b/Ionic2/_bckp/android0.json new file mode 100644 index 0000000..07c3697 --- /dev/null +++ b/Ionic2/_bckp/android0.json @@ -0,0 +1,11 @@ +{ + "prepare_queue": { + "installed": [], + "uninstalled": [] + }, + "config_munge": { + "files": {} + }, + "installed_plugins": {}, + "dependent_plugins": {} +} \ No newline at end of file diff --git a/Ionic2/config.xml b/Ionic2/config.xml index a43cbc1..3ad465f 100644 --- a/Ionic2/config.xml +++ b/Ionic2/config.xml @@ -1,45 +1,46 @@ - + - Ionic2 - An awesome Ionic/Cordova app. - Ionic Framework Team - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Ionic2 + An awesome Ionic/Cordova app. + Ionic Framework Team + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ionic2/src/components/elasticTextarea.ts b/Ionic2/src/components/elasticTextarea.ts index b74348a..0c22e1d 100644 --- a/Ionic2/src/components/elasticTextarea.ts +++ b/Ionic2/src/components/elasticTextarea.ts @@ -16,6 +16,7 @@ export class ElasticTextarea { public txtArea:any; public content:string; public lineHeight:string; + public placeholder:string; constructor() { this.content = "";