Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ng-repeat directive tells angular to repeat this structure for each item in the tableData array.

The ng-click directive binds the click handler to the selectCallback() function (defined in the view controller).

...