Justin Heaver
Results
1
comments of
Justin Heaver
Hi, I managed to resolve this issue by updating the code to the following: Firstly, the main.route.js file: ```javascript 'use strict'; export default function routes($stateProvider) { 'ngInject'; $stateProvider.state('main', { url:...