It sounds like you need to do a mental stack-trace here.

1. When you click, is the function that make the AJAX call firing?
2. If it is, is data being returned?
3. If it is being returned, is the data being associated with the model?

I'm not sure if you're REST-ful or not here. If you are, you may need to
check that your params are being successfully interpolated on the front and
interpreted on the back.

On Fri, Sep 12, 2014 at 10:07 AM, Renan Lima <webrenanl...@gmail.com> wrote:

> Hi,
>
> I have a pagination in ajax and a function in angular to execute a action.
> This action not working after click in pagination(ajax).
>
> Someone can help me?
>
> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to