=== Angular ===
Contributors: abrons
Tags: admin, ajax, angular, database, integration, javascript, widget, application, database
Requires at least: 2.8.6
Tested up to: 2.8.6
Stable tag: trunk
Add <angular/> javascript tag to pages.
== Description ==
Automatically include the <angular/> javascript tag on your wordpress site. This will allow you to build simple web-applications inline with your post. Click here for an example.
== Installation ==
1. Upload the `angular` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Set your library and database name on the plugin configuration page
NOTE: php v5.0 is needed for the plugin.
== Frequently Asked Questions ==
= Which pages will include the angular javascript? =
The script will be added to all pages. Future releases might add the ability to restrict to certain pages, or certain types of pages.
== Screenshots ==
1. The configuration page.
2. An angular app embedded in a blog.
== Changelog ==
= 0.2 =
* Added support for multiple angular sections through CSS
= 0.1 =
* initial release