Skip to content

Commit

Permalink
Install Angular-Strap
Browse files Browse the repository at this point in the history
  • Loading branch information
ProZachJ committed Jan 25, 2013
1 parent a76b025 commit a5eac62
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<html data-ng-app="totalAnarchy" ng-csp="">
<head>
<meta charset="utf-8" />
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/angular.min.js"></script>
<script src="js/angular-strap/dist/angular-strap.js"></script>
<script src="js/app.js"></script>
<title>Google Drive Uploader</title>
<base target="_blank">
Expand Down
Binary file modified js/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//Initialize Application
var totalAnarchy = {};
var App = angular.module('totalAnarchy',[]);
var App = angular.module('totalAnarchy',['$strap.directives']);

function loadCtrl($scope){
$scope.test = 'tester';
Expand Down
6 changes: 6 additions & 0 deletions js/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit a5eac62

Please sign in to comment.