From 1600caa8f101b03bcd569ca0f599311462733c8d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 12 Dec 2012 18:31:34 +0100 Subject: [PATCH] registration form html --- app/partials/registration.html | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 app/partials/registration.html diff --git a/app/partials/registration.html b/app/partials/registration.html new file mode 100644 index 0000000..7a9030c --- /dev/null +++ b/app/partials/registration.html @@ -0,0 +1,37 @@ + +
+ +

Registration - contact details

+ + + +
+ +
+ + + + +
+ + + +
+ + + +
+user={{user}}
+
+$routeParams={{$routeParams}}
+
+{{RegistrationForm.$valid}}
+{{RegistrationForm.$error}}
+
+location={{$location.path()}}
+
+
+ +
+ + -- 2.20.1