Undo a few things
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ module.exports = function(grunt) {
|
||||
expand: true
|
||||
},
|
||||
dll: {
|
||||
cwd: 'app/Umbraco/Umbraco.Archetype/bin/Debug/',
|
||||
cwd: 'app/Umbraco/Umbraco.Archetype/bin/Release/',
|
||||
src: 'Archetype.dll',
|
||||
dest: '<%= dest %>/bin/',
|
||||
expand: true
|
||||
|
||||
@@ -589,7 +589,6 @@ angular.module("umbraco").controller("Imulus.ArchetypeController", function ($sc
|
||||
fieldset.releaseDate = fieldset.releaseDateModel.value;
|
||||
fieldset.expireDate = fieldset.expireDateModel.value;
|
||||
});
|
||||
console.log("submitWatcherOnSubmit", $scope.model.value.fieldsets);
|
||||
$scope.$broadcast("archetypeFormSubmitting");
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user