Questions tagged as 'angularjs-injector'

2
answers

Angularjs $ routeParams gives me undefined

I've really done this a hundred times and it turns out to me, capable is a nonsense that I'm not seeing. My problem is that when I do $location.path('/Miruta/'+id); (The url is generated in this way http://localhost/mysite/WebConten...
asked by 11.03.2016 / 02:00
1
answer

Angular Js + MVC .NEt

I'm starting with the issue of Single Page Applications with MVC from .Net, and it has become difficult to solve the dependencies, I've taken the example of the page link and everything is fine, until I use ui.bootstrap components, the point i...
asked by 18.10.2016 / 01:06
2
answers

How to separate my factory in another .js file?

my question is this, I'm learning AngularJS, and I'm doing the code for a login, where I've done factory's, but everything is in the same file (app.js) as shown below: '(function () {     var app = angular.module ('login', ['ngStorage']); /...
asked by 05.05.2017 / 16:13
2
answers

Does not work angular ngview js

Good morning this is my index.html <!DOCTYPE html> <html ng-app="crudBasicApp"> <head> <title>CRUD Angular!</title> <meta charset="utf-8" /> <link rel="stylesheet" href="Content/bootstrap.css" />...
asked by 26.03.2017 / 21:35
1
answer

query ui.router assigns a # before routes

I'm trying ui.router but I have a problem whenever the ui-sref comes before a # <!DOCTYPE html> <html ng-app="app"> <head> <title>Indice</title> <script src="/angular/angular.min.js"></script>...
asked by 07.06.2016 / 06:45