[AngularJS] How to add a date validation check on the code given below,that is, the date must not be greater than current date, I am unable to resolve.

2018-08-28 Thread Marco Reus
Date of Birth -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To

[AngularJS] Is Redux really necessary in an Angular 5 project ?

2017-12-09 Thread Marco S. Junior
It's simple: Does Angular 5 have all the necessary things to produce web apps or is Redux a good add-on ? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it,

[AngularJS] how to set user language

2017-11-10 Thread marco cucchiarelli
Hi, I'm starting to use angular 5.x. I have to localize the app in more languages so i'm using angular's i18n with JIT because i need to set user language at run time. i generate xlf location files using ng xi18n cli command, but it overwrites existing files. How can i avoid this? Thanks --

[AngularJS] Re: Angular2 with Dojo

2017-11-03 Thread Marco Ortelee
Hi Arvind, Currently we are also trying to host an angular modle inside a dojo widget. We can't get it to work. Inside the template of the widget we added . We can not find a way to populate that with our module. Do you have an example for us that we can try-out. Regards Marco Op dinsdag 7

[AngularJS] Angular inside maven war

2017-08-28 Thread Gian Marco Gallo
Hi guys I'm becoming a bit crazy because I can't find a guide to setup angular 4 in a war project built with maven. Any help? This request is because I need to run my project under wildfly server Thanks in advance -- You received this message because you are subscribed to the Google Groups

[AngularJS] Editor

2017-03-15 Thread Marco Gall
How can i create a Editor for custom content like this one here? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[AngularJS] Re: Angular 2 Data from Service

2017-03-15 Thread Marco Gall
I found the Problem. I defined in my modules the service in the providers. the objects are single instances, not singletons. Am Dienstag, 14. März 2017 18:27:45 UTC+1 schrieb Marco Gall: > > > Hello, > > i wan't to use the same loginServers, exactly the userdata from

[AngularJS] Angular 2 Use Userdata in different objects

2017-03-14 Thread Marco Gall
Hello, i used a service to Login. This service have a field named loggedIn. Now i wan't to use this field in different modules no matter where the module is. In all Module i need the field i want to get the same data (singleton). Now i have simplified following I used in

[AngularJS] Angular 2 Data from Service

2017-03-14 Thread Marco Gall
Hello, i wan't to use the same loginServers, exactly the userdata from the service in different modules. In one Module Login, i do the loginprocess. in the loginmodule and another module (navigation) i will consume the data. In navigation i will hide some navigationoptions. All data are

[AngularJS] Re: Angular quickstart AOT, error 404 on /traceur

2017-02-06 Thread Marco Bisetto
Hi Sander, Yes, systemjs was the source of the problem. I'm not able to configure it correctly, so I completely got rid of it going on in the cookbook and using "rollup". Now index.html loads only build.js generated by rollup and that makes sense. It works. Thank you. Regards Marc

[AngularJS] Re: Using ng-content inside a for loop

2016-10-06 Thread Marco Ramos
Check out https://toddmotto.com/transclusion-in-angular-2-with-ng-content. I think you want one of the following: (check out https://toddmotto.com/transclusion-in-angular-2-with-ng-content) test {{a}} OR test {{a}} On Wednesday, October 5, 2016 at 7:42:23 AM UTC-4,

[AngularJS] Re: Strange Behavior With Nested Angular Accordions

2016-09-09 Thread Michael De Marco
Department 2 new content new content 2 On Thursday, September 8, 2016 at 9:56:59 PM UTC-4, Michael De Marco wrote: > > I am getting strange behavior

[AngularJS] Strange Behavior With Nested Angular Accordions

2016-09-08 Thread Michael De Marco
I am getting strange behavior where a click on the innermost accordion will open the item then when clicking another item I would expect the previous to close while the new opens. What I am getting most of the time is the click on the new item closes the previous but then does not open the new.

[AngularJS] Re: Escaping angular expressions in user-generated content

2016-06-27 Thread Marco Rinck
Hi Sander, thats a possibility I really hadn't thought about. It would mean that users couldn't provide content with {{ in it, though. But I guess its not likely that they provide such content. Of course, its not ideal, but thanks for the suggestion. Marco On Monday, June 27, 2016

[AngularJS] Best approach

2016-04-04 Thread Marco Berri
Hi, I find a best approch for this template. I have a right column with more buttons. Every button load a template pannel with form and push into main content page. Is correct using ui-route? Another solution or online example? Tnx!!! -- You received this message because you are subscribed to

[AngularJS] help for $scope variabels

2016-02-22 Thread Marco Tinelli
Hello i'm new in agularjs coding and i need help in writing some code. I'll post the example code http://plnkr.co/edit/5GLgWw7zehUFiWxRuAX5?p=preview in the tag i wan't to display the price value and the description for each of the radio button groups when a user select one, i can get the data

[AngularJS] Angular response data types different in different servers

2016-01-18 Thread Marco Canada
Hello everyone. I am trying to use angular to make requests (api calls) within my web app. Everything is working ok, however I have a small issue that I haven't been able to figure out. When I make the api call in my local environment the returned object looks like this. menu: {id_menu:

[AngularJS] Angular 2 release

2015-12-28 Thread Marco Santulli
I know this is hard to guess, but is there any rough idea when 2.0 might get out of beta? I know elon musk would say "tomorrow", while someone at amazon would say "never" but is there any educated guess? -- You received this message because you are subscribed to the Google Groups "AngularJS"

Re: [AngularJS] Re: Result of filtered ng-repeat array not in controller

2015-12-02 Thread Marco Stolle
, i don't consider myself an expert yet so if anyone finds an error in this way of thinking please let us know. hope this helps you Gr Marco 2015-12-03 6:24 GMT+01:00 Santiwijoyo Salim <swsa...@gmail.com>: > Hi Marco, > > I am trying to do what Marco instructed which is to mov

Re: [AngularJS] Re: Display angular table

2015-11-12 Thread Marco Canada
Thank you Sander. I ended up doing something similar to this before passsing it to my page. Marco Cañada On Wed, Nov 11, 2015 at 9:44 PM, Sander Elias <sanderel...@gmail.com> wrote: > Hi Marco, > > Not much of an angular problem. More of a data-manipulation one. lets see > es6

[AngularJS] Display angular table

2015-11-11 Thread Marco Canada
Hello, I am fairly new to angular, and I ran into a problem. I have the following result from a query in an object: "data" : [{"item":"item1", "date":"2015*01*01", "qty":"8"} and so on! In table it would look like this: item date qty == item1

Re: [AngularJS] How to connect AngularJS with MySQL

2015-09-22 Thread marco
that you can download and then set up your own system. For now there are very good MEAN solutions to learn form. Marco > You need a webservice (implementation is up to you) which connects to the > database and gives you the desired result in JSON format. > > -- You received

[AngularJS] Directive with ng-repeat and ngmodel

2015-08-07 Thread Marco Riesco
Hi, i new in group, but with problems I created a directive to mount forms the app, do ngrepeat to get the information from the fields and set the template. The problem is when I try to record the ngmodel the resource, I do not know how to do. t *emplate directive:* field-create

[AngularJS] Re: Directive with ng-repeat and ngmodel

2015-08-07 Thread Marco Riesco
add: http://stackoverflow.com/questions/31880951/directive-with-ng-repeat-and-ngmodel -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to

[AngularJS] AngularJS Heros wanted!

2015-07-29 Thread Marco Lehmann
We are looking for AngularJS developers to support our Kiwigrid frontend team as soon as possible. You can expect interesting projects for designated clients in an agile environment with flat hierarchies. // Wir suchen für unser Kiwigrid Frontend-Team AngularJS-Entwickler zum nächstmöglichen

Re: [AngularJS] Re: Send heavy data from AngularJS to backend

2015-07-17 Thread Marco Mazzocchi
:17 AM, Marco Mazzocchi mmazzoc...@ibru.it wrote: Ok thanks a lot! 2015-07-17 11:08 GMT+02:00 Sander Elias sanderel...@gmail.com: Hi Signor, If you have the data already in your angular app, you can generate the excel file directly in the browser, no server-call needed at all in that case

Re: [AngularJS] Re: Send heavy data from AngularJS to backend

2015-07-17 Thread Marco Mazzocchi
://groups.google.com/d/optout. -- Marco Mazzocchi *Technical Project Manager and Web Developer - *iBru Tel.: 329 9877525 Mail: mmazzoc...@ibru.it Sito web: - www.ibru.it - energyetik.com Skype: marco.mazzocchi2 -- You received this message because you are subscribed to the Google Groups AngularJS group

Re: [AngularJS] How to use $http.get to send an array of the same named parameter (as in a select)

2015-05-23 Thread Marco Cosentino
, Marco Il giorno lunedì 9 settembre 2013 17:29:46 UTC+2, manuel rascioni ha scritto: I have the same problem, do you solved it? On Monday, June 10, 2013 9:45:20 PM UTC+2, Michael Remijan wrote: Well I was trying to use the params property on the config object to pass the value. I guess I can

[AngularJS] Textangular trustedvalueholdertype problem

2015-05-10 Thread Marco
i save the form without changing anything in the html editor block the value returned in the html block is 'TrustedValueHolderType' and my html gets replaced with a string containing [object Object]. any ideas what causes this and how to fix it? thank you Gr Marco -- You received

[AngularJS] Re: Textangular trustedvalueholdertype problem

2015-05-10 Thread Marco
Solved, before i update the database i had to convert the html block to trusted html with product.extra_info = $sce.getTrustedHtml(self.product.extra_info); i assumed this was done automatically :) NEXT Op zondag 10 mei 2015 10:57:38 UTC+2 schreef Marco: Hello, i am working on a CMS

[AngularJS] Re: Result of filtered ng-repeat array not in controller

2015-04-23 Thread Marco
! Gr Marco -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit

[AngularJS] Result of filtered ng-repeat array not in controller

2015-04-21 Thread Marco
$scope.filteredProducts); i get: filtered: undefined how can i fix this? thank Marco -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr

[AngularJS] ng-src not working in ng-bind-html

2015-04-14 Thread Marco
to get in the src attribute gets displayed ok where does this go wrong? thanks Marco -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr

Re: [AngularJS] ng-src not working in ng-bind-html

2015-04-14 Thread Marco
OK, thanks for the reply, I will check these options -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group,

[AngularJS] $sce:insecurl error relating to $templateCache

2015-01-14 Thread Marco Flores
Hello, everyone. I've looking around for a couple of hours and I can't seem to find people that have come up with an issue similar to mine. I have a project that is pulling all of its JavaScript files from a CDN. Not many problems there, we ran into a couple of CORS errors, but were able to

Re: [AngularJS] Use injectect module's controller in route definition

2014-12-01 Thread Marco Schmit
/angular. For more options, visit https://groups.google.com/d/optout. -- *Marco Schmit* | email: msch...@factory42.com | fon: +49 89 878067657 | fax: +49 89 8780676 99 factory42 GmbH | Rosenheimer Strasse 145 b | 81671 München | Germany Geschäftsführer: Michael Frohn | Unternehmenssitz: München

Re: [AngularJS] Use injectect module's controller in route definition

2014-12-01 Thread Marco Schmit
...@gmail.com: You also have to do leadLkp.controller('LeadCtrl', LeadCtrl) or something similar where you introduce the controller itself to the dependency injection system. E On Mon, Dec 1, 2014, 3:25 AM Marco Schmit msch...@factory42.com wrote: Thanks for your answer. sounds good. I gave

[AngularJS] Re: Decorating a provider

2014-11-20 Thread Marco Lehmann
Probably decorators only work for instances, not for factories I suppose. -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To

[AngularJS] AngularJS: Directive for binding scroll event does not work

2014-06-30 Thread Marco Dickert
not work. As you see, the binding function should log a status message in the console (red highlighted), but this does not happen. Can you help me with this? Cheers, Marco -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from