Datepicker not opening twice in angular-ui version 0.11.0

前端 未结 11 1680
一向
一向 2020-12-28 12:43

I am trying to have 2 datepickers and I am using Angular UI version 0.11.0.

My HTML code


     

        
11条回答
  •  旧巷少年郎
    2020-12-28 13:13

    Same problem but the above solutions did not work for me, turns out I wasnt including this file: ui-bootstrap-tpls-0.14.2.js.

    Point is to make sure you are including all the files mentioned in the example documentation

    
    
    
    
    

    Good Luck!

提交回复
热议问题