views/fields/password.slim in engine2-1.0.3 vs views/fields/password.slim in engine2-1.0.4
- old
+ new
@@ -1,9 +1,8 @@
/.col-lg-8.col-md-9.col-sm-12
-div e2-input-cols="{{::action.meta.info[f].render.length}}"
+div e2-input-cols="{{::info.render.length}}"
.input-group.input-group-sm
input [
- ng-init="info = action.meta.info[f]"
type="password"
ng-model="action.record[f]"
maxlength="{{::info.render.length}}"
ng-disabled="info.disabled"
class="form-control input-sm"
\ No newline at end of file