Posts by Rafael Tavares • 23 points
3 posts
-
0
votes1
answer63
viewsQ: How to change the visibility of an input by selecting an item in select and not changing all in ngFor
When you select the 'title' item it is to hide the input. But when I select another item from another ngFor index, the input selected 'title' is displayed again. Example…
-
-1
votes1
answer73
viewsQ: How does the loops and variables in Jekyll work?
When I compare in if if the post.category it’s like there’s no post variable that’s in for more when I put {{post.category}} it prints the name. It’s like in if he wouldn’t exist anymore if I put…
-
1
votes1
answer598
viewsQ: How do I navigate between pages on windows phone 8.1 using mvvmcross?
I’m browsing between pages on Windows Phone 8.1 using the following call: ShowViewModel<DetalheViewModel>(); When I click the button come back the app closes. How do I implement the back…