i mod controller but ... response 

but the result is identical 

angular.module('caco.MiniRSS')
    .controller('LivelliCtrl',
                ['LABELS','$scope', '$routeParams','$location',             
    
        function (LABELS,$scope, $routeParams,$location) {
        
        $scope.LABELS = LABELS;


        $scope.test = function ()
        {
            $scope.cliccato = "OK TI HO PRESO";
            
            $location.path("level/run");
                        
        }
        
    }]);

Il giorno venerdì 12 febbraio 2016 05:52:17 UTC+1, Sander Elias ha scritto:
>
> Hi Bruce,
>
> No, this is not related to angular. It's the way browsers work. If you 
> really want to understand how this works, you can read the relevant specs. 
> Those define how (and often why) browsers work the way they do. the HTML5 
> spec <https://html.spec.whatwg.org/multipage/introduction.html> is one of 
> the most relevant here.
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to