Questions tagged as 'angularjs'

2
answers

How to make ionic cordova notification? [duplicate]

I need to make notifications like facebook on mobile phones, I'm making an app using angularjs, ionic, jquery, javascript and nodejs ... is there any simple way to do this?     
asked by 22.10.2017 / 00:03
1
answer

Help with app pages! [closed]

I need a help or a direction, I will try to be brief, this is the following I am developing an app for a client, and I need this app in very little time for that reason I decided not to develop by common means, having the speed in mind chose the...
asked by 26.07.2017 / 21:30
1
answer

Error injecting more than one dependency into angular.module [closed]

I have the following module: var appEcommerce = angular.module("appEcommerce", [ 'ngRoute']); But I get an error putting another dependency. Ex: var appEcommerce = angular.module("appEcommerce", [ 'ui.mask','ngRoute']); How am I inject...
asked by 02.07.2017 / 00:18
1
answer

How to hide a drawer menu by dragging?

So I'm starting to develop websites and I made a drawer style menu of google play for the mobile version of the site only that it does not hide when dragging it to the side does anyone know a way to make this interaction?     
asked by 28.03.2017 / 22:10
1
answer

Problem in consuming JSON with AngularJS

I'm trying to run a test to get the data from a JSON file but I'm not getting it.    app.component.html </div><div ng-app="appCursos" ng-controller="meusCursos"> <ul> <p> {{ cursos.id }}</p> </ul&...
asked by 07.04.2018 / 08:27
1
answer

What is the way to create PivotTables in HTML and JS? [closed]

Hello, I'm having difficulty setting up a screen with HTML, CSS, JS, AngularJS. I need to mount a screen where the user chooses the amount of parcels, course; and according to this must set up: a table where the first line should contain the mon...
asked by 11.03.2017 / 23:53
1
answer

What is the best way (including frameworks) of working with JSON files? Using Javascript [closed]

Folks, I have to list some data based on a json and also use some control structures with properties of that file, so what is the best way to work with them? if possible explain how to move from a .json file (without writing all of it in the cod...
asked by 17.07.2016 / 01:55
1
answer

I can not send data from Angularjs to PHP

I would like to send an email using Angular JS and PHP, but I do not know why my data is not passing. index.php: <section id="contact" ng-controller="DbController"> <div class="contato"> <div class="container wowload bounc...
asked by 29.04.2017 / 00:16
1
answer

Intellij, Spring Boot and AngularJs

I'm running a project Spring Boot e AngularJs no Intellij and I'm trying to access the webapp folder by browsing (l ocalhost:8080/nomedapasta/index.html ), but it's giving error    (There was an unexpected error (type = Not Foun...
asked by 02.10.2016 / 16:11
1
answer

Slide div to right and left in the angular click [closed]

I have an infinite size div and I want the contents of it to slide right or left. <div class="seta-esquerda">Botão deslizar para esquerda (200px)</div> <div class="seta-esquerda">Botão deslizar para direita (200px)<...
asked by 03.10.2016 / 19:06