Well, I know little about the control model, but you can add ngClick to the last element, like this:
<label ng-click={{$last && yourFunction || ''}} ng-repeat="role in roles">
<input type="checkbox" checklist-model="user.roles" checklist-value="role"> {{role}}
</label>
, ng-click , . .