I\'m trying to use cookies within Angular - here\'s what I\'m trying:
In Angular 1.3.14 you can just use
var favoriteCookie = $cookies[user_id];
See the documentaiton here: Angular Cookies