File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 140140 el . css ( "width" , headerWidth ) ;
141141 if ( ! title ) {
142142 // ordinary column(not sortableHeader) has box child div element that contained title string.
143- title = el . find ( ".title .ng-scope" ) . html ( ) || el . find ( ".box" ) . html ( ) ;
143+ title = el . find ( ".title .ng-scope" ) . text ( ) || el . find ( ".box" ) . text ( ) ;
144144 }
145145 el . attr ( "title" , title . trim ( ) ) ;
146146 } ) ;
Original file line number Diff line number Diff line change 2222 " tests"
2323 ],
2424 "dependencies" : {
25- "angular" : " ~1.2 "
25+ "angular" : " ~1.3.9 "
2626 }
2727}
Original file line number Diff line number Diff line change 3737 < thead >
3838 < tr >
3939 < th > Facility</ th >
40- < th sortable-header col ="code "> Unit code</ th >
40+ < th sortable-header col ="code " title =" The code for the unit " > Unit code</ th >
4141 < th sortable-header col ="cost "> Cost</ th >
4242 < th sortable-header col ="conditionRating "> Condition score</ th >
4343 < th ng-show ="toggleColumn " col ="extent "> Not sortable</ th >
You can’t perform that action at this time.
0 commit comments