ng-security icon indicating copy to clipboard operation
ng-security copied to clipboard

Problems with logout

Open gcamera01 opened this issue 8 years ago • 2 comments

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.

screen shot 2016-11-04 at 5 46 26 pm

gcamera01 avatar Nov 04 '16 20:11 gcamera01

@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?

agualbbus avatar Nov 07 '16 17:11 agualbbus

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.

screen shot 2016-11-07 at 5 51 50 pm

gcamera01 avatar Nov 07 '16 20:11 gcamera01