[AngularJS] Re: How to pass values to scope of dynamically created element

2014-11-09 Thread Junio Branco
Hey tomw, What is the scope that you set? I assume you are defining this inside a directive. On Sunday, November 9, 2014 1:17:56 AM UTC+8, tomw wrote: Hi, I'm trying to pass some values after dynamic creation of a new element.. The new element is created in a directive like this:

[AngularJS] New to Angular and wnating to underdstand

2014-11-09 Thread fe fe
I've this posted http://stackoverflow.com/questions/26731498/angularjs-directive-in-http-json-repsonsetopic on Stackoverflow and still can't get my code to fire up and bring the desired result. If anybody would help on this issue I would be great full. -- You received this message because

[AngularJS] Re: Nested ng-include not working when element containing the ng-include attribute is itself added using ng-include attribute

2014-11-09 Thread Sander Elias
Hi Saurabhl, ngInclude expect an expression. the expression “filename.html” resolves to null. If you want to put a string in there, you need to put in extra quotes. Like ng-include='_OtherDetail.html' Regards Sander ​ -- You received this message because you are subscribed to the Google

[AngularJS] Re: $locationWatch goes into infinite loop

2014-11-09 Thread Alex Lebinson
Same issue, do you find any solution? -- 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

[AngularJS] Re: $locationWatch goes into infinite loop

2014-11-09 Thread Alex Lebinson
Solution is found here https://social.msdn.microsoft.com/Forums/office/en-US/234e9881-dade-455b-87b2-bacb80877b95/desktop-outlook-2013-error-with-angularjs?forum=appsforoffice Bottom line: To fully answer this, the issue with *ngRoute *is that it looks for the existence of *replaceState*()

[AngularJS] Server side rendering of AngularJS templates, new open source project

2014-11-09 Thread Dan Choi
I started writing an open source command-line tool for pure server-side rendering of AngularJS templates. You can get it here: https://github.com/danchoi/ngrender Use cases for this tool are described in the README. It currently handles only a subset of AngularJS directives and ignores filter

[AngularJS] Re: How to pass values to scope of dynamically created element

2014-11-09 Thread tomw
What is the scope that you set? I assume you are defining this inside a directive. Thanks, that was exactly the question I should have asked myself :-) As the code stands now, the template is compiled and linked to the scope of the directive in which the template is added. So the best

[AngularJS] Re: Angular SVG Path directive?

2014-11-09 Thread Robert Grasböck
Hi Sander! I made a plunk http://plnkr.co/edit/7sDANN2yN4RYCHjjjWPG?p=preview. Please review it! Maybe you can help me with that. Am Samstag, 8. November 2014 05:26:51 UTC+1 schrieb Sander Elias: Hi Robbert, Can you build a plunk http://plnkr.co/edit/tpl:KM7La1ebjGBFIRqmBa5Oshowing your

[AngularJS] Re: Update form value

2014-11-09 Thread Stanley Nguyen
Thanks Sander. Please see it here http://plnkr.co/edit/hDdVsLukBquRiQffiblT?p=preview Not exactly what I want to show but basically the gist is I need filter the input based on a selected Id. Once user has input, I want to grab that only without iterating into the JSON object to find out

[AngularJS] Re: Update form value

2014-11-09 Thread Stanley Nguyen
Never mind. Switch to 1.3.X, I'm able to save the selected item in as result when doing filtering. Just exactly what I'm looking for. On Sunday, November 9, 2014 4:40:57 PM UTC-8, Stanley Nguyen wrote: Thanks Sander. Please see it here http://plnkr.co/edit/hDdVsLukBquRiQffiblT?p=preview

[AngularJS] Re: Attribute expression evaluation in angular 1.2

2014-11-09 Thread Justin Walsh
Hi breaddes, This is the reason that it does not work in 1.2: https://github.com/angular/angular.js/commit/3d6a89e Regards Justin On Friday, 7 November 2014 12:17:00 UTC+2, breaddes wrote: I have two examples. angular 1.2: http://plnkr.co/edit/AKKkfymxFpzo1fL7ktX0 angular 1.3:

[AngularJS] Angular Debugger

2014-11-09 Thread Lujaw Shrestha
What are the most useful debugging tools for angular? Have been using Angular Batarang but it is quite hard to keep track of when there are many variables. PS: used debugger for Ember. Its inituitive. Do we have similar? -- You received this message because you are subscribed to the Google

Re: [AngularJS] Angular Debugger

2014-11-09 Thread Carlos Mantilla
ngInspector it's do it great progress. It's simple but very informative http://ng-inspector.org/ But if you need details batarang is your option. On Mon, Nov 10, 2014 at 7:43 AM, Lujaw Shrestha luj...@gmail.com wrote: What are the most useful debugging tools for angular? Have been using

[AngularJS] filter ng-options - problems with default value

2014-11-09 Thread Jonathan Price
Here's a simple plunk of the problem I'm trying to solve. Seems like it should be pretty simple, but I'm not sure about the best way to do it. Basically, there's a select that acts as a filter on a set of values. When the select's default value of 'Select One' is selected, I want to see all