You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please suggest me one thing. Your module is working well for creating form. But I am developing create,show and update page for every entity like invoice, bill an others. So I want to show the value of all fields as label taken as input from form create page.
Please suggest me is there scope in your awesome module for creating show page . I have to show only labels no input, no checkbox .. only labels.
Thanks in advance,
Pushpendra
The text was updated successfully, but these errors were encountered:
Your best bet here is actually to use an <ng-repeat> on your display page, using your form model as the object to repeat. Since this is already implemented in the Angular core, and since it's also outside the scope of the module itself, I cannot offer any more assistance than that.
Hi Daniel,
Please suggest me one thing. Your module is working well for creating form. But I am developing create,show and update page for every entity like invoice, bill an others. So I want to show the value of all fields as label taken as input from form create page.
Please suggest me is there scope in your awesome module for creating show page . I have to show only labels no input, no checkbox .. only labels.
Thanks in advance,
Pushpendra
The text was updated successfully, but these errors were encountered: