in one of the projects that I am working on, I am fetching Invoice Items from a REST API and filling them in their respective fields. But something unusual is happening. When i try to assign a float value sent from REST, angular assigns it as 0. in one of the projects that I am working on, I