From e6cd2f5f9063eaf9eec58634745bba219d218be0 Mon Sep 17 00:00:00 2001 From: Sijmen Vos Date: Tue, 22 Sep 2015 15:30:09 +0200 Subject: [PATCH] Don't use separate scope in modals --- src/modal/modal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modal/modal.js b/src/modal/modal.js index 910d7d3..6595da1 100644 --- a/src/modal/modal.js +++ b/src/modal/modal.js @@ -7,6 +7,7 @@ angular.module('angularify.semantic.modal', []) restrict: 'E', replace: true, transclude: true, + scope: false, require: 'ngModel', template: '', link: function (scope, element, attrs, ngModel) {