removes outcommented code

This commit is contained in:
perploug
2013-12-02 12:24:36 +01:00
parent 16cf64866a
commit bb87fa7fa8

View File

@@ -8,12 +8,7 @@
*
*/
function LegacyController($scope, $routeParams, $element) {
$scope.legacyPath = decodeURIComponent($routeParams.url);
//$scope.$on('$routeChangeSuccess', function () {
// var asdf = $element;
//});
}
angular.module("umbraco").controller('Umbraco.LegacyController', LegacyController);