Re: [AngularJS] ng-repeat doesn't read SQL json file results

2018-05-26 Thread Andrej Batarilo
oh my god thank you so much, i feel like an idiot On Saturday, May 26, 2018 at 4:33:12 PM UTC-7, Lucas Lacroix wrote: > > It looks like you're using the mysqli php library to connect to an mssql > database. Trying debugging your php script by invoking it directly in the > browser. > > On Sat, M

Re: [AngularJS] ng-repeat doesn't read SQL json file results

2018-05-26 Thread 'Lucas Lacroix' via Angular and AngularJS discussion
It looks like you're using the mysqli php library to connect to an mssql database. Trying debugging your php script by invoking it directly in the browser. On Sat, May 26, 2018, 19:29 Andrej Batarilo wrote: > *Hello, so I prettty much copied this code and it doesn't work for me, but > does for o