how to bind Bootstrap-datepicker element with angularjs ng-model?

后端 未结 11 759
囚心锁ツ
囚心锁ツ 2020-11-30 04:44

Here is the html for the date field :

11条回答
  •  我在风中等你
    2020-11-30 05:24

    One of ways around: set the id field to the input, then call document.getElementById('input_name').value to get the value of the input field.

提交回复
热议问题