ng-country-select
ng-country-select copied to clipboard
Tests fail on Angular versions over 1.3
"^1.3.14" installs the latest 1.x release of Angular so I got 1.5.6 and all the tests failed. I tried "1.3.14 - 1.4" and still the tests failed on 1.4.11
Changing it to "~1.3.14" installs the latest 1.3.x release and the tests pass (on 1.3.20)