Skip to content

Commit

Permalink
Add missing autoclear to ngeo-query in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
adube committed Sep 18, 2019
1 parent fb3c88e commit e0dd729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contribs/gmf/apps/iframe_api/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</gmf-map>
<ngeo-query
active="mainCtrl.queryActive"
autoclear="mainCtrl.queryAutoClear"
map="::mainCtrl.map">
</ngeo-query>
<div id="scaleline"></div>
Expand Down
1 change: 1 addition & 0 deletions contribs/gmf/apps/oeedit/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
</gmf-map>
<ngeo-query
active="mainCtrl.queryActive"
autoclear="mainCtrl.queryAutoClear"
map="::mainCtrl.map">
</ngeo-query>

Expand Down

0 comments on commit e0dd729

Please sign in to comment.