diff --git a/.gitignore b/.gitignore index 1adb2e3..47ab7af 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ app/components .DS_Store .idea /BUILDLOG.md -/app/styles/css/main.css \ No newline at end of file +/app/styles/css/main.css +/.jshint \ No newline at end of file diff --git a/app/index.html b/app/index.html index 124edda..d0ee233 100644 --- a/app/index.html +++ b/app/index.html @@ -41,28 +41,14 @@ + + - - - - - - - - - - - - - - - - diff --git a/app/scripts/controllers/main.js b/app/scripts/controllers/main.js index b6be203..5d50b91 100644 --- a/app/scripts/controllers/main.js +++ b/app/scripts/controllers/main.js @@ -1,6 +1,6 @@ 'use strict'; -angular.module('yoAngularExpressTestApp') +angular.module('yoAngularExpressTestApp', ['ui.bootstrap']) .controller('MainCtrl', function ($scope) { $scope.awesomeThings = [ @@ -8,7 +8,7 @@ angular.module('yoAngularExpressTestApp') 'AngularJS', 'Karma', 'jQuery', - 'Bootstrap', + 'UI-Bootstrap', 'Font-Awesome', 'Modernizr', 'Underscore' diff --git a/component.json b/component.json index c833c0e..097444f 100644 --- a/component.json +++ b/component.json @@ -15,7 +15,8 @@ "font-awesome-more": "latest", "modernizr": "~2.6.2", "angular-socket-io": "~0.0.1", - "socket.io-client": "~0.9.11" + "socket.io-client": "~0.9.11", + "angular-bootstrap": "~0.3.0" }, "devDependencies": { "angular-mocks": "~1.0.5",