angular-sly
angular-sly copied to clipboard
Angular directives for the sly javascript library
Any plans to finish this Angular directive for Sly? NgRepeat requires some work, so that sly's "reload" is called after an item is added (and the repeat is executed).
the erro info is: Uncaught Error: [$injector:modulerr] Failed to instantiate module ncApp due to: Error: [$injector:modulerr] Failed to instantiate module angular-sly due to: Error: [$injector:nomod] Module 'angular-sly' is not available!...
For some reason my .slidee element is always initialized to 'width: 0px'. Here is my view code somewhat simplified (in jade): ``` jade #sliderbox-container .scrollbar#slyscrollbar .handle .mousearea .frame(sly-horizontal) ul.slidee li.daywithtimeslots(ng-repeat="day...