Skip to content

Commit

Permalink
adding paths config
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Sep 25, 2013
1 parent e1dc6df commit c1097bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-ngmin');
grunt.loadNpmTasks('grunt-html2js');
grunt.loadNpmTasks('grunt-contrib-connect')
grunt.loadNpmTasks('grunt-contrib-connect');

/**
* Load in our build configuration file.
*/
Expand Down
1 change: 1 addition & 0 deletions src/app/paths.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
angular.module('paths')
2 changes: 1 addition & 1 deletion src/components/services/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
function makeCsvLink(options) {
var formattedUrl = baseCsvUri;
if (!angular.isObject(options)) {
// overwrite input then continur to format
// overwrite input then continue to format
options = {};
}

Expand Down

0 comments on commit c1097bb

Please sign in to comment.