UNPKG

generator-ionic-suc

Version:
11 lines (8 loc) 265 B
import {app} from "../../app/app"; app .controller("tempCtrl", ($scope, $state, $timeout, $ionicViewSwitcher) => { $timeout(() => { $ionicViewSwitcher.nextDirection("none"); $state.go('login'); }, 100) })