共享茶室加盟为什么不能做割韭菜模式
AngularJS 1.3.7 发布了,该版本改进内容包括:
Bug Fixes
- $compile: use
createMap()
for$$observe
listeners when initialized from attr interpolation (8e28bb4c) - $http:
- $parse: a chain of field accessors should use a single
getterFn
(c90ad968) - ngRepeat: allow extra whitespaces in
(key,value)
part of micro-syntax (ef640cbc,#6827,#6833) - orderBy: do not try to call
valueOf
/toString
onnull
(a097aa95,#10385, #10386)
Features
- $compile: add support for
ng-attr
with camelCased attributes (d8e37078,#9845, #10194) - $http: pass response status code to data transform functions (1b740974,#10324, #6734,#10440)
- $rootScope: allow passing
locals
argument to$evalAsync
(9b96cea4,#10390)
Performance Improvements
- $compile: only re-
$interpolate
attribute values at link time if changed since compile (9ae0c01c)
Breaking Changes
- orderBy: due to a097aa95,