angularjs - Clear Umbraco IsDirty flag after editing in custom backend tab -
i can't stop umbraco asking if want save data when move off custom tab in backend unless use no-dirty-check
attributes.
i've tried creating <form>
contain controls, , called $setpristine()
, $dirty=false
on that, it's made no difference.
it seems umb-dashboard form 1 causing save changes dialog - can't work out how reference umbraco services. angularhelper.getcurrentform()
returns null.
Comments
Post a Comment