angular.service.$cookies

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Description

Provides read/write access to browser's cookies.

Only a simple Object is exposed and by adding or removing properties to/from this object, new cookies are created/deleted at the end of current $eval.

Dependencies

Example