AngularJS动态添加数据并删除




	
	TodoList
	


	
	
待办事项
{{todo.text}} 删除
已办事项{{doneTodos.length}}
{{todo.text}} 删除

你可能感兴趣的:(AngularJs)