Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gluyk 1 post 71 karma points
    Jun 19, 2018 @ 14:32
    Gluyk
    0

    Problems at treepicker

    Hello. A create a new module whith property Editors. At package.manifest a have

                prevalues: {
                fields: [
                    {
                        label: "Category",
                        description: "",
                        key: "cat",
                        view: "treepicker"
                    }
                ]
            }
    

    Then i create new doctype for category and create some contents.

    Then i crate new doctype when i use this property And select my root content. enter image description here

    When i write at my controller

    console.log($scope.model);
    

    I have only alias, id, label etc, but i dont have a value of content. How to get it in my angular controller?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies