girishla / bic

0 stars 0 forks source link

Errors during Bootstrap if Dashboard content point to tableView directly instead of a compoundView #23

Open girishla opened 7 years ago

girishla commented 7 years ago

If a compound view is exposed in a page, td elements are used for each view inside the compound view. If a view is directly referenced, div elements are used. This causes errors in jQuery selectors used to mount angular directives.