Questions tagged as 'angularjs'

1
answer

jQuery conflict with AngularJS

I'm having a problem with AngularJS and jQuery . When I use only jQuery in the layout, the menu (sidebar) I have it opens normally. But when I add the AngularJS the menu does not open anymore, it is simply closed. The bad thing abou...
asked by 27.10.2016 / 19:48
1
answer

How to exit a SPA (Single Page Application) from AngularJs

I have following code: var app = angular.module("appSystem", ['ngRoute']); app.config(function ($routeProvider, $locationProvider) { $routeProvider .when("/teste", {templateUrl: './view/teste.html', controller: 'testeController'})...
asked by 03.11.2016 / 21:44
1
answer

Http post method, date parameter is always empty (Angularjs + Laravel 5.2)

I'm using angularjs + laravel to build my application. The question is, I have a $ scope.frequencias, which contains some information on the frequency of a student. I did a foreach angle to send this data to the bank, but my date parameter (whic...
asked by 21.10.2016 / 18:43
3
answers

timeout in AngularJS

I'm doing an application in ionic, which uses Angular.js as a base. I have a native splash of ionic with 3s and soon it enters the controller splash that has a video of 5s with an animation. I would like to know how to redirect to another contro...
asked by 24.10.2016 / 01:26
1
answer

Creating reports with ASP.NET MVC and AngularJS [closed]

My backend is with C# / MVC , in frontend usage Angular , I got to a point in the project that I need to create reports. How to generate reports in web environment? Which tool do you use?     
asked by 23.01.2017 / 11:30
2
answers

Class has-error does not disappear from field

Given a client form, valid fields are required. Required fields that are not filled in are automatically highlighted on the page to make the user's life easier. So far 100%. As the user sees the remaining required fields and starts to populate,...
asked by 30.12.2016 / 03:06
1
answer

Dropdown in the modal does not see scope of the controller Angular JS 1.5

Good morning. The problem is this, I have a news feed page and inside it I use a Modal Angular UI - Modal to display information for a specific post. I have a DropDown with two options, "Delete" and "Edit". DropDown <div class=...
asked by 05.01.2017 / 13:56
1
answer

Do not want to save form data in ionic POST + PHP + MySQL

It works the way I do in other forms, but this one does not know which error I'm making. I have a "suppliers" table: AforminIonic,normal:<ion-viewview-title="Cadastrar seu Restaurante" hide-nav-bar="false" > <!-- content --&g...
asked by 27.09.2016 / 15:00
1
answer

Angular ng-show, does not remove C # code / Angular / JavaScript

I have the following code which lists categories: <div class="row" ng-show="!TemCategoria"> <div class="container" id="categoria" style="float:right" ng-hide="TemCategoria"> <select class="btn btn-warning pull-right" onchan...
asked by 21.09.2016 / 18:40
1
answer

Store user data after login AngularJS

I'm logging in through an AJAX request usually using $ http, right after logging in, my webservice returns the userid that logged in, so I make another request to get that user. With this user's data I store the User ID and Name. localStora...
asked by 23.08.2016 / 00:31