This commit is contained in:
Max Lynch
2015-11-30 22:15:21 -06:00
parent 3b17353921
commit 14ec97d8d4
57 changed files with 1047 additions and 15 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<ion-content>
<ion-input fixed-label>
<textarea [(ng-model)]="content.value" style="height: 150px; font-size: 11px"></textarea>
<textarea [(ng-model)]="content.value" style="height: 150px; font-size: 11px" placeholder="Plugin output will go here as you test methods..."></textarea>
</ion-input>
<ion-list>
<button ion-item *ng-for="#method of methods" (click)="doMethod(method)">