| <h3>Edit table {{selectedtable.tablename}}</h3> | |
| <div ng-repeat="thisrow in userdata" class="col-lg-9 col-md-9"> | |
| <div ng-repeat="(key, value) in schema" class="row"> | |
| <!-- text --> | |
| <div ng-if="compareField(value,'text')"> | |
| <input type="text" name="{{key}}" ng-model="thisrow[key]" class="form-control"> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment