Questions tagged as 'angularjs'

0
answers

Angle syntax is not working correctly

I have a html page that contains the following code: <button class="button button-assertive button-full button-outline centro icon ion-plus" option-getter="getOpt(option, complemento)" modal-select="" modal-title="{{complemento...
asked by 30.08.2017 / 00:47
0
answers

ion-select does not recharge when I change tab

When I change the tab, and return to the old tab, which contains the ion-select, the field is set to null, with nothing marked, even though the page continues to load according to the populated variable. <ion-header color="primary"> <...
asked by 18.09.2017 / 16:18
1
answer

Create graph with Chartjs inside the controller of another js file

I'm trying to solve a problem with my web page. Here is some information about it: The page is to generate graphs in different models (area, line, bar); The user, from a select choose which type of graph to create (area, line, bar); Data...
asked by 05.09.2017 / 16:55
1
answer

directives angular js2

import { Component } from '@angular/core'; import { AuthDirective } from '../utils/auth.directive'; import { Router } from '@angular/router'; import { HttpClientService } from '../utils/http-client.service'; import { BaseAddressService } from '.....
asked by 05.09.2017 / 19:23
1
answer

Refresh ng-repeat when receiving values from Firebase realtime database

Hello! I'm learning Angularjs now, but I'm already an experienced Android programmer. I get the data from the firebase correctly, but the ng-repeat does not update when the array is changed. If I click on some other field it updates .....
asked by 07.09.2017 / 01:29
1
answer

Route not working with ui-router - AngularJS 1.6

I have the / main route, which when prompted redirects to an html page. The url is correct but is not loading anything, it remains on the login page. This route is accessed when the user logs in to the system, in case it is the home page afte...
asked by 29.08.2017 / 01:21
1
answer

ngRoute breaking when accessing a specific url

Hello! I have a problem with ngRoute that I can not understand why. Basically, when I try to access a specific URL from a route, from outside the app (not from an application link), I get the message Can not GET / Route . My route definit...
asked by 26.08.2017 / 21:51
0
answers

How to send a multi-column harness on a single button with ng-repeat and angular

I have a form in grid format, in it I present information from the table Itens of my bank (74 total). The intent of this grid form is to add two fields: price and bdi price in all these items. My problem is that I can not send...
asked by 04.09.2017 / 16:30
1
answer

Angular + requirejs Controller registry error

I'm starting an application with Angular + RequireJs. See below Main.js ;(function (doc, undefined) { 'use strict'; var $scriptDefault = doc.querySelector('[data-js="script-default"]'); var BASE_URL = $scriptDefault.getAttribute('data-base...
asked by 18.08.2017 / 03:50
0
answers

Erase data from one html table from another

In my program, I add a name of a phone, mark the checkbox, click on "Search" and it returns me tuples of data in a table, as shown in figure 1. However, in image 2, when I click "Delete", it deletes only the names of the phones, but the table...
asked by 18.08.2017 / 03:10