angular.js v1.0.4 Release Notes

Release Date: 2013-01-22 // about 11 years ago
  • 🐛 Bug Fixes

    • $compile:
    • $injector:
    • $resource:
      • HTTP method should be case-insensitive (8991680d, #1403)
      • correct leading slash removal in resource URLs (b2f46251)
    • $route:
      • support route params not separated with slashes. (c6392616)
      • correctly extract $routeParams from urls (30a9da5d)
    • Scope: ensure that a scope is destroyed only once (d6da505f, #1627)
    • angular.equals:
    • date filter: parse string input as local time unless TZ is specified (cc821502, #847)
    • jqLite:
      • children() should only return elements (febb4c1c)
      • make next() ignore non-element nodes (76a6047a)
    • scenario: don't trigger input events on IE9 (8b9e6c35)
    • Directives:
      • ngRepeat: correctly apply $last if repeating over object (7e746015, #1789)
      • ngSwitch: don't leak when destroyed while not attached (a26234f7, #1621)
      • select: support optgroup + select[multiple] combo (26adeb11, #1553)

    🔋 Features

    • $compile: support modifying the DOM structure in postlink fn (cdf6fb19)