angular-moment
angular-moment copied to clipboard
Get values in angular controller
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?
are you asking how to get template values from inside an angular controller? Have you tried the ng-model directive?