Currently the input form in the builder for the AngularJS builder only allows two types of input, "text" and "password", within a select pull down.
Please allow custom input editing of this field add/or add the other input types available in AngularJS.
Here are all the input "types" that are needed:
input[checkbox]
input[date]
input[datetime-local]
input[email]
input[month]
input[number]
input[radio]
input[text]
input[time]
input[url]
input[week]
As a workaround, I created the input as I needed in the builder, went into the devtools while testing, copied the input from there and created an HTML holder in the builder. I then pasted the input into it and changed the type="" to what I needed and it all worked.