Skip to content

Commit

Permalink
Merge branch 'master' of github.com:stalniy/casl-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy committed Sep 3, 2020
2 parents 710d7df + dc1a3b1 commit e98ad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-todo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm start

This application is a basic Todo application with possibility to specify assignee for a task. By default, all users are able to create and read all tasks but update and delete only assigned to them. Any user may create a task and assign it to other users.

Ability configuration can be found in [src/services/AppAbility.ts](./src/services/ability.js), the function that creates `Ability` instance is in the same file.
Ability configuration can be found in [src/services/AppAbility.ts](./src/services/AppAbility.ts), the function that creates `Ability` instance is in the same file.

## Example

Expand Down

0 comments on commit e98ad39

Please sign in to comment.