urish / angular-moment

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

Get values in angular controller #186

Open shahzadthathal opened 8 years ago

shahzadthathal commented 8 years ago

Hi,

Nice work, How I can get values in my angular controller? like if click on Yesterday button , I'm unable to catch the values in my controller, I have no idea how to do this?

angelxmoreno commented 8 years ago

are you asking how to get template values from inside an angular controller? Have you tried the ng-model directive?