Any one have collection of #AngularJs Interview Question and answers ? Please share to me [email protected].
Thanks in advance.. regards, [image: --] Sivaprabu Ganesan [image: http://]about.me/gsivaprabu <http://about.me/gsivaprabu?promo=email_sig> <http://about.me/gsivaprabu> On Sat, Oct 4, 2014 at 10:50 AM, <[email protected]> wrote: > [email protected] > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/angular/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Today's topic summary > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/angular/topics> > > - Meta tags <#148d999fddb8da48_group_thread_0> - 15 Updates > - Difference between $state.go and ui-sref="statename" > <#148d999fddb8da48_group_thread_1> - 1 Update > - Loop exiting after first iteration is driving me nuts. > <#148d999fddb8da48_group_thread_2> - 1 Update > - Angular dependency doesn't work <#148d999fddb8da48_group_thread_3> > - 1 Update > - directive with ng-repeat and DOM manipulation after rendering > <#148d999fddb8da48_group_thread_4> - 2 Updates > - Callback for after Angular has updated the DOM after a $scope > variable change. <#148d999fddb8da48_group_thread_5> - 1 Update > - Model Change Detection: Object.observe Polyfill vs Angular Dirty > Checking <#148d999fddb8da48_group_thread_6> - 4 Updates > - settings ui.bootstrap <#148d999fddb8da48_group_thread_7> - 1 Update > - Using ng-repeat with a jQuery library to create a coverflow > <#148d999fddb8da48_group_thread_8> - 4 Updates > - Directive and stream real time data > <#148d999fddb8da48_group_thread_9> - 2 Updates > - get Date from Table (HTML) and set in Input > <#148d999fddb8da48_group_thread_10> - 1 Update > - Add custom directive on html page with Jquery > <#148d999fddb8da48_group_thread_11> - 4 Updates > - AngularJS Cache Busting for Scripts and CSS > <#148d999fddb8da48_group_thread_12> - 1 Update > - $http() vs $.ajax() different response > <#148d999fddb8da48_group_thread_13> - 1 Update > > Meta tags > <http://groups.google.com/group/angular/t/1929ac31069fa8d2?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 08:12AM -0700 > > I have the following in *<head>* of html: > > *<meta name="{{meta.name}}" property="{{meta.property}}" > content="{{meta.content}}" ng-repeat="meta in metas" />* > > *metas* is an array that is added to ...more > <http://groups.google.com/group/angular/msg/9f09f43b5b788d77?utm_source=digest&utm_medium=email> > Majid Burney <[email protected]>: Oct 03 10:51AM -0700 > > Angular will definitely apply directives in <head>, unless you’re > bootstrapping the application (with ng-app) somewhere other than <html>, > such as <body>. > > But if Angular is able to ...more > <http://groups.google.com/group/angular/msg/271d1750ec305650?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 11:01AM -0700 > > Instead of evaluate the directive in the HEAD, angular is evaluating in > the > BODY, but the *<meta name="{{meta.name <http://meta.name/>}}" > property="{{meta.property}}" content="{{meta.content}}" ...more > <http://groups.google.com/group/angular/msg/8e8f987f0f4ca02a?utm_source=digest&utm_medium=email> > Christopher O'Donnell <[email protected]>: Oct 03 11:18AM -0700 > > Hey, I've actually wrote a service for this. It's very new, I wrote it for > a project I am working on now, and wrote it quickly so it could definitely > use improvements. I may just create a gist or ...more > <http://groups.google.com/group/angular/msg/31704d1ce19ea066?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 11:30AM -0700 > > > > "It solves your issues regarding using the proper name attributes, etc. " > > > Well, I don't see it. > My issue is that sometimes I need to set *"name"* and not *"property"* and > ...more > <http://groups.google.com/group/angular/msg/5cd789a6c3a1ef74?utm_source=digest&utm_medium=email> > Majid Burney <[email protected]>: Oct 03 11:41AM -0700 > > What does your manual bootstrap code look like? > ...more > <http://groups.google.com/group/angular/msg/bc787d8b7414634f?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 11:44AM -0700 > > Essencially: > > angular.bootstrap(document.documentElement, ['itaas.main']); > > > > One could ask why *"document.documentElement"*? The > answer: ...more > <http://groups.google.com/group/angular/msg/8bd6a5891c550b22?utm_source=digest&utm_medium=email> > Majid Burney <[email protected]>: Oct 03 12:02PM -0700 > > Interesting, it seems the issue is in using the element directive syntax > in > <head>. Plunk: http://plnkr.co/edit/DTbGsyp7CnpO5M7mYXkb?p=preview > > Swap the element usage of that test directive for ...more > <http://groups.google.com/group/angular/msg/de29185af3260af7?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 12:14PM -0700 > > Thanks. That will help! > > On Friday, October 3, 2014 4:02:32 PM UTC-3, Majid Burney wrote: > ...more > <http://groups.google.com/group/angular/msg/66567f422f0cd888?utm_source=digest&utm_medium=email> > Christopher O'Donnell <[email protected]>: Oct 03 12:33PM -0700 > > you're right, i had solved the issue only for the 'http-equiv' vs 'name' > tags. Did not take property into account. It's been updated: > > http://pastebin.com/hBp7yxGJ (line 111) > > ...more > <http://groups.google.com/group/angular/msg/46a175652f35dc8a?utm_source=digest&utm_medium=email> > Christopher O'Donnell <[email protected]>: Oct 03 12:43PM -0700 > > you're right, i had solved the issue only for the 'http-equiv' vs 'name'=20 > tags. Did not take property into account. It's been updated: > > http://pastebin.com/hBp7yxGJ (line 111) > ...more > <http://groups.google.com/group/angular/msg/75c1f354a1fe1d47?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 12:50PM -0700 > > I still don't see it. > If meta.name is empty, the following code: > > <meta ng-attr-name="{{ meta.name }}" ng-attr-property="{{ meta.property > }}" > ng-attr-http-equiv="{{ meta['http-equiv'] }}" ...more > <http://groups.google.com/group/angular/msg/cb5d5ddb9944e142?utm_source=digest&utm_medium=email> > Christopher O'Donnell <[email protected]>: Oct 03 01:33PM -0700 > > According to Angular it's not supposed to: > > https://docs.angularjs.org/guide/directive > > We would expect Angular to be able to bind to this, but when we check the > console we see something ...more > <http://groups.google.com/group/angular/msg/53ed2b3449b3215b?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 05:50PM -0300 > > It is an issue because facebook debugger doesnt like that much... It does > not like name or property with empty values. > > On Friday, October 3, 2014, Christopher O'Donnell <[email protected]> > ...more > <http://groups.google.com/group/angular/msg/bed9458b1795ac1?utm_source=digest&utm_medium=email> > Christopher O'Donnell <[email protected]>: Oct 03 01:57PM -0700 > > yea, makes sense. I wonder if Google would not like that as well. I'm not > sure why it's not working, the docs say it should. I'm using version 1.2.24 > ...more > <http://groups.google.com/group/angular/msg/1bfce722fe3e6db6?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Difference between $state.go and ui-sref="statename" > <http://groups.google.com/group/angular/t/fe0fbd273102e802?utm_source=digest&utm_medium=email> > mark goldin <[email protected]>: Oct 03 12:51PM -0700 > > Seems like these two are the same when it comes to navigation to a state. > What concerns me specifically is that the back button does not work the > same. So, I proceed using $state.go can I have ...more > <http://groups.google.com/group/angular/msg/8db7270613b46f2c?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Loop exiting after first iteration is driving me nuts. > <http://groups.google.com/group/angular/t/2b71a1913768dad9?utm_source=digest&utm_medium=email> > Majid Burney <[email protected]>: Oct 03 11:39AM -0700 > > I put your code into a plunker: > http://plnkr.co/edit/HpQgPE7zCW5q7N7fvpTL?p=preview > > For future reference, this is a very nice thing to do and will get more > people to help you. ...more > <http://groups.google.com/group/angular/msg/e468a74cfedf01b7?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Angular dependency doesn't work > <http://groups.google.com/group/angular/t/f14220fc938f4743?utm_source=digest&utm_medium=email> > Majid Burney <[email protected]>: Oct 03 10:37AM -0700 > > For one thing, neither of your revised js files include the TeamController > definition any longer. If you’re actually referencing that controller, > either in index.html or header.html, Angular ...more > <http://groups.google.com/group/angular/msg/356203c44696cb42?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > directive with ng-repeat and DOM manipulation after rendering > <http://groups.google.com/group/angular/t/7d1f45e669619552?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 08:38AM -0700 > > Yeah.. we did the same when we need something similar. > > On Tuesday, September 30, 2014 11:30:12 AM UTC-3, Anton Trapp wrote: > ...more > <http://groups.google.com/group/angular/msg/6843cd0a2dd964c5?utm_source=digest&utm_medium=email> > Tony pee <[email protected]>: Oct 03 10:12AM -0700 > > there is also : $evalAsync > <http://docs.angularjs.org/api/ng.%24rootScope.Scope#%24evalAsync> which i > used successfully - code on my other laptop. > > It is discussed here a little too: ...more > <http://groups.google.com/group/angular/msg/4a828083b287ade5?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Callback for after Angular has updated the DOM after a $scope variable > change. > <http://groups.google.com/group/angular/t/9bc550376bd197f5?utm_source=digest&utm_medium=email> > Tony pee <[email protected]>: Oct 03 10:05AM -0700 > > > http://stackoverflow.com/questions/15207788/calling-a-function-when-ng-repeat-has-finished > > > > -- > Tony Polinelli > ...more > <http://groups.google.com/group/angular/msg/de4d613a23210db7?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Model Change Detection: Object.observe Polyfill vs Angular Dirty > Checking > <http://groups.google.com/group/angular/t/59bcbd9c315b3ba5?utm_source=digest&utm_medium=email> > santiago esteva <[email protected]>: Oct 03 06:11AM -0700 > > Im wondering if anybody has done any benchmarking on polymer polyfill and > angular dirty checking when it comes to model change detection. > > Are these two performance checks 'apples to apples'? ...more > <http://groups.google.com/group/angular/msg/bc4d2948abd5e786?utm_source=digest&utm_medium=email> > Sander Elias <[email protected]>: Oct 03 07:09AM -0700 > > Hi Santiago, > > You are comparing entirely different things. > In the angular part, you force a $digest., and the polymer part you are > just calling the task that does the watching. ...more > <http://groups.google.com/group/angular/msg/a647f2c3f76c1df?utm_source=digest&utm_medium=email> > santiago esteva <[email protected]>: Oct 03 07:14AM -0700 > > Thank you! Thats what I thought. Im trying to compare object.observe > polyfill dirty checking method with angular dirty checking method. I would > appreciate your feedback on to update the test to ...more > <http://groups.google.com/group/angular/msg/59022d49b7a28ab?utm_source=digest&utm_medium=email> > santiago esteva <[email protected]>: Oct 03 11:57AM -0500 > > How about this ? > http://jsperf.com/polymer-dirtycheck/25 > > On Fri, Oct 3, 2014 at 9:14 AM, santiago esteva <[email protected]> > wrote: > > ...more > <http://groups.google.com/group/angular/msg/76c3234272998d3d?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > settings ui.bootstrap > <http://groups.google.com/group/angular/t/edfd0f7a11babc11?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 08:37AM -0700 > > It seems there is no much customization in the UI parts of carousel. > > On Tuesday, September 30, 2014 3:16:35 PM UTC-3, gigi wrote: > ...more > <http://groups.google.com/group/angular/msg/11526f793318acdc?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Using ng-repeat with a jQuery library to create a coverflow > <http://groups.google.com/group/angular/t/fc2da0ba768663a7?utm_source=digest&utm_medium=email> > Stephen Adams <[email protected]>: Oct 03 03:36AM -0700 > > Hi, > > I am trying to create a coverflow using this jQuery library ( > http://brokensquare.com/Code/jquery-flipster/demo/ ). The ul that runs > this > coverflow is created using ng-repeat to loop over a ...more > <http://groups.google.com/group/angular/msg/66cc124cd8dfe9da?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 08:22AM -0700 > > *" I have added the call to start the jQuery flipster library running at > the bottom of my HTML page within a document.ready"* > Don't do that. > > You have to create a *directive*. Directives are the ...more > <http://groups.google.com/group/angular/msg/470d4276199bee77?utm_source=digest&utm_medium=email> > Joberto Diniz <[email protected]>: Oct 03 08:26AM -0700 > > Examples: > > https://github.com/konsumer/angular-cardflow > https://github.com/southdesign/angular-coverflow > > On Friday, October 3, 2014 7:36:32 AM UTC-3, Stephen Adams wrote: > ...more > <http://groups.google.com/group/angular/msg/87afd5f86b8b1aea?utm_source=digest&utm_medium=email> > Stephen Adams <[email protected]>: Oct 03 04:28PM +0100 > > Thank you Joberto, I'll take a look at these. > > On Fri, Oct 3, 2014 at 4:26 PM, Joberto Diniz < > [email protected]> > wrote: > > ...more > <http://groups.google.com/group/angular/msg/9bc7ebba87db5d5e?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Directive and stream real time data > <http://groups.google.com/group/angular/t/66149f8c5a94358f?utm_source=digest&utm_medium=email> > JORDY David <[email protected]>: Oct 03 04:25AM -0700 > > Hi all, > > I created a directive and I would like to update my directive with a real > time stream as a stock exchange. > Do you know how can I do it ? > > I tried in my directive scope with a value : ...more > <http://groups.google.com/group/angular/msg/2b6720db8b5c636d?utm_source=digest&utm_medium=email> > JORDY David <[email protected]>: Oct 03 06:08AM -0700 > > This directive is added to HTML page dynamicaly. > > Le vendredi 3 octobre 2014 13:25:48 UTC+2, JORDY David a écrit : > ...more > <http://groups.google.com/group/angular/msg/32dfe28591e924c4?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > get Date from Table (HTML) and set in Input > <http://groups.google.com/group/angular/t/3acafd999fad926f?utm_source=digest&utm_medium=email> > Leonan Luppi <[email protected]>: Oct 03 04:36AM -0700 > > Hey Justin, > > Exactly this. Thanks you! > > Em quinta-feira, 2 de outubro de 2014 15h46min46s UTC-3, Justin Walsh > escreveu: > ...more > <http://groups.google.com/group/angular/msg/1025a7de7aead9fe?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > Add custom directive on html page with Jquery > <http://groups.google.com/group/angular/t/f8092121ec4e0477?utm_source=digest&utm_medium=email> > JORDY David <[email protected]>: Oct 02 11:19PM -0700 > > I am really lost, do you have an example a fiddler ? > > Le jeudi 2 octobre 2014 16:28:35 UTC+2, korneliusz wilgocki a écrit : > ...more > <http://groups.google.com/group/angular/msg/6974cdb71bebdf56?utm_source=digest&utm_medium=email> > korneliusz wilgocki <[email protected]>: Oct 03 10:03AM > +0200 > > <!doctype html> > <html ng-app="app"> > <head> > <script src=" > https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js > "></script> > <script src=" ...more > <http://groups.google.com/group/angular/msg/daca0ffcc38b473a?utm_source=digest&utm_medium=email> > JORDY David <[email protected]>: Oct 03 01:33AM -0700 > > Thanks for your help. > > Meanwhile I had converted all my jquery event logic to angular on my > Controller. > $scope.onMouseEnter = function ($event) { > var coords = ...more > <http://groups.google.com/group/angular/msg/e7512296d33fde4c?utm_source=digest&utm_medium=email> > JORDY David <[email protected]>: Oct 03 02:18AM -0700 > > > > Ok I found > > var newElement = $compile('<div id="screenshot"> <muse:hello-world > name="row.Name" name-static="Parametre statique" > select="testDirective()"/></div>')($scope); ...more > <http://groups.google.com/group/angular/msg/dc17ef1758fa67ee?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > AngularJS Cache Busting for Scripts and CSS > <http://groups.google.com/group/angular/t/ce3c978e393f16af?utm_source=digest&utm_medium=email> > Alessandro Ghidini <[email protected]>: Oct 03 10:49AM +0200 > > I'm using gulp too for bundling, minificating and versioning the css and js > files. My angular html partials are also minified into a js file who is > then versioned too. > Gulp inject will update my ...more > <http://groups.google.com/group/angular/msg/de261712e369dc68?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > $http() vs $.ajax() different response > <http://groups.google.com/group/angular/t/c198d5af7bfcccbd?utm_source=digest&utm_medium=email> > Anton Trapp <[email protected]>: Oct 03 01:43AM -0700 > > Still a newbie on Angular, so I am glad that I can help and give something > back to this community :) > ...more > <http://groups.google.com/group/angular/msg/90f41328b9a6c56b?utm_source=digest&utm_medium=email> > Back to top <#148d999fddb8da48_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!forum/angular/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to [email protected]. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
