I declare it like below
app.factory(\'postsF\', [function () { var obj = { postsA: [] }; return obj; }])
But when accessi