I am developing a system where depending on the user level it is redirected to a page
.run(function($rootScope, $location, $http, config) {
$rootScope.$on('$locationChangeStart', function(event) {
if ($location.path() != "/Login") {...
asked by
30.09.2015 / 00:03