We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57c277 commit 375e5d0Copy full SHA for 375e5d0
src/RJP.MultiUrlPicker.Web.UI/MultiUrlPicker.js
@@ -34,13 +34,16 @@
34
distance: 10,
35
tolerance: 'pointer',
36
scroll: true,
37
- zIndex: 6000
+ zIndex: 6000,
38
+ update: function () {
39
+ angularHelper.getCurrentForm($scope).$setDirty()
40
+ }
41
}
42
43
this.remove = function ($index) {
44
this.renderModel.splice($index, 1)
45
- angularHelper.getCurrentForm($scope).$setDirty();
46
47
48
49
this.openLinkPicker = function (link, $index) {
@@ -98,7 +101,7 @@
98
101
link.icon = 'icon-link'
99
102
100
103
104
105
106
107
this.linkPickerOverlay.show = false
0 commit comments