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 a8a9ef0 commit f4fbc4e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions public/js/env.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
(function() {
var env = angular.module("env", []);

<<<<<<< HEAD
env.constant("version",'0.15');
env.constant("version",'1.0.1-RC1');
env.constant("env",'stage');
env.constant("color",'success');
=======
env.constant("version",'1.0.1-RC1');
env.constant("env",'dev');
env.constant("color",'warning');
>>>>>>> master


})();

0 comments on commit f4fbc4e

Please sign in to comment.