Skip to content

Commit

Permalink
Fix autocompletion for country in editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Feb 21, 2017
1 parent c6bb877 commit f51f4ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@
link: function(scope, element, attrs) {
element.attr('placeholder', '...');
$http.get('../api/regions?categoryId=' +
'http://geonetwork-opensource.org/regions%23country', {}, {
'http%3A%2F%2Fwww.naturalearthdata.com%2Fne_admin%23Country', {}, {
cache: true
}).success(function(response) {
var data = response.region;
Expand Down

0 comments on commit f51f4ac

Please sign in to comment.