move croatian templates under hr/
[angular-drzb] / app / hr / partials / confirmation.html
1
2 <div ng-controller="RegistrationCtrl" name="RegistrationForm">
3
4 Registration for
5
6 {{user.firstname}}
7 {{user.surname}}
8 <span ng-show="user.organization">
9 from
10 {{user.organization}}
11 </span>
12 is received, thanks.
13
14 <pre>
15 user={{user}}
16
17 $routeParams={{$routeParams}}
18
19 {{RegistrationForm.$valid}}
20 {{RegistrationForm.$error}}
21
22 location={{$location}}
23
24 </pre>
25
26 </div>
27
28