Posts by Leonardo Fachini Martins • 64 points
4 posts
-
1
votes1
answer178
viewsA: Update data in JSON with Vue.js
Vue does not deep watch variables. In other words, your arrayDeUsers has been checked once and the property of an object in its Intel has been changed (arrayDeUsers[indice].departamento) and that…
-
0
votes1
answer36
viewsA: Why isn’t $routeParams bringing the id?
I believe it is because Voce has injected one less dependency into the function. So what Voce thinks is the $routeParams in fact is the $rootScope. I recommend you take a look at styleguide of the…
angularjsanswered Leonardo Fachini Martins 64 -
-1
votes1
answer74
viewsA: How to slideup/slidedown without a click event?
Maicon, the best way to do what you have such features is to use the famous ones Directives of the Angularjs. In them you manipulate the DOM as you wish and it is designed precisely to manipulate…
-
4
votes6
answers2483
viewsA: Why is Drag-and-Drop programming rarely used?
This occurs by: Ease of standardization of the interface by the designers, ensuring the same design for all components used in the view/screen. This way you just nest the objects and the designer…