Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Sep 24, 2013
1 parent f35551d commit 75d909e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"angular-ui-utils": "latest",
"sass-bootstrap": "~3.0.0",
"hint.css": "~1.3.0",
"underscore": "~1.5.2"
"underscore": "~1.5.2",
"angular-resource": "~1.0.8"
},
"dependencies": {}
}
3 changes: 2 additions & 1 deletion build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ module.exports = {
js: [
'vendor/jquery/jquery.js',
'vendor/angular/angular.js',
'vendor/angular-resource/angular-resource.js',
'vendor/angular-bootstrap/ui-bootstrap-tpls.min.js',
'vendor/placeholders/angular-placeholders-0.0.1-SNAPSHOT.min.js',
'vendor/angular-ui-router/release/angular-ui-router.js',
'vendor/angular-ui-utils/modules/route/route.js',
'vendor/modernizr-latest.js',
'vendor/modernizr/modernizr-latest.js',
'vendor/underscore/underscore.js'
],
css: [
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var bawApp = (function (undefined) {
'bawApp.controllers',
'http-auth-interceptor', /* the auth module */
'angular-auth', /* the auth module */
'rails' /* a module designed to rewrite object keys */
'rails' /* a module designed to rewrite object keys on JSON objects */
]);

app.config(['$routeProvider', '$locationProvider', '$httpProvider', function ($routeProvider, $locationProvider, $httpProvider) {
Expand Down
5 changes: 0 additions & 5 deletions src/app/listen/listen.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"use strict";


;
(function (undefined) {
var app = angular.module('bawApp.controllers');

app.controller('ListenCtrl', ['$scope', '$resource', '$routeParams', '$route', 'Media', 'AudioEvent', 'Tag',
Expand Down Expand Up @@ -272,4 +268,3 @@


}]);
})();

0 comments on commit 75d909e

Please sign in to comment.