I want to create todo app.anyone suggest me how to write code for fetch data from database and display using json using angular.js.
3
-
question is too broad and doesn't point a real problemChristophe– Christophe2016-02-19 07:34:06 +00:00Commented Feb 19, 2016 at 7:34
-
I suggest you to read the documentation of CodeIgniterMatheno– Matheno2016-02-19 07:34:06 +00:00Commented Feb 19, 2016 at 7:34
-
please show your codeSharma Vikram– Sharma Vikram2016-02-19 08:31:22 +00:00Commented Feb 19, 2016 at 8:31
Add a comment
|
1 Answer
To fetch data from database: How to retrieve data from the database and display it in a html table using Codeigniter
For angular : http://www.w3schools.com/angular/angular_http.asp
Note: your question is too broad and doesn't point a real problem, you should ask questions about a problem not tutorials or how to ...