Questions tagged as 'angularjs'

1
answer

Consume WebAPI by AngularJs

I have a POST method in the WebAPI, and this is the Api RoutePrefix, the Route of the POST method and Cors is enabled. [RoutePrefix("api/v1/crm")] [EnableCors(origins: "*", headers: "*", methods: "*")] public class EmpresaParticipanteControlle...
asked by 13.07.2016 / 15:34
1
answer

Send object from AngularJs to POST of WebAPI C #

I have a form, which I am trying to save the information in the SQL Server database. <html ng-app="Crm"> <body ng-controller="CrmCtrl"> <form name="novoCrmForm"> <div class="row"> <div class="form-group text-left...
asked by 01.07.2016 / 15:12
1
answer

Multiple views with uiRouter

Hello, I'm setting up a small project for learning and I'm trying to use uiRouter, but I'm having trouble reproducing what I have in mind. Structure: meuApp |-css |-img |-js |\-app.js ||-config.js |-lib |\-angular |-views |\-dashboard.html...
asked by 25.06.2016 / 17:55
0
answers

Css effects do not work after imported in ng-view

Good morning. I have an html page, with some animation effects. It works perfectly well. However when importing the page body with ng-view (angularjs) the animations are no longer executed. If I paste the content being imported into ng-view o...
asked by 04.06.2016 / 22:01
0
answers

How to configure uI-mask clearOnBlur inline?

Is there any way to configure Inline mode clearOnBlur of ui-mask ? According to the documentation, one of the ways to set ui-mask is Config Provider > (or something like this), as in the example below: app.config(['uiMask.ConfigP...
asked by 11.07.2016 / 16:43
2
answers

How to pass an angle dependence Js and Ionic

I'm trying to pass a dependency on my module to use a unique filter, I need to filter names in my Views . What happens is this: when I do this, in my controller, without creating routes on my system, that's for sure. angular.module("myAp...
asked by 12.07.2016 / 05:59
1
answer

How to handle the routes of my app with Express

Guys, I'm using a framework for the front of my app. He stays listening and whenever he clicks on a link he returns the page via Ajax request. Note: I'm using AngularJS. With Angular I can handle routes, but it requests the file and injects t...
asked by 23.07.2016 / 15:10
1
answer

$ conditional non-angular scope

Hello I have these radio buttons: <div class="row" ng-controller="GetDados"> <div class="col-lg-10 col-lg-offset-5"> <label class="radio-inline"> <input type="radio" name=...
asked by 17.05.2016 / 19:13
1
answer

Is it possible to call / view cordova plugin from the android application of an external website that is opened within the app?

I have a simple app using the cordova, inside, I call an external web application developed in AngularJS. I want to start monetization in the app, and for that I want to make sales through the Google Play Store, inside of it. To do this, I need...
asked by 17.05.2016 / 23:30
0
answers

Angular global function

Good morning, I do not work much with front end and I started using the angle with bootstrap soon, my question is: I have a div for presentation of messages, error, success; To change these messages according to the data obtained I ended up crea...
asked by 12.05.2016 / 17:33