Commit 8461a54d2ded875f833482055a0fa493c523526c
1 parent
bf8590a3c9
Exists in
master
ok espacios
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/views/remito.html
| ... | ... | @@ -96,12 +96,12 @@ |
| 96 | 96 | class="selectable" |
| 97 | 97 | ng-click="idLista == -1 && cambioEdit(articulo, 'precio')" |
| 98 | 98 | ng-hide="articulo.editPrecio" |
| 99 | - ng-bind="articulo.precio | number : 4"> | |
| 99 | + ng-bind="articulo.precio | number: 4"> | |
| 100 | 100 | </i> |
| 101 | 101 | </td> |
| 102 | 102 | <td |
| 103 | 103 | class="col text-right" |
| 104 | - ng-bind="(articulo.precio * articulo.cantidad) | number:2"> | |
| 104 | + ng-bind="(articulo.precio * articulo.cantidad) | number: 2"> | |
| 105 | 105 | </td> |
| 106 | 106 | <td class="text-center"> |
| 107 | 107 | <button |
| ... | ... | @@ -148,7 +148,7 @@ |
| 148 | 148 | <td class="col text-right"> |
| 149 | 149 | <input |
| 150 | 150 | class="form-control" |
| 151 | - ng-value="articuloACargar.precio | number : 4" | |
| 151 | + ng-value="articuloACargar.precio | number: 4" | |
| 152 | 152 | ng-show="idLista != -1" |
| 153 | 153 | readonly |
| 154 | 154 | > |
| ... | ... | @@ -166,7 +166,7 @@ |
| 166 | 166 | <td class="col text-right"> |
| 167 | 167 | <input |
| 168 | 168 | class="form-control" |
| 169 | - ng-value="getSubTotal() | number:2" | |
| 169 | + ng-value="getSubTotal() | number: 2" | |
| 170 | 170 | readonly |
| 171 | 171 | ></td> |
| 172 | 172 | <td class="text-center align-middle"> |