I am developing flask app. I made one table which will populate with JSON data. For Front end I am using Angularjs and for back-end I am using flask. But I am not able to popula
If you are populating your data to items[],
items[]
//declare an array of items. this will get populated with our ajax call $scope.items = [];
Then iterate it as ,
{{task.description}} {{task.done}} {{task.title}} {{task.uri}}