Skip to content

Commit

Permalink
change env
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarobock committed Dec 4, 2013
1 parent f4fbc4e commit 9d762bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
var env = angular.module("env", []);

env.constant("version",'1.0.1-RC1');
env.constant("env",'stage');
env.constant("color",'success');
env.constant("env",'1.0.1-RC');
env.constant("color",'danger');


})();

0 comments on commit 9d762bd

Please sign in to comment.