Skip to content

Commit 00d5ff3

Browse files
committed
Update README.md
1 parent 96d59cd commit 00d5ff3

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@ 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.
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.
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.
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.
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.
15-
####exercise 5: Create CRUD (create, read, update, delete) - brainCandy app
16-
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.
17-
####exercise 6: Use Angular Xeditable
18-
We start with a ready form "Reservation Form" and ReservationCtrl. Your mission is change the existing form with xeditable elements and rewrite "Save" button to angular $watch method.
19-
20-
7+
####exercise 1:
8+
####exercise 1:
9+
####exercise 1:
10+
####exercise 1:
2111
## To run a project
2212
<pre><code>npm install </code></pre>
2313
<pre><code>bower install</code></pre>

0 commit comments

Comments
 (0)