Fix display of routing form

pull/54/merge
Candid Dauth 2016-12-27 23:20:57 +01:00
rodzic 348f1ca4f4
commit fef2bb56e9
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -154,7 +154,7 @@
scope.clear();
};
var el = $($templateCache.get("map/search/search-route.html")).appendTo(searchUi._el);
var el = $($templateCache.get("map/search/search-route.html")).insertAfter(searchUi._el);
$compile(el)(scope);
scope.$evalAsync(); // $compile only replaces variables on next digest

Wyświetl plik

@ -366,7 +366,7 @@
}
var searchUi = {
_el: el.find(".fm-search"),
_el: el.filter(".fm-search"),
show: function() {
searchUi._el.show();