Posts by Ricardo Netto • 16 points
3 posts
-
0
votes2
answers139
viewsA: Typescript Error Ionic 2
Only tidy variable declaration: import { LoginPage } from '../pages/login/login'; let rootPage:Any; if(user) { this.rootPage = HomePage; } else { this.rootPage = LoginPage; // Erro nessa linha }…
-
0
votes2
answers615
viewsA: Json filter in Angularjs
For you to perform the filter the way you pointed can use the same pure javascript $scope.valores = [ { "COD":"15", "NOME":"14.01 Histórico Escolar." }, { "COD":"16", "NOME":"14.02 Histórico Escolar…
-
0
votes1
answer287
viewsA: Notification of "app is running in background"
If using Ionic 2, use the function. BackgroundMode.configure({ silent: true });