adding moment as a dependency for workflow chart directive

it was throwing a console error
This commit is contained in:
jaredevantabor
2016-12-16 13:44:54 -08:00
parent afe7293118
commit 4f9d2fbde3

View File

@@ -4,8 +4,8 @@
* All Rights Reserved * All Rights Reserved
*************************************************/ *************************************************/
export default [ '$state', export default [ '$state','moment',
function($state) { function($state, moment) {
return { return {
scope: { scope: {