Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ST
ga4gh-arraymap
Commits
b19561a2
Commit
b19561a2
authored
Apr 13, 2016
by
Severine Duvaud
Browse files
Added mention to Beacon v0.3 to the home page
parent
576aa549
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/node-app/public/js/index.js
View file @
b19561a2
...
...
@@ -25,6 +25,15 @@ arrayMap.controller('BeaconController', ['$scope', '$location', function ($scope
"
variantClass
"
:
"
DEL
"
}
$scope
.
getNewApiUrl
=
function
()
{
return
$location
.
absUrl
()
+
"
v0.3/query?
"
+
"
referenceName=11
"
+
"
&start=34439881
"
+
"
&assemblyId=GRCh38
"
+
"
&datasetIds=8070/3
"
+
"
&variantClass=DEL
"
;
};
$scope
.
getInfoUrl
=
function
()
{
return
$location
.
absUrl
()
+
"
info
"
};
...
...
app/node-app/public/partials/beacon-home.html
View file @
b19561a2
...
...
@@ -64,5 +64,13 @@
<a
target=
"beacon"
ng-href=
"{{getInfoUrl()}}"
class=
"btn btn-info"
>
Beacon Info
</a>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"col-sm-offset-2 col-sm-8"
>
<a
target=
"beacon"
ng-href=
"{{getNewApiUrl()}}"
>
{{getNewApiUrl()}}
</a>
</div>
<div
class=
"col-sm-2"
>
<a
target=
"beacon"
ng-href=
"{{getNewApiUrl()}}"
class=
"btn btn-info"
>
Beacon v0.3
</a>
</div>
</div>
</form>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
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