Questions tagged as 'angularjs'

0
answers

How to make a tab control navigate open by my software with JavaScript and localStorage? [closed]

My question is how to do a tab control, open from browsing my software, with JavaScript and localStorage? For various reasons that does not come to the case my web software works with the opening of new browser tabs to each functionality that th...
asked by 11.03.2016 / 21:01
2
answers

I can not create notifications with the $ cordovaLocalNotification plugin using IONIC

I tried to do it based on the code of that site: link But when I hit the "Add notification" button this error appears: ionic.bundle.js:26771 ReferenceError: device is not defined at Scope.$scope.add (controllers.js:83) at fn (eval...
asked by 23.04.2016 / 20:48
1
answer

Objects in javascript

When working with objects in javascript, and with the AngularJS framework, where should we write the object code? For example, I'm going to create an object with something like this: var LogMessage = function(system, type, message, value, n...
asked by 10.05.2016 / 14:42
1
answer

How to use Google Maps on Ionic to load multiple locations

I am using Ionic 1.3 and creating a Map screen, this screen will have a menu to select the specific destinations and another that is the maps with the location. Example of the destination choice screen: Controller: var mapasJson = {...
asked by 03.08.2016 / 21:30
0
answers

How to authenticate a javascript application (browser) in a PHP API?

Folks, I'm trying to develop a PHP API (Laravel) to consume it both in my SITE (angular) and in the mobile applications that I'm going to develop. However, I'm having trouble implementing a secure authentication that allows me to update user se...
asked by 26.08.2016 / 01:40
0
answers

Facebook login with Ionic

I'm trying to develop an application with Ionic that integrates with facebook, however I have some problems. I have seen other similar discussions but no response or solution. The problem is this: I set up my application on link and I followed...
asked by 23.05.2017 / 00:23
1
answer

Problem with json on angularjs

I'm developing a mobile application and I'm retrieving a list of data from the database. What happens and between each data is always a% com_of% "comma" and I do not know how to remove it. I leave below a print of what happens: Control...
asked by 20.09.2015 / 22:34
1
answer

Authenticate in Sharepoint online via Rest api + AngularJS [duplicate]

I'm trying to create an application using Visual Studio 2015, Cordova + AngularJS. My need today is to authenticate in Sharepoint and consume the Web Services. I've made several authentication attempts, but I'm not succeeding. (function (...
asked by 21.10.2015 / 22:04
1
answer

App quiz angularjs does not appear when the page is online

I have this app in AngularJS is a Quiz only that when I put it online, I upload to the server, the application does not appear. Can someone help me? Thank you. HTML <!DOCTYPE html> <html ng-app="quizApp"> <head> <me...
asked by 07.03.2016 / 14:00
1
answer

Authentication / Permissions with MEAN Stack

I'm studying MEAN stack, I'm really enjoying it, and I'm developing simple applications, but I could not find something that would really help me understand better about authentication and permissions using MEAN, and what my bank would look like...
asked by 20.02.2016 / 04:21