Skip to content

Commit

Permalink
Merge pull request #101 from trezy/master
Browse files Browse the repository at this point in the history
Fix #100
  • Loading branch information
ProLoser committed Jul 1, 2015
2 parents c023eee + d7bd4a9 commit 029fee9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html id="top" lang="en" ng-app="demo">
<head>
<title>AngularUI for AngularJS</title>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">

<link href="logo/UI_Shield.png" rel="shortcut icon">

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="js/app.js"></script>
<link href="css/app.css" rel="stylesheet">
<link href="logo/UI_Shield.png" rel="shortcut icon">
</head>

<body ng-controller="DemoCtrl">
Expand Down Expand Up @@ -139,5 +139,8 @@ <h1 class="page-header">IDE Plugins <small>AngularJS support in your favorite te
</section>
</div>
</div>

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.1/angular.js"></script>
<script src="js/app.js"></script>
</body>
</html>
</html>

0 comments on commit 029fee9

Please sign in to comment.