author | ymh <ymh.work@gmail.com> |
Wed, 24 Aug 2016 09:46:03 +0200 | |
changeset 263 | 3deace9204de |
parent 136 | 5fed7e1716c2 |
child 406 | cf0f23803a53 |
permissions | -rw-r--r-- |
4 | 1 |
<!DOCTYPE html> |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
6 |
<title>BoClient Tests</title> |
|
7 |
<meta name="description" content=""> |
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
9 |
||
32 | 10 |
{{content-for "head"}} |
11 |
{{content-for "test-head"}} |
|
4 | 12 |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
13 |
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
14 |
<link rel="stylesheet" href="{{rootURL}}assets/bo-client.css"> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
15 |
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css"> |
4 | 16 |
|
32 | 17 |
{{content-for "head-footer"}} |
18 |
{{content-for "test-head-footer"}} |
|
4 | 19 |
</head> |
20 |
<body> |
|
32 | 21 |
{{content-for "body"}} |
22 |
{{content-for "test-body"}} |
|
136 | 23 |
|
263
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
24 |
<script src="{{rootURL}}testem.js" integrity=""></script> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
25 |
<script src="{{rootURL}}assets/vendor.js"></script> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
26 |
<script src="{{rootURL}}assets/test-support.js"></script> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
27 |
<script src="{{rootURL}}assets/bo-client.js"></script> |
3deace9204de
pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents:
136
diff
changeset
|
28 |
<script src="{{rootURL}}assets/tests.js"></script> |
4 | 29 |
|
32 | 30 |
{{content-for "body-footer"}} |
31 |
{{content-for "test-body-footer"}} |
|
4 | 32 |
</body> |
33 |
</html> |