No anchorScroll

This commit is contained in:
Vit Brunner
2014-11-16 21:22:48 +01:00
parent 8b75401c34
commit 358561a6d8
+2 -2
View File
@@ -3,8 +3,8 @@ angular.module("sideBySide.controllers", [])
() -> null
]
.controller "ComparisonController", [
'$scope', '$anchorScroll', 'route', 'poems', 'transformer'
($scope, $anchorScroll, route, poems, transformer) ->
'$scope', 'route', 'poems', 'transformer'
($scope, route, poems, transformer) ->
min = 1
max = 5