Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/modules/angular2/test
History
vsavkin 60ce884671 feat(core): remove the (^ syntax and make all DOM events bubbling
BREAKING CHANGE

Before
<div (^click)="onEventHandler()">
  <button></button>
</div>

After
<div (click)="onEventHandler()">
  <button></button>
</div>

Closes #3864
2015-09-01 15:54:47 +00:00
..
benchmark/transform
chore: update all import paths
2015-08-25 15:33:23 -07:00
compiler
feat(compiler): add full directive metadata and validation logic
2015-08-28 14:55:47 -07:00
core
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
forms
refactor(test_lib): BrowserDetection util
2015-08-28 11:41:17 +02:00
http
chore: Make enum names consistent with TypeScript convention
2015-08-27 22:32:21 -07:00
mock
chore: update all import paths
2015-08-25 15:33:23 -07:00
pipes
refactor(ChandeDetection): Rename ChangeDetectorRef.markForCheck
2015-08-31 21:32:10 +00:00
router
feat(core): remove the (^ syntax and make all DOM events bubbling
2015-09-01 15:54:47 +00:00
test_lib
refactor(test_lib): BrowserDetection util
2015-08-28 11:41:17 +02:00
web_workers
chore(ts2dart): replace List with Array
2015-08-31 21:32:10 +00:00
platform.dart
refactor: Remove isDart from public API
2015-08-13 21:18:31 +00:00
platform.ts
refactor: Remove isDart from public API
2015-08-13 21:18:31 +00:00
Powered by Gitea Version: 1.23.1 Page: 60ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API