下列选项中,用于注入原生JavaScript代码中的document文档对象的服务是()。
A. document
B.$document
C.$$document
D.$$$document
查看答案
下列选项中,能够实现Ajax访问的AngularJS服务是()。
A. $location
B. $route
C. $ajax
D. $http
AngularJS中用来配置路由规则的函数是()。
A. $apply()
B. config()
C. $disgest
D. $watch()
$routeProvider.when('path',route)表示没有匹配路由时重定向到path路径。
A. 对
B. 错
在AngularJS中,要在控制器中使用window.alert()函数时,可以将$window注入到控制器,然后使用$window.alert()的方式来调用。
A. 对
B. 错