From 66a1b94617f29c0fb8350098944931af4cb90125 Mon Sep 17 00:00:00 2001 From: Dat Pham Date: Thu, 1 Jun 2017 05:30:28 +0700 Subject: [PATCH 01/14] Add Heading Title for each Step --- src/step.js | 1 + src/wizard.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/step.js b/src/step.js index 6a33e1e..587bbe1 100644 --- a/src/step.js +++ b/src/step.js @@ -5,6 +5,7 @@ angular.module('mgo-angular-wizard').directive('wzStep', function() { transclude: true, scope: { wzTitle: '@', + wzHeadingTitle: '@', canenter : '=', canexit : '=', disabled: '@?wzDisabled', diff --git a/src/wizard.html b/src/wizard.html index 0dcbadf..7870906 100644 --- a/src/wizard.html +++ b/src/wizard.html @@ -1,4 +1,6 @@
+

{{ selectedStep.wzHeadingTitle }}

+