urish / angular-moment

Moment.JS directives for Angular.JS (timeago and more)
MIT License
2.6k stars 397 forks source link

Unknown provider: amFromUnixFilterProvider <- amFromUnixFilter #188

Closed singhmohancs closed 8 years ago

singhmohancs commented 8 years ago

Below code produce error

{{listCtrl.createdDate | amFromUnix | amCalendar }}

please help on this.

I have installed angular-moment using bower install angular-moment --save , still i can see the difference in angular-monent.js file

In bower component file amFromUnix this filter does not exists , but on github this filter exists.

urish commented 8 years ago

Hi, for using amFromUnix you need to install version 1.0.0-beta.2, e.g.

bower install angular-moment#1.0.0-beta.2 --save