Merge pull request #1056 from umbraco/temp-U4-7695

U4-7695 Media items are not updated when a new crop is added to Image…
This commit is contained in:
Claus
2016-01-28 18:30:37 +01:00
5 changed files with 78 additions and 3 deletions

View File

@@ -580,11 +580,11 @@ angular.module("umbraco")
// *********************************************
// INITIALISATION
// Initialization
// these methods are called from ng-init on the template
// so we can controll their first load data
//
// intialisation sets non-saved data like percentage sizing, allowed editors and
// intialization sets non-saved data like percentage sizing, allowed editors and
// other data that should all be pre-fixed with $ to strip it out on save
// *********************************************