How can I prevent the "{{}}" handle from appearing in the UI of an "AngularJs Application" before the actual data is loaded?


jackOfAll

I have a page whose layout is generated from a GET request that returns an array of length 10000s. So it's hard for me to understand before actually binding to some component's load:

{{ binding-model }}

This creates a shabby look and feel, and I get feedback from users who complain about this. Is there a way to prevent this? Can't the bound object simply appear "blank" until the actual data is loaded? Here's a momentary snapshot of my app's screen when this weirdness occurs:Handlebars for the entire UI

Is there a solution?

Jacks

Related


How can I prevent the executable icon from appearing in the dock?

String duo I need to modify the source code of this program to prevent the icon from appearing in the dock in macOS at runtime. It produces Unix executables. I don't know how to develop programs for macOS. The main problem is that the third program (sublime te

How can I prevent null instances from appearing in the view?

Sathish Manohar I have topics_controller.rbcreated a new instance variable for the inline form in the display page .@reply def show @topic = Topic.find(params[:id]) @replies = @topic.replies @reply = @topic.replies.new end Now when I iterate through @re

How can I prevent spaces from appearing in these bash variables?

moth I'm reading values from an .ini file and sometimes there may be trailing or leading spaces. How can I modify the first line to prevent this? db=$(sed -n 's/.*DB_USERNAME *= *\([^ ]*.*\)/\1/p' < config.ini); echo -"$db"- result; -myinivar - I need; -myin

How can I prevent the executable icon from appearing in the dock?

String duo I need to modify the source code of this program to prevent the icon from appearing in the dock in macOS at runtime. It produces Unix executables. I don't know how to develop programs for macOS. The main problem is that the third program (sublime te

How can I prevent null instances from appearing in the view?

Sathish Manohar I have topics_controller.rbcreated a new instance variable for the inline form in the display page .@reply def show @topic = Topic.find(params[:id]) @replies = @topic.replies @reply = @topic.replies.new end Now when I iterate through @re

How can I prevent spaces from appearing in these bash variables?

moth I'm reading values from an .ini file and sometimes there may be trailing or leading spaces. How can I modify the first line to prevent this? db=$(sed -n 's/.*DB_USERNAME *= *\([^ ]*.*\)/\1/p' < config.ini); echo -"$db"- result; -myinivar - I need; -myin