Skip to content

Commit 3dfa62e

Browse files
committed
Update README
1 parent ea7d1bf commit 3dfa62e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ angular-exercises
44
This project was created for verify AngularJS skills.
55

66
##Table of content
7-
###exercise 1: Bind posts from the controller to the table.
7+
####exercise 1: Bind posts from the controller to the table.
88
We start with a ready-controller BlogPostCtrl. You must add property "posts", hardcode to her table of posts and add ng-repeat directive to index.html file.
9-
###exercise 2: Bind posts from DAO with the controller to the table.
9+
####exercise 2: Bind posts from DAO with the controller to the table.
1010
We start with the same example of what the exercise1. Only change is that we have ready-dao PostDAO.js and app.js with answer to query. You have to add call to PostDAO in controller and bind data to table.
11-
###exercise 3: Bind announcements to the table.
11+
####exercise 3: Bind announcements to the table.
1212
We start only with the app.js with answer to query. You have to create controller, DAO files and table.
13-
###exercise 4: Routing to post details page.
13+
####exercise 4: Routing to post details page.
1414
We start with all ready created DAO, html files, app.js and PostListCtrl.js. You have to add specific view button in postList.html to route to postDetails.htm and edit PostDetailsCtrl to show data from PostDAO.
15-
###exercise 5: Create CRUD (create, read, update, delete) - brainCandy app
15+
####exercise 5: Create CRUD (create, read, update, delete) - brainCandy app
1616
To do this, you have to create all controlers: brainCandyListCtrl.js, brainCandyDetailsCtrl.js and views: brainCandyList.html, brainCandyDetails.html using CandyDAO.js with method to all 4 CRUD method.
1717

1818

0 commit comments

Comments
 (0)