use lang-dev to get additional debug output
[angular-drzb] / app / partials / registration.html.ep
index 34fd058..a675305 100644 (file)
@@ -241,14 +241,14 @@ hr => 'Molimo ispunite sva obavezna polja označena crvenim okvirom.'
 </p>
 </div>
 
-<!--
+% if ( $lang =~ m/-dev/ ) {
 <pre>
 {{RegistrationForm.$valid}}
 {{RegistrationForm.$error}}
 
 location={{$location.path()}}
-
 </pre>
--->
+% }
+
 </form>