Questions tagged as 'angularjs'

1
answer

Web Frameworks: Frontend vs Backend [duplicate]

I would like to know what characterizes / differentiates a frontend web framework from a web backend framework. For example, Django is considered back and angular is considered front, but what do they get embedded in these categories? I can bu...
asked by 12.01.2018 / 17:09
1
answer

Angular for layout creation [closed]

Good morning guys! I'm now starting to study angular, node, and typescript (not in that order) and the following questions popped up: 1- I noticed that to run the angle, usually the node is used for backend apps for example. I saw that you...
asked by 14.11.2018 / 11:08
1
answer

Can not find module

I'm following this tutorial to create a chatbot of the link below, and you're giving this error, someone Can you help me with the error? the error and in the file server.js or in dialogflow.js? dialogflow.js const axios = require('axios')...
asked by 30.10.2018 / 22:57
2
answers

Repeat does not work - Angular

I could not repeat the lines <!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script> <script src="//angular-ui.github.io/bootstrap/ui-bootstrap...
asked by 01.08.2015 / 19:33
1
answer

Creating an angular controller

I'm setting a controller where one of the features is to get a data in the bank through its id. However, nothing appears on the console when I put this Code that shows the countries on the screen <table width="200"> <tr&...
asked by 11.01.2016 / 19:45
1
answer

Create levels of access to the system [closed]

Well, this question starts from scratch. I want to know how do I determine system access rules where there are 3 types of profiles: general administrator, local administrator and maintainer, where there are different rules for profiles. I wou...
asked by 15.02.2016 / 14:04
3
answers

Angular - Searches for equal values on two objects

Good morning, I have two objects. In one of them I have only the id. In the other several fields, the id of this first object is the name. I need to somehow sweep the object 2 find the same id that is in the first object to know the name of i...
asked by 28.12.2017 / 15:14
1
answer

Starting with Angular

I made a small font with controller in AngularJS and when I run I get the attached error message. Idonotknowwheretheerrormightbeconsideringthiscodeisverysimple.Source:<!DOCTYPEhtml><htmllang="pt-br" ng-app> <head> <...
asked by 19.12.2017 / 17:59
1
answer

doubts with json

I have a json, in my form I have a "Next" and "Previous" button, I need to create a code that shows the next one or the previous one, as it clicks the buttons, I am using angular, someone could give a hint how could this code be? json [{...
asked by 11.11.2016 / 20:37
1
answer

How to get the last generated id in php using angular?

Next, I'm cadastering zip and I need to get the id of this zip, newly registered to insert in the users table. I tried to do in pdo using the same php file that I registered the zip ... Deu pau, because it appeared message in the console saying...
asked by 27.01.2016 / 21:58