g00fy- / angular-datepicker

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

Not working at all with README. Where is the documentation ? #302

Closed bouks closed 8 years ago

bouks commented 8 years ago

Hi.

I followed the README.md and i can't make datepicker working with Angular 1.5.8 (first install, no update).

I have included:

and also the css.

At this time, i got this error:

SyntaxError: expected expression, got '<'

(removing angular-datepicker.min.js removes the error, obviously)

Then, i inject in my module with 'datePicker' or 'datepicker' or 'date-picker' but it makes injector error.

The getting started seems outdated, since there is no index.js in "dist" folder, for example. https://github.com/g00fy-/angular-datepicker/wiki/Getting-started

Is there any documentation elsewhere ?

The page demo is cool, but there should be a SIMPLE demo with the minimum configuration.

bouks commented 8 years ago

Sorry, missing dist folder in including...