下列选项中,用于注入原生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. 错