Posts by ValtFM • 11 points
1 post
-
1
votes0
answers15
viewsQ: Is it possible to have a screen routing configuration for each module with Angular JS ? If possible, how to route between modules?
var app = angular.module("app", ['ngMaterial', 'ui.utils.masks', 'ngMessages', 'toastr', 'ngStorage', 'ui.router']); app.config(function ($stateProvider, $urlRouterProvider) { $stateProvider…