We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b53be commit fcf29a3Copy full SHA for fcf29a3
demo/index.html
@@ -5,9 +5,9 @@
5
6
<body>
7
<script>
8
- var app = angular.module("MyApplication", ["Rico"]).config(function ($RicoConfigProvider) {
9
- $dolphinConfigProvider.configure({
10
- RICO_URL: "http://localhost:8080/todo-app/remoting"
+ var app = angular.module('MyApplication', ['Rico']).config(function ($ricoConfigProvider) {
+ $ricoConfigProvider.configure({
+ REMOTING_URL: 'http://localhost:8080/todo-app/remoting'
11
});
12
13
</script>
0 commit comments