Questions tagged as 'angularjs'

0
answers

doubts with tag select

I have the following select tag: <!--select--> <div class="uk-form-row"> <div class="uk-grid"> <div class="uk-width-medium-1-2">...
asked by 28.08.2016 / 21:54
1
answer

Display the ng-model JSON as the selected option of a dropdown

Hello, I'm wondering if this is possible. For example, I have a dropdown with a JSON array of strokes in ng-options : <select name="curso" ng-options="curso.cursoId.sigla + ' - ' + curso.cursoId.periodo for curso in cursos" class="for...
asked by 29.08.2016 / 01:25
1
answer

xeditable row with 2 forms

Good morning everyone! Next! I have a main form on the page, and inside it I have a tab of plots where the user can insert as many plots as they want and they each go to a row of a table (inside the main form). It is in each of these lines th...
asked by 26.08.2016 / 15:42
0
answers

Format number with Globalization plugin

I'm trying to use the cordova.plugin-globalization plugin but I'm running into my little Javascript experience. xhtml: <div>{{ item.valor | formataValor }}</div> filter.js: app.filter('formataValor',function(){ re...
asked by 22.08.2016 / 18:37
0
answers

Display items of a given ID using angular GET

I am doing a very basic forum where the user types the title, subject and description of the topic, and this one is sent to the mongo (I am also using the postman), with the help of the staff here in another topic, this part ja finalizei . In th...
asked by 12.08.2016 / 02:11
1
answer

Apply css in parent

I have a borderless input inside a div and next to the input has a magnifying glass, in that case it is a search field, as far as I know it is not possible with css and yes only with javascript, more suddenly someone can I need to give you an id...
asked by 09.08.2016 / 22:02
1
answer

ng-click or alternative in jquery

I need to click the thumb image to write the image clicked on the div .currentImage    Script .directive('galeria',function() { return { templateUrl:'scripts/directives/galeria/galeria.html', restrict: 'E', scope:{...
asked by 08.08.2016 / 21:09
1
answer

Wrong route request when placing ionic-slide-box in home

I have the service in this file www/app/home/home.service.js : angular.module('app.home') .service('services', ['$http',services]); function services($http) { var service = {}; var self = this; serv...
asked by 24.08.2016 / 15:03
2
answers

Angular $ routeProvider using div ng-view / div

Galera, I'm following the ng-book of angular book, and to make a SPA, I'm using the following structure: - app - controller controller.js - js main.js - node_modules (com os arquivos de jquery, bootstrap e angular)...
asked by 03.08.2016 / 03:48
0
answers

Reload / Refresh template

Hello, I'm loading my view with a timer, and every time the timer runs, it does not clear the screen, but adds the same items again. I've tried cache = false, window.reload, state.reload, state.go, but no results, my code: lista = function ()...
asked by 05.08.2016 / 00:41