-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
simpulton
committed
Mar 3, 2014
1 parent
6942d3d
commit ecab618
Showing
7 changed files
with
157 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
<!DOCTYPE HTML> | ||
<html ng-app="Angello"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Angello in Action</title> | ||
|
||
<link rel="stylesheet" href="css/normalize.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> | ||
|
||
<link rel="stylesheet" href="css/angello.css"/> | ||
<link rel="stylesheet" href="css/animations.css"/> | ||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<a class="brand logo" href="#/"> <img src="img/angello.png"></a> | ||
<a class="btn btn-danger pull-right" href="#/dashboard"><i class="icon-signal icon-white"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div ng-view=""></div> | ||
|
||
<script src="lib/jquery.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular.min.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-route.min.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-animate.min.js"></script> | ||
|
||
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TweenMax.min.js"></script> | ||
<script src="lib/custom.modernizr.js"></script> | ||
<script src="lib/jquery-ui-1.10.3.custom.min.js"></script> | ||
<script src="lib/flot/jquery.flot.js"></script> | ||
<script src="lib/flot/jquery.flot.categories.js"></script> | ||
<script src="lib/sugar-1.3.9.min.js"></script> | ||
|
||
<script src="js/app.js"></script> | ||
</body> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Angello in Action</title> | ||
|
||
<link rel="stylesheet" href="css/normalize.css"> | ||
|
||
<!-- Bootstrap --> | ||
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> | ||
|
||
<link rel="stylesheet" href="css/angello.css"/> | ||
<link rel="stylesheet" href="css/animations.css"/> | ||
</head> | ||
<body> | ||
|
||
<div class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<a class="brand logo" href="#/"> <img src="img/angello.png"></a> | ||
<a class="btn btn-danger pull-right" href="#/dashboard"><i class="icon-signal icon-white"></i></a> | ||
</div> | ||
</div> | ||
|
||
<div ng-view=""></div> | ||
|
||
<script src="lib/jquery.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular.min.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-route.min.js"></script> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-animate.min.js"></script> | ||
|
||
<script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TweenMax.min.js"></script> | ||
<script src="lib/custom.modernizr.js"></script> | ||
<script src="lib/jquery-ui-1.10.3.custom.min.js"></script> | ||
<script src="lib/flot/jquery.flot.js"></script> | ||
<script src="lib/flot/jquery.flot.categories.js"></script> | ||
<script src="lib/sugar-1.3.9.min.js"></script> | ||
|
||
<script src="js/app.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
<div id="content"> | ||
<h3>User Stories by Status</h3> | ||
|
||
<div class="chart-container"> | ||
<div chart class="chart-placeholder" | ||
source-array="stories" source-prop="status" | ||
reference-array="statuses" reference-prop="name"> | ||
</div> | ||
</div> | ||
<div chart class="chart-placeholder" | ||
source-array="stories" source-prop="status" | ||
reference-array="statuses" reference-prop="name"> | ||
</div> | ||
</div> | ||
<h3>User Stories by Type</h3> | ||
<div class="chart-container"> | ||
<div chart class="chart-placeholder" | ||
|
||
<div class="chart-container"> | ||
<div chart class="chart-placeholder" | ||
source-array="stories" source-prop="type" | ||
reference-array="types" reference-prop="name"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.