页面加载完成事件(非刷新情况下,页面切换是不会重复触发此事件的,只在第一次进入页面时触发,需要重复触发的话请使用 $ionicView.enter 事件) angular.module('app.controllers', []) .controller('page6Ctrl', ['$scope', '$http', '$stateParams', '$ionicLoading', // The following is the constructor function for this pa