Skip to content

Commit

Permalink
Fixed config values description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hounddog committed Mar 5, 2014
1 parent 9192b4c commit 350e5ef
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -43,8 +43,10 @@
wrap: '"use strict";\n\n <%= __ngModule %>',
name: 'config',
constants: {
ENV: 'production',
foo: 'We are in production!'
ENV: {
name: 'production',
foo: 'We are in production!'
}
}
}]
},
Expand Down

0 comments on commit 350e5ef

Please sign in to comment.