Questions tagged as 'angularjs'

1
answer

Open google-map info-window with ng-map without alias in ng-controller

I'm using this library (ng-map) / github . You are giving template rejection error in my controller, how could I solve this?    Error shown: Possibly unhandled rejection: info-window working as a template must have a container Co...
asked by 28.03.2018 / 16:11
1
answer

Directives Angular - ng-repeat

I have a project with C # Web and define that I would use AngularJS to retrieve data from the Bank. The query is done in the database normally the object is retrieved in the javascript of the class GetallDados that I defined. However in the i...
asked by 04.04.2018 / 04:53
0
answers

Google map rendered in gray screen

I am opening a modal using $uibModal , where it has a request, when the request arrives, it should render the map. The problem is that everything goes gray. Also, it's not centralizing ... you need to give a delay and then centralize ... O...
asked by 04.04.2018 / 16:26
1
answer

AngularJs ReferenceError: $ locationProvider is not defined

I'm in error with    ReferenceError: $ locationProvider is not defined. I'm using angular-ui-router. Can you help me? obs: I removed the #. var app = angular.module("app", ['ui.router', 'angularUtils.directives.dirPagination']);...
asked by 29.03.2018 / 15:09
0
answers

View is opening as page and not as partial on home page

Inside the Home page I have the tag. But my partial does not open inside the home but rather as another page. var app = angular.module("app", ['ui.router', 'angularUtils.directives.dirPagination']); app.config([$locationProvider, function ($s...
asked by 29.03.2018 / 17:05
0
answers

Get element inside ng-transclude

I created a directive and I'm trying to get a DOM element inside ng-transclude, but when I do a find () looking for elemnto, jqLite does not find HTML using directive: <categorias> <span class="category-name"> categoria </sp...
asked by 22.03.2018 / 13:49
0
answers

how to use http.post in angular js to retrieve rows from my checked data table?

I have a data table with id, name, etc. and have checkboxes added within the Angular for example. vm.dtColumns = [ DTColumnBuilder.newColumn(null).withTitle(titleHtml).notSortable() .renderWith(functi...
asked by 22.03.2018 / 05:20
0
answers

Add buttons every day on ui-calendar Angularjs

How do I add a button on each calendar day? Generating a button at the top of each day with event ng click passing the corresponding day to a variable.     
asked by 17.03.2018 / 22:18
0
answers

Access value inside component tag

In my component I'm trying to get the value inside the tag of this same component to display it in the html of it, however, this component is the main component of my application, What I'm wanting is like this: <teste>Testando... 1... 2....
asked by 12.03.2018 / 19:39
0
answers

Control sidebar angularJS

Good morning everyone. I'm new to the forum and the world of web programming. I made some courses of AngularJs I am developing my first application and there was a doubt about the code that I am using. I need siderbar (navbar) to be fetched when...
asked by 15.03.2018 / 12:44