Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
c85f1c88
Commit
c85f1c88
authored
Mar 23, 2015
by
Randall Leeds
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2070 from hypothesis/1979-clear-selected-annotations
AppController listens to 'beforeAnnotationCreated'
parents
a76f7683
29b98048
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
controllers.coffee
h/static/scripts/controllers.coffee
+7
-2
No files found.
h/static/scripts/controllers.coffee
View file @
c85f1c88
...
...
@@ -20,13 +20,15 @@ class AnnotationUIController
class
AppController
this
.
$inject
=
[
'$controller'
,
'$document'
,
'$location'
,
'$route'
,
'$scope'
,
'$window'
,
'$controller'
,
'$document'
,
'$location'
,
'$rootScope'
,
'$route'
,
'$scope'
,
'$window'
,
'auth'
,
'drafts'
,
'identity'
,
'permissions'
,
'streamer'
,
'annotationUI'
,
'annotationMapper'
,
'threading'
]
constructor
:
(
$controller
,
$document
,
$location
,
$route
,
$scope
,
$window
,
$controller
,
$document
,
$location
,
$rootScope
,
$route
,
$scope
,
$window
,
auth
,
drafts
,
identity
,
permissions
,
streamer
,
annotationUI
,
annotationMapper
,
threading
...
...
@@ -103,6 +105,9 @@ class AppController
# Reload the view.
$route
.
reload
()
$rootScope
.
$on
'beforeAnnotationCreated'
,
->
$scope
.
clearSelection
()
$scope
.
login
=
->
$scope
.
dialog
.
visible
=
true
identity
.
request
{
oncancel
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment