diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index ab780b3..3676298 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -57,11 +57,62 @@ class="form-control selectable" type="text" readonly="true" - ng-bind="notaPedido.precioCondicion" + ng-model="notaPedido.precioCondicion" ng-click="abrirModalListaPrecio()" placeholder="Seleccione Lista de precio" > +