I want to create a new type tree controller. I saw things like data type controller, document type controller, media type controller. Suppose I want to create school type controller, what is the best practice to create that?
I tried to imitate documentType and dataType controllers, not sure that is the right approach. Also, how do I save from the controller? Do I need to create ng-module?
New Tree Controller?
Hello,
I want to create a new type tree controller. I saw things like data type controller, document type controller, media type controller. Suppose I want to create school type controller, what is the best practice to create that?
I tried to imitate documentType and dataType controllers, not sure that is the right approach. Also, how do I save from the controller? Do I need to create ng-module?
Best, -Don
Hi Don,
there is a nice "book" about custom implementation done that is hosted on github. Have a look here.
Regards David
is working on a reply...