aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/can-deactivate-guard.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve video upload guard a little bitChocobozzz2018-01-251-25/+0
|
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-251-0/+25
* issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style