Questions tagged as 'angularjs'

1
answer

Problems loading component scripts angular.js

good! I have a problem with my code. I made components of my site, and when I put the script it only gets me the last one..and I tried putting the files in different folders, but still I still have the same problem. From already thank you very m...
asked by 02.09.2017 / 23:26
0
answers

Operation of dynos in Heroku

How do the Heroku dynos work? Can I have more than one? For now I have web: node app.js --> levanta la aplicación de Angular worker: bundle exec puma -C config/puma.rb --> Rails API Until then everything works well for me, I ge...
asked by 25.09.2017 / 22:16
1
answer

Get value from ng-model from custom directive

Help to get the value from a custom-directive I have the following code, all I need is to be able to get the value that the text field gets when it is type. The getName function should change the displayed name. I add the code: 'use...
asked by 26.09.2017 / 01:58
2
answers

Angular Cli - Project is not recompiled

I am learning to work with Angular 4, on a Mac computer. Initially I was running ng serve and every time I recorded files from the application the project was automatically compiled and the address link . However, it stopped working and...
asked by 29.08.2017 / 22:46
0
answers

how to update ng-repeat value with an input inside it?

I have the following code <tr ng:repeat="item in invoice.items" > <td><a>{{item.nombre}}</a></td> <td><a>{{item.existencia}}</a></td>...
asked by 26.08.2017 / 20:47
0
answers

differences between angular 4 versions

During this time I have been wanting to update a project to the latest version of angular 4.3.1 However the project has version 4.0.0 of angular, I would like to know if there is a conflict if I change the version. I really want t...
asked by 26.08.2017 / 02:23
0
answers

Close modal using its own controller - AngularJS

Good afternoon, Using AngularJS 1.6: I have a Login.html view that at a certain moment, launches a pop-up called 'modalAuthorization'. This modal has its own controller (independent of loginController). The modal has 2 buttons, accept a...
asked by 16.11.2017 / 13:41
1
answer

ng-click does not work with ng-view

I have started to create a page. it has header and main, the main loads the views and it works perfectly, but I want that when the secondary views are loaded the header is hidden, here the index: <html> <head> <link rel="sty...
asked by 25.08.2017 / 03:46
1
answer

Error Invalid Isolate Scope Definition in a directive with AngularJS when reopening modal

I have the following problem. I have a modal that uses a directive to which two callback functions are passed and which, when I open the modality for the first time, works perfectly. The problem comes when I close the modal and reopen it. The er...
asked by 15.09.2017 / 12:57
0
answers

Error installing angular cli

As you can see, this is the error that causes me to want to install angular / cli:    npm WARN registry Unexpected warning for link : Miscellaneous Warning ENETUNREACH: request to link failed, reason: connect ENETUNREACH 151.101.0.162:80  ...
asked by 22.08.2017 / 05:27