Skip to content

Commit

Permalink
test(e2e/noHint): fix logging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Jul 22, 2014
1 parent 689fa83 commit 60e4eb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions e2e/noHint/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<head>
<meta charset="utf-8">
<title>Angular Hint Example</title>
</head>
<body>
<div ng-view></div>

<div id="console"></div>

<script src="../../bower_components/angular/angular.js"></script>
<script src="../../bower_components/angular-route/angular-route.js"></script>
Expand All @@ -11,9 +16,5 @@

<script src="app.js"></script>
<script src="app-controller.js"></script>

</head>
<body>
<div ng-view></div>
</body>
</html>
3 changes: 1 addition & 2 deletions e2e/noHint/noHint.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
loaded, a message would be logged.
</div>
<br>
<div id="console"></div>
</div>
</div>

0 comments on commit 60e4eb3

Please sign in to comment.