Viktor Rospotniuk
Results
1
comments of
Viktor Rospotniuk
Found next code: $scope.move = function( direction ) { var year = self.activeDate.getFullYear() + direction \* (self.step.years || 0), month = self.activeDate.getMonth() + direction \* (self.step.months || 0); self.activeDate.setFullYear(year, month,...