diff --git a/README.md b/README.md index 76d1888..4ea47a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ AddressBook =========== Simple wish list and studying in Grunt. + + diff --git a/bower.json b/bower.json index 79bf37c..5896ca3 100644 --- a/bower.json +++ b/bower.json @@ -15,5 +15,8 @@ ], "devDependencies": { "angular": "~1.3.5" + }, + "dependencies": { + "bootstrap": "^3.3.7" } } diff --git a/index.html b/index.html index e278143..cef64d2 100644 --- a/index.html +++ b/index.html @@ -4,54 +4,98 @@ - +
| Contact Pic | +Contact Name | +Phone Number | +Email Address | +Important Dates | +Group | +Action | +
|---|---|---|---|---|---|---|
| {{person.name}} | +{{person.phone}} | +{{person.email}} | +{{person.dates}} | +{{person.group}} | ++ |