Questions tagged as 'angular-routes'

0
answers

Single Page Application in the Android Studio WebView

Is it possible to use the Angle Single Page application in WebView with Android Studio?     
asked by 21.08.2017 / 03:04
0
answers

Routes - Angular 2

I'll use an example of an admin panel. In angle 1 I had $stateProvider.state() that inside it I could configure an internal name and the url that would be accessed, so I would have, for example: .state('template', { url: '',...
asked by 27.03.2017 / 20:57
0
answers

Rendering Error with Angle Router 2

I'm studying angular 2 and I came across a problem in the application I'm doing as I study. I decided to create a CoreModule and create a SideBar component (menu) with the links for application navigation, however it did not work as expected....
asked by 20.10.2016 / 13:52
0
answers

Manipulate views within an abstract route in AngularJS

I'm creating an application that uses CodeIgniter as backend and I want to use AngularJS for the frontend. My problem is that I can not understand how I will insert new modules (blocks of code) where each module of this must contain its own...
asked by 16.12.2015 / 20:10
0
answers

Returning child routes in an abstract view in Angular JS

I am making a directive to create a Wizzard system, where the navigation of this wizzard will depend on the number of routes that is defined in a parent route (abstract). I need to know if there is any way I can start a controller when I bring a...
asked by 19.11.2015 / 14:01
1
answer

Is there any problem in inserting a controller from another in angularjs?

I have the following question: I'm setting up a page, where I have a controller called PageController , responsible for rendering the menu and title of the page. However, within div where I use ng-controller="PageController"...
asked by 06.08.2016 / 18:19
1
answer

How to exit a SPA (Single Page Application) from AngularJs

I have following code: var app = angular.module("appSystem", ['ngRoute']); app.config(function ($routeProvider, $locationProvider) { $routeProvider .when("/teste", {templateUrl: './view/teste.html', controller: 'testeController'})...
asked by 03.11.2016 / 21:44
1
answer

Otherwise with redirectTo to another url that is not part of the Single page application

For example, on the routes below: app.config(function($routeProvider){ $routeProvider.when('/dashboard', { templateUrl: "../views/dashboard.html", controller : "dashboardCtrl" }).when('/cadastro', { templateUrl:...
asked by 28.07.2016 / 01:32
1
answer

Function executing before the response of my request

In a modal I have a form with data that can be edited. If the user confirms the update the data is updated and then it will be forwarding the new page. But in this new page the information that appears is still old (before the update). If I give...
asked by 03.12.2018 / 18:20
1
answer

Link breaking by typing directly in browser

I'm developing an angled project that is breaking the link when it has parameter and is typed directly into the browser, only occurs when it is published in IIS, if I do the same in the published in development in the "ng serve" this same error...
asked by 19.09.2018 / 16:14