=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js 2016-03-08 16:27:49 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.directives.js 2016-03-15 14:42:33 +0000 @@ -208,6 +208,9 @@ .directive('d2CustomForm', function ($compile) { return{ restrict: 'E', + scope: { + customForm: '=' + }, link: function (scope, elm, attrs) { scope.$watch('customForm', function () { if (angular.isObject(scope.customForm)) {