请找到我遇到此错误的错误,并在下面找到我的代码
$scope.reverseStr=function()
{
return $scope.revStr.split('').reverse().join('');
}
Error: [ng:areq] http://errors.angularjs.org/1.3.13/ng/areq?p0=reverseControl&p1=not%20a%20function%2C%20got%20undefined
at Error (native)