Questions tagged as 'angularjs'

1
answer

Global Angular Information 2 TypeScript [closed]

You know how to obtain and use globally the following USER data in Angular 2 / Typescript: Time / Date Browser Operating System Device (Mobile - Tablet - Pc) Dimensions of the window Language Location
asked by 03.02.2017 / 22:32
0
answers

Because events are repeated in angular-fullcalendar

We are developing an application to schedule medical appointments using full calendar and angularjs We generate a code (render) to show us in the form of events the appointments that were saved, but when browsing the calendar, either in the M...
asked by 07.06.2016 / 20:48
2
answers

ASP.NET MVC + AngularJs + Bootstrap

I'm working with ASP.NET MVC 4. I have some doubts, when installing Angulars is there a Bootstrap for Angulars? , oh you do not have to see each other, is the installation of both independent? .     
asked by 27.12.2016 / 05:11
2
answers

Problem with directive in Angular 1.5

I have the following code that has the <count-characteres> directive <label class="control-label"><cr/>Género <count-characters c-name="genero"></count-characters></label> <div class="inpu...
asked by 05.09.2018 / 14:46
2
answers

Compare ng if in angular [closed]

I'm trying to compare ng-repeat="conversation in vm.conversations" ng-if="conversation=second"> conversation with the value "second" What is my mistake?     
asked by 06.06.2017 / 17:50
2
answers

The ng-attributes of AngularJS do not pass the W3C validator

When I try to validate a page made with AngularJS, I find that it does not correctly validate and throws numerous errors in the code (it is usually the same repeated). The problem is that the attributes ng- are not considered standard and...
asked by 07.12.2016 / 18:17
1
answer

What the .js.map files are for

What is the function of the .js.map files in AngularJs , and is there a problem if the file is not included?     
asked by 22.01.2018 / 17:30
2
answers

Detect when I'm doing scroll on an element

//Directive active view. app.directive("activeView", function ($window, $rootScope) { return function(scope, element, attrs) { angular.element($window).bind("activeView", function() { //variables condiciales va...
asked by 10.02.2017 / 17:53
1
answer

Use of the ng-bind directive in html tag "option"

I have a select tag and within the select a tag option, I need to use the ng-bing directive, but so far it does not show me any information. This is my code: <select id="SecretQuestion" ng-model="employeeToSave.questionID" ng-...
asked by 22.02.2016 / 17:50
2
answers

Filter for HTML marks with AngularJS

I am creating an API using angularjs to show certain texts in the view, HTML marks appear. This is my template: <div class="well well-lg"> <p class="lead"> {$ policy.politica $} </p> </div> And this is w...
asked by 26.04.2016 / 18:31