angular-docs-cn/modules/angular2
Rado Kirov 6e923cbf84 fix(compiler): elements with events only create binders but not protoElementInjectors.
Closes #577
2015-02-10 15:29:34 -08:00
..
docs docs: Update variables to match example 2015-02-09 19:54:07 -08:00
e2e_test chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
src fix(compiler): elements with events only create binders but not protoElementInjectors. 2015-02-10 15:29:34 -08:00
test fix(compiler): elements with events only create binders but not protoElementInjectors. 2015-02-10 15:29:34 -08:00
README.md feat(build): add package.json and README.md for publishing to npm 2015-02-10 11:52:42 -08:00
angular2.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
change_detection.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
core.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
di.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
directives.js refactor(directives): Drop ng- prefix from all angular directives and rename NgRepeat to Foreach 2015-02-06 09:24:50 -08:00
forms.js refactor(forms): rename decorators into directives 2015-02-06 11:03:41 -08:00
package.json feat(build): add package.json and README.md for publishing to npm 2015-02-10 11:52:42 -08:00
pubspec.yaml chore(pub): update authors 2015-02-06 11:46:49 -08:00
test_lib.js chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00

README.md

Angular2

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo. This is the repository for the upcoming 2.0 version. If you're looking for the current official version of Angular you should go to angular/angular.js

All sources are in ES6 format and have the suffix .es6. They don't depend on any runtime and can be used by any modern ES6 -> ES5 transpiler.

As a convenience, we provide you with es5build.js, a script to transpile the sources into es5 using Google Traceur.

License: Apache MIT 2.0