Ionic view is not closing when going from the side menu

I’m creating one tab based app. I’ve created one separate view like termsAndConditions.html like this

    .state('termsAndCondition', {
        url: "/termsAndCondition",
        templateUrl: "templates/termsAndCondition.html",
        controller: 'termsAndCondition'
    })     

I’m going this page via one link, which is from ionic side menu. I can go that page. But I can’t come back from there. Hardware back also not working.