Questions tagged as 'angulajs'

1
answer

Response with special characters in xml

I am trying to make a request get to a web service using the module $http of angularjs , my code is as follows, (it is inside a factory): getCurrentPositionByClientName: function(){ var deferred = $q.defer(); con...
asked by 02.08.2017 / 20:36
1
answer

IONIC checkbox list

I have a mini problem, I have a list of checkbox but it is unbalanced, I have the following code with the directive <ion-checkbox> <ion-item class="item-button-right" ng-repeat="item in unitPhysicalStateList" >...
asked by 05.06.2018 / 20:52
2
answers

Show date from the client's driver in the View

I have a series of data that I bring from the server controller in an MVC. As you can see in the image, the value of the date arrives well. When I save it in the Json to send it it is also saved well. return new JsonResult()...
asked by 21.11.2018 / 12:54
0
answers

Directive within an index.html and ng-view

My problem is this: I have a directive called loggin, and the whole body body is inside a one that will be shown when I hide the loggin, when I enter the data correctly, the entire body is shown on the screen, with a menu to the left that should...
asked by 09.06.2018 / 04:12