I use the ngRoute module, but it shows me an error, so there is an additional file that needs to be added to use this module, but I did not find it, like other modules, cookies, we need separate files, since this is also for ngroute, if yes where can i find this
Mistake: -
Uncaught Error: No module: ngRoute var app = angular.module('inventoryApp', ['ngCookies','ngResource', 'ngRoute']);
controller.js
app.controller('storesController', function ($rootScope, $scope, $location, $cookies, $routeParams) { });
angularjs
Wajihurrehman
source share