ng-security
ng-security copied to clipboard
Problems with logout
The cookie with the token is delete after clicking logout, but the console throw jqlite error. And after logout the html tags with the directive 'ng-if-authenticated' never disappear.
@gcamera01 Angular fallsback to jqLite if there is no jQuery available. I guess that in your case there are both missing. Can you include jQuery or jqLite in your project and see if that works, please?
Hello, I included jqlite with 'bower install jstools-jqlite --save' and I get the same error yet. On the attach file you can see that I'm including the bower package.
Also I try with 'npm install jqlite --save' but I get the same error.