Skip to content

Commit

Permalink
Update modal.md
Browse files Browse the repository at this point in the history
Correct ''.data('am.modal')" to ".data('amui.modal')". Please update [the example](http://jsbin.com/fahawe/1/edit?html,output) accordingly.
  • Loading branch information
aidistan committed May 24, 2016
1 parent aa53484 commit 5d3ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ $(function() {

**存在问题:**

出于性能考虑,每个 Modal 实例都存储在对应元素的 `$('.am-modal').data('am.modal')` 属性中,`onConfirm`/`onCancel` 会保存第一次运行 Modal 时候的数据,导致在某些场景不能按照预期工作([#274](https://github.com/allmobilize/amazeui/issues/274#issuecomment-65182344))。`2.1` 中做了一些处理,但并不是很如意,大家有更好的方案可以提供给我们。
出于性能考虑,每个 Modal 实例都存储在对应元素的 `$('.am-modal').data('amui.modal')` 属性中,`onConfirm`/`onCancel` 会保存第一次运行 Modal 时候的数据,导致在某些场景不能按照预期工作([#274](https://github.com/allmobilize/amazeui/issues/274#issuecomment-65182344))。`2.1` 中做了一些处理,但并不是很如意,大家有更好的方案可以提供给我们。

可以选择的处理方式:

Expand Down

0 comments on commit 5d3ad82

Please sign in to comment.