1、$scope
1.1 $scope.$apply()
1.2 $scope.$watch()
2、angular.module
2.1 angular,module.controller()
2.2 angular.module.run():可以在省略控制器的情况下,配置一些全局变量到全局作用域下,run()只有全局作用域,没有局部作用域。
3、过滤器
3.1 currency: {{ expression | currency }} {{ expression | currency:"¥" }}
时间: 2024-11-08 02:56:02