From fe1aaa5a45de6d7b27f67170ae811851ddb43772 Mon Sep 17 00:00:00 2001 From: Fakhreddine Belgaied Date: Thu, 1 Jun 2017 15:21:25 +0200 Subject: [PATCH] Update README.md :memo: fix angular example controller name [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5264dc..c15eac6 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Put the code below into your view.html: Add the angular controller below: ```javascript -angular.module('demoApp', ["schemaForm"]).controller('DemoAppController', function($scope,$http) { +angular.module('MyModule', ["schemaForm"]).controller('FormController', function($scope,$http) { $http.get('/api/ui').then(successCallback, errorCallback); function successCallback(response){ $scope.schema = response.data.schema;

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