Angular-xeditable Editable (Bs3) with date and ng-repeat

和自甴很熟 提交于 2019-12-05 11:52:00

I forked your fiddle (also updated some resources, for example set angularjs to 1.4.8 on the javascript settings of the jsfiddle - "FRAMEWORKS AND EXTENSIONS", and removed angular.min.js from the jsFiddle's external resources).

And then I just added some missing stuff, like explained on the angular-xeditable site (http://jsfiddle.net/cewm89y3/5/)

  1. I added the missing dependency of ui-bootstrap, both to the jsfiddle's resources and to the module.
  2. Also added e-is-open and e-ng-click attributes just as in the example from angular-xeditable,

... and in my fiddle the datepicker opens.

It is problem with X-editable js.

changed x-editable.js

to angular-xeditable - 0.1.9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!