You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi All,
Drop down elements in our application populated based on API response. But drop down elements is rendered before API response itself. Is there any way to restrict rendering/certain functionality to be on hold until API response is completed.
Thanks,
Siva
Sander Elias
unread,
Jun 30, 2019, 1:04:27 AM6/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Siva,
You can render the options list when the results are in.
Regards
Sander
Sivaprakash Gopal
unread,
Jun 30, 2019, 1:29:37 AM6/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Sander,
Thanks for your solution.
But i want to stop rendering other (form controls) HTML elements too.
Thanks,
Siva
Sander Elias
unread,
Jun 30, 2019, 3:52:43 AM6/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Then you should hold off rendering untill all data is there, or use the async pipe to make the parts that need dynamic data to update theirselves