@UlissesMaia Olá, morei na Vila esperança por anos.
Mudei pra Zona 7. No primeiro descuido, furtaram minha moto em frente de casa, mas não há câmeras no comércio(meus vizinhos).
Tem como criar uma "cerca virtual" com os Radares?
Triste com a insegurança #Maringá@prefeiturademga
Foi aqui na Avenida Paranaguá, tenho essa moto faz anos, estou muito triste, pois não há recursos nesses sentido para auxiliar na recuperação dela. Em outras cidades essa "cerca virtual" com os #radares já é realidade e ajuda muito.
Vem gente de fora aqui, para os bares e festas.
A Acim e o comércio poderiam investir em um monitoramento integrado, para reduzir custos. Prefeitura poderia ajudar?
Para que pelo menos não aconteça o mesmo com outros, a moto valia muito pra mim.
@locks In the first moment I'm avoiding controllers. Because the team want to do unnecessary things, controllers it's one more thing to take care. If possible I want to use route directly. But the team wins :-( I will use controller, but I'm sad because...
@locks I'm sad because they will use controllers just for do redirects. The @nullvoxpopuli and official teach me about the use of router inject as service inside of component.
The controller in that case, isn't necessary. But the telling about responsibilities. They...
@locks@nullvoxpopuli They(my team and consultant) says me it's wrong use redirect inside de components. They suggest to use controllers and bubbling action to control de redirect. To make redirects more dynamically. Changing the return depending of place when component is instantiate.
"Until routable components are introduced somewhere in Ember ?, it is impossible to pass a closure action from a route. For now, you can only pass closure actions from a controller and on to child components."
Is that true? In this case, if the action in the route controls the redirection, I need to create that login inside the component? #Ember.js #Emberjs#JS#javascript
I ask this because a consultant suggest to use closure actions to control redirect in components.
I don't want to use controller in Ember. But they cited the example of use a component as Modal in child forms to create the a new father without leave the child form.
In that case the component can be called from the father or child template.
I need to work with routes. The example:
The route have "redirectTo" action, the component call de action based in current route(From template). How to do that?
I can't understand yet how to pass a action from some route to the component dynamically.
In template "A" I want to pass the action "x" from a "A" route to the component. In "B" template a want to pass "x" action from "B" route too. miguelcamba.com/blog/2016/01/2…