mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
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