DEMO with output

This commit is contained in:
Max Lynch
2015-11-30 14:38:52 -06:00
parent 118da948cb
commit c939ae975f
7 changed files with 156 additions and 42 deletions
+3
View File
@@ -5,6 +5,9 @@
</ion-navbar>
<ion-content>
<ion-input fixed-label>
<textarea [(ng-model)]="content.value" style="height: 150px; font-size: 11px"></textarea>
</ion-input>
<ion-list>
<button ion-item *ng-for="#method of methods" (click)="doMethod(method)">
{{method}}()