File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
+ < meta charset ="utf-8 ">
4
5
< title > Aurelia</ title >
5
6
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
6
7
< link rel ="
stylesheet "
href ="
jspm_packages/npm/[email protected] /css/font-awesome.min.css "
>
13
14
< div class ="message "> Aurelia Navigation Skeleton</ div >
14
15
< i class ="fa fa-spinner fa-spin "> </ i >
15
16
</ div >
16
-
17
+
17
18
<!-- The bluebird version is locked at 4.6.3 in the package.json file to keep this from breaking -->
18
19
<!-- We include bluebird to bypass Edge's very slow Native Promise implementation. The Edge team -->
19
20
<!-- has fixed the issues with their implementation with these fixes being distributed with the -->
20
21
<!-- Windows 10 Anniversary Update on 2 August 2016. Once that update has pushed out, you may -->
21
22
<!-- consider removing bluebird from your project and simply using native promises if you do -->
22
23
<!-- not need to support Internet Explorer. -->
23
- < script src ="
jspm_packages/npm/[email protected] /js/browser/bluebird.min.js "
> </ script >
24
+ < script src ="
jspm_packages/npm/[email protected] /js/browser/bluebird.min.js "
> </ script >
24
25
< script src ="jspm_packages/system.js "> </ script >
25
26
< script src ="config.js "> </ script >
26
27
< script >
You can’t perform that action at this time.
0 commit comments