g00fy- / angular-datepicker

calendar and datepicker directives for angular
MIT License
719 stars 420 forks source link

after click on the date, the input is not updated / empty #305

Closed sihuiIE closed 8 years ago

sihuiIE commented 8 years ago

Thank you for plugin,

If anyone have time, please give me a hit, that would be great.

here are my sets app.js

(function () {
  'use strict';
  angular.module(
      'app', [
      'ngTouch',
      'ngCookies',
      'ngSanitize',
      'ngAnimate',
      'ngTagsInput',
      'vcRecaptcha',
      'datePicker',
      'ngRoute']
);
... other sets
})();

html

<input class="lx-form-text-input" data-ng-model="user.datepicker"  date-time view="date" minView="date" />

not using default css

I am using directive, do we need some settings in directive here?

sihuiIE commented 8 years ago

never mind, i think i missed moment .js