Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <th><h4 ng-show="refrigerante != null && quantidade > 0 && quantidade != 0" ng-model="i.fields[$index].item_count" name="item_count">Valor dos produtos: {{va = quantidade*refrigerante.preco | currency:'R$'}} </h4></th>
  2. </tr>
  3. <tr>
  4. <td></td>
  5. <td></td>
  6. <td></td>
  7. <td>Valor total <span> </span></td> // <-- total value of refrigerante.preco*quantidade here
  8. </tr>
  9. </table>
  10. </div>
  11.  
  12. </div>
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement