Merge pull request #104 from lisposter/master

change the variable `todos` to `names`
This commit is contained in:
Alex Wolfe 2015-05-13 06:16:40 -07:00
commit d38e9b732a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
})
class DisplayComponent {
myName: string;
todos: Array<string>;
names: Array<string>;
constructor() {
this.myName = "Alice";