Merge branch 'pr/488'
This commit is contained in:
commit
038c8f2fcc
@ -2519,7 +2519,11 @@ angular.module('myApp.controllers', ['myApp.i18n'])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (String.prototype.localeCompare) {
|
||||
$scope.countries.sort(function(a, b) {
|
||||
return a.name.localeCompare(b.name);
|
||||
});
|
||||
}
|
||||
});
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user