Skip to content

Commit fab332e

Browse files
committed
Added element to the emit for additional information
1 parent 4ca6300 commit fab332e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/schema-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ angular.module('schemaForm')
129129
}
130130
});
131131
};
132-
scope.$emit("sf-render-finished");
132+
scope.$emit('sf-render-finished', element);
133133
});
134134
}
135135
};

0 commit comments

Comments
 (0)