mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
adding moment as a dependency for workflow chart directive
it was throwing a console error
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user