I am looking to show a block of HTML only when $state.current.name equals about.list. So far I have the following code but it doesn\'t seem to be t
$state.current.name
about.list
Or
.run(function ($state,$rootScope) { $rootScope.$state = $state; })
data-ng-show="$state.includes('about.list')"