Modifies the dialog css class loading and allows for left side modals

This commit is contained in:
Per Ploug Krogslund
2013-07-05 10:48:12 +02:00
parent d9e79666ca
commit 0a08dce8f5
13 changed files with 117 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
(function () {
angular.module("umbraco").controller("Umbraco.Editors.SimpleEditorController",
function ($rootScope, $scope, notificationsService, dialogService) {
alert("wat");
});
})();