When I call within a ng-repeat group
Delete
the remove function is
ng-click="remove(user.id)" should work, ng-click evaluate it content so you don't need interpolation
ng-click="remove(user.id)"