Skip to content

Commit

Permalink
Bumped angular version, ignored DS_Store.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Jul 1, 2013
1 parent f384e4b commit bf8f810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
gitFetchSite.log
.DS_Store
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -37,7 +37,7 @@
$script("//platform.twitter.com/widgets.js");

$script('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', function() {
$script(['http://ajax.googleapis.com/ajax/libs/angularjs/1.0.4/angular.min.js',
$script(['http://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js',
'js/bootstrap.min.js', 'js/bwa.js'], function() {
$().dropdown();
angular.bootstrap(document, ['bwaApp']);
Expand Down

0 comments on commit bf8f810

Please sign in to comment.