Commit fc144ee0 authored by csillag's avatar csillag

Capitalize scrollTo

parent 373870c5
...@@ -345,7 +345,7 @@ class ViewerController ...@@ -345,7 +345,7 @@ class ViewerController
method: 'setActiveHighlights' method: 'setActiveHighlights'
params: highlights params: highlights
$scope.scrollto = (annotation) -> $scope.scrollTo = (annotation) ->
if angular.isObject annotation if angular.isObject annotation
for p in annotator.providers for p in annotator.providers
p.channel.notify p.channel.notify
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
thread-collapsed="!search.query" thread-collapsed="!search.query"
ng-include="'thread.html'" ng-include="'thread.html'"
ng-mouseenter="activate(child.message)" ng-mouseenter="activate(child.message)"
ng-click="scrollto(child.message)"" ng-click="scrollTo(child.message)""
ng-mouseleave="activate()" ng-mouseleave="activate()"
ng-repeat="child in vm.container.children | orderBy : sort.predicate" ng-repeat="child in vm.container.children | orderBy : sort.predicate"
ng-show="vm.container && shouldShowThread(child) && ng-show="vm.container && shouldShowThread(child) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment