Allow password in simpleInputContainer (#820)

This commit is contained in:
Clément Oudot 2016-01-13 09:58:59 +00:00
parent 79ac54e300
commit 42c87f53e2

View File

@ -80,7 +80,7 @@
<option ng-repeat="item in n.select" ng-selected="item.k==n.data" value="{{item.k}}" trspan="{{item.v}}"></option>
</select>
</td>
<th ng-if="n.type&&n.type!='text'&&n.type!='longtext'&&n.type!='int'&&n.type!='bool'&&n.type!='trool'&&n.type!='boolOrExpr'&&n.type!='select'">
<th ng-if="n.type&&n.type!='text'&&n.type!='longtext'&&n.type!='int'&&n.type!='bool'&&n.type!='trool'&&n.type!='boolOrExpr'&&n.type!='select'&&n.type!='password'">
ERROR, complex node inside. Don't use simpleInputContainer for {{currentNode.title}}
</th>
</tr>