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');
    };
 
  });
 

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i angular-off

    Weekly Downloads

    0

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • gdi2290