Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
G10TSI1
Practico1
Commits
af374299
Commit
af374299
authored
Apr 11, 2016
by
Bruno Daniel Di Bello Baladan
Browse files
lo que teniamos en el monitoreo, no se va la notificacion
parent
96dbd225
Pipeline
#344
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
PresentationLayerWebMVC/SPA/employees/controllers/employee.controller.js
View file @
af374299
...
...
@@ -4,7 +4,7 @@
function
employeesCtrl
(
employeeService
)
{
var
vm
=
this
;
vm
.
mensaje
=
''
;
getEmployees
();
vm
.
recargar
=
getEmployees
;
...
...
@@ -29,9 +29,8 @@
connection
.
start
().
done
(
function
()
{
});
employeesHub
.
on
(
'
broadcastMessage
'
,
function
(
messageLogs
)
{
alert
(
'
holanda
'
);
vm
.
mensaje
=
"
Ha ingresado un nuevo usuario
"
;
setTimeout
(
function
()
{
vm
.
mensaje
=
""
},
2
000
)
setTimeout
(
function
()
{
vm
.
mensaje
=
""
},
6
000
)
vm
.
recargar
();
});
...
...
PresentationLayerWebMVC/SPA/employees/employee.html
View file @
af374299
...
...
@@ -68,6 +68,9 @@ Tipo Trabajador:
</div>
</div>
<div
class=
"alert alert-success"
ng-show=
"ec.mensaje != ''"
>
{{ec.mensaje}}
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment