lightblue-platform / lightblue-applications

GNU General Public License v3.0
5 stars 8 forks source link

Data mgmt app: Javascript displayed instead of environment dropdown #91

Closed jewzaam closed 9 years ago

jewzaam commented 9 years ago

image Notice the dropdown that should be environments is showing some javascript. I do not know how to reproduce it. It took some work to get it to go away. I think I ended up clicking on the arrow that should have listed configured environments (to the right of the javascript in the UI) and was redirected to the manage environments page with the UI having fixed itself.

alechenninger commented 9 years ago

So this shows up before Angular bootstraps your html. If it showed up permanently for you, then it means something went wrong when Angular was initializing, which could definitely be a bug with the app, but I'm not sure without a stack trace.

I can get this to not show up during initialization, however, by using the ngCloak directive.

alechenninger commented 9 years ago

I think what caused this was unrelated, though using ngCloak is implemented in the dependency refactoring in #89

alechenninger commented 9 years ago

@jewzaam I think this can be closed. IIRC the issue you saw was because of a deployment issue, and the momentary angular expression that shows up before the app is fully loaded has been resolved with the ngCloak directive added in #89 .