Fixed typo

This commit is contained in:
Michael Abashian 2016-06-08 18:27:34 -04:00
parent bd8c328066
commit 8618fcd7b4

View File

@ -258,7 +258,7 @@ export default
scope.processSchedulerEndDt();
}
else {
// We need to wait for it to be set by angular-scheduler because the folling function depends
// We need to wait for it to be set by angular-scheduler because the following function depends
// on it
var schedulerUTCTimeWatcher = scope.$watch('schedulerUTCTime', function(newVal) {
if(newVal) {