In a controller, I had defined $rootScope.tableformate variable to fill data in a popup.
$rootScope.tableformate
After filling popup data $rootScope.tableformate is not used. How to delete this variable?
delete $rootScope.tableformate