Browse Source

use ng-href instead of href to avoid 404 before angular has parsed dashboard current style

Scott Bessler 12 years ago
parent
commit
0d94c727b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -28,7 +28,7 @@
 
   <body ng-controller="DashCtrl" ng-cloak>
 
-    <link rel="stylesheet" href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
+    <link rel="stylesheet" ng-href="common/css/bootstrap.{{dashboard.current.style}}.min.css">
     <link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
     <link rel="stylesheet" href="common/css/font-awesome.min.css">