[AngularJS] Re: dynamic layout of controls

2017-08-02 Thread Reza Razavipour
I solved it simply using the ngIf directive... Something like below: Application Initializing... On Wednesday, August 2, 2017 at 11:50:50 AM UTC-7, Reza Razavipour wrote: > > This is very helpful. I have looked at

[AngularJS] Re: dynamic layout of controls

2017-08-02 Thread Reza Razavipour
This is very helpful. I have looked at routes and the thing I don't understand is the following: So I need to have a component that corresponds to path:''. This component will load the config file and based on the content will call another route that actually displays the "first screen" with

[AngularJS] Re: dynamic layout of controls

2017-07-14 Thread Zlatko Đurić
There are multiple ways to do this. One is: wait until you load the config file and then *redirect to *a url that will render the appropriate components. You might use router, or even multiple router outlets for all that. E.g. let's say your base route is something like /treeview. So you read