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: '=',