18.05.2016 Views

Mittwoch, 18. Mai, 2016

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Finishing Angular TODO application and deploying to production 132<br />

Here also is the part in the tag where the party at, where you’re able to edit the title,<br />

comment and completion of the todo. AngularJS handles clicking the submit button in the update<br />

function, and you know this by the following attribute in the form tag:<br />

1 data-ng-submit="update()"<br />

List todos view In the public/todos/views folder create a file list-todos.client.view.html with<br />

the following content:<br />

1 <br />

2 <br />

3 <br />

4 <br />

5 <br />

6 <br />

8 Toggle navigation<br />

9 <br />

10 <br />

11 <br />

12 <br />

13 MEAN TODO<br />

14 <br />

15<br />

16 <br />

17 <br />

19 <br />

20 <br />

21 <br />

22 <br />

23<br />

24

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!