.state(‘login’, { url: ‘/login’, cache: false,//不缓存 templateUrl: ‘templates/login.html’, controller: ‘loginCtrl’ })