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
cd3d2d41
Commit
cd3d2d41
authored
Apr 04, 2017
by
Sean Hammond
Committed by
GitHub
Apr 04, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #323 from hypothesis/remove-ng-cloak
Remove obsolete `ng-cloak` directives
parents
a63fb254
a17e7e1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
hypothesis_app.html
src/sidebar/templates/hypothesis_app.html
+2
-2
sort_dropdown.html
src/sidebar/templates/sort_dropdown.html
+1
-1
No files found.
src/sidebar/templates/hypothesis_app.html
View file @
cd3d2d41
...
...
@@ -15,7 +15,7 @@
on-change-sort-key=
"vm.setSortKey(sortKey)"
>
</top-bar>
<div
class=
"create-account-banner"
ng-if=
"vm.isSidebar && vm.auth.status === 'logged-out'"
ng-cloak
>
<div
class=
"create-account-banner"
ng-if=
"vm.isSidebar && vm.auth.status === 'logged-out'"
>
To annotate this document
<a
href=
"{{ vm.serviceUrl('signup') }}"
target=
"_blank"
>
create a free account
...
...
@@ -23,7 +23,7 @@
or
<a
href=
""
ng-click=
"vm.login()"
>
log in
</a>
</div>
<div
class=
"content"
ng-cloak
>
<div
class=
"content"
>
<login-form
ng-if=
"vm.accountDialog.visible"
on-close=
"vm.accountDialog.visible = false"
>
...
...
src/sidebar/templates/sort_dropdown.html
View file @
cd3d2d41
<span
class=
"ng-cloak"
dropdown
keyboard-nav
>
<span
dropdown
keyboard-nav
>
<button
type=
"button"
class=
"top-bar__btn"
...
...
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