Skip to content

Commit

Permalink
Upgraded modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Oct 7, 2019
1 parent ceb1038 commit aeb4e3d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4,045 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ angular.module('toolsModule').directive('manualCalendarEditor', function(){
scope.sortEvents = function sortEvents() {
if (scope.slide.options.eventitems.length > 0) {
// Sort the events by from date.
scope.slide.options.eventitems = $filter('orderBy')(scope.slide.options.eventitems, "from")
scope.slide.options.eventitems = $filter('orderBy')(scope.slide.options.eventitems, "from");
}
};

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aeb4e3d

Please sign in to comment.