/simple-angular-app

A simple AngularJS application

Primary LanguageJavaScript

simple angular app

Is a simple application using AngularJS and based on Angular-seed.

It's just a little project for learn and understand the framework AngularJS.

Currently it require a MySQL database named angular with a simple table named messages.

-----------------
|	messages	|
-----------------
|	id			|
|	title 		|
|	content		|
-----------------