GITLAB
Eric Fernandez
/ foca-crear-nota-pedido
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
362e627157c0a8b97a7e28f922997a00a4bb7299
Authored by
Eric Fernandez
2018-10-18 18:11:02 -0300
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
Side-by-side Diff
Inline Diff
src/js/app.js
Diff comments
View file @
362e627
...
...
@@ -6,5 +6,6 @@ angular.module('focaCrearNotaPedido', [
6
6
'focaModalPetroleras',
7
7
'focaBusquedaCliente',
8
8
'focaModalPrecioCondicion',
9
- 'focaModalFlete'
9
+ 'focaModalFlete',
10
+ 'focaDirectivas'
10
11
]);