Posts by T. Matoso • 77 points
9 posts
-
1
votes0
answers256
viewsQ: Sigepweb Nodejs
I was able to generate the code and type the label checker, but the post office asks for a unique pattern for printing and I don’t know if Sigep-web already provides this in its API or not.…
-
1
votes0
answers249
viewsQ: App update in Play Store
I have the following problem, I have an application made in Ordova that I published it in the Play Store, this application got some users... Before the demand refits the application from scratch,…
-
0
votes3
answers109
viewsA: I’m not able to delete the client index with Javascript (Angularjs)
You have 3 options, Make a search in the bank already deleting the pending items. Run foreach by creating another list and deleting pending items from the new list insert in the div of the ng-repeat…
-
0
votes2
answers225
viewsA: Loading in css does not work in IE11 and Edge
Insert the following line into your head tag meta http-equiv="X-UA-Compatible" content="IE=edge"
-
2
votes2
answers42
viewsA: Modifying my Isauthenticated value in Angularjs
This happens because you are assigning value by Loginctrl, the value has to be passed by Homectrl which by what I understand and your main Scope
-
0
votes1
answer320
viewsQ: Class at Angular 2
This is my class at 2 export class LinhaModel { _id: string; Cidade: { id: string; CidadeNome: string; } Operador: { id: string, OperadorNome: string, } DiaOperacional: { id: string,…
-
2
votes2
answers1025
viewsQ: Sum with SUM()
Two days ago I’m banging head with a query in the database marrying tables and returning the sum of values, I can perform the query by the quiet Phpmyadmin. Follows the query that works on…
-
0
votes1
answer361
views -
1
votes0
answers49
viewsQ: Signalr - Message Offline
I am developing a chat using signalR 2.2.0 and I came across the following problem, I want to send a message to a user of my contact list who is not online at the moment, so when he enters he…