A breif explaination here about my application:-

Workbook is the parent component which has dropdown. Onchange event of the 
dropdown would trigger the PivotGrid component which is a child component 
of Workbook component, to load and bind the PivotGrid. After the PivotGrid 
grid is bound/loaded, it should load the selector for the PivotGrid. this 
selector is placed in a child component called slideout under this 
PivotGrid.

Basically whenever the dropdown is getting changed, it should load the 
appropriate PivotGrid and its selector components respectively.

I have added all these components and its references, but when I try to 
execute the application, the application is not loading in the browser. I 
am getting the message "*Workbook Loaded here...*" but the dropdown in the 
workbook component is not visible/loaded. Even If there is any 
errors/excecptions, atleast it should show in the browser console, but 
currently it is not showing. any ideas why I am getting this error?

My application code can be downloaded from url 
<https://github.com/snkrishnan1/PivotGridSample>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to