AngularJS 1.3.3 ダウンロード、HTML のwebフレームワーク

ダウンロード
提供元サイトからダウンロード

更新内容

Bug Fixes

  • $http: don’t parse single space responses as JSON (6f19a6fd,#9907)
  • minErr: stringify non-JSON compatible objects in error messages (cf43ccdf,#10085)
  • $rootScope: handle cyclic references in scopes when creating error messages (e80053d9,#10085)
  • ngRepeat: support cyclic object references in error messages (fa12c3c8,#9838, #10065,#10085)
  • ngMock: call $interval callbacks even when invokeApply is false (d81ff888,#10032)
  • ngPattern: match behaviour of native HTML pattern attribute (85eb9660,#9881, #9888)
  • select: ensure the label attribute is updated in Internet Explorer (6604c236,#9621, #10042)

Features

  • $location: allow to location to be changed during $locationChangeStart (a9352c19,#9607,#9678)
  • $routeProvider: allow setting caseInsensitiveMatch on the provider (0db573b7,#6477,#9873)

Performance Improvements

  • orderBy: copy array with slice instead of for loop (8eabc546,#9942)

概要
AngularJS(アンギュラージェイエス)は、Googleとコミュニティによって開発されているオープンソースのJavaScriptフレームワークである。ブラウザ上で動作するウェブアプリケーションの開発にMVCアーキテクチャを取り入れることを目的としている。MIT Licenseでライセンスされたフリーソフトウェアである。

OpenSource

Posted by arkgame