fnakstad / angular-client-side-auth

One way to implement authentication/authorization in Angular applications
http://angular-client-side-auth.herokuapp.com/
MIT License
1.64k stars 346 forks source link

Replace $cookieStore to $cookies #100

Open LennyLip opened 9 years ago

LennyLip commented 9 years ago

from https://docs.angularjs.org/api/ngCookies/service/$cookieStore :

The $cookieStore service is deprecated. Please use the $cookies service instead.

LennyLip commented 9 years ago

ups, sorry, it will be depricated in angular 1.4.0. and seems like $cookies doesn't have setter in angular 1.3.10 while angular 1.4.0 does provided.