Angular ToDo App [on hold]

I am learning Angular, so I am trying to fully develop an Angular ToDo App that enables users to create, update and delete tasks, saving them into a Mongo database.

The app is making progress, the angular logic works in the browser memory but I am having a hard time making it work with my Mongo database. Right now I can insert data into it through the “Create” state, but I can’t figure out how to retrieve the database data in order to display it in the “List” and “Completed” states of the App.

Any experienced help is welcome, if anyone wants to take a look at the Github repository, it is: https://github.com/windsor80/Angular-Personal-Organizer

Thank You!

Source: AngularJS



from Angular Questions https://angularquestions.com/2017/10/17/angular-todo-app-on-hold/
via @lzomedia #developer #freelance #web #lzomedia.com

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome