You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ angular-exercises
4
4
This project was created for verify AngularJS skills.
5
5
6
6
##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.
8
8
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.
10
10
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.
12
12
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.
14
14
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.
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.
0 commit comments