angular.js v1.2.1 Release Notes

Release Date: 2013-11-14 // over 10 years ago
  • ๐Ÿ› Bug Fixes

    • $compile:
      • accessing controllers of transcluded directives from children (90f87072, #4935)
      • correctly handle interpolated style in replace templates (e1254b26, #4882)
    • $resource: don't use $parse for @dotted.member (9577702e)
    • bootstrap: make IE8 happy (a61b65d0)
    • loader: don't rely on internal APIs (8425e9fe, #4437, #4874)
    • minErr: remove references to internal APIs (94764ee0)
    • ngIf: don't create multiple elements when changing from a truthy value to another truthy value (4612705e, #4852)
    • urlUtils:

    ๐Ÿ”‹ Features