Questions tagged as 'angularjs'

0
answers

Angular: Ajax request

Should not the code be working? I already tried the console and the text in the test file is coming normally, it just does not appear when I call with //demo.msg// . Where am I going wrong? SCRIPT var app = angular.module('app',...
asked by 14.01.2018 / 19:28
0
answers

Call a page via ajax Angularjs

My ajax code: $scope.CarregaMenuPrincipal = function (data) { var req = $http({ method: 'POST', url: '/Home/Index',data:{usuario: data.usuario },}) .then(function (response) { response; }, function (response) {...
asked by 15.01.2018 / 13:51
2
answers

Pass input value hidden to label

Personal I need to pass the contents of an input hidden to a label: <div class="form" ng-init="rodar()"> <input type="hidden" ng-model="cadastro" name="cad" id="cad"> <label id="text"></label> <script> functi...
asked by 12.01.2018 / 19:37
0
answers

What is going wrong? Angular, bootstrap, popper

ERROR in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader?{"ident":"postcss"}!./node_modules/bootstrap/dist/css/bootstrap.min.css Module build failed: BrowserslistError: Unknown browser major at er...
asked by 12.01.2018 / 22:49
0
answers

Questions about installation modes in Angular

Let's assume that I want to install a specific version of bootstrap in my angled project, the command would be this: npm install [email protected] --save This command is required to be included in the package.json file, because if...
asked by 08.01.2018 / 14:07
1
answer

How to access an image that was to uploads my laravel folder through FIleUpload

I have a form that makes uploads of images, when I upload, the path is saved in the bank by the path field, I recover that image and set it in a array image this.image = data; Now how can I display this im...
asked by 11.01.2018 / 15:53
0
answers

Files giving error 404

My application is simple, I did with AngularJS, just to study, it works quietly locally but when I upload to my locaweb server, the files are returning 404, is there any configuration I need to do? AndmyapplicationIleftwellconfigured.Index.h...
asked by 04.01.2018 / 23:19
0
answers

Doubt angularjs

I would like to know why angular js has this type of declaration: (example) ab.setType = setType; ab.getType = getType; ab.getTitle = getTitle; ab.calculateTimeOfWork = calcula...
asked by 09.01.2018 / 12:40
2
answers

Doubt how to create a layout for editing information

I am developing an internal tool to control travel expenses of employees, but I am in great doubt. I'll explain the steps I've taken so far. - > first the person enters the portal and requests a trip with an outward date, return date, d...
asked by 04.01.2018 / 11:03
0
answers

How to work with interchangeable menu?

I'm trying to implement an interchangeable menu, see below: Whenyouclickonthethreechopsticksitopensaverticalmenuontherightsideofthescreen: Whenheclicksonthethreechopstickshegoesbacktohiding,butthereisone.Whenitisinamobileformat,seehowtheappl...
asked by 03.01.2018 / 00:56