Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
LINK-113 - Review corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Ximena Garcia committed Jan 1, 2017
1 parent e7058d7 commit c3a80ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ module.exports = function(grunt) {
format: 'stylish'
},
src : ['./app/**/*.js']
},
watch : {
options: {
format: 'stylish'
},
src : ['./app/**/*.js']
}
},

Expand Down
2 changes: 1 addition & 1 deletion app/app-dev.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
(function() {
angular
.module('dogo-dev', ['protractor-example', 'ngMockE2E'])
.module('dogo-dev', ['dogo', 'ngMockE2E'])
.run(function($httpBackend, USER_API) {
$httpBackend.whenGET(/js\/.*/).passThrough();
$httpBackend.whenGET(/bower_components\/.*/).passThrough();
Expand Down

0 comments on commit c3a80ac

Please sign in to comment.