So, for a bit of fun, I was trying to write a basic "UI-builder" using angular and angular-material. This involved, obviously, someone picking a field, dropping it on the canvas and setting attributes (labels, min, max, etc)
When it comes to render, loop though the form properties usign ng-repeat and build the form All of this works well. Until it comes to ng-hide / ng-show / ng-if What I was trying to do was to hide a field based on the contents of another (for example, hide the description field if the "code" field is 5 chars long) how can I go about this ? Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
