From 59e505afd4e141f53e655bd02694e9073dba303c Mon Sep 17 00:00:00 2001 From: nishanthcs Date: Thu, 14 Feb 2019 15:19:33 -0800 Subject: [PATCH] Fixed error in sample code A closing paren was missing in one of the examples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e932f42..c201148 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ Angular Wizard emits the following events on the `scope` and pass an object with ````javascript $scope.$on('wizard:stepChanged',function(event, args) { console.log(args); -} +}); ```` ## Navigation bar