⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

set_relation dropdown list problem



beshad

beshad
  • profile picture
  • Member

Posted 24 April 2016 - 12:38 PM

Hi Guys, 

 

i am new to Grocery_crud. i have managed to set it up in my codeigniter/Angular project and it works great. however i just tried to join two tables using set_relation. while it worked (it joins the tables and does show the correct column on main page) but when i go to EDIT or ADD NEW view there is no drop down list menu. i seems that it does not render properly. there is a disfigured, malfunctioning and empty dropdown which tries to open partially but it is also empty as well. what am i missing here? any help would be appreciated. 

 

cheers

 

Beshad


beshad

beshad
  • profile picture
  • Member

Posted 24 April 2016 - 12:49 PM

i just found out the drop down list works fine if i disable angular.js script link from my header (no angular), does this mean angular is clashing with one of the libraries in grocery crud?