Questions tagged as 'angularjs'

1
answer

Automatic scrolling of angled items

I have a list of items, inside a div, with the ng-repeat angular directive. And you need to use an automatic scrolling, similar to this DEMONSTRATION (it is, use the super-treadmill plugin of jquery). How can I do this with angular js (version...
asked by 04.05.2017 / 01:43
1
answer

How to turn off the initialization of the ionic menu?

I would like to know how I turn off the Ionic menu startup on a given page, since I do not want the services of it to be enabled as well.     
asked by 12.05.2017 / 14:06
1
answer

Simulate click on a compiled template

I'm having problems assigning a click event to a previously compiled external template, follow the code ... Policy angular.module('testeFuncoes').directive('fechaMenu', function($templateRequest, $compile) { return { link: func...
asked by 02.05.2017 / 19:56
1
answer

Angular JS error var undefined

Good evening I have this function link if I give an alert; inside the function (below the date) ok, but if I invoke the function in the undefined controller. How can I solve? Thank you     
asked by 29.04.2017 / 04:41
1
answer

Error Listing Object Data in PHP

As you list these response data, especially IMG, the data below BELOW: $data = file_get_contents("php://input"); $objData = json_decode($data); $categoria = $objData->categoria->name_categoria; $titulo = $objData->titulo;...
asked by 26.04.2017 / 22:02
0
answers

Slide buga when refresh on page

I'm using the bxslide plugin, so when I load the page it works normally, but when I refresh it, it rips the images showing all the slides, not the JS error, but when I change the page size even with it bugged it back to working normally. I lo...
asked by 24.04.2017 / 15:19
1
answer

ngRoute does not work

I was trying to use ngRoute, but I enter the link '/ new', an error appears that does not exist that URL and when I enter the normal '/', it does not show anything. The index.html: <html ng-app="starter"> <head> <title>...
asked by 14.04.2017 / 18:42
0
answers

How to apply CSS class only in selected item or clean CSS class applied in ion-radio

I'm new to angular / ionic development and I'm developing an application that needs to select an item from a radio and apply a CSS class only to the selected item. In the way it is implemented I am able to apply the classes in the item...
asked by 10.05.2017 / 21:42
2
answers

Angular validation

I can not use angle validations, ng-disable, ng-show, none of them work. By console index.html <!DOCTYPE html> <html ng-app="myApp"> <head> <title></title> <meta charset="utf-8" /> <script...
asked by 29.04.2017 / 21:49
1
answer

How can I set Ionic ranges with a predetermined initial value?

I set a Range to set hour and minutes. As I show in the view, but despite setting the value in the system the range always starts in the middle and without value. How can I set my ranges to be there at the beginning, with the value I want?...
asked by 30.04.2017 / 23:59