Fontawesome SVG fonts don't play well with angular1
Essentially SVG fonts use JS to inject elements. This does not work with ng-show/hide
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<!-- Theme CSS -->
|
||||
<link type="text/css" rel="stylesheet" href="/theme.css">
|
||||
|
||||
<!-- Custom Fonts -->
|
||||
<script defer src="/3rdparty/fontawesome/js/all.js?<%= revision %>"></script>
|
||||
<!-- Fontawesome -->
|
||||
<link type="text/css" rel="stylesheet" href="/3rdparty/fontawesome/css/all.css?<%= revision %>"/>
|
||||
|
||||
<!-- jQuery-->
|
||||
<script type="text/javascript" src="/3rdparty/js/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user