mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-11 12:44:22 +08:00
No anchorScroll
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user