This is an experimental version of AngularPlugin.
To configure your Foswiki to install from this repository, modify the
{ExtensionsRepositories}
setting in your
lib/LocalSite.cfg
like this:
$Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/);Local=(http://365847.689093.cn/Extensions/Testing/,http://365847.689093.cn/pub/Extensions/Testing/)';
Read more about configuring Extension repositories
A framework assisting with creating single-page applications
Error: (3) can't find logo.png in Extensions/Testing
AngularJS lets you write client-side web applications as if you had a smarter
browser. It lets you use good old HTML (or HAML, Jade and friends!) as your
template language and lets you extend HTML’s syntax to express your
application’s components clearly and succinctly. It automatically synchronizes
data from your UI (view) with your
JavaScript objects (model) through 2-way
data binding. To help you structure your application better and make it easy to
test, AngularJS teaches the browser how to do dependency injection and
inversion of control. Oh yeah and it also helps with server-side communication,
taming async callbacks with promises and deferreds; and makes client-side
navigation and deeplinking with hashbang urls or HTML5 pushState a piece of
cake. The best of all: it makes development fun!
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server.
Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install".
If you have any problems, or if the extension isn't available in
configure
, then you can still install manually from the command-line. See
http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Angular Mode On
Info