Skip to content

Commit

Permalink
Merge pull request #54 from perry/patch-1
Browse files Browse the repository at this point in the history
Update to stable version of AngularJS
  • Loading branch information
meshy committed Jan 24, 2015
2 parents 5ba0535 + 2e274cb commit 31004c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Thanks</h2>
<p>Last updated <span ng-bind="last_update"></span>. (Updated hourly.)</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.10/angular.min.js"></script>
<script>
var app = angular.module('app', [])
.controller('wheelCtrl', function ($scope, $http){
Expand Down

0 comments on commit 31004c2

Please sign in to comment.