What was the issue you found by yourself.... let me check if our understanding matches with you.... ;P
M
mohammad hasnain raza
@mohammad hasnain raza
Posts
-
Sometimes I make something simple into something difficult -
Display data from SQL database to HTML page in table format using Angular JSTry to display the data of single column first.
- {{log.LogID}}
To make sure if you are really getting your data at javaScript level and to make sure if your $scope is really working fine first try this snippet in your html. If it works than try all columns. If it does not work than try this in your html and body tags and hopefully it would work....cheers