ng-country-select icon indicating copy to clipboard operation
ng-country-select copied to clipboard

Tests fail on Angular versions over 1.3

Open carlosfunk opened this issue 8 years ago • 0 comments

"^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)

carlosfunk avatar Jun 13 '16 23:06 carlosfunk