Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jan 13, 2015
1 parent 38b02c1 commit 98251b3
Show file tree
Hide file tree
Showing 7 changed files with 550 additions and 313 deletions.
8 changes: 8 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@
, "unused": true
, "latedef": true
, "globals": { "angular": true }

, "bitwise": true
, "curly": true
, "forin": true
, "freeze": true
, "immed": true

, "funcscope": false
}
2 changes: 1 addition & 1 deletion components/desirae/desirae.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ angular.module('myApp.services', []).
return d.promise;
}

Desi.build(desi, env).then(function () {
Desi.buildAll(desi, env).then(function () {
d.resolve(desi);
});

Expand Down
Loading

0 comments on commit 98251b3

Please sign in to comment.