Mark

Results 17 comments of Mark

using `ng-if`? https://github.com/devmark/angular-slick-carousel#slide-data

Will take a look soon. Thanks for reprt

maybe you need to make a plunkr to me. Thanks you can fork from this: http://plnkr.co/edit/9goFW6?p=preview

Thanks for report. Will take a look soon!

Hello, what npm version you are using?

Will test npm 3 version soon. please use npm 2 at the moment This project own myself. i don't know others. If you would like to develop together . contact...

Social Auth should be only for Frontend?

for now, i just use , ``` /* Change View */ $scope.renderCalender = function (calendar) { if (uiCalendarConfig.calendars[calendar]) { console.log('.', uiCalendarConfig.calendars[calendar]); uiCalendarConfig.calendars[calendar].fullCalendar('render'); } }; $timeout(function () { $scope.renderCalender('calendar'); }, 1000);...