I am trying to figure out a way to do an expand and collapse using angular js. I haven\'t been able to find an elegant way to do this without manipulating dom objects in the con
See http://angular-ui.github.io/bootstrap/#/collapse
function CollapseDemoCtrl($scope) { $scope.isCollapsed = false; } Toggle collapse Some content