removes outcommented code
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user