1、绑定的变量有没有在控制器中声明2、你在绑定那里加个$parent试试,例如:ng-model="$parent.test"3、变量放入json中,例如:在控制器中这样声明。$scope.test={test:""}绑定test.test