.state('user', {
url: '/user',
controller: 'Profile',
controllerAs: 'vm',
templateUrl: 'app/user/templates/profile.html'
});
function Profile ($scope) {
var vm = this;
vm.securityCheked = true;}
<div class="profile-security" ng-show="vm.securityCheked">
................