Two level select

Is it possible to do two level(province and city) select like this?

Yeah you have to implement it.

show select-box for country, use ng-change=“functionIfValueChanged()” to get selected country.

if there is a province list for that country entry -> fill a $scope variable with the list of provinces.
In your template you can check if “provinceList” -> if yes show select box with list of provinces.