<div ng-cell-has-focus ng-dblclick="editCell()"> <div ng-if="!isFocused"> DISPLAY_CELL_TEMPLATE </div> <div ng-if="isFocused"> EDITABLE_CELL_TEMPLATE </div> </div>