========================1=============================
.run(['$rootScope', '$state', '$stateParams',
function($rootScope, $state, $stateParams) {])
===================2==============================
.state("user_overview", {
url: "/user_overview",
title: 'Setting Users',
views: {
'settingdetailView': {
controller: "user_overviewCtr",
templateUrl: 'setting/users/users_overview.html'
}
}
}).
===================3==============================
<title >{{ $state.current.title }}</title>
===================4==============================
console.log($state)