表达式

1.ng-init定义值

{{kk}}

2.ng-bind输出非html格式

3.ng-bind-html输出html格式,配合$sce服务

4.表达式中的三元操作符

{{bool?"1":"2"}}

服务

1.$sce

输出html的前提要用$sce把html结构过滤为安全字符才能输出 $scope.html = $sce.trustAsHtml($scope.html)

2.$timeout

{{timeout}}

3.$interval

{{interval}}

3.$window

{{location.href}}

4.$document

$document[0].getElementById("doc").innerHTML输出如下结果

{{doc}}

5.$http

6.$location

{{locationSers}}

7.自定义服务

切换浏览器iPhone和非iPhone模式

{{version}}