angular.module("mnd-web.pages")

.controller("PostEditController", ["$scope", "$interval", "$state", "$stateParams", "CheckMobileService", "DiffingService", function (
    $scope,
    $interval,