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
d1669ce3
Unverified
Commit
d1669ce3
authored
Jul 25, 2019
by
Robert Knight
Committed by
GitHub
Jul 25, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1270 from hypothesis/remove-unused-ng-component-wrappers
Remove unused ng component wrappers
parents
25d8df56
40c63455
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
index.js
src/sidebar/index.js
+0
-12
new-note-btn.html
src/sidebar/templates/new-note-btn.html
+0
-3
No files found.
src/sidebar/index.js
View file @
d1669ce3
...
...
@@ -157,10 +157,6 @@ function startAngularApp(config) {
require
(
'./components/annotation-share-dialog'
)
)
.
component
(
'annotationThread'
,
require
(
'./components/annotation-thread'
))
.
component
(
'annotationUser'
,
wrapReactComponent
(
require
(
'./components/annotation-user'
))
)
.
component
(
'annotationViewerContent'
,
require
(
'./components/annotation-viewer-content'
)
...
...
@@ -184,10 +180,6 @@ function startAngularApp(config) {
'searchStatusBar'
,
wrapReactComponent
(
require
(
'./components/search-status-bar'
))
)
.
component
(
'newNoteBtn'
,
wrapReactComponent
(
require
(
'./components/new-note-btn'
))
)
.
component
(
'selectionTabs'
,
wrapReactComponent
(
require
(
'./components/selection-tabs'
))
...
...
@@ -203,10 +195,6 @@ function startAngularApp(config) {
.
component
(
'svgIcon'
,
wrapReactComponent
(
require
(
'./components/svg-icon'
)))
.
component
(
'tagEditor'
,
require
(
'./components/tag-editor'
))
.
component
(
'threadList'
,
require
(
'./components/thread-list'
))
.
component
(
'timestamp'
,
wrapReactComponent
(
require
(
'./components/timestamp'
))
)
.
component
(
'topBar'
,
wrapReactComponent
(
require
(
'./components/top-bar'
)))
.
directive
(
'hAutofocus'
,
require
(
'./directive/h-autofocus'
))
.
directive
(
'hBranding'
,
require
(
'./directive/h-branding'
))
...
...
src/sidebar/templates/new-note-btn.html
deleted
100644 → 0
View file @
25d8df56
<button
class=
"new-note__create"
ng-click=
"vm.onNewNoteBtnClick()"
h-branding=
"ctaBackgroundColor"
>
+ New note
</button>
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