Skip to content

Commit fcf29a3

Browse files
committed
Fix demo
1 parent 43b53be commit fcf29a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<body>
77
<script>
8-
var app = angular.module("MyApplication", ["Rico"]).config(function ($RicoConfigProvider) {
9-
$dolphinConfigProvider.configure({
10-
RICO_URL: "http://localhost:8080/todo-app/remoting"
8+
var app = angular.module('MyApplication', ['Rico']).config(function ($ricoConfigProvider) {
9+
$ricoConfigProvider.configure({
10+
REMOTING_URL: 'http://localhost:8080/todo-app/remoting'
1111
});
1212
});
1313
</script>

0 commit comments

Comments
 (0)