Commit af4926900cbb16abd4f70233ecb8ecd02560349f

Authored by Nicolás Guarnieri
1 parent f894bd683d
Exists in master

arreglos para compilacion

... ... @@ -20,7 +20,6 @@ gulp.task('templates', function() {
20 20 return pump(
21 21 [
22 22 gulp.src(paths.srcViews),
23   - replace('views/', ''),
24 23 htmlmin(),
25 24 templateCache('views.js', {
26 25 module: 'focaBusquedaProductos',
... ... @@ -39,6 +38,8 @@ gulp.task('uglify', ['templates'], function() {
39 38 'tmp/views.js'
40 39 ]),
41 40 concat('foca-busqueda-productos.js'),
  41 + replace('src/views/', ''),
  42 + replace("'ngRoute'", ''),
42 43 gulp.dest(paths.tmp),
43 44 rename('foca-busqueda-productos.min.js'),
44 45 uglify(),
1 1 {
2 2 "name": "foca-modal-busqueda-productos",
3 3 "version": "0.0.1",
4   - "description": "Menu de navegacion de doble entrada",
5   - "main": "index.js",
  4 + "description": "Modal para seleccion de productos",
6 5 "scripts": {
7 6 "test": "echo \"Error: no test specified\" && exit 1",
8 7 "gulp-pre-commit": "gulp pre-commit",
... ... @@ -15,7 +14,7 @@
15 14 ],
16 15 "repository": {
17 16 "type": "git",
18   - "url": "https://192.168.0.11/modulos-npm/foca-navegacion-doble"
  17 + "url": "https://192.168.0.11/modulos-npm/foca-modal-busqueda-productos"
19 18 },
20 19 "author": "Nicolás Guarnieri",
21 20 "license": "ISC",
... ... @@ -57,4 +56,4 @@
57 56 "pump": "^3.0.0",
58 57 "ui-bootstrap4": "^3.0.4"
59 58 }
60 59 -}
  60 +}
61 61 \ No newline at end of file
src/views/modal-busqueda-productos.html
... ... @@ -33,7 +33,7 @@
33 33 <td>
34 34 <button
35 35 type="button"
36   - class="btn p-2 float-right"
  36 + class="btn p-2 float-right"
37 37 ng-class="{
38 38 'btn-secondary': selectedProducto != key,
39 39 'btn-primary': selectedProducto == key