我要实现的功能如上图所示,左侧是列表,右上角是属性面板。列表中可能有相同的列表项,如果是相同的列表项,那么他们的属性面板也是一样的。我使用的是ng-include来加载这些属性面板的模板。
问题:比如前三项,他们是相同的列表项,对应的是同一个模板,也就是说对应的是一个controller。这样的话,他们的数据是共享的,怎么实现分离呢?view共用,model分离
某草草2017-05-15 17:03:42
Similar to components in ReactJS, they are implemented using directives in Angularjs. Templates can be set inside the components. After defining the directives, they can be used anywhere, just like Component in ReactJS!
https://docs.angularjs.org/guide/directive