diff --git a/app/scripts/annotations/module.ts b/app/scripts/annotations/module.ts index 346fa322b..663f5a878 100755 --- a/app/scripts/annotations/module.ts +++ b/app/scripts/annotations/module.ts @@ -15,7 +15,8 @@ module ngApp.annotations { annotations: (AnnotationsService: IAnnotationsService): ng.IPromise => { return AnnotationsService.getAnnotations(); } - } + }, + reloadOnSearch: false }); $stateProvider.state("annotation", { diff --git a/app/scripts/annotations/templates/annotations.html b/app/scripts/annotations/templates/annotations.html index d1f2cce1f..57bcc5b0e 100755 --- a/app/scripts/annotations/templates/annotations.html +++ b/app/scripts/annotations/templates/annotations.html @@ -1,19 +1,7 @@