this is my dropdownList here data comming from db but dropdown not showing plese help me
function GetDepartments() {
var departments = Mysercive.BindCntryList();
departments.then(function (dep) {
$scope.departments = dep.data;
}
});
var departments = Mysercive.BindCntryList();
departments.then(function (dep) {
$scope.departments = dep.data;
}
});
El Mahdi ArchanePosted Mar 17, 2017, 8:10 AM
Suthish NairPosted Jul 28, 2016, 9:01 AM