angular.js v1.0.0.rc8 Release Notes

Release Date: 2012-05-06 // almost 12 years ago
  • ๐Ÿ”‹ Features

    • jqLite: support data() getter and data(obj) setter (ee579a07)

    ๐Ÿ› Bug Fixes

    • $compile:
      • have $observe return registration function (7f0eb151)
      • ignore ws when checking if template has single root (9c0418cf, #910)
      • fix replaceWith (b431ee38)
      • attach scope to the directive element when templateUrl and replace=true (705f4bbf)
      • prevent duplicate directive controller instantiation (843f762c, #876)
    • ๐Ÿ“œ $parse: support methods on falsy primitive types (499a76a0)
    • ngModel: use keydown/change events on IE9 instead of input (49dfdf8f, #879)
    • ngSrc,ngHref: binding should set element prop as well as attr (b24cc63b, #935)
    • scenario: make browser().location() working if ng-app on other than (5bcb749a)
    • select: don't interfere with selection if not databound (3bd3cc57, #926)

    ๐Ÿ“„ Docs