You need to compile registerForm
into the scope to use the ng-repeat
on the scope.
$compile(registerForm)($scope);
You need to compile registerForm
into the scope to use the ng-repeat
on the scope.
$compile(registerForm)($scope);