angular-off

0.0.1 • Public • Published

angular-off Build Status

angular.module('controllers', [])
  .controller('MainCtrl', function() {
 
    $scope.$on('$routeChangeError', function(event, current, prevous, rejection) {
      alert('Filed to change routes!');
    });
 
    $scope.button = function() {
     $scope.$off('$routeChangeError');
    };
 
  });
 

Dependents (0)

Package Sidebar

Install

npm i angular-off

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • gdi2290