Undo a few things

This commit is contained in:
kjac
2016-03-20 12:08:23 +01:00
parent 29a73336e3
commit 65837fa74c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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");
}
});