diff --git a/platform/features/search/bundle.json b/platform/features/search/bundle.json index 4778428e11..0bb4d8d050 100644 --- a/platform/features/search/bundle.json +++ b/platform/features/search/bundle.json @@ -43,7 +43,8 @@ { "provides": "searchService", "type": "aggregator", - "implementation": "SearchAggregator.js" + "implementation": "SearchAggregator.js", + "depends": [ "$timeout" ] } ], "workers": [ diff --git a/platform/features/search/res/templates/search.html b/platform/features/search/res/templates/search.html index a1f001aaa7..e1712a8dbc 100644 --- a/platform/features/search/res/templates/search.html +++ b/platform/features/search/res/templates/search.html @@ -20,7 +20,9 @@ at runtime from the About dialog for additional information. -->