Skip to content

Commit

Permalink
III-290: Correct search helper file name and add ngInject annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bramcordie committed Apr 22, 2015
1 parent ef0d200 commit 4457655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/udb3-angular.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ angular
.module('udb.search')
.service('searchHelper', SearchHelper);

/* @ngInject */
function SearchHelper(LuceneQueryBuilder) {
var query = {
queryString: ''
Expand Down

0 comments on commit 4457655

Please sign in to comment.