Posts by Henrique • 31 points
3 posts
-
1
votes1
answer960
viewsQ: How to redirect view in a controller with Angularjs
I have a department consultation page and I have the sign-up button on it. This page is a "view" that has been set to route and is called within my index.html. Gosaria to know how it is possible to…
-
1
votes1
answer65
viewsA: Error injecting more than one angular dependency.module
Problem solved. One of my views that used my appEcommerce module did not matter the ui.mask library. I imported it and the problem was fixed.
-
-1
votes1
answer65
viewsQ: Error injecting more than one angular dependency.module
I have the following module: var appEcommerce = angular.module("appEcommerce", [ 'ngRoute']); But I get an error when placing another dependency. Ex: var appEcommerce =…