I am receiving that error in the browser console, and this is all I have regarding moment in my system:
moment(slip.gameLineObj.date).format('MMMM Do YYYY, h:mm:ss a')
should I update moment ? or what should I do ?
UPDATE
(slip.gameLineObj.date)
returns 2015-06-10T20:05:00.000Z
momentjs version according to bower.json "moment": "2.10.3"
You should read this issue on github.
Long story short: Now you should specify format of your date in string or your string with date should be formatted by one of iso formats.