Skip to content

Commit e7e5e6b

Browse files
committed
update readme about responsive-dynamic
1 parent 1775c71 commit e7e5e6b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ All this work is based on the following assumptions:
7979
* table: wt-responsive-table
8080
* td: responsive-omit-title: title should be ommited
8181
* td: responsive-omit-if-empty: no row for empty cells
82-
* td: responsive-dynamic: add it when there's an `ng-if` directive applied to the element
8382
* td: data-title: use to override the header for a given row/cell
8483

8584
## Installation
@@ -110,15 +109,6 @@ It's possible to override a header with a `data-title` attribute:
110109
<td data-title="column 2">jerry</td>
111110
</tr>
112111

113-
### Column can be shown/hidden with ng-if
114-
115-
Also, more than one `td` exist for a single `th`...to deal with this add a `responsive-dynamic` attribute:
116-
117-
<tr>
118-
<td ng-if="condition" responsive-dynamic>tom</td>
119-
<td ng-if="!condition" responsive-dynamic>jerry</td>
120-
</tr>
121-
122112
### Changes to header text doesn't reflect in responsive mode
123113

124114
This is by design. To avoid expensive digest cycles only the content from the first digest cycle is used.

0 commit comments

Comments
 (0)