Commit 362e627157c0a8b97a7e28f922997a00a4bb7299
1 parent
f3a6461cdb
Exists in
master
inyecto foca directivas
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/app.js
1 | angular.module('focaCrearNotaPedido', [ | 1 | angular.module('focaCrearNotaPedido', [ |
2 | 'ngRoute', | 2 | 'ngRoute', |
3 | 'ui.bootstrap', | 3 | 'ui.bootstrap', |
4 | 'focaModalVendedores', | 4 | 'focaModalVendedores', |
5 | 'focaBusquedaProductos', | 5 | 'focaBusquedaProductos', |
6 | 'focaModalPetroleras', | 6 | 'focaModalPetroleras', |
7 | 'focaBusquedaCliente', | 7 | 'focaBusquedaCliente', |
8 | 'focaModalPrecioCondicion', | 8 | 'focaModalPrecioCondicion', |
9 | 'focaModalFlete' | 9 | 'focaModalFlete', |
10 | 'focaDirectivas' | ||
10 | ]); | 11 | ]); |
11 | 12 |