Posts by Juliana • 53 points
2 posts
-
2
votes1
answer256
viewsQ: Front page - Ionic and ui-router
I am setting an application opening page, where a list is displayed and clicking on an item, the user is directed to a page that contains tabs. As shown below: Each tab should display the contents…
-
3
votes1
answer105
viewsQ: Test if method removes a list item (Jasmine)
I have a method in a service that removes items over 60 days from a list. self.removerAntigas = function () { var dataCorte = new Date(); var dataAux = dataCorte.getDate(); dataCorte.setDate(dataAux…