我有这样的功能:
$scope.process = function(){
$http().success(){
return something;
}
};
Run Code Online (Sandbox Code Playgroud)
假设代码完整..然后我调用它
alert($scope.process());
Run Code Online (Sandbox Code Playgroud)
它显示未定义.
在继续操作之前,如何让角度等待函数返回?
我可以删除select元素中的默认箭头吗?我在chrome和firefox中完成了它,但不是在ie中.这该怎么做?