Questions tagged as 'angularjs'

2
answers

Angular error-animate: angular.module (...) .info is not a function [closed]

I'm trying to use angular animate, but to have the error in the console just import the angular-animate.js    Uncaught TypeError: angular.module (...). info is not a function       at angular-animate.js: 4139       at angular-animate.js: 4155...
asked by 08.03.2017 / 18:02
0
answers

Permission and user levels in PHP and AngularJs (JS)

I'm developing an administrative panel where I have some users and they should have different permissions levels. At the same time, it should be something "dynamic" for control of basic actions, such as: reading, editing, adding, and removing...
asked by 26.12.2016 / 15:53
2
answers

Study angular 1 or 2 [closed]

I'm pretty old, the first language I learned was in Action Script 1 (this in the early 2000s). Today I need to recycle myself and I want to start dropping Jquery and go to Angular, mainly to develop applications with IONIC 2, because my studio h...
asked by 20.07.2016 / 16:04
0
answers

FadeIn and FadeOut with AngularJS

I would like to know the best practice when displaying warnings to the user, using AngularJS. My scenario is basically the following: I have a div that represents all CRUD validations, inside my index.html. In a service "messages.service.js" I h...
asked by 26.12.2016 / 22:37
1
answer

Problem with startar gulp serve

Good afternoon, I'm creating a portal in AngularJS and Node. After installing the npm npm install and bower bower install The tutorial asks you to do the gulp serve command, but it has the following return:    [1...
asked by 17.11.2016 / 16:59
0
answers

Initialize some user parameters using angularjs and Google Cloud Endpoints

I'm trying to initialize some user parameters using AngularJs and google cloud endpoints. Through an endpoint getProfile, I need to get the user information like photo, description, age to display on the screen. I can make a call of this type us...
asked by 10.09.2016 / 05:27
1
answer

Create a multiple filter with only one input

On my system, I created a directive that gets the parameters needed to update a table, which would be: function filtroAngularTable() { return { restrict: 'E', scope: { lista: '=', config: '='...
asked by 12.11.2016 / 15:12
1
answer

Call IONIC USSD number

I am trying to call a USSD number from my application IONIC , here is the code I am using: <ion-item nav-clear menu-close href="tel:*000#">IOD</ion-item> But it appears on the cell phone dialer only the number *000 ign...
asked by 09.11.2016 / 19:52
1
answer

Ionic audio capture

I made an app that captures audio by the native recorder of the cell phone, now I needed to get these stockings, how can I get the phone media? I made the following controller to capture .controller('CapturaAudio', function ($scope, $cordov...
asked by 13.09.2016 / 19:50
2
answers

How to get id to edit given with Angular?

I need to get the account id that is displayed in the html below. I need to get this id to take to my backend and bring the data and edit, but I can not. Here are my codes: <div class="col-md-6 tabelaEntradas" ng-controller="EditarContaC...
asked by 20.01.2017 / 18:08