Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
UniProt
Front End
QuickGoFE
Commits
974e61a2
Commit
974e61a2
authored
Feb 09, 2018
by
Xavier Watkins
Browse files
Merge remote-tracking branch 'origin/master' into production
parents
364427e0
41198109
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/directives/statsTable.html
app/directives/statsTable.html
+2
-2
No files found.
app/directives/statsTable.html
View file @
974e61a2
...
...
@@ -9,8 +9,8 @@
<tr
ng-repeat=
"item in items"
>
<td>
<term-line
ng-if=
"isTerm"
id=
"item.key"
aspect=
"mapping[item.key].aspect"
obsolete=
"mapping[item.key].obsolete"
name=
"mapping[item.key].name"
></term-line>
<s
trong
ng-if=
"!isTerm"
>
{{item.key}}
</strong>
obsolete=
"mapping[item.key].obsolete"
name=
"
item.name ? item.name :
mapping[item.key].name"
></term-line>
<s
pan
ng-if=
"!isTerm"
>
<strong>
{{item.key}}
</strong>
{{item.name}}
</span>
</td>
<td>
{{item.percentage | number:2}}
</td>
<td>
{{item.hits | number:0}}
</td>
...
...
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