UNPKG
ng-grid
Version:
latest (2.0.1)
2.0.1
__Contributors:__
angular-ui/ng-grid
ng-grid
/
src
/
templates
/
cellEditTemplate.html
8 lines
•
176 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
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
>