Commit 7d370c92 authored by csillag's avatar csillag

Removed unused url field

parent c5c26861
...@@ -580,8 +580,6 @@ class App ...@@ -580,8 +580,6 @@ class App
class Annotation class Annotation
this.$inject = ['$element', '$location', '$scope', 'annotator', 'drafts', '$timeout', '$window'] this.$inject = ['$element', '$location', '$scope', 'annotator', 'drafts', '$timeout', '$window']
constructor: ($element, $location, $scope, annotator, drafts, $timeout, $window) -> constructor: ($element, $location, $scope, annotator, drafts, $timeout, $window) ->
$scope.baseUrl = $scope.$parent.baseUrl
threading = annotator.threading threading = annotator.threading
$scope.action = 'create' $scope.action = 'create'
$scope.editing = false $scope.editing = false
......
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