You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i had the same issue. If it is manually fed with json data, it is alright. The minute i switch it to getting data from server via http, it is suddenly not working. I tried to issue a $scope.$apply(), but still no effect. any updates on this?
When i provide data by using promise, dropdown does not get populated. here is my code
ContactDBService.select().then(function (result) {
$scope.colours = [
{ name: 'black', id: 0 },
{ name: 'white', id: 1 },
{ name: 'red', id: 2 }];
Please provide solution if im missing some thing
The text was updated successfully, but these errors were encountered: