Trouble with basic todo app angular js
问题 I am a newbie to this framework struggling to understand scope . I followed the basic steps for creating a todo app given in the yeoman website. Here is my code : Index.Html <!doctype html> <html class="no-js"> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" /> <link rel="stylesheet" href="styles/main.css"> </head> <body ng-app=