trying to get more functions to work

This commit is contained in:
Torkel Ödegaard
2013-12-22 21:24:09 +01:00
parent 21ef0cdcd2
commit 4f0042bed1
6 changed files with 14 additions and 4 deletions
+7
View File
@@ -30,6 +30,13 @@
ng-change="functionParamsChanged(func)" ng-model-onblur
ng-model="func.params[$index]" />
<input ng-if="param.type === 'string'"
type="text"
focus-me="true"
class="input-small"
ng-change="functionParamsChanged(func)" ng-model-onblur
ng-model="func.params[$index]" />
<select ng-if="param.type === 'node'"
class="input-mini"
ng-model="func.params[$index]"