fmaturel / angular-weekly-scheduler

A weekly scheduler for angularjs
http://www.dijit.fr/demo/angular-weekly-scheduler
MIT License
56 stars 47 forks source link

Getting a table with two rows instead of timeline calendar #2

Open derrandz opened 8 years ago

derrandz commented 8 years ago

screenshot from 2016-08-18 13-24-17

my files that are included:

angular-animate/angular-animate.js
angular-dynamic-locale/dist/tmhDynamicLocale.js
angular-i18n/angular-locale_fr.js
angular-weekly-scheduler/dist/js/ng-weekly-scheduler.js

directive call

    weekly-scheduler(class="scheduler", ng-model="model" options="model.options")
fmaturel commented 8 years ago

I'll be able to look at this issue next week. Hope this is fine with you.

derrandz commented 8 years ago

Thank you! If I get the time, I'll make a pull request, the majority of plugins of such kind seem to be premium and you got to pay. gotta support this project to grow tho.

derrandz commented 8 years ago

Update

I've messed around to see if I was failing to properly setup the project requirements, so I decided following your RUN @ HOME section would do.

I followed it but it did not work, apparently your Gruntfile did not serve some dependencies If I remember correctly, it's ngAnimate that does not get served.

After adding them, the test version worked, yet I am still unable to properly put it in my project, and I still get the same display.

More hints:

In the grunt serve:dist app, there were log messages in the console talking about some successful configuration, yet there wasn't such thing in my angular app.

I apologize for not putting precisely what the message was, but i'll be able to do so soon enough, if that is necessary.

fmaturel commented 8 years ago

I just fixed the grunt serve:dist command by correctly serving the ng-animate js file. Could you give another try using the corrected version 0.0.5?

derrandz commented 8 years ago

The grunt problem is gone, thank you!

Now, please setup a plunker or something to see If I am not properly setting up the project..

More info:

I have angular@1.5.8

fmaturel commented 8 years ago

Here is a simple plunker to see how things get to work with this scheduler: https://embed.plnkr.co/CImLQFfbd64JFezNBTWQ (I'll add this link to the readme)

fmaturel commented 8 years ago

Hello @HOuaghad ! Any chance in getting this working ?

derrandz commented 8 years ago

This plunker is the same one as I have stumbled upon when I was trying to set it up, and it did not work.

I was trying to integrate it to an existing project, there might be a chance that it is not a bug related to your package and that there might be some subtle conflict.

However, I haven't tried ever since, I will try to bring some feedback asap.