mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
adding moment as a dependency for workflow chart directive
it was throwing a console error
This commit is contained in:
parent
afe7293118
commit
4f9d2fbde3
@ -4,8 +4,8 @@
|
||||
* All Rights Reserved
|
||||
*************************************************/
|
||||
|
||||
export default [ '$state',
|
||||
function($state) {
|
||||
export default [ '$state','moment',
|
||||
function($state, moment) {
|
||||
|
||||
return {
|
||||
scope: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user