Angular-CURD-App AngularJs的基本web应用案例入门 本案例实现了新增、修改、删除、排序等功能 主要构架使用angular的$route服务,数据是通过$parentScope来进行共享通信, 严格地应该使用定制的service来实现各controller直接的数据共享。