Skip to content

Installation guide for ng route

Błażej Krysiak edited this page May 10, 2016 · 6 revisions

Before start

Make sure you are familiar with:

Overview

  1. Including dependencies in module

Including dependencies in module

In order to angular-permission cooperate with your router you should include two modules permission and permission.ng to your module:

angular.module('yourModule', [
  ...
  'ngRoute', 'permission', 'permission.ng', 
  ...
]);

Next to read:
👉 Usage in routes