RestComm / visual-designer

Restcomm Visual Designer
http://www.restcomm.com/
GNU Affero General Public License v3.0
4 stars 15 forks source link

Create angular directive for modules #301

Closed otsakir closed 6 years ago

otsakir commented 6 years ago

We're currently only using ng-include with a naming convention for retrieving the template. This does not introduce isolate scope and results in a relatively monolithic structure. Also, having directives will serve as a place to attach functionality that is currently in designer controller. For example "addStep/removeStep" are good such candidates.

This issue is a prerequisite before proceeding further with converting say step to a proper angular directive - #298

otsakir commented 6 years ago

closing as duplicate of #302