单击nav-tabs时,angularjs删除了我的表单属性

时间:2016-09-25 19:42:44

标签: javascript jquery html css angularjs

我真的不知道angularjs。但是这个来自我的客户的前端。 点击导航标签时,我的表单属性已被删除。

actionTry =" 0" 是ajax加载状态的属性 我不知道,这是主要问题还是有其他问题,因为我尝试在点击导航标签后手动添加 actionTry =" 0" 。和Booom!什么都没发生 -_-

我真的不知道angluarjs。请让我知道解决方案。

例如,这是我的第一个加载形式html:

<form class="formSetting" actionForm="bookClass" actionTry="0">
    <input type="hidden" name="idSchedule" value="">
    <input type="hidden" name="tanggalSchedule" value="">
    <input type="hidden" name="returnPage" value="">
    <button class="btn btn-blue3">RESERVE ACTIVITY</button>
</form>

但是当我点击导航标签时, actionTry =&#34; 0&#34;已删除

<form class="formSetting" actionForm="bookClass">
    <input type="hidden" name="idSchedule" value="">
    <input type="hidden" name="tanggalSchedule" value="">
    <input type="hidden" name="returnPage" value="">
    <button class="btn btn-blue3">RESERVE ACTIVITY</button>
</form>

这是视频:Google Drive Video

如果你想测试它。您可以访问在线版本:Online Version

E-Mail : dev@stackoverflow.com
Password : testtest

请帮帮我们。

先谢谢:)

0 个答案:

没有答案