angular.js v1.4.7 Release Notes

Release Date: 2015-09-29 // over 8 years ago
  • ๐Ÿ› Bug Fixes

    • $compile: use createMap() for $$observe listeners when initialized from attr interpolation (5a98e806, #10446)
    • ๐Ÿ“œ $parse:
      • block assigning to fields of a constructor (a7f3761e, #12860)
      • do not convert to string computed properties multiple times (698af191)
    • filters: ensure formatNumber observes i18n decimal separators (4994acd2, #10342, #12850)
    • jqLite: properly handle dash-delimited node names in jqLiteBuildFragment (cdd1227a, #10617, #12759)
    • ngAnimate:
      • ensure anchoring uses body as a container when needed (9d3704ca, #12872)
      • callback detection should only use RAF when necessary (fa8c399f)
    • ngMessages: prevent race condition with ngAnimate (7295c60f, #12856, #12903)
    • ngOptions:

    ๐Ÿ”‹ Features