angular.module('myApp.data', []).value('recepies', [ { "id": , "votes": , "date": "", "city": "", "title": "", "desc": "", "text": "", "userName": "", "userPic": "", "ingredients": [ { "title": "", "icon": { "path": "" }, "amt": "" } ], "randomArrayItem": "cherry" } ]);