Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $scope.gridOptions = {
  2. enableGridMenu: true,
  3. columnDefs: [
  4. {
  5. name: "Group",
  6. cellTemplate: '<div ng-if="row.entity.unit_GROUP">{{row.entity.unit_GROUP.description}}</div><div ng-if="!row.entity.unit_GROUP">No Group Assigned</div>'
  7. }
  8. ]
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement