Fix typo in reference to

This commit is contained in:
Greg Considine 2017-03-14 14:51:20 -04:00
parent d4addb83df
commit 377b55dd2f

View File

@ -60,7 +60,7 @@ export default [ 'templateUrl', 'QuerySet', 'GetBasePath', 'generateList', '$com
}));
});
scope.$on('$destory', () => toDestroy.forEach(watcher => watcher()));
scope.$on('$destroy', () => toDestroy.forEach(watcher => watcher()));
}
};
}];