angular-mojolicious.git
13 years agoinclude angular submodule
Dobrica Pavlinusic [Sun, 31 Oct 2010 14:38:24 +0000 (15:38 +0100)]
include angular submodule

13 years agoadded links to upstream projects
Dobrica Pavlinusic [Sun, 31 Oct 2010 14:30:19 +0000 (15:30 +0100)]
added links to upstream projects

13 years agoJSONP request to server example
Dobrica Pavlinusic [Sun, 31 Oct 2010 13:36:31 +0000 (14:36 +0100)]
JSONP request to server example

13 years agosupport JSONP callback
Dobrica Pavlinusic [Sun, 31 Oct 2010 13:27:52 +0000 (14:27 +0100)]
support JSONP callback

13 years agotry to implement post and put
Dobrica Pavlinusic [Sun, 31 Oct 2010 13:11:52 +0000 (14:11 +0100)]
try to implement post and put

13 years agoinclude sample data for cookbook
Dobrica Pavlinusic [Sun, 31 Oct 2010 13:08:03 +0000 (14:08 +0100)]
include sample data for cookbook

13 years agohttp://angularjs.org/Cookbook:Resources
Dobrica Pavlinusic [Sun, 31 Oct 2010 12:16:48 +0000 (13:16 +0100)]
http://angularjs.org/Cookbook:Resources

13 years agohttp://angularjs.org/Cookbook:DeepLinking
Dobrica Pavlinusic [Sun, 31 Oct 2010 12:03:14 +0000 (13:03 +0100)]
http://angularjs.org/Cookbook:DeepLinking

This example works from it's subdirectory when server is started with:

ANGULAR_JS=http://angularjs.org/ng/js/angular-debug.js ./angular-server.pl daemon --reload

to use upstream angular, but not with current version from git (but it
works from root of server)

13 years agooverride ANGULAR_JS with enviroment variable
Dobrica Pavlinusic [Sun, 31 Oct 2010 12:02:40 +0000 (13:02 +0100)]
override ANGULAR_JS with enviroment variable

13 years agohttp://angularjs.org/Cookbook:MVC
Dobrica Pavlinusic [Sun, 31 Oct 2010 11:06:56 +0000 (12:06 +0100)]
http://angularjs.org/Cookbook:MVC

13 years agohttp://angularjs.org/Cookbook:AdvancedForm
Dobrica Pavlinusic [Sun, 31 Oct 2010 11:04:52 +0000 (12:04 +0100)]
http://angularjs.org/Cookbook:AdvancedForm

13 years agomove angular html page to layout
Dobrica Pavlinusic [Sun, 31 Oct 2010 11:03:08 +0000 (12:03 +0100)]
move angular html page to layout

13 years agomove Cookbook to templates
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:52:51 +0000 (11:52 +0100)]
move Cookbook to templates

13 years agomake Cookbook index page dynamic
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:51:39 +0000 (11:51 +0100)]
make Cookbook index page dynamic

13 years agoconvert cookbook index page to template
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:38:34 +0000 (11:38 +0100)]
convert cookbook index page to template

13 years agohttp://angularjs.org/Cookbook:BasicForm
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:31:39 +0000 (11:31 +0100)]
http://angularjs.org/Cookbook:BasicForm

13 years agoadded index page for Cookbook examples
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:29:29 +0000 (11:29 +0100)]
added index page for Cookbook examples

13 years agorename file to wiki page name
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:21:44 +0000 (11:21 +0100)]
rename file to wiki page name

13 years agorename directory to be same case as wiki
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:20:57 +0000 (11:20 +0100)]
rename directory to be same case as wiki

13 years agohttp://angularjs.org/Cookbook:HelloWorld
Dobrica Pavlinusic [Sun, 31 Oct 2010 10:20:16 +0000 (11:20 +0100)]
http://angularjs.org/Cookbook:HelloWorld

13 years agofix slash between database and entity
Dobrica Pavlinusic [Sat, 30 Oct 2010 23:00:17 +0000 (01:00 +0200)]
fix slash between database and entity

13 years agoinvalidate $id2nr on replication
Dobrica Pavlinusic [Sat, 30 Oct 2010 15:01:41 +0000 (17:01 +0200)]
invalidate $id2nr on replication

13 years ago/data/:database/:entity/:id
Dobrica Pavlinusic [Sat, 30 Oct 2010 14:17:57 +0000 (16:17 +0200)]
/data/:database/:entity/:id

13 years ago/data/:database/:entity
Dobrica Pavlinusic [Sat, 30 Oct 2010 14:03:55 +0000 (16:03 +0200)]
/data/:database/:entity

13 years agodump entries during replication on STDERR
Dobrica Pavlinusic [Sat, 30 Oct 2010 14:02:21 +0000 (16:02 +0200)]
dump entries during replication on STDERR

13 years ago/_data dumps all in-memory data for debugging
Dobrica Pavlinusic [Sat, 30 Oct 2010 14:01:31 +0000 (16:01 +0200)]
/_data dumps all in-memory data for debugging

13 years ago/_repicate cleanup url for entries
Dobrica Pavlinusic [Sat, 30 Oct 2010 14:00:59 +0000 (16:00 +0200)]
/_repicate cleanup url for entries

13 years agofixed list_databases
Dobrica Pavlinusic [Sat, 30 Oct 2010 13:37:35 +0000 (15:37 +0200)]
fixed list_databases

13 years agofirst draft of <angular/> REST server
Dobrica Pavlinusic [Sat, 30 Oct 2010 13:29:12 +0000 (15:29 +0200)]
first draft of <angular/> REST server

It has somewhat working read replication and stores data in memory