sonnd92
9/19/2017 - 7:33 AM

Common syntax

Common syntax

//translate
{{'NAME'|translate}}
{{'NO_RECORDS_WERE_FOUND'|translate}}
//tooltip
data-toggle="tooltip" data-placement="top" data-original-title="{{'HIDE'|translate}}"

<table id="tblProduct" class="table table-bordered table-striped table-actions">
  <thead fsm-sticky-header scroll-body="#tblProduct" scroll-stop="0">
      <tr>
          <th colspan="8"><div ng-include="$constantValues.actionButtonUrl"></div></th>
      </tr>
  </thead>
</table>

FUNCTION TO FAT ARROW:
function\s?(\([^\)]*\)) => $1 =>