Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a01adb

Browse files
Merge pull request #13 from Fakhreddine10/patch-1
📝 Update README.md [ci skip]
2 parents 959d0e3 + fe1aaa5 commit 8a01adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Put the code below into your view.html:
142142
Add the angular controller below:
143143

144144
```javascript
145-
angular.module('demoApp', ["schemaForm"]).controller('DemoAppController', function($scope,$http) {
145+
angular.module('MyModule', ["schemaForm"]).controller('FormController', function($scope,$http) {
146146
$http.get('/api/ui').then(successCallback, errorCallback);
147147
function successCallback(response){
148148
$scope.schema = response.data.schema;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /