最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Clicking on Angular UI Bootstrap Radio Buttons - Stack Overflow

programmeradmin8浏览0评论

I'm trying to use the radio buttons implemented in UI Bootstrap firing a function by including a ng-click on the button. Apparently the radio button variable updates after the function has been called. I've created a Plunker to show this behaviour and explain the problem where the function fires an alert with the content of the variable.

Radio Buttons Plunker

Is there a simple way of solving this issue. Maybe by making the function to wait for the variable to update...

I'm trying to use the radio buttons implemented in UI Bootstrap firing a function by including a ng-click on the button. Apparently the radio button variable updates after the function has been called. I've created a Plunker to show this behaviour and explain the problem where the function fires an alert with the content of the variable.

Radio Buttons Plunker

Is there a simple way of solving this issue. Maybe by making the function to wait for the variable to update...

Share Improve this question asked Jun 25, 2014 at 0:26 prl900prl900 4,1794 gold badges35 silver badges42 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

Yep, simple fix. Use ng-change instead of ng-click on your radio buttons.

See http://plnkr.co/edit/0Jf4qrpHAXY8MeeVA3kl?p=preview

发布评论

评论列表(0)

  1. 暂无评论