I think this is an issue with how AngularJS handles string values in the model 
provided to the `<input type="number" ...>` field. See: 
<https://stackoverflow.com/questions/16829616/ng-model-for-input-type-number-not-working-angularjs>

If you do need to write some Javascript to change the type, I'm not sure 
whether you have access to `$scope`, but you should be able to write Javascript 
in the template after this change: <https://github.com/gocd/gocd/pull/5361>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/m2sg86hqm0.fsf%40arvindsv.com.

Reply via email to