Commit dd2b624e authored by Randall Leeds's avatar Randall Leeds

whitespace

parent 9db9471e
......@@ -277,15 +277,15 @@ class Annotation
if newValue and newValue is true
$timeout -> $element.find('input').focus()
$timeout -> $element.find('input').select()
$scope.shared_link = window.location.protocol + '//' +
$scope.shared_link = window.location.protocol + '//' +
window.location.host + '/a/' + $scope.model.$modelValue.id
$scope.shared = false
$scope.share = ->
$scope.shared = not $scope.shared
$element.find('.share-dialog').slideToggle()
console.log $scope.shared
class Editor
......
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