From 228fb6f6d6b909ba754b63a77cc51f071d115ec0 Mon Sep 17 00:00:00 2001 From: Nick Escallon Date: Wed, 7 Sep 2016 11:14:38 -0400 Subject: [PATCH] feat(ddo): add priority to support transclusion --- src/angular-resizable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/angular-resizable.js b/src/angular-resizable.js index 22866f2..91ea84b 100644 --- a/src/angular-resizable.js +++ b/src/angular-resizable.js @@ -14,6 +14,7 @@ angular.module('angularResizable', []) } return { restrict: 'AE', + priority: 599, // right after ng-if. Supports transclusion scope: { rDirections: '=', rCenteredX: '=',