From 08f50a4e38a227b298b8f416f2b80e7630b11c62 Mon Sep 17 00:00:00 2001 From: Austin Date: Sat, 19 Nov 2016 09:34:56 -0500 Subject: [PATCH] (demo): fix rxjs demo --- demo/basic/rx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/basic/rx.ts b/demo/basic/rx.ts index e893010f3..81ec2d3da 100644 --- a/demo/basic/rx.ts +++ b/demo/basic/rx.ts @@ -25,7 +25,7 @@ export class RxDemoComponent { columns = [ { prop: 'Organization' }, { prop: 'DateAdded' }, - { name: 'Tags' } + { prop: 'Tags' } ]; constructor() {