Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 3be14ac

Browse files
committed
chore: update to alpha.26
1 parent 2f29104 commit 3be14ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"homepage": "https://github.com/gdi2290/angular2-reactive-seed",
2323
"dependencies": {
24-
"angular2": "2.0.0-alpha.25",
24+
"angular2": "2.0.0-alpha.26",
2525
"immutable": "^3.7.3",
2626
"raw-loader": "^0.5.1",
2727
"reflect-metadata": "^0.1.0",
28-
"rtts_assert": "2.0.0-alpha.25",
28+
"rtts_assert": "2.0.0-alpha.26",
2929
"zone.js": "^0.5.0"
3030
},
3131
"devDependencies": {

src/app/components/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class DragElement {
9191
selector: 'count',
9292
// lifecycle: [onChange],
9393
// changeDetection: ON_PUSH,
94-
properties: { 'counter': 'counter' }
94+
properties: ['counter']
9595
})
9696
@View({
9797
directives: [ ],

0 commit comments

Comments
 (0)