Просмотр исходного кода

Merge pull request #318 from relateiq/master

use ng-href instead of href to avoid 404
Rashid Khan 12 лет назад
Родитель
Сommit
e3a87041fe
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -28,7 +28,7 @@
 
 
   <body ng-controller="DashCtrl" ng-cloak>
   <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/bootstrap-responsive.min.css">
     <link rel="stylesheet" href="common/css/font-awesome.min.css">
     <link rel="stylesheet" href="common/css/font-awesome.min.css">