I have a api returned json which i am binding to a form elements via ng model
the returned data from api is in UPPERCASE, how can i apply filter / css? to get each first letter in all words to be capital
<input type = text ng-model = string>
need to make this string binded by the value(obtained via API) in controller to be in camel case