Questions tagged as 'angularjs'

1
answer

Change Meta Tags dynamically angular

I'm trying to change the content of the meta tag Keyword dynamically. I have: <meta name="keywords" id="selKeyword" content=""> and I'm doing it as follows: $("meta[name='keywords']").attr("content", "hello"); I put...
asked by 04.04.2016 / 21:11
1
answer

Put local Json in external Json $ http Angular / Ionic

I want to pull this Json data from the Service via an external Json via $ http. I found several examples plus they are not returning result for me. .service('ProdutosService', function($q) { return { produtos: [ { "nomeProd": "nomeprod...
asked by 22.02.2016 / 12:24
1
answer

Facebook login with Ionic / AngularJS?

I'm trying to login from facebook with Ionic / AngularJS. Whenever I try to login, I get this error:    Object {errorMessage: "User canceled dialog", errorCode: "4201"} I'm following this example: Login Facebook with Ionic How do...
asked by 01.12.2015 / 11:37
1
answer

Configure KCFinder on TinyMCE

Hello, I'm using TinyMCE as a text field and I need to be able to upload images to it, and for that I am using KCFinder, but the problem is that when I click to upload images, it only a blank box appears: it follows TinyMCE initialization code (N...
asked by 04.08.2016 / 16:32
0
answers

$ cordovaFileTransfer does not send parameters to webservice?

I'm trying to upload an image using $cordovaFileTransfer . When I send the image I want to send tbm some parameters as the user id, the problem is that these parameters arrive null in the webservice. I did my webservice in CakePHP and test...
asked by 24.11.2015 / 14:03
2
answers

How to show photos from the camera album with the camera cordova plugin?

I have a mobile app, which I want to know and do is: I have a modal that when I open I want the photos that I have on the device to appear (in this case on the camera roll) and but show on a div that I already have. How can I do this ?...
asked by 14.10.2015 / 21:54
1
answer

Insert colored markers in datepick using angularjs, ui-bootstrap

How do I insert colored markers in datepick using AngularJS and ui-bootstrap ? Page: <!doctype html> <html ng-app="app"> <head> <meta charset="UTF-8"> <script src="//ajax.googl...
asked by 15.12.2015 / 19:25
2
answers

Multiple Views with AngularJS and Ionic

I'm trying to add some states in my code to navigate between them, but I can not, the only ones that work are the views that come from the sidebar. Here is the code: app.js: .config(function($stateProvider, $urlRouterProvider) { $sta...
asked by 12.08.2015 / 20:10
1
answer

AngularJS directive blocking ngModel

In an angular application, I drew a small system of tabs and in that system I implemented a directive to create the onclick events in each of the tabs. basically the project looks like this: stylesheet.css .-tabs{ width: 100%; disp...
asked by 18.08.2015 / 21:08
1
answer

How to show session data in angularjs?

I'm making a mobile app I already have the login working and saving the values I want in session now I do not know and how to show these values on the page after login. Controller .controller('LoginInterno', function($scope, $http, sessio...
asked by 16.09.2015 / 22:26