[00:00:08] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Client Quit)
[00:00:39] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[00:02:10] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has joined #angularjs
[00:06:45] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[00:07:21] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 240 seconds)
[00:09:11] <acovrig> wafflejock, I'm pasting stuff in now. for an action, it does a PUT to a server then calls the function that does a GET. should I have the server return the GET data on the PUT and update the $scope there?
[00:09:12] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has joined #angularjs
[00:10:19] *** sctskw <sctskw!~sctskw@c-174-51-68-18.hsd1.co.comcast.net> has joined #angularjs
[00:11:13] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 252 seconds)
[00:11:22] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Ping timeout: 244 seconds)
[00:11:52] <wafflejock> acovrig, eh your call, typically I return the updated object but I also usually just do the full get call again afterwards, it is a bit of a waste to do that but simpler if the get also does stuff to the response at all (might wrap it in another object or do some totalling/sorting filtering once the response is received)
[00:11:53] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[00:12:04] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[00:13:08] <wafflejock> main thing there is just making sure you have the reference through the service object instead of like having an array you make a reference to on the scope and then changing the property on the service to point to a new array (the result)
[00:13:23] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[00:13:45] <wafflejock> so long as the references all go straight through the service object or you are careful about not destroying the original object you create in the service then the exact details of how you update it won't really matter
[00:13:49] <WhatTheDilly> I am curious for people who are using Angular and doing a lot of CRUD but aren't using some auto generator bloated POS.
[00:14:13] <WhatTheDilly> Is there a better / light weight framework of sort that doesn't get too much in the way that facilitates a majority of the heavy repetitive lifting of crud?
[00:17:47] <wafflejock> WhatTheDilly, $resource basically bakes in all the CRUD operations but you may need to customize it's settings to add/modify the calls to suit your back-end and getting the $promise out of the calls can be kind of a PITA, only other "downside" I've seen is when dealing with complex objects it can get tricky
[00:17:55] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Ping timeout: 244 seconds)
[00:18:03] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has quit IRC (Ping timeout: 276 seconds)
[00:18:33] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has joined #angularjs
[00:20:08] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has joined #angularjs
[00:20:21] *** TeddyMurray <TeddyMurray!~TeddyMurr@nv-71-49-198-31.dyn.embarqhsd.net> has quit IRC (Ping timeout: 240 seconds)
[00:21:30] <akakoudakis> hi everyone, i am new with angular and also using Restangular. I have a controller were it has an object created from a Mongo DB collection through restangular. It's a single object from that collection. The object is part of the $scope variable. What is the best way to get only one field (it's an array) from my single data object? Something like this "$scope.SingleDBCollectionItem.ArrayField" would have been perfect but it
[00:22:21] <wafflejock> akakoudakis, message too long cut off at "perfect but it"
[00:22:35] <wafflejock> akakoudakis, in general you would use an ng-repeat to iterate over the items
[00:22:42] *** sctskw <sctskw!~sctskw@c-174-51-68-18.hsd1.co.comcast.net> has quit IRC (Remote host closed the connection)
[00:22:58] *** marr <marr!~ccc@159-205-230-205.adsl.inetia.pl> has quit IRC (Remote host closed the connection)
[00:24:46] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has quit IRC (Read error: Connection reset by peer)
[00:25:01] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[00:25:56] *** Kutakizukari_ <Kutakizukari_!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has joined #angularjs
[00:26:09] <akakoudakis> wafflejock thanks a lot. No need to iterate since i just have a single object through $scope.movie = Movie.one($routeParams.id).get().$object; I want though to extract an array field within that single $scope.movie
[00:28:11] <wafflejock> akakoudakis, can you do <pre>{{movie|json}}</pre> in the view that's an easy way to see what the object looks like at that point
[00:29:41] <wafflejock> acovrig, don't see where sharedData is defined there? you should have an error in the console about it
[00:29:51] *** Kutakizukari <Kutakizukari!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has quit IRC (Ping timeout: 264 seconds)
[00:30:52] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
[00:30:58] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has quit IRC (Quit: Leaving)
[00:31:53] <acovrig> wafflejock, sorry, forgot the app.js, its there now
[00:33:16] *** soee_ <soee_!~soee@adrc219.neoplus.adsl.tpnet.pl> has joined #angularjs
[00:34:08] <wafflejock> acovrig, can you post students.html as well? that's where the binding is that isn't updating I presume?
[00:34:57] *** soee <soee!~soee@bmi251.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 260 seconds)
[00:34:58] *** sweb <sweb!~sweb@94.139.167.186> has joined #angularjs
[00:35:38] <sweb> i cant get the http status code from $http.success(function(response) /// the response object just include the response data
[00:35:39] <acovrig> wafflejock, done; I know the getStudents function is getting called from updateStudent, but the UI doesn't update
[00:35:41] *** nlolks <nlolks!~nlolks@143.31.internet.uqam.ca> has joined #angularjs
[00:35:59] <acovrig> sweb, wouldn't a success be a 200?
[00:36:10] <wafflejock> sweb, yeah use .then instead
[00:36:17] <wafflejock> sweb, .success would be some sort of 2xx response
[00:36:24] <wafflejock> or 3xx, not 4xx or 5xx
[00:37:39] <wafflejock> with the .then it takes two args first one is the success callback second is the fail callback they get passed a response that includes the status I'm pretty sure
[00:39:31] <sweb> the `response` object just contain data no status no header etc that documented
[00:39:39] <sweb> angular 1.5
[00:41:41] <akakoudakis> wafflejock many thanks again. yes the movie object returns all the right values in the view. I now want to pass one array into the following but <canvas id="line" class="chart chart-line" chart-labels={{movie.Date}}.... but {{movie.Date}} which supposes to return the array does nothing
[00:43:00] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 260 seconds)
[00:43:05] *** Carson_ <Carson_!4b8de1e2@gateway/web/freenode/ip.75.141.225.226> has joined #angularjs
[00:43:20] <wafflejock> akakoudakis, can you paste the <pre> output? might just be {{movie["Date"]}} just guessing though
[00:44:16] *** salah <salah!~salah@cm-84.211.122.87.getinternet.no> has quit IRC (Quit: This computer has gone to sleep)
[00:44:37] <Carson_> Can anyone tell me: can ExpressJS do everything AngularJS does?
[00:44:52] <wafflejock> Carson_, Express as in the Node framework?
[00:45:03] <Carson_> Yes
[00:45:08] <wafflejock> Carson_, they are different beasts
[00:45:15] <wafflejock> Carson_, Express handles your server side stuff
[00:45:20] <wafflejock> Angular handles your client side stuff
[00:45:30] <Carson_> I understand, but I'm alot better at expressjs than I am at angularjs.
[00:45:33] <wafflejock> so user interaction routing stuff you want to happen client side
[00:45:40] <wafflejock> well that's fine :)
[00:45:54] <akakoudakis> wafflejock here you go: "_id": "5750a35b2b19c4dd305a0be8", "title": "XYZ", "url": "XYZ.com", "__v": 0, "Date": [ "03-Jun-16", "02-Jun-16", "01-Jun-16", "31-May-16",.... }
[00:46:14] <Carson_> So, "technically" ExpressJS CAN do everything AngularJS can, but they are for specific use cases?
[00:46:28] <wafflejock> Carson_, well Express doesn't do client side changes to anything it just serves things up
[00:46:51] <wafflejock> Carson_, so if you are doing things ASP.net style where the server really does everything then it can effectively achieve the same high level stuff yea
[00:47:09] <wafflejock> Carson_, Angular gives you client side dependency injection and data binding so your view can update quickly without server interactions all the time
[00:47:22] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:d4b6:62e5:365f:2baa> has joined #angularjs
[00:48:22] *** BadApe <BadApe!~badape@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
[00:48:27] *** edrocks <edrocks!~edrocks@71.122.172.83> has quit IRC (Ping timeout: 264 seconds)
[00:48:32] <Carson_> Wafflejock: Gotcha.
[00:49:00] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[00:49:13] *** comingsoontm <comingsoontm!~comingsoo@MTRLPQ4135W-LP130-03-1177798677.dsl.bell.ca> has joined #angularjs
[00:50:02] <Carson_> Would it be totally dumb to write a web app in expressjs and then in the future go back and swap some of the functionality from server to client using Angularjs? Or would that be a lot of work and better off starting with both up front?
[00:50:06] *** pazul__ <pazul__!~pazul@ptr-2hj4tbi3h8zz8lw7j0hjncshr.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[00:50:32] *** pazul__ <pazul__!~pazul@ptr-2hj4tbi3h8zz8lw7j0hjncshr.ip6.access.telenet.be> has joined #angularjs
[00:51:03] *** siba <siba!~textual@60.225.136.119> has joined #angularjs
[00:51:27] <wafflejock> Carson_, taking things apart later can be difficult if you don't plan it up front... basically angular or any other client side technology has nice facilities for communicating with a JSON API so if you make one of those in express your pretty set on the angular side of things (or any other native or other client)
[00:51:29] *** Rodya__ <Rodya__!~Rodya_@2601:46:4001:e0b4:d8a7:27a1:8cda:8b21> has joined #angularjs
[00:53:15] *** Rodya__ <Rodya__!~Rodya_@2601:46:4001:e0b4:d8a7:27a1:8cda:8b21> has quit IRC (Remote host closed the connection)
[00:53:36] <Carson_> wafflejock: Ok, well I guess I need to become more proficient at Angular. Now the question is, since im an NG noob, should I ng1.5 or ng2? From your opinion
[00:54:04] *** Rodya__ <Rodya__!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has joined #angularjs
[00:54:49] <wafflejock> Carson_, tough question... ng1 is good if you need something stable now with a lot of third party solutions already available
[00:54:50] <wafflejock> ng 2 is good if you're looking to learn for something down the road and are willing to deal with maybe hitting walls that you have to build your own solution around
[00:54:56] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:d4b6:62e5:365f:2baa> has quit IRC (Ping timeout: 250 seconds)
[00:55:37] <wafflejock> I think ng1 sort of gets you conceptually understanding things especially if you use 1.5 and components then the transition to 2.0 shouldn't be too bad
[00:55:44] <wafflejock> !learn | Carson_
[00:55:55] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[00:56:04] <wafflejock> the learning github there has a link to an ng-2 repo too, angular.io for the ng2 stuff angularjs.org for ng1
[00:57:01] <Carson_> ok
[00:57:11] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[00:57:18] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:30c0:a299:745e:839f> has quit IRC (Remote host closed the connection)
[00:57:38] *** Ericx2x <Ericx2x!~textual@209-6-43-2.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com> has joined #angularjs
[00:57:57] *** TreeStump <TreeStump!~TreeStump@103.18.252.45> has quit IRC (Quit: Sleeping...)
[00:58:17] <wafflejock> Carson_, actually I left something out that angular does in general and that is different between ng1 and ng2 namely the "html compilation"
[00:58:46] *** phorloop <phorloop!~phorloop@203.213.239.151> has joined #angularjs
[00:59:11] <wafflejock> Carson_, with ng1 once the document ready happens angular bootstraps and "compiles the HTML" using a $compile service and that finds all the directives and runs their link functions, this is basically the crux of how all the ng-app and ng-click etc work
[00:59:59] <wafflejock> Carson_, in ng2 they changed up how that compiler worked to make it easier to hook into stuff the DOM elements themselves provide (click) events and the like so that got rid of lots of directives which in turn helps to make it faster
[01:00:33] *** LckyBy517 <LckyBy517!~kvirc64@66.87.153.170> has joined #angularjs
[01:00:38] <Carson_> wafflejock: gotcha
[01:01:47] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[01:03:04] <Carson_> wafflejock: My apology for all the questions, but what do you think of this setup: website served from expressjs, a web portal (user login) served with expressjs but also using angularjs to switch the views and basic filtering?
[01:03:27] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[01:04:13] <wafflejock> Carson_, that's okay, personally I like to try to make a clear line between the client side code and the server side code though (as much as possible) so you can create other consumers of the same express API that don't necessarily use Angular
[01:04:52] *** Kutakizukari <Kutakizukari!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has joined #angularjs
[01:05:08] *** salah <salah!~salah@cm-84.211.122.87.getinternet.no> has joined #angularjs
[01:05:17] <wafflejock> Carson_, on some projects I will have the backend serve up the main page so it can prepopulate some data or add in a token or whatever ahead of time but best if that code is separate from everything else so if you need to you can more easily expand or replace either part
[01:06:02] <Carson_> wafflejock: and then you'd switch the views and filter with angular from that point forward?
[01:06:20] *** Kutakizukari_ <Kutakizukari_!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has quit IRC (Ping timeout: 260 seconds)
[01:06:23] <serge> Man..
[01:06:37] <serge> Looking through all my old code, and I'm just thinking "...why did I do that."
[01:06:43] <wafflejock> Carson_, yeah basically angular handles all the client side switching of views/routes in the browser and express you setup the routes for making a JSON API (probably CRUD operations)
[01:07:05] <Carson_> wafflejock: ok
[01:07:41] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[01:08:13] <Carson_> wafflejock: let me see if I can recap what you advise: Serve website AND web portal home page using expressjs, then once the user is logged into the web portal and begins to navigate away from the web portal home page should all be ng?
[01:08:19] *** Rodya__ <Rodya__!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[01:08:49] *** Foxandxss <Foxandxss!~textual@unaffiliated/foxandxss> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:08:57] <Carson_> wafflejock: CRUD operations should also be ng
[01:09:19] <wafflejock> Carson_, yeah I mean if you do the JWT way of doing things you can really just have the angular stuff served as static files from nginx or apache or whatever and just have it communicate with the Express server
[01:09:27] *** magellanicloud <magellanicloud!~magellani@2a02:810b:8340:3f18:39de:645d:105a:ff24> has quit IRC (Ping timeout: 264 seconds)
[01:09:59] <wafflejock> regarding the CRUD operations you would define what happens server side and setup the routes for the server side stuff in Express, on the angular side you could use $http or $resource or some other third party things to hook up to the express CRUD backend
[01:10:01] <Carson_> wafflejock: JWT is a specific work flow?
[01:10:53] <Carson_> wafflejock: ok
[01:11:55] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:acfd:142a:d63:c7bd> has joined #angularjs
[01:12:15] <Carson_> wafflejock: perfect, thank you
[01:12:27] *** speakingcode <speakingcode!~unknown@c-75-64-200-151.hsd1.tn.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[01:13:20] <Carson_> wafflejock: Thank you so much for the advise!
[01:13:34] <wafflejock> Carson_, no prob I'm off for a bit gotta get this last bit of daylight :)
[01:13:59] <Carson_> wafflejock: Another fine idea :D
[01:14:52] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has quit IRC (Quit: Leaving)
[01:15:57] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 244 seconds)
[01:17:01] *** Carson_ <Carson_!4b8de1e2@gateway/web/freenode/ip.75.141.225.226> has quit IRC (Quit: Page closed)
[01:20:18] *** akakoudakis_ <akakoudakis_!~akakoudak@97e4c43d.skybroadband.com> has joined #angularjs
[01:20:30] *** diegoaguilar <diegoaguilar!~diegoagui@187-163-194-96.static.axtel.net> has joined #angularjs
[01:20:52] *** akakoudakis <akakoudakis!97e4c43d@gateway/web/freenode/ip.151.228.196.61> has quit IRC (Quit: Page closed)
[01:20:52] *** akakoudakis_ is now known as akakoudakis
[01:21:21] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[01:21:56] *** smokeo <smokeo!~smokeo@207.219.39.95> has joined #angularjs
[01:23:14] *** Ericx2x <Ericx2x!~textual@209-6-43-2.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[01:23:15] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 264 seconds)
[01:23:23] *** smokeo_ <smokeo_!~smokeo@207.219.39.95> has joined #angularjs
[01:23:31] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Read error: Connection reset by peer)
[01:27:05] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[01:29:09] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has joined #angularjs
[01:29:44] *** tabakhase__ is now known as tabakhase
[01:29:45] *** tabakhase <tabakhase!tabakhase@irc.s.bitase.net> has quit IRC (Changing host)
[01:29:45] *** tabakhase <tabakhase!tabakhase@unaffiliated/tabakhase> has joined #angularjs
[01:31:58] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[01:33:56] *** Kutakizukari <Kutakizukari!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has quit IRC (Ping timeout: 250 seconds)
[01:34:55] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 260 seconds)
[01:39:03] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 240 seconds)
[01:40:19] *** dodobrain <dodobrain!~dodobrain@14-202-40-12.tpgi.com.au> has joined #angularjs
[01:42:17] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:1429:bc94:f5fd:e856> has joined #angularjs
[01:42:27] *** Kutakizukari <Kutakizukari!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has joined #angularjs
[01:42:47] *** star_prone <star_prone!~sviatovig@86.120.87.57> has joined #angularjs
[01:43:15] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has joined #angularjs
[01:44:50] *** dalbusch1t <dalbusch1t!~daniel@pD955349F.dip0.t-ipconnect.de> has joined #angularjs
[01:47:11] *** plutoniix <plutoniix!~q@node-cya.pool-125-24.dynamic.totbb.net> has quit IRC (Quit: จรลี จรลา)
[01:47:15] *** star_prone <star_prone!~sviatovig@86.120.87.57> has quit IRC (Ping timeout: 264 seconds)
[01:47:23] *** Kutakizukari_ <Kutakizukari_!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has joined #angularjs
[01:48:06] *** dalbuschat <dalbuschat!~daniel@p4FE70320.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds)
[01:49:39] *** Kutakizukari <Kutakizukari!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has quit IRC (Ping timeout: 264 seconds)
[01:50:17] *** agilman <agilman!~agilman@static-50-43-25-71.bvtn.or.frontiernet.net> has joined #angularjs
[01:52:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:55:20] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[01:56:51] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[01:57:41] *** soee_ <soee_!~soee@adrc219.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 240 seconds)
[01:58:11] *** prophesi <prophesi!~Adium@host-68-169-155-61.WISOLT2.epbfi.com> has joined #angularjs
[02:00:53] *** comingsoontm_ <comingsoontm_!~comingsoo@MTRLPQ4135W-LP130-03-1177798677.dsl.bell.ca> has joined #angularjs
[02:03:32] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[02:03:33] *** comingsoontm <comingsoontm!~comingsoo@MTRLPQ4135W-LP130-03-1177798677.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)
[02:04:41] *** nlolks <nlolks!~nlolks@143.31.internet.uqam.ca> has quit IRC (Quit: Leaving)
[02:05:16] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has joined #angularjs
[02:05:28] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[02:07:33] *** comingsoontm_ <comingsoontm_!~comingsoo@MTRLPQ4135W-LP130-03-1177798677.dsl.bell.ca> has quit IRC (Ping timeout: 240 seconds)
[02:07:38] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[02:08:15] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[02:09:33] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[02:09:38] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has joined #angularjs
[02:10:30] *** jae <jae!~jae@unaffiliated/jae> has quit IRC (Ping timeout: 276 seconds)
[02:10:58] *** Kutakizukari_ <Kutakizukari_!~Kutakizuk@2600:1004:b119:d8ba:593a:1a55:c5a9:ee4c> has quit IRC (Ping timeout: 272 seconds)
[02:12:03] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[02:12:37] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 244 seconds)
[02:13:06] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 276 seconds)
[02:15:10] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has quit IRC (Read error: Connection reset by peer)
[02:15:20] *** jae <jae!~jae@unaffiliated/jae> has joined #angularjs
[02:15:29] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has joined #angularjs
[02:16:29] *** phil23 <phil23!~filippo@78-134-17-190.v4.ngi.it> has quit IRC (Quit: WeeChat 1.4)
[02:16:40] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 272 seconds)
[02:17:48] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has joined #angularjs
[02:18:17] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has quit IRC (Max SendQ exceeded)
[02:23:12] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[02:24:55] *** speakingcode <speakingcode!~unknown@c-73-5-19-166.hsd1.tn.comcast.net> has joined #angularjs
[02:28:03] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 276 seconds)
[02:31:28] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[02:33:33] *** pazul__ <pazul__!~pazul@ptr-2hj4tbi3h8zz8lw7j0hjncshr.ip6.access.telenet.be> has quit IRC (Quit: Leaving)
[02:36:19] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[02:37:38] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has joined #angularjs
[02:38:12] *** kus <kus!~minot@pool-100-1-168-123.nwrknj.fios.verizon.net> has joined #angularjs
[02:38:12] *** kus <kus!~minot@pool-100-1-168-123.nwrknj.fios.verizon.net> has quit IRC (Max SendQ exceeded)
[02:38:21] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[02:38:24] *** akakoudakis <akakoudakis!~akakoudak@97e4c43d.skybroadband.com> has quit IRC (Quit: akakoudakis)
[02:40:39] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 264 seconds)
[02:41:03] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 276 seconds)
[02:44:18] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[02:50:45] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[02:52:45] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[02:53:11] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:53:41] *** serge <serge!~akumaserg@ool-43555066.dyn.optonline.net> has quit IRC (Remote host closed the connection)
[02:54:51] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has joined #angularjs
[02:55:09] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 244 seconds)
[02:55:39] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 264 seconds)
[02:56:24] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[02:57:19] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has joined #angularjs
[02:57:51] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[02:57:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[02:58:28] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has quit IRC (Ping timeout: 272 seconds)
[02:58:29] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[02:58:59] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[03:00:33] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[03:01:09] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has joined #angularjs
[03:01:37] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:30c0:a299:745e:839f> has joined #angularjs
[03:01:58] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:9df2:a876:6848:981> has joined #angularjs
[03:02:32] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[03:02:49] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 252 seconds)
[03:04:34] *** Leffa <Leffa!~Leffa@223.227.170.243> has joined #angularjs
[03:07:32] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has quit IRC (Ping timeout: 250 seconds)
[03:07:40] *** pj__ <pj__!185eb46d@gateway/web/freenode/ip.24.94.180.109> has joined #angularjs
[03:07:45] <pj__> hi
[03:07:51] <pj__> anyone home ?
[03:08:14] *** Leffa1 <Leffa1!~Leffa@223.227.162.57> has quit IRC (Ping timeout: 250 seconds)
[03:08:30] <pj__> I am kind of stuck on a angular problem
[03:08:36] <pj__> seeing if someone can take a stab
[03:09:29] <pj__> quit
[03:09:33] *** pj__ <pj__!185eb46d@gateway/web/freenode/ip.24.94.180.109> has quit IRC (Client Quit)
[03:12:05] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has joined #angularjs
[03:14:20] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has joined #angularjs
[03:16:25] *** Leffa <Leffa!~Leffa@223.227.170.243> has quit IRC (Ping timeout: 260 seconds)
[03:17:29] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has quit IRC (Ping timeout: 250 seconds)
[03:19:02] *** speakingcode <speakingcode!~unknown@c-73-5-19-166.hsd1.tn.comcast.net> has quit IRC (Quit: Lost terminal)
[03:20:16] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:7859:7a6f:41a7:b400> has joined #angularjs
[03:20:46] *** TreeStump <TreeStump!~TreeStump@103.18.252.45> has joined #angularjs
[03:22:10] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has joined #angularjs
[03:22:48] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:7859:7a6f:41a7:b400> has quit IRC (Remote host closed the connection)
[03:30:52] *** harlan_44 <harlan_44!~james@2601:1c0:6b01:74f0:7dd6:2db8:e84f:7efd> has joined #angularjs
[03:33:17] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[03:33:33] *** Harlan44 <Harlan44!~james@c-76-115-10-170.hsd1.or.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[03:36:00] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:acfd:142a:d63:c7bd> has quit IRC (Remote host closed the connection)
[03:36:39] <dman777> /quit
[03:36:41] *** dman777 <dman777!~na@unaffiliated/dman777> has quit IRC (Quit: leaving)
[03:36:52] *** burzum <burzum!~burzum@p4FDF80CA.dip0.t-ipconnect.de> has joined #angularjs
[03:37:13] *** edrocks <edrocks!~edrocks@71.122.172.83> has joined #angularjs
[03:37:25] *** edrocks <edrocks!~edrocks@71.122.172.83> has quit IRC (Read error: Connection reset by peer)
[03:38:21] *** burzum2 <burzum2!~burzum@p4FDF9790.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[03:38:29] *** alex88 <alex88!~alex88@unaffiliated/alex88> has joined #angularjs
[03:39:07] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:9d3a:3308:fa05:f548> has joined #angularjs
[03:43:15] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[03:43:35] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has joined #angularjs
[03:44:01] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[03:44:45] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[03:45:36] *** miqid <miqid!~miqid@f.1f.5177.ip4.static.sl-reverse.com> has joined #angularjs
[03:47:41] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[03:51:03] *** dodobrain <dodobrain!~dodobrain@14-202-40-12.tpgi.com.au> has quit IRC (Ping timeout: 240 seconds)
[03:51:33] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 240 seconds)
[03:54:21] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[03:56:07] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 244 seconds)
[03:56:11] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[03:57:04] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has joined #angularjs
[03:58:25] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has quit IRC (Ping timeout: 260 seconds)
[03:59:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[03:59:57] *** theBorgu <theBorgu!~theBorgu@pool-173-71-198-195.clppva.fios.verizon.net> has joined #angularjs
[04:00:49] *** comingsoontm_ is now known as comingsoontm
[04:03:09] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[04:03:40] *** sohail <sohail!~user@unaffiliated/sohail> has quit IRC (Ping timeout: 260 seconds)
[04:03:52] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[04:04:23] *** joshonth_ <joshonth_!~joshonthe@183.89.28.230> has joined #angularjs
[04:04:35] *** romerocesar_ <romerocesar_!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has joined #angularjs
[04:05:03] *** joshontheweb <joshontheweb!~joshonthe@183.89.32.83> has quit IRC (Ping timeout: 240 seconds)
[04:05:05] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:c429:e98d:2853:282e> has joined #angularjs
[04:05:14] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[04:05:52] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:9d3a:3308:fa05:f548> has quit IRC (Remote host closed the connection)
[04:06:02] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[04:06:09] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:9d3a:3308:fa05:f548> has joined #angularjs
[04:06:27] *** omenius <omenius!~omenius@82-181-47-173.bb.dnainternet.fi> has quit IRC (Ping timeout: 264 seconds)
[04:07:13] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has joined #angularjs
[04:07:45] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:bd1f:679e:7c1:eb31> has quit IRC (Ping timeout: 250 seconds)
[04:08:18] *** salah <salah!~salah@cm-84.211.122.87.getinternet.no> has quit IRC (Quit: This computer has gone to sleep)
[04:08:23] *** alex88 <alex88!~alex88@unaffiliated/alex88> has quit IRC (Remote host closed the connection)
[04:08:31] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[04:08:33] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[04:09:01] *** alex88 <alex88!~alex88@unaffiliated/alex88> has joined #angularjs
[04:09:21] *** apparition <apparition!~apparitio@unaffiliated/apparition> has joined #angularjs
[04:09:55] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:9d3a:3308:fa05:f548> has quit IRC (Remote host closed the connection)
[04:10:12] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 260 seconds)
[04:11:14] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:bd5b:52f4:6ffc:3e48> has joined #angularjs
[04:13:00] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 260 seconds)
[04:15:18] *** alex88 <alex88!~alex88@unaffiliated/alex88> has quit IRC (Remote host closed the connection)
[04:15:57] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has quit IRC (Ping timeout: 276 seconds)
[04:16:09] *** alex88 <alex88!~alex88@unaffiliated/alex88> has joined #angularjs
[04:18:02] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:bd5b:52f4:6ffc:3e48> has quit IRC (Remote host closed the connection)
[04:18:10] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 252 seconds)
[04:21:55] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #angularjs
[04:24:00] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[04:24:08] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:bc15:28a6:9ebf:587c> has joined #angularjs
[04:24:18] *** SomeKittens <SomeKittens!uid27802@gateway/web/irccloud.com/x-nuiprjlvrpgxswne> has quit IRC (Quit: Connection closed for inactivity)
[04:28:02] *** ycon_ <ycon_!~ycon_@tri1506680.lnk.telstra.net> has joined #angularjs
[04:29:12] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has joined #angularjs
[04:29:32] *** bionikspoon <bionikspoon!~bionikspo@c-76-29-80-200.hsd1.il.comcast.net> has quit IRC (Remote host closed the connection)
[04:30:03] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has quit IRC (Ping timeout: 244 seconds)
[04:30:17] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 250 seconds)
[04:32:26] *** bionikspoon <bionikspoon!~bionikspo@c-76-29-80-200.hsd1.il.comcast.net> has joined #angularjs
[04:33:56] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has joined #angularjs
[04:34:07] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has quit IRC (Ping timeout: 252 seconds)
[04:34:38] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has joined #angularjs
[04:36:22] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has joined #angularjs
[04:36:34] *** one_zero <one_zero!~one_zero@ip68-5-177-152.oc.oc.cox.net> has joined #angularjs
[04:38:17] <WhatTheDilly> Anybody know a more lively channel to get a bit of help with a bootstrap data-toggle directive?
[04:39:06] *** EoN <EoN!~EoN@unaffiliated/eon> has joined #angularjs
[04:43:28] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Quit: Leaving)
[04:43:44] *** romerocesar_ <romerocesar_!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has quit IRC (Remote host closed the connection)
[04:45:02] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:bc15:28a6:9ebf:587c> has quit IRC (Remote host closed the connection)
[04:47:18] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has joined #angularjs
[04:48:58] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has joined #angularjs
[04:49:58] <heartburn> WhatTheDilly: ##javascript perhaps
[04:50:54] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[04:51:04] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[04:52:53] *** smokeo_ <smokeo_!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[04:52:59] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[04:53:12] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC ()
[04:54:04] *** ekinmur <ekinmur!~ekinmur@98.204.177.40> has joined #angularjs
[04:56:07] *** sctskw <sctskw!~sctskw@c-174-51-68-18.hsd1.co.comcast.net> has joined #angularjs
[04:56:08] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[04:56:16] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[04:56:51] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has quit IRC (Remote host closed the connection)
[04:57:33] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[04:58:43] <macwinne_> when people talk to me about React, they mention server side rendering.. is the only advantage of this so that the initial page load is fasteR?
[04:58:52] <macwinne_> i don't quite get what teh big deal is
[04:59:07] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has joined #angularjs
[04:59:13] *** Twirl <Twirl!~andy@unaffiliated/twirl> has left #angularjs
[04:59:20] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no znc)
[05:00:41] *** abc <abc!712252d2@gateway/web/freenode/ip.113.34.82.210> has joined #angularjs
[05:00:57] *** sctskw <sctskw!~sctskw@c-174-51-68-18.hsd1.co.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[05:01:04] <abc> test
[05:01:04] *** abc is now known as Guest76490
[05:01:13] <WhatTheDilly> lol heartburn
[05:01:17] *** Guest76490 <Guest76490!712252d2@gateway/web/freenode/ip.113.34.82.210> has quit IRC (Client Quit)
[05:01:19] <WhatTheDilly> icwhutudidthere
[05:01:23] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[05:01:27] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[05:02:06] *** Lynxium[] <Lynxium[]!~Lynxium@bzq-84-109-128-19.red.bezeqint.net> has quit IRC (Ping timeout: 276 seconds)
[05:02:24] *** smokeo <smokeo!~smokeo@207.219.39.95> has joined #angularjs
[05:03:00] *** Harlan44 <Harlan44!~james@2601:1c0:6b01:74f0:31e5:4dd9:c9e5:be9c> has joined #angularjs
[05:03:44] *** antiPoP <antiPoP!~antiPoP@unaffiliated/antipop> has joined #angularjs
[05:04:13] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has joined #angularjs
[05:06:15] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has quit IRC (Quit: WeeChat 0.4.2)
[05:06:29] *** noname <noname!71a1415a@gateway/web/freenode/ip.113.161.65.90> has joined #angularjs
[05:06:41] *** harlan_44 <harlan_44!~james@2601:1c0:6b01:74f0:7dd6:2db8:e84f:7efd> has quit IRC (Ping timeout: 250 seconds)
[05:06:44] *** antiPoP <antiPoP!~antiPoP@unaffiliated/antipop> has quit IRC (Client Quit)
[05:08:18] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has joined #angularjs
[05:08:20] *** phorloop <phorloop!~phorloop@203.213.239.151> has quit IRC (Quit: Byeee...)
[05:08:54] *** noname <noname!71a1415a@gateway/web/freenode/ip.113.161.65.90> has quit IRC (Client Quit)
[05:17:05] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:c429:e98d:2853:282e> has quit IRC (Quit: Leaving.)
[05:19:32] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[05:19:56] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[05:20:14] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[05:21:49] *** ycon_ <ycon_!~ycon_@tri1506680.lnk.telstra.net> has quit IRC (Remote host closed the connection)
[05:22:14] *** ycon_ <ycon_!~ycon_@tri1506680.lnk.telstra.net> has joined #angularjs
[05:22:30] *** jsightler_ <jsightler_!~jsightler@redhat/jboss/jsightler> has joined #angularjs
[05:24:45] *** ycon_ <ycon_!~ycon_@tri1506680.lnk.telstra.net> has quit IRC (Remote host closed the connection)
[05:25:30] *** jsightler <jsightler!~jsightler@redhat/jboss/jsightler> has quit IRC (Ping timeout: 276 seconds)
[05:25:32] *** platonic_ <platonic_!~platonic@51.175.98.163> has joined #angularjs
[05:26:30] *** EoN <EoN!~EoN@unaffiliated/eon> has quit IRC (Ping timeout: 246 seconds)
[05:27:55] *** platonic <platonic!~platonic@51.175.98.163> has quit IRC (Ping timeout: 244 seconds)
[05:30:03] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Ping timeout: 276 seconds)
[05:30:07] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[05:33:14] *** w3bcrawler <w3bcrawler!~w3bcrawle@207.231.231.63> has joined #angularjs
[05:33:58] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[05:34:56] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Remote host closed the connection)
[05:35:07] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[05:36:50] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has joined #angularjs
[05:36:54] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[05:37:42] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 260 seconds)
[05:39:01] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has joined #angularjs
[05:39:46] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[05:40:10] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has joined #angularjs
[05:42:10] *** plutoniix <plutoniix!~q@110.77.132.109> has joined #angularjs
[05:43:00] *** ekinmur <ekinmur!~ekinmur@98.204.177.40> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[05:44:07] *** diegoaguilar <diegoaguilar!~diegoagui@187-163-194-96.static.axtel.net> has quit IRC (Ping timeout: 260 seconds)
[05:44:12] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has quit IRC (Quit: Leaving.)
[05:45:53] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has joined #angularjs
[05:47:02] *** theBorgu <theBorgu!~theBorgu@pool-173-71-198-195.clppva.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[05:50:02] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[05:52:09] *** wd40s <wd40s!~wd40s@24-148-76-49.c3-0.lem-ubr2.chi-lem.il.cable.rcn.com> has joined #angularjs
[05:52:41] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[05:55:22] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[05:55:27] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[05:57:30] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has joined #angularjs
[06:00:29] *** mj <mj!b64bcb12@gateway/web/freenode/ip.182.75.203.18> has joined #angularjs
[06:00:36] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[06:00:52] *** mj is now known as Guest62035
[06:02:30] *** EoN <EoN!~EoN@unaffiliated/eon> has joined #angularjs
[06:03:30] *** prithaj <prithaj!~prithaj@64-132-52-94.static.twtelecom.net> has joined #angularjs
[06:03:49] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has quit IRC (Quit: Leaving)
[06:04:11] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Remote host closed the connection)
[06:04:21] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[06:06:12] *** Respek <Respek!~textual@c-107-3-27-185.hsd1.ma.comcast.net> has quit IRC (Quit: gone to sleep. ZZZzzz…)
[06:08:23] <Guest62035> Hi guys
[06:08:28] <Guest62035> anyone...
[06:10:33] *** Guest62035 <Guest62035!b64bcb12@gateway/web/freenode/ip.182.75.203.18> has quit IRC (Quit: Page closed)
[06:11:57] *** Respek <Respek!~textual@c-107-3-27-185.hsd1.ma.comcast.net> has joined #angularjs
[06:14:47] *** PaulCape_ <PaulCape_!~PaulCapes@204.28.124.82> has joined #angularjs
[06:17:51] *** PaulCapestany <PaulCapestany!~PaulCapes@204.28.124.82> has quit IRC (Ping timeout: 264 seconds)
[06:18:06] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[06:18:32] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:bc15:28a6:9ebf:587c> has joined #angularjs
[06:20:59] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[06:25:51] *** g-n0m3 <g-n0m3!~sod@2404:130:0:1000:222:4dff:fe6b:7b5d> has quit IRC (Remote host closed the connection)
[06:29:33] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[06:31:04] *** mellernoia <mellernoia!edw@177.156.62.139> has quit IRC ()
[06:31:14] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[06:32:11] *** GEEGEEGEE2 <GEEGEEGEE2!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[06:33:58] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:bc15:28a6:9ebf:587c> has quit IRC (Read error: No route to host)
[06:34:21] *** LckyBy517 <LckyBy517!~kvirc64@66.87.153.170> has quit IRC (Remote host closed the connection)
[06:34:35] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[06:35:42] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 276 seconds)
[06:37:19] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[06:38:41] *** prithaj <prithaj!~prithaj@64-132-52-94.static.twtelecom.net> has quit IRC (Quit: Leaving)
[06:39:55] *** magellanicloud <magellanicloud!~magellani@2a02:810b:8340:3f18:39de:645d:105a:ff24> has joined #angularjs
[06:42:13] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has joined #angularjs
[06:43:53] *** w3bcrawler <w3bcrawler!~w3bcrawle@207.231.231.63> has quit IRC (Read error: Connection reset by peer)
[06:44:05] *** Shrooms <Shrooms!~Shrooms@vipgeo.herrefish.net> has quit IRC (Changing host)
[06:44:05] *** Shrooms <Shrooms!~Shrooms@unaffiliated/shrooms> has joined #angularjs
[06:44:12] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has quit IRC (Ping timeout: 260 seconds)
[06:44:41] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has joined #angularjs
[06:44:45] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:46:42] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has joined #angularjs
[06:48:30] *** ycon_ <ycon_!~ycon_@121.209.8.127> has joined #angularjs
[06:52:15] *** magellanicloud <magellanicloud!~magellani@2a02:810b:8340:3f18:39de:645d:105a:ff24> has quit IRC (Quit: Leaving)
[06:52:17] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:1429:bc94:f5fd:e856> has quit IRC (Remote host closed the connection)
[06:52:36] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:53:21] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has joined #angularjs
[06:55:11] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[06:55:26] *** fedenunez <fedenunez!~fede@r167-60-10-229.dialup.adsl.anteldata.net.uy> has quit IRC (Read error: Connection reset by peer)
[06:55:40] *** Limarson <Limarson!~marcel.cr@p57978856.dip0.t-ipconnect.de> has joined #angularjs
[06:56:11] *** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has joined #angularjs
[06:56:21] *** fedenunez <fedenunez!~fede@r167-60-82-192.dialup.adsl.anteldata.net.uy> has joined #angularjs
[06:56:43] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[06:57:09] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[06:59:25] *** leolrrj-alt <leolrrj-alt!~leolrrj@2601:580:c000:8ba:22c9:d0ff:fedd:a307> has joined #angularjs
[06:59:50] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[07:00:18] *** bina <bina!5be629c2@gateway/web/freenode/ip.91.230.41.194> has joined #angularjs
[07:00:51] *** jenson_ <jenson_!75f7ba64@gateway/web/freenode/ip.117.247.186.100> has joined #angularjs
[07:01:37] <jenson_> hi
[07:01:42] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[07:01:58] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Client Quit)
[07:02:27] <bina> eago
[07:03:01] <jenson_> u should inject ngSantize
[07:03:13] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:03:14] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[07:03:32] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Ping timeout: 250 seconds)
[07:03:33] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[07:03:36] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has joined #angularjs
[07:03:44] <bina> thanks jenson
[07:03:58] *** alboh <alboh!~alboh@2a01:488:66:1000:5bfa:6407:0:1> has quit IRC (Ping timeout: 250 seconds)
[07:04:24] *** s2hc_johan <s2hc_johan!~s2hc_joha@2a00:1a48:7806:116:64d5:f340:ff08:89d4> has quit IRC (Ping timeout: 250 seconds)
[07:04:40] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has joined #angularjs
[07:05:11] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has joined #angularjs
[07:05:44] <jenson_> can anyone provide "require+angular+grunt" seed or example project
[07:05:44] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 244 seconds)
[07:06:02] *** alboh <alboh!~alboh@2a01:488:66:1000:5bfa:6407:0:1> has joined #angularjs
[07:06:56] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[07:07:32] *** s2hc_johan <s2hc_johan!~s2hc_joha@2a00:1a48:7806:116:64d5:f340:ff08:89d4> has joined #angularjs
[07:07:48] <jenson_> can anyone provide "require+angular+grunt" seed or example project
[07:08:15] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Quit: Leaving.)
[07:08:29] *** markdark_ <markdark_!~markdark@178.62.215.11> has quit IRC (Ping timeout: 260 seconds)
[07:08:39] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[07:09:00] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[07:09:10] *** prophesi <prophesi!~Adium@host-68-169-155-61.WISOLT2.epbfi.com> has quit IRC (Quit: Leaving.)
[07:09:43] *** Respek <Respek!~textual@c-107-3-27-185.hsd1.ma.comcast.net> has quit IRC (Quit: gone to sleep. ZZZzzz…)
[07:12:03] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Client Quit)
[07:12:48] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has quit IRC (Ping timeout: 244 seconds)
[07:14:16] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has joined #angularjs
[07:14:31] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has joined #angularjs
[07:15:24] *** g-n0m3 <g-n0m3!~sod@2404:130:0:1000:222:4dff:fe6b:7b5d> has joined #angularjs
[07:16:56] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 244 seconds)
[07:18:09] *** magarcia <magarcia!~magarcia@242.red-83-47-136.dynamicip.rima-tde.net> has joined #angularjs
[07:19:24] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has quit IRC (Quit: Leaving.)
[07:19:40] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has joined #angularjs
[07:23:19] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:24:08] *** markdark <markdark!~markdark@178.62.215.11> has joined #angularjs
[07:24:40] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:9df2:a876:6848:981> has quit IRC (Ping timeout: 258 seconds)
[07:24:40] *** iraj <iraj!~iraj___@unaffiliated/iraj> has joined #angularjs
[07:25:26] *** bina <bina!5be629c2@gateway/web/freenode/ip.91.230.41.194> has quit IRC (Ping timeout: 250 seconds)
[07:26:20] *** mariuscc <mariuscc!~mariuscc@79.112.39.249> has joined #angularjs
[07:27:00] *** XSkinner <XSkinner!XSkinner@A.Land.Down.Under.PanicBNC.net> has quit IRC (Ping timeout: 272 seconds)
[07:31:05] *** XSkinner <XSkinner!XSkinner@A.Land.Down.Under.PanicBNC.net> has joined #angularjs
[07:31:10] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[07:32:21] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[07:33:21] *** Djankie <Djankie!~Djankie@195.75.227.114> has joined #angularjs
[07:34:11] *** Dinesh_ <Dinesh_!7bfc8772@gateway/web/freenode/ip.123.252.135.114> has joined #angularjs
[07:34:16] <Dinesh_> hi
[07:34:35] <Dinesh_> great js framework
[07:34:36] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has quit IRC (Ping timeout: 272 seconds)
[07:34:59] <Dinesh_> humble request for Doc writer
[07:35:24] <Dinesh_> can make as simple as like in w3cschools doc
[07:35:32] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has joined #angularjs
[07:36:15] *** mischat_ <mischat_!~mischat@5ec3af66.skybroadband.com> has joined #angularjs
[07:39:19] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has quit IRC (Quit: ZZZzzz…)
[07:40:03] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:30c0:a299:745e:839f> has quit IRC (Ping timeout: 264 seconds)
[07:40:33] *** Dinesh_ <Dinesh_!7bfc8772@gateway/web/freenode/ip.123.252.135.114> has quit IRC (Quit: Page closed)
[07:41:42] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[07:45:34] *** ycon_ <ycon_!~ycon_@121.209.8.127> has quit IRC (Remote host closed the connection)
[07:45:44] *** corioliss <corioliss!uid11429@gateway/web/irccloud.com/x-rsqusqjlmbxzukfm> has joined #angularjs
[07:46:03] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 240 seconds)
[07:48:26] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[07:50:00] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has quit IRC (Ping timeout: 260 seconds)
[07:52:17] *** Twirl <Twirl!~andy@unaffiliated/twirl> has joined #angularjs
[07:52:58] *** wd40s <wd40s!~wd40s@24-148-76-49.c3-0.lem-ubr2.chi-lem.il.cable.rcn.com> has quit IRC (Ping timeout: 272 seconds)
[07:53:10] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has joined #angularjs
[07:53:58] *** Navendu <Navendu!dfe739b3@gateway/web/freenode/ip.223.231.57.179> has joined #angularjs
[07:57:37] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[07:57:53] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[07:58:22] *** Navendu <Navendu!dfe739b3@gateway/web/freenode/ip.223.231.57.179> has quit IRC (Ping timeout: 250 seconds)
[08:00:36] *** leolrrj-alt <leolrrj-alt!~leolrrj@2601:580:c000:8ba:22c9:d0ff:fedd:a307> has quit IRC (Remote host closed the connection)
[08:00:49] *** Djankie <Djankie!~Djankie@195.75.227.114> has left #angularjs
[08:02:48] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[08:03:23] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has quit IRC (Quit: rickmak)
[08:04:52] *** jenson_ <jenson_!75f7ba64@gateway/web/freenode/ip.117.247.186.100> has quit IRC (Quit: Page closed)
[08:05:28] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no znc)
[08:06:54] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 272 seconds)
[08:09:07] *** CukanovAlexey <CukanovAlexey!4f88c211@gateway/web/freenode/ip.79.136.194.17> has joined #angularjs
[08:09:32] *** CukanovAlexey <CukanovAlexey!4f88c211@gateway/web/freenode/ip.79.136.194.17> has quit IRC (Client Quit)
[08:10:01] *** joshontheweb <joshontheweb!~joshonthe@183.89.28.230> has joined #angularjs
[08:10:03] *** rscata <rscata!~cata@5.2.202.145> has joined #angularjs
[08:10:16] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[08:10:32] *** joshonth_ <joshonth_!~joshonthe@183.89.28.230> has quit IRC (Ping timeout: 260 seconds)
[08:12:02] *** star_prone <star_prone!~sviatovig@81.89.12.65> has joined #angularjs
[08:13:25] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has quit IRC (Quit: buh bye.. o/)
[08:15:02] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 250 seconds)
[08:15:07] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Read error: Connection reset by peer)
[08:15:14] *** svycka <svycka!~vytautas@89.249.92.142> has joined #angularjs
[08:15:33] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has joined #angularjs
[08:15:58] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[08:17:06] *** star_prone <star_prone!~sviatovig@81.89.12.65> has quit IRC (Ping timeout: 276 seconds)
[08:18:06] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[08:18:54] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:19:32] *** nvankaam <nvankaam!~nick@83.232.64.34> has joined #angularjs
[08:24:00] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[08:27:03] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[08:27:04] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has quit IRC (Quit: Leaving)
[08:29:56] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[08:30:16] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[08:30:58] *** fedenunez <fedenunez!~fede@r167-60-82-192.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 272 seconds)
[08:32:30] *** bytecounter <bytecounter!~mgreipl@host-091-097-200-058.ewe-ip-backbone.de> has joined #angularjs
[08:32:46] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[08:34:39] *** plutoniix <plutoniix!~q@110.77.132.109> has quit IRC (Ping timeout: 276 seconds)
[08:36:51] *** g-n0m3 <g-n0m3!~sod@2404:130:0:1000:222:4dff:fe6b:7b5d> has quit IRC (Remote host closed the connection)
[08:39:48] *** hellyeah <hellyeah!~kvirc@176.55.83.206> has joined #angularjs
[08:40:02] <hellyeah> any editor you can suggest for angularJS?
[08:43:49] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has joined #angularjs
[08:50:31] *** drej <drej!~textual@unaffiliated/jedimind> has joined #angularjs
[08:51:09] *** george_v <george_v!~george_v@193.92.177.18.dsl.dyn.forthnet.gr> has joined #angularjs
[08:54:23] <Stummi> hellyeah, jetbrains has webstorm. I don't know it myself, but the Jetbrains IDEs are pretty good in general
[08:54:41] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[08:55:14] *** amdi_ <amdi_!~amdi_@pool-72-77-47-116.pitbpa.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[08:57:18] *** Daerist <Daerist!~Daerist@80.12.58.90> has joined #angularjs
[08:57:24] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[08:57:45] *** spriz <spriz!~spriz@b29b94ac.rev.stofanet.dk> has joined #angularjs
[08:58:07] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[08:59:42] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has joined #angularjs
[09:00:05] <hellyeah> let me see
[09:00:32] *** sohail <sohail!~user@unaffiliated/sohail> has joined #angularjs
[09:01:45] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 246 seconds)
[09:02:01] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has quit IRC (Remote host closed the connection)
[09:02:15] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 264 seconds)
[09:03:02] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[09:03:50] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has joined #angularjs
[09:05:15] *** sohail <sohail!~user@unaffiliated/sohail> has quit IRC (Ping timeout: 260 seconds)
[09:05:16] *** sweb <sweb!~sweb@94.139.167.186> has quit IRC (Ping timeout: 252 seconds)
[09:05:58] <ngWalrus> I use Sublime for angular
[09:06:01] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has joined #angularjs
[09:06:09] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:07:27] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has quit IRC (Quit: codyw)
[09:08:31] *** B1x1t0_ <B1x1t0_!uid116535@gateway/web/irccloud.com/x-fmvrrjzwsnnzxkww> has joined #angularjs
[09:08:34] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[09:08:42] *** Ozd <Ozd!~Ozd@unaffiliated/ozd> has joined #angularjs
[09:09:08] *** Myrax <Myrax!~Myrax@95.147.84.251> has joined #angularjs
[09:09:14] *** Pyrrhus <Pyrrhus!~peter@095-097-155-024.static.chello.nl> has joined #angularjs
[09:09:58] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Remote host closed the connection)
[09:10:28] *** magarcia <magarcia!~magarcia@242.red-83-47-136.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 258 seconds)
[09:11:34] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has quit IRC (Read error: Connection reset by peer)
[09:12:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:12:12] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has joined #angularjs
[09:13:20] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:13:32] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has quit IRC (Ping timeout: 258 seconds)
[09:13:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:14:18] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[09:14:52] *** andrew__ <andrew__!~andrew@mrboom.plus.com> has joined #angularjs
[09:14:55] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:15:19] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Quit: Leaving)
[09:15:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:15:36] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[09:16:48] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[09:17:06] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:17:17] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:18:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:19:01] <hellyeah> it is my first day
[09:19:06] <hellyeah> can i be noob here?
[09:19:07] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:19:21] <ngWalrus> No noobs allowed
[09:19:23] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[09:19:25] <ngWalrus> girls aren't allowed either
[09:19:25] <hellyeah> hmm
[09:19:28] <hellyeah> :X
[09:19:35] <ngWalrus> I'm kidding
[09:19:37] <ngWalrus> go ahead
[09:19:43] <hellyeah> :) i realized
[09:20:24] <hellyeah> so i always need ng-app to make angular work right? So is it advantegaous to have ng-app in body tag?
[09:20:40] <zomg> hellyeah: you either need ng-app or angular.bootstrap
[09:20:53] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:21:01] <zomg> it probably makes sense to put the attribute (or call bootstrap on) whatever element is the outermost container of your app
[09:21:14] <zomg> which in most apps is body
[09:21:33] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[09:21:34] <hellyeah> ic
[09:21:41] <hellyeah> both do same thing right?
[09:22:08] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:22:43] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:23:00] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[09:24:31] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:24:31] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Ping timeout: 250 seconds)
[09:24:53] <heartburn> hellyeah: ng-app defines a scope of the application. basically it's like saying 'the angular stuff starts from here and down to the dom tree'
[09:24:54] *** erol <erol!~erol@AOrleans-656-1-192-175.w90-63.abo.wanadoo.fr> has joined #angularjs
[09:25:45] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:25:52] <heartburn> *starts here and goes down the dom tree
[09:26:06] *** sweb <sweb!~sweb@94.139.167.186> has joined #angularjs
[09:26:15] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:26:44] <hellyeah> ic
[09:26:53] <heartburn> hellyeah: ng-app also initializes on onContentLoad, angular.bootstrap is for manual initialisation.
[09:27:11] <hellyeah> the guy who made angular video write ng-app to html tag in the video
[09:27:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:27:55] <hellyeah> it may be better to put ng-app to html tag Yes?
[09:27:59] *** \du <\du!~xava\du@unaffiliated/xava> has joined #angularjs
[09:28:05] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:28:25] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Ping timeout: 250 seconds)
[09:28:27] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[09:29:14] <hellyeah> thanks for the answer
[09:29:15] <hellyeah> brb
[09:29:51] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:29:55] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:30:19] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[09:30:34] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[09:30:51] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has quit IRC (Quit: rickmak)
[09:31:40] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:31:47] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:31:51] <heartburn> holy fuck...
[09:32:14] *** mischat_ <mischat_!~mischat@5ec3af66.skybroadband.com> has quit IRC (Remote host closed the connection)
[09:33:00] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[09:33:30] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has joined #angularjs
[09:33:31] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Remote host closed the connection)
[09:33:54] *** plutoniix <plutoniix!~q@110.77.132.109> has joined #angularjs
[09:34:58] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[09:35:00] *** val_ <val_!~valere@195.66.82.9> has joined #angularjs
[09:35:00] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 258 seconds)
[09:35:20] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:35:24] *** drej <drej!~textual@unaffiliated/jedimind> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:35:52] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[09:36:09] <ngWalrus> fuggin microsoft
[09:36:15] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[09:37:09] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:37:11] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:38:23] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:ccaf:5348:5315:c92f> has quit IRC (Ping timeout: 250 seconds)
[09:38:29] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:38:36] *** ahhhhndi <ahhhhndi!~ahhhndi@82.119.183.35> has joined #angularjs
[09:38:40] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has quit IRC (Ping timeout: 250 seconds)
[09:39:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:39:46] *** cristatus <cristatus!~amit@43.239.144.68> has joined #angularjs
[09:39:49] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has joined #angularjs
[09:40:16] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:40:33] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[09:40:40] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[09:40:40] <heartburn> a package manager to search and install uselss shit directly from the useless repo. because there's never too much unnecessary overhead in your dev process.
[09:40:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:41:14] *** upstream <upstream!~upstream@unaffiliated/upstream> has joined #angularjs
[09:41:57] *** upstream <upstream!~upstream@unaffiliated/upstream> has left #angularjs
[09:42:19] <ngWalrus> hey check out my cool new stack
[09:42:35] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:42:35] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:42:36] <ngWalrus> I use npm, tsd, and bower as package managers
[09:42:50] <ngWalrus> and also gems
[09:43:02] <ngWalrus> because for some reason I also have RoR in my stack
[09:43:13] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has quit IRC (Ping timeout: 252 seconds)
[09:43:38] *** erol <erol!~erol@AOrleans-656-1-192-175.w90-63.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)
[09:43:44] <myghty> ngWalrus: ...
[09:43:50] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:44:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:44:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[09:44:39] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[09:44:49] *** unclechu <unclechu!~unclechu@94.77.143.73> has joined #angularjs
[09:44:50] <ngWalrus> it's important
[09:45:05] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has joined #angularjs
[09:45:54] <myghty> ngWalrus: don't feed the troll
[09:46:01] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:46:10] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:46:17] <heartburn> found a fanboy.
[09:46:42] <ngWalrus> how is this feeding the troll
[09:46:50] *** nocturne777 <nocturne777!~nocturne7@c-76-103-151-171.hsd1.ca.comcast.net> has quit IRC (Quit: Leaving)
[09:46:54] <ngWalrus> heartburn is a jolly fellow
[09:47:24] <heartburn> i am, when i don't have to deal with modern js tendencies.
[09:47:26] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:48:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:48:32] *** fees <fees!~fees_@d54C22E1C.access.telenet.be> has joined #angularjs
[09:49:15] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:49:41] *** cristatus <cristatus!~amit@43.239.144.68> has quit IRC (Quit: Leaving)
[09:49:50] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:49:50] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[09:50:19] *** comingsoontm_ is now known as comingsoontm
[09:50:20] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[09:51:09] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:51:14] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has joined #angularjs
[09:51:35] *** weyer_ <weyer_!~weyer@xdsl-87-78-157-16.netcologne.de> has joined #angularjs
[09:51:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:51:41] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Remote host closed the connection)
[09:52:27] *** icebox <icebox!5e5fe874@gateway/web/freenode/ip.94.95.232.116> has joined #angularjs
[09:52:41] *** weyer <weyer!~weyer@xdsl-84-44-134-194.netcologne.de> has quit IRC (Ping timeout: 240 seconds)
[09:52:51] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:52:53] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has joined #angularjs
[09:52:58] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 250 seconds)
[09:53:07] *** apparition <apparition!~apparitio@unaffiliated/apparition> has quit IRC (Quit: Bye)
[09:53:26] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:54:11] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has joined #angularjs
[09:54:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:55:11] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:56:22] *** \du <\du!~xava\du@unaffiliated/xava> has quit IRC (Read error: Connection reset by peer)
[09:56:32] *** \du <\du!~xava\du@unaffiliated/xava> has joined #angularjs
[09:56:53] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:57:01] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:58:12] *** rickmak_ <rickmak_!~rickmak@awork087116.netvigator.com> has joined #angularjs
[09:58:47] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[09:58:51] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[09:59:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[09:59:12] <ngWalrus> sometimes I wish I didn't need like 10 million packages to start a project
[09:59:57] *** g-n0m3 <g-n0m3!~sod@2404:130:0:1000:222:4dff:fe6b:7b5d> has joined #angularjs
[10:00:02] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:00:27] *** hellyeah <hellyeah!~kvirc@176.55.83.206> has quit IRC (Read error: Connection reset by peer)
[10:00:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:01:51] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:01:55] *** MattWelch <MattWelch!~MattWelch@cpe-107-15-131-156.nc.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[10:02:26] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:03:11] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Quit: Leaving)
[10:03:34] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has joined #angularjs
[10:03:42] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[10:04:04] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:04:11] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:04:13] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has quit IRC (Quit: Leaving)
[10:05:08] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has joined #angularjs
[10:05:27] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:05:36] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[10:06:01] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:06:24] *** hellyeah-Angular <hellyeah-Angular!~kvirc@176.55.74.168> has joined #angularjs
[10:07:03] *** corioliss <corioliss!uid11429@gateway/web/irccloud.com/x-rsqusqjlmbxzukfm> has quit IRC (Ping timeout: 264 seconds)
[10:07:31] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:07:35] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has quit IRC (Max SendQ exceeded)
[10:07:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:08:00] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has joined #angularjs
[10:08:02] *** realz <realz!~realz@unaffiliated/realazthat> has joined #angularjs
[10:08:10] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[10:08:24] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Read error: Connection reset by peer)
[10:08:37] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has quit IRC (Max SendQ exceeded)
[10:08:56] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[10:09:04] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has joined #angularjs
[10:09:16] *** SanSe_Ya <SanSe_Ya!~SanSe_Ya@37.red-88-1-40.dynamicip.rima-tde.net> has joined #angularjs
[10:09:27] *** SanSe_Ya <SanSe_Ya!~SanSe_Ya@37.red-88-1-40.dynamicip.rima-tde.net> has left #angularjs
[10:09:35] *** Fanaen <Fanaen!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has joined #angularjs
[10:09:37] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:09:39] *** corioliss <corioliss!uid11429@gateway/web/irccloud.com/x-srxpsjwhxanjzayu> has joined #angularjs
[10:09:53] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:10:04] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[10:10:49] *** Thorup <Thorup!~Thunderbi@80-62-116-87-mobile.dk.customer.tdc.net> has joined #angularjs
[10:11:07] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:11:26] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:12:11] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[10:12:58] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:13:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:13:42] *** arlekin <arlekin!~arlekin@ip-81-15-241-52.kampinostelco.pl> has joined #angularjs
[10:14:10] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[10:14:27] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:14:47] *** compeman <compeman!~compeman@94.54.54.220> has quit IRC (Ping timeout: 260 seconds)
[10:15:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:16:18] *** akkonrad <akkonrad!~akkonrad3@80-219-182-113.dclient.hispeed.ch> has joined #angularjs
[10:16:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:16:50] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:18:23] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:18:35] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:19:18] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[10:19:50] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:20:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:21:39] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:22:01] *** rickmak_ <rickmak_!~rickmak@awork087116.netvigator.com> has quit IRC (Quit: rickmak_)
[10:22:10] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:22:32] *** Lynxium <Lynxium!~Lynxium@bzq-84-109-128-19.red.bezeqint.net> has joined #angularjs
[10:23:18] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has quit IRC (Ping timeout: 250 seconds)
[10:24:00] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:24:05] *** shayla <shayla!~Murph@93-46-189-23.ip109.fastwebnet.it> has joined #angularjs
[10:24:13] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:24:35] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.245> has quit IRC (Ping timeout: 260 seconds)
[10:25:38] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:25:50] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:26:59] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[10:27:03] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:27:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:28:12] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has joined #angularjs
[10:29:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:29:26] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:29:31] <hellyeah-Angular> hmm
[10:29:44] <hellyeah-Angular> so we create module then a controller
[10:29:53] <hellyeah-Angular> and register controller to module we created
[10:30:05] <hellyeah-Angular> and we call this controller in html
[10:30:25] <hellyeah-Angular> html is viewer part js function is controller
[10:30:59] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:31:04] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[10:31:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:31:29] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[10:32:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:32:46] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[10:33:02] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:33:04] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[10:33:37] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[10:34:14] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:34:47] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:35:40] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has quit IRC (Ping timeout: 260 seconds)
[10:35:58] *** marr <marr!~ccc@dynamic-78-8-92-195.ssp.dialog.net.pl> has joined #angularjs
[10:36:10] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:36:16] <icebox> hellyeah-Angular: and the question is? :)
[10:36:35] *** mischat <mischat!~mischat@195.40.10.116> has joined #angularjs
[10:36:39] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[10:37:36] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[10:38:04] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[10:38:17] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.238> has joined #angularjs
[10:38:27] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:39:48] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has joined #angularjs
[10:40:12] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:40:19]
*** joshontheweb <joshontheweb!~joshonthe@183.89.28.230> has quit IRC (Quit: Textual IRC Client: http://www.textualapp.com/)
[10:40:20] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:40:25] *** qdk <qdk!~qdk@x1-6-a0-63-91-fb-46-ea.cpe.webspeed.dk> has quit IRC (Ping timeout: 252 seconds)
[10:40:57] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Remote host closed the connection)
[10:41:16] <m0ltar> Is it possible to decorate the same service twice? I'm using a module that decorates $log to improve it, but I also want to decorate $log myself to add remote logging.
[10:41:29] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:42:01] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:42:47] <icebox> m0ltar: sure... you may give a look at the source code of the link you suggested to see how to di it
[10:42:51] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[10:42:55] <icebox> m0ltar: *how to do it
[10:43:25] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.238> has quit IRC (Quit: WeeChat 1.4)
[10:43:29] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:43:40] <m0ltar> @icebox: I did look at the angular-logger source. It does decorate $log. But it seems like it overrides my decorators of $log.
[10:43:50] <m0ltar> That was my question. Is it possible to decorate the same thing twice?
[10:43:52] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:44:07] *** akakoudakis <akakoudakis!~akakoudak@97e4c43d.skybroadband.com> has joined #angularjs
[10:44:14] <icebox> m0ltar: I said it is possible
[10:45:05] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:45:16] <m0ltar> icebox : thanks, I will dig further then to try to figure this out.
[10:45:33] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[10:45:37] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:45:49] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has quit IRC (Remote host closed the connection)
[10:46:16] <m0ltar> I was trying to override ng's internal consoleLog method, but I guess angular-logger does something odd and I don't see where, as calls to consoleLog stop after ng-logger goes in effect
[10:46:21] <icebox> m0ltar: basically, when you decorate a function you are using another function to wrap the original one.. the result is a call of a call.. if you decorate it again... it is a call of a call of call... and so on
[10:46:26] *** moeabdol <moeabdol!~moeabdol@136.0.2.203> has joined #angularjs
[10:46:46] *** Thorup1 <Thorup1!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has joined #angularjs
[10:46:47] <m0ltar> icebox: yes that makes sense, I just wasn't sure if it did that. docs didn't really mention it
[10:46:53] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:46:57] <icebox> m0ltar: that is js :)
[10:46:57] <zomg> icebox: you need to read your pms :D
[10:47:05] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[10:47:07] <icebox> zomg: pms?
[10:47:11] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has joined #angularjs
[10:47:11] <zomg> private messages
[10:47:29] <icebox> zomg: when? because usually I cannot read them or I ignore them
[10:47:42] <zomg> I sent you one the other day :P
[10:47:47] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:47:55] *** phil23 <phil23!~filippo@78-134-17-190.v4.ngi.it> has joined #angularjs
[10:48:07] <icebox> zomg: ah... when I am at home... my client doesn't support private messages
[10:48:20] <zomg> what kind of terrible irc client are you using? :D
[10:48:25] *** Thorup <Thorup!~Thunderbi@80-62-116-87-mobile.dk.customer.tdc.net> has quit IRC (Ping timeout: 244 seconds)
[10:48:25] *** Thorup1 is now known as Thorup
[10:48:32] <icebox> zomg: :P for me it is ok :)
[10:48:39] <zomg> do they work now? :P
[10:48:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:48:43] <icebox> zomg: yes
[10:49:13] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[10:50:05] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[10:50:06] <myghty> icebox: haha :D I guess it is not your client ;)
[10:50:19] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[10:50:22] <icebox> myghty: correct :)
[10:50:38] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[10:50:48] <hellyeah-Angular> icebox: do i understand correct?
[10:51:02] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:51:17] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has quit IRC (Remote host closed the connection)
[10:51:46] <icebox> hellyeah-Angular: no... what is your question?
[10:52:11] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[10:52:19] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:52:25] *** Orka <Orka!56f9cf36@gateway/web/freenode/ip.86.249.207.54> has joined #angularjs
[10:52:34] <hellyeah-Angular> what does this error meean [$injector:modulerr]
[10:52:48] <myghty> some module is not loaded correctly
[10:52:52] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:53:03] <hellyeah-Angular> hmm
[10:53:03] <myghty> for $somereason
[10:53:19] *** vinzusama <vinzusama!~Vinzu@AClermont-Ferrand-652-1-140-31.w86-194.abo.wanadoo.fr> has joined #angularjs
[10:54:07] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:54:13] *** Orka <Orka!56f9cf36@gateway/web/freenode/ip.86.249.207.54> has quit IRC (Client Quit)
[10:54:34] *** Steven___ <Steven___!598e743a@gateway/web/freenode/ip.89.142.116.58> has joined #angularjs
[10:54:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:55:39] <Steven___> Hello guys, I'm new here. I have a question. If you had to choose between Angular 1 and Angular 2 which one would you learn and why?
[10:55:56] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:55:57] *** kakashiAL <kakashiAL!~kakashiAL@dhcp-wlce251094.zim.uni-duisburg-essen.de> has joined #angularjs
[10:55:58] *** Paladice <Paladice!~Paladice@mir31-7-78-242-217-206.fbx.proxad.net> has joined #angularjs
[10:56:27] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:56:31] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 244 seconds)
[10:56:42] <icebox> Steven___: it depends on your architecture, project timeframe, experience and skills of the team and so on :)
[10:56:56] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[10:57:03] *** SYMV3 <SYMV3!~SYMV3@p50889C3F.dip0.t-ipconnect.de> has joined #angularjs
[10:57:14] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[10:57:40] <Steven___> Well I'm kinda new to it, and I started learning Angular 1 and now I'm wondering if I should just skip to Angular 2 since it's the latest version
[10:57:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:57:58] <Steven___> because the two are completely different
[10:58:17] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[10:58:25] <Paladice> Because I have error 400 : bad request :/
[10:58:48]
*** hellyeah-Angular <hellyeah-Angular!~kvirc@176.55.74.168> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[10:59:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[10:59:40] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[10:59:43] <ngWalrus> Paladice you aren't forming the request correctly
[10:59:59] *** MattWelch <MattWelch!~MattWelch@cpe-107-15-131-156.nc.res.rr.com> has joined #angularjs
[11:00:07] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:00:15] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[11:00:29] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC (Remote host closed the connection)
[11:00:30] *** Steven___ <Steven___!598e743a@gateway/web/freenode/ip.89.142.116.58> has quit IRC (Quit: Page closed)
[11:00:32] <ngWalrus> for one if you want to send multiple params you should wrap them up in an object in the second parameter
[11:00:53] <ngWalrus> $http.post(url, data, config)
[11:01:21] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:01:27] *** sohail <sohail!~user@unaffiliated/sohail> has joined #angularjs
[11:01:57] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:02:05] <ngWalrus> right now you are sending clientId as the config object and it's messing up the whole request
[11:02:34] *** ferr <ferr!~ferr@81-7-68-230.static.zebra.lt> has joined #angularjs
[11:02:43] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[11:02:55] *** macstriker <macstriker!~Adium@89.207.93.215> has joined #angularjs
[11:03:11] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:03:40] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has quit IRC (Ping timeout: 260 seconds)
[11:03:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:04:22] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[11:04:48] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[11:04:57] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:05:27] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[11:05:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:05:34] *** compeman <compeman!~compeman@94.54.54.220> has joined #angularjs
[11:06:21] *** sohail <sohail!~user@unaffiliated/sohail> has quit IRC (Ping timeout: 250 seconds)
[11:06:37] *** DarkPsy <DarkPsy!d5a01417@gateway/web/freenode/ip.213.160.20.23> has joined #angularjs
[11:06:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Read error: Connection reset by peer)
[11:07:03] *** GEEGEEGEE2 <GEEGEEGEE2!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Quit: join #brit)
[11:07:19] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:07:19] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[11:07:20] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[11:07:43] <m0ltar> icebox: thanks!
[11:07:55] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[11:08:34] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:08:57] *** upstream <upstream!~upstream@unaffiliated/upstream> has joined #angularjs
[11:09:09] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:09:33] *** chilversc <chilversc!~chris@about/csharp/regular/KeeperOfTheSoul> has joined #angularjs
[11:09:48] *** k_ <k_!56624886@gateway/web/freenode/ip.86.98.72.134> has joined #angularjs
[11:09:56] *** SET001 <SET001!~SET@193.111.242.142> has joined #angularjs
[11:10:02] <k_> dad
[11:10:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:10:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:11:10] <chilversc> if I want to conditionally add a header to requests, and the value for the header comes from a promise result would that be a http intercepter on the request?
[11:11:34] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:12:05] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[11:12:44] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:13:36] *** upstream <upstream!~upstream@unaffiliated/upstream> has quit IRC (K-Lined)
[11:14:22] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[11:14:27] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[11:14:34] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:14:34] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:15:07] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Ping timeout: 244 seconds)
[11:15:51] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Read error: Connection reset by peer)
[11:16:02] <icebox> chilversc: I am afraid you need to make the request only that promise is resolved, otherwise you cannot use the value for the condition
[11:16:22] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:16:30] *** Ozd <Ozd!~Ozd@unaffiliated/ozd> has quit IRC (Ping timeout: 276 seconds)
[11:16:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Ping timeout: 250 seconds)
[11:17:03] *** mrkake <mrkake!~kake@209-6-195-29.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com> has quit IRC (Quit: ouch)
[11:17:38] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Remote host closed the connection)
[11:17:51] <icebox> chilversc: *only when that promise...
[11:18:00] *** noobsu <noobsu!~noobsu@x4e374d60.dyn.telefonica.de> has joined #angularjs
[11:18:13] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has joined #angularjs
[11:19:03] *** phil23 <phil23!~filippo@78-134-17-190.v4.ngi.it> has quit IRC (Ping timeout: 240 seconds)
[11:19:16] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[11:19:58] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:21:15] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:21:18] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[11:21:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:21:50] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:21:50] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[11:22:03] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 264 seconds)
[11:22:49] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:719c:2801:d0e0:b351> has quit IRC (Ping timeout: 250 seconds)
[11:23:03] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:23:35] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:24:11] *** mrkake <mrkake!~kake@209-6-195-29.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com> has joined #angularjs
[11:25:16] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:25:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:25:27] *** Nilay <Nilay!6f5df525@gateway/web/freenode/ip.111.93.245.37> has joined #angularjs
[11:25:35] <Nilay> Hi
[11:26:40] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:26:56] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:27:08] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[11:27:16] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:27:55] *** k_ <k_!56624886@gateway/web/freenode/ip.86.98.72.134> has quit IRC (Quit: Page closed)
[11:28:29] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:29:02] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:29:24] <miqid> Any Angular 2 folk around? I'm getting `reflect-metadata shim is required when using class decorators` thrown, but I've imported `reflect-metadata` as part of my vendor.ts. Any suggestions?
[11:29:43] <icebox> miqid: you need to load the js
[11:30:09] <icebox> miqid: npm install reflect-metadata :)
[11:30:28] <icebox> miqid: or you your preferred package manager
[11:30:30] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Remote host closed the connection)
[11:30:40] <miqid> icebox, I've already installed it as a devDependencies.
[11:30:42] <icebox> miqid: *you use your...
[11:30:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[11:31:04] <miqid> (Webpack by the way)
[11:31:06] <icebox> miqid: so... add your your index.html or in your build
[11:31:07] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:31:29] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[11:32:12] *** deviloperOO5 <deviloperOO5!b64a824a@gateway/web/freenode/ip.182.74.130.74> has joined #angularjs
[11:32:18] <miqid> I've got HtmlWebpackPlugin producing my `index.html`. Actually, I just noticed something, does the include order of polyfills matter?
[11:32:27] <miqid> It might be why I'm seeing this error thrown.
[11:32:36] <deviloperOO5> hey
[11:32:38] *** mariuscc <mariuscc!~mariuscc@79.112.39.249> has quit IRC (Ping timeout: 250 seconds)
[11:32:40] <icebox> miqid: yep... the order may matter
[11:32:43] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[11:33:01] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[11:33:01] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[11:33:08] <deviloperOO5> could any body plz answer my qstn
[11:33:08] <miqid> Alright, going to go have a looksie. Thanks anyway icebox.
[11:33:32] <icebox> miqid: you are welcome
[11:33:40] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[11:34:21] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[11:34:28] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[11:34:33] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[11:34:37] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[11:34:46] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has joined #angularjs
[11:34:53] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[11:35:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Ping timeout: 250 seconds)
[11:36:31] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 258 seconds)
[11:37:28] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: Quit: Quit: Quit: Quit)
[11:37:33] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:37:37] <icebox> deviloperOO5: I suggest to try that code using directly the json... when it works nice, you may load the definition from a json
[11:39:11] <icebox> deviloperOO5: anyway if you provide a plunker, we may give a look at it
[11:39:25] *** mariuscc <mariuscc!~mariuscc@86.124.177.162> has joined #angularjs
[11:39:29] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has quit IRC (Remote host closed the connection)
[11:39:31] <Nilay> Hey I am trying to use ng-if directives here in my code inside ng-repeat I don't know why it is not working properly
[11:39:54] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[11:39:55] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has quit IRC (Remote host closed the connection)
[11:40:13] <deviloperOO5> icebox as my requirement is to read the formly properties from the JSON file, yeah will try to set up a plunkr
[11:40:47] <chilversc> icebox: that's what I thought, though it seems the interceptor can return either a config, a promise<config>
[11:40:52] <icebox> deviloperOO5: I know you have that requirement.. but you need to divide and conquer the problem... :)
[11:41:07] *** agilman <agilman!~agilman@static-50-43-25-71.bvtn.or.frontiernet.net> has quit IRC (Ping timeout: 244 seconds)
[11:41:41] <deviloperOO5> icebox okay :)
[11:41:47] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[11:41:48] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:41:53] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[11:42:13] <miqid> Reporting back, my problem was indeed a chunking order problem.
[11:42:32] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[11:42:41] <miqid> My polyfills chunk should've been last in the list given to CommonsChunkPlugin.
[11:42:44] <icebox> miqid: nice catch
[11:42:51] <miqid> :-)
[11:42:57] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has joined #angularjs
[11:44:07] <icebox> Nilay: you may give a look at the devtools console... there are errors... please try to fix them and narrow the issue... that code is too much to highlight an issue with ng.-if using data loaded in a deferred way
[11:44:34] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has joined #angularjs
[11:44:56] <Nilay> <form novalidate class="simple-form"> <tr ng-repeat="x in names"> <div ng-if="x._id == 'id1'"> hello </div> <td> {{ x._name}} </td> <td ><input type="{{ x._id }}" name="{{ x._description }}" ng-model="user[x._name]"></td> </tr> <input type="submit" ng-click="update(user)" value="Save" /> </form>
[11:45:04] <icebox> Nilay: rule of thumb... if the plunker is longer a few lines of code, there is something wrong
[11:45:14] <icebox> Nilay: never paste the code in the channel, please
[11:45:20] <Nilay> Sorry
[11:45:29] <Nilay> By mistake I did that
[11:45:51] <Nilay> Here in test
[11:46:03] <Nilay> you can see the ng if directive inside ng-repeat
[11:46:29] <Nilay> I am trying to check if the value of x._id == 'id1' then display hello
[11:47:05] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[11:47:09] <icebox> Nilay: yep... it seems you are overriding the reference "names" with $scope.names = data; // this breaks the reference
[11:47:12] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[11:47:32] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[11:47:53] <Nilay> Everything is fine
[11:48:08] <Nilay> ng-if is not working is it wrong with my syntax
[11:48:26] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[11:48:49] <icebox> Nilay: nice
[11:48:58] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has joined #angularjs
[11:49:08] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has quit IRC (Max SendQ exceeded)
[11:49:09] <Nilay> Please see test file
[11:50:01] <icebox> Nilay: what for?
[11:50:21] <icebox> Nilay: what do you mean for test file?
[11:50:32] <Nilay> in plunker there is a test file
[11:51:04] <Nilay> there you can see what I am trying to do
[11:51:10] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has joined #angularjs
[11:51:19] <Nilay> <div ng-if="x._id == 'id1'"> hello </div>
[11:51:25] <Nilay> this is not working
[11:51:42] <icebox> Nilay: sorry I don't follow you... you said "Everything is fine"
[11:51:46] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:52:12] <Nilay> I have proble in this line which I pasted above
[11:52:17] <icebox> Nilay: if it doesn't work, see my suggestion above
[11:52:28] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[11:55:08] <Nilay> My problem is ng if is not working not even for simple codes like this <div ng-if="x == 2"> hello </div>
[11:55:20] <Nilay> is this syntax right or wwrong
[11:55:53] <icebox> Nilay: is this a new question?
[11:56:04] <Nilay> It is the same question
[11:56:09] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[11:56:12] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[11:56:22] <Nilay> but it is narrow down to the problem which I am facing
[11:56:33] <grug> Nilay: show us a plunker of that not working
[11:56:50] <icebox> Nilay: about your issue I gave you a suggestion above
[11:57:41] *** ootje <ootje!~ootje@82.196.2.243> has joined #angularjs
[11:58:21] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[11:58:37] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[11:59:01] *** Coldblackice <Coldblackice!~anonz@unaffiliated/coldblackice> has quit IRC (Ping timeout: 240 seconds)
[11:59:09] *** hellyeah <hellyeah!~kvirc@176.55.95.36> has joined #angularjs
[11:59:12] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has joined #angularjs
[12:00:04] <DarkPsy> Why would the controller be executing twice when I've only declared the controller once in the routes and nowhere else? For initialization I'm using ng-view
[12:00:27] <zomg> DarkPsy: when does it run again?
[12:00:32] <DarkPsy> the way my app bootstraps is via ng-app -> ng-view and routes
[12:00:35] <DarkPsy> always
[12:00:38] <grug> Nilay: you just linked a hello world
[12:00:42] <grug> which does work :P
[12:00:43] <zomg> DarkPsy: I mean what do you do when it runs again?
[12:00:55] <zomg> like does it run twice in the row at startup or something
[12:00:56] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[12:00:56] <DarkPsy> I open the page and it runs twice
[12:00:59] <zomg> hm
[12:01:14] <DarkPsy> I'm sharing the controller across views, because they differ slightly
[12:01:27] <zomg> well it's going to run once per view most likely
[12:01:27] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[12:01:36] <zomg> if you use ng-controller in several places it creates a different instance for each
[12:02:00] <Nilay> grug: see my syntax is it a right thing why it is not working
[12:02:04] <DarkPsy> Yeah but I don't load partials on that page, so it's a bit confusing
[12:02:27] <grug> Nilay: you linked to a plunker that has nothing to do with your problem - maybe double check the link you provided
[12:02:28] <DarkPsy> and I'm very careful with using ng-controller, so that isn't what's going on
[12:03:01] <DarkPsy> Common suggestion is using either ng-controller or Controller: controlleras in your routes
[12:03:18] <DarkPsy> which is how I have it setup,
[12:03:22] <Nilay> grug: The link which I shared now this is the problem
[12:03:40] <grug> Nilay: you literally linked to a hello world application - it works 100% fine.
[12:03:44] <Nilay> I am trying to understand ng if can I use this to compare
[12:04:00] <Nilay> <div ng-if="x == 2"> <h2>hello</h2> </div>
[12:04:06] <Nilay> this is not showing hello
[12:04:13] <Nilay> are you able to see
[12:04:15] <ngWalrus> do you have x bound to scope
[12:04:51] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:05:19] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:05:30] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has quit IRC (Ping timeout: 246 seconds)
[12:05:37] <ngWalrus> you should make a plunkr showcasing the issue too, if you want more accurate info
[12:05:43] <ngWalrus> also don't post code in irc
[12:06:03] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[12:06:33] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[12:08:20] *** noobsu <noobsu!~noobsu@x4e374d60.dyn.telefonica.de> has quit IRC ()
[12:08:37] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[12:08:43] *** soee_ <soee_!~soee@adrc219.neoplus.adsl.tpnet.pl> has joined #angularjs
[12:10:48] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:10:55] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:13:44] *** wrainbolt <wrainbolt!~wrainbolt@244.172.208.46.dyn.plus.net> has joined #angularjs
[12:14:45] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has joined #angularjs
[12:14:58] *** Foxandxss <Foxandxss!~textual@unaffiliated/foxandxss> has joined #angularjs
[12:15:33] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[12:15:33] <ngbot> angular.js/master ff0395f Andrew Schmadel: fix(ngMockE2E): allow $httpBackend.passThrough() to work when ngMock is loaded...
[12:15:33] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[12:15:37] *** dagert <dagert!~dagert@8ta-229-205-28.telkomadsl.co.za> has joined #angularjs
[12:16:07] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:16:09] *** ootje <ootje!~ootje@82.196.2.243> has quit IRC (Quit: Some thoughts have a certain sound)
[12:16:45] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:17:47] *** ootje <ootje!~ootje@82.196.2.243> has joined #angularjs
[12:18:02] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[12:18:18] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[12:18:26] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has joined #angularjs
[12:18:31] *** Daerist <Daerist!~Daerist@80.12.58.90> has quit IRC (Quit: Leaving)
[12:20:06] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:20:53] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:22:12] *** sanket <sanket!1b3a2cd3@gateway/web/freenode/ip.27.58.44.211> has joined #angularjs
[12:22:26] <sanket> hi
[12:22:46] <sanket> ho to apply put method in using params passing
[12:23:12] *** Xzanron <Xzanron!~Xzanron@87.213.46.130> has joined #angularjs
[12:23:29] <heartburn> what?
[12:24:09] <sanket> hey
[12:24:24] <sanket> i have a question, I want to apply put method
[12:24:29] <sanket> http put
[12:24:30] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[12:24:39] *** plutoniix <plutoniix!~q@110.77.132.109> has quit IRC (Quit: จรลี จรลา)
[12:25:04] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has quit IRC (Read error: Connection reset by peer)
[12:25:18] *** Xzanron <Xzanron!~Xzanron@87.213.46.130> has quit IRC (Client Quit)
[12:25:22] <grug> sanket: that's not a question
[12:25:35] <grug> nor is it a coherent statement
[12:25:35] <sanket> Wait
[12:25:37] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has joined #angularjs
[12:25:45] *** krusty_ar_ <krusty_ar_!~quassel@190.192.59.178> has joined #angularjs
[12:25:46] *** krusty_ar__ <krusty_ar__!~quassel@190.192.59.178> has joined #angularjs
[12:26:08] *** krusty_ar___ <krusty_ar___!~quassel@190.192.59.178> has joined #angularjs
[12:26:10] *** krusty_ar____ <krusty_ar____!~quassel@190.192.59.178> has joined #angularjs
[12:26:12] *** krusty_ar_____ <krusty_ar_____!~quassel@190.192.59.178> has joined #angularjs
[12:26:13] *** krusty_ar______ <krusty_ar______!~quassel@190.192.59.178> has joined #angularjs
[12:26:22] <sanket> I was apply http put , but it is not working?
[12:26:33] *** krusty_ar_______ <krusty_ar_______!~quassel@190.192.59.178> has joined #angularjs
[12:26:37] <sanket> Do you know any solution
[12:27:11] *** x2l2 <x2l2!uid143907@gateway/web/irccloud.com/x-kfqqahwdspyyubsp> has joined #angularjs
[12:27:14] *** krusty_ar______ <krusty_ar______!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar_ <krusty_ar_!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar___ <krusty_ar___!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar_______ <krusty_ar_______!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar__ <krusty_ar__!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:14] *** krusty_ar____ <krusty_ar____!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:15] *** krusty_ar_____ <krusty_ar_____!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[12:27:16] <sanket> $scope.editDrugtype = function (type,id,index) { var data ={ type: $scope.type, id:$scope.id }; $http.put('myAPIurl,config) .success(function (data, status, headers) { $scope.ServerResponse = data; }) };
[12:27:25] * grug headdesk
[12:27:59] <sanket> i wrote code from their itself(angular docs)
[12:28:17] <grug> so what's the problem?
[12:28:24] *** dagert <dagert!~dagert@8ta-229-205-28.telkomadsl.co.za> has quit IRC (Quit: Probably getting some more coffee.)
[12:29:12] <sanket> problem is i am not able to update existing data
[12:29:33] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:29:35] <sanket> is it right that i used var data={} fuction
[12:29:48] *** Xzanron <Xzanron!~Xzanron@87.213.46.130> has joined #angularjs
[12:29:55] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:30:05] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has joined #angularjs
[12:30:10] <sanket> Have you worked on http put purely in angular JS
[12:31:05] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[12:31:20] *** ngbot <ngbot!~ngbot@192.30.252.40> has joined #angularjs
[12:31:20] <ngbot> angular.js/v1.5.x 6685043 Andrew Schmadel: fix(ngMockE2E): allow $httpBackend.passThrough() to work when ngMock is loaded...
[12:31:20] *** ngbot <ngbot!~ngbot@192.30.252.40> has left #angularjs
[12:32:38] *** aslate <aslate!~aslate@195.89.19.142> has joined #angularjs
[12:32:53] *** dagert <dagert!~dagert@8ta-229-205-28.telkomadsl.co.za> has joined #angularjs
[12:35:25] *** soee_ <soee_!~soee@adrc219.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[12:35:54] *** soee <soee!~soee@adrc219.neoplus.adsl.tpnet.pl> has joined #angularjs
[12:36:07] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:36:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:36:40] *** DarkPsy <DarkPsy!d5a01417@gateway/web/freenode/ip.213.160.20.23> has quit IRC (Quit: Page closed)
[12:39:45] *** Udhay <Udhay!60f2af9d@gateway/web/freenode/ip.96.242.175.157> has joined #angularjs
[12:39:49] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[12:40:09] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[12:40:36] *** m_antis <m_antis!~m_antis@ool-43513ebf.dyn.optonline.net> has joined #angularjs
[12:43:01] <icebox> sanket: $scope.ServerResponse = data; // this breaks the reference... (and generally speaking don't paste the code in the channel, please)
[12:43:25] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:43:32] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has quit IRC (Ping timeout: 260 seconds)
[12:43:48] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8fpe7fgbun4we.ip6.access.telenet.be> has joined #angularjs
[12:44:08] <icebox> sanket: automagically angular applies a watcher on the objects in the scope... but if you replace that object, the watcher is on the old reference... and the template is not updated
[12:44:12] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:44:45] *** Udhay <Udhay!60f2af9d@gateway/web/freenode/ip.96.242.175.157> has quit IRC (Quit: Page closed)
[12:45:03] *** svycka <svycka!~vytautas@89.249.92.142> has quit IRC (Ping timeout: 240 seconds)
[12:45:06] <icebox> hellyeah: it depends on what you expect there :)
[12:45:32] <heartburn> hellyeah: nothing. that's working code, except for poor dependency injection.
[12:45:56] *** HomePC <HomePC!b16307cc@gateway/web/freenode/ip.177.99.7.204> has joined #angularjs
[12:45:57] <hellyeah> poor denedency injection what do myou mean
[12:46:04] <hellyeah> it is my first day with angular
[12:46:20] <HomePC> gu
[12:46:23] <HomePC> hi
[12:46:44] <heartburn> .controller('MyController'. [ '$scope', MyController ]); function MyController($scope) { /* stuff */ }
[12:47:12] <heartburn> hellyeah: this doesn't break the project when you uglify it ---^
[12:47:28] *** deviloperOO5 <deviloperOO5!b64a824a@gateway/web/freenode/ip.182.74.130.74> has quit IRC (Quit: Page closed)
[12:47:58] <sanket> icebox: what do you mean by it breaks the reference
[12:48:24] <icebox> sanket: I explained it above
[12:49:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[12:49:30] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[12:50:01] *** moeabdol <moeabdol!~moeabdol@136.0.2.203> has quit IRC (Ping timeout: 240 seconds)
[12:50:34] <hellyeah> i am sorry
[12:50:55] <hellyeah> i guess found the error
[12:51:00] <hellyeah> it is brackets error
[12:51:12] *** siba <siba!~textual@60.225.136.119> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[12:53:24] <heartburn> typo at #27, { instead of (
[12:53:28] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[12:54:45] <heartburn> also, try using ng-bind instead of {{}} it's cleaner and easier to work with.
[12:54:46] *** sunny_ <sunny_!2d7fc108@gateway/web/freenode/ip.45.127.193.8> has joined #angularjs
[12:55:00] <sunny_> are you there?
[12:55:19] <heartburn> 99.84777% sure.
[12:55:23] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has joined #angularjs
[12:55:24] <sunny_> hello
[12:55:35] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[12:55:35]
<ngbot> [angular.js] petebacondarwin pushed 2 new commits to master: https://git.io/voU3H
[12:55:35] <ngbot> angular.js/master 3ba8bb7 Peter Bacon Darwin: test(browserTrigger): support key events...
[12:55:35] <ngbot> angular.js/master c8bfbfc Peter Bacon Darwin: test(browserTrigger): allow event bubbling...
[12:55:35] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[12:55:39] <ngWalrus> d0gmata nice
[12:55:51] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[12:55:53] <sunny_> i need some help
[12:55:57] <sunny_> please help me
[12:56:01] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:9993:48a4:9b8:3694> has joined #angularjs
[12:56:34] <xzr> you should probably start by asking a question
[12:56:51] *** wafflejock <wafflejock!~wafflej0c@c-98-213-47-190.hsd1.il.comcast.net> has quit IRC (Ping timeout: 250 seconds)
[12:56:52] <Paladice> thanks ngWalrus for your response ;)
[12:56:54] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[12:56:57] <d0gmata> ngWalrus was a good exercise to understand directive priorities and the 'inner workings' of how angular does some things
[12:57:08] <sunny_> i want to get data from database without ajax
[12:57:44] *** ngbot <ngbot!~ngbot@192.30.252.40> has joined #angularjs
[12:57:44]
<ngbot> [angular.js] petebacondarwin pushed 2 new commits to v1.5.x: https://git.io/voUsT
[12:57:44] <ngbot> angular.js/v1.5.x b51fca1 Peter Bacon Darwin: test(browserTrigger): support key events...
[12:57:44] <ngbot> angular.js/v1.5.x e208d81 Peter Bacon Darwin: test(browserTrigger): allow event bubbling...
[12:57:44] *** ngbot <ngbot!~ngbot@192.30.252.40> has left #angularjs
[12:57:57] <sunny_> means my url run every 1 sec and get data from data base
[12:58:03] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 264 seconds)
[12:58:04] *** moeabdol <moeabdol!~moeabdol@136.0.2.203> has joined #angularjs
[12:58:56] <sunny_> i want to bulid notification proccess on my site using angural ja
[12:59:08] *** akkonrad <akkonrad!~akkonrad3@80-219-182-113.dclient.hispeed.ch> has quit IRC (Ping timeout: 244 seconds)
[12:59:12] <sunny_> what is proccess can please explain
[12:59:21] *** sunny_ <sunny_!2d7fc108@gateway/web/freenode/ip.45.127.193.8> has left #angularjs
[12:59:24] *** HomePC <HomePC!b16307cc@gateway/web/freenode/ip.177.99.7.204> has quit IRC (Quit: Page closed)
[12:59:31] <xzr> ohhh kay
[12:59:35] <heartburn> setInterval(function () {}, 1000);
[12:59:38] <heartburn> whatever works.
[12:59:45] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Ping timeout: 246 seconds)
[13:00:00] *** wafflejock <wafflejock!~wafflej0c@c-98-213-47-190.hsd1.il.comcast.net> has joined #angularjs
[13:00:14] <ngWalrus> lol what
[13:00:45] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:9993:48a4:9b8:3694> has quit IRC (Ping timeout: 250 seconds)
[13:00:48] <xzr> he left already
[13:01:27] <ngWalrus> how do I make website with angular please explain
[13:01:39] <heartburn> 1. you take angular
[13:01:44] <heartburn> 2. you make a site
[13:01:46] <heartburn> ez
[13:01:56] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[13:01:59] <ngWalrus> okay
[13:02:00] <xzr> +1 would ask again
[13:02:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[13:02:03] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[13:02:08] <pacak> ... 4 - profit!
[13:02:19] *** sohail <sohail!~user@unaffiliated/sohail> has joined #angularjs
[13:02:19] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[13:04:21] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has quit IRC (Ping timeout: 240 seconds)
[13:04:26] <icebox> 0. quit
[13:04:59] *** one_zero <one_zero!~one_zero@ip68-5-177-152.oc.oc.cox.net> has quit IRC ()
[13:05:35] <heartburn> sometime i wish i was never born.
[13:05:45] * heartburn is writin an ng1 app with ts.
[13:06:23] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 250 seconds)
[13:07:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[13:07:10] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[13:07:16] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:07:20] *** sohail <sohail!~user@unaffiliated/sohail> has quit IRC (Ping timeout: 260 seconds)
[13:07:25] *** wrainbolt <wrainbolt!~wrainbolt@244.172.208.46.dyn.plus.net> has quit IRC (Quit: leaving)
[13:07:26] *** liulanghan <liulanghan!~liulangha@183.220.47.155> has quit IRC (Quit: Leaving)
[13:10:26] <m0ltar> Super weird issue... I'm getting data from Google Place API into the mode. I can dump it into the template and see it using {{ ctrl.place.geometry.location }} so it shows JSON with lat/lng values. However, when I try get at the child values {{ ctrl.place.geometry.location.lat }} -- get blank!! how come?
[13:10:54] <zomg> m0ltar: how is the json structured?
[13:11:10] <zomg> ie. what does it look like when you use just location without the lat?
[13:11:15] <m0ltar> {"lat": 76.23423424234, "lng": ... }
[13:11:27] <zomg> hm, well that's certainly strange then..
[13:11:34] *** akkonrad <akkonrad!~akkonrad3@80-219-182-113.dclient.hispeed.ch> has joined #angularjs
[13:11:39] <m0ltar> yeah mind bogglng
[13:11:42] <zomg> if you log it what does it do?
[13:11:55] <zomg> could it be it's actually a JSON string and not an object?
[13:12:00] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Ping timeout: 260 seconds)
[13:12:17] <m0ltar> nah, it's Google Place API, why would they return a string? :)
[13:12:30] <zomg> Dunno, but can't think of any other reason why it wouldn't show
[13:13:05] *** m_antis <m_antis!~m_antis@ool-43513ebf.dyn.optonline.net> has quit IRC (Ping timeout: 244 seconds)
[13:13:15] <m0ltar> Here, I'm dumping gemetry node: {"location":{"lat":36.2682026,"lng":-82.86009179999996}}
[13:14:03] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[13:14:05] *** Rodya_ <Rodya_!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has joined #angularjs
[13:14:40] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:14:49] <heartburn> m0ltar: can you share the code?
[13:14:55] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[13:15:39] <m0ltar> as in the demo, with that one line to get the data into the model
[13:15:46] <m0ltar> then i dump it using {{ }} and that's it
[13:15:51] <m0ltar> nothing fancy
[13:16:39] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Remote host closed the connection)
[13:17:08] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[13:17:14] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[13:17:20] *** tilen <tilen!~Tilen@usrs.rcikt.net> has joined #angularjs
[13:18:08] *** trinaldi <trinaldi!~note1zaez@unaffiliated/trinaldi> has joined #angularjs
[13:18:09] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Read error: Connection reset by peer)
[13:18:09] *** jlebrech_ <jlebrech_!~jlebrech@109.109.143.238> has joined #angularjs
[13:18:15] <icebox> m0ltar: "Use the documented properties, they will not change. geometry.location is a google.maps.LatLng object, the documented methods are: lat() number Returns the latitude in degrees. lng() number Returns the longitude in degrees."
[13:18:58] <icebox> m0ltar: try to use method insted of directly the property
[13:19:06] <trinaldi> Hi, I'm just starting Angular and I'm wondering if there's a tutorial on Login to an API? I can't find a decent one.
[13:20:51] <trinaldi> Thanks, icebox. JWT is the way to go? I already created the frontend to my app and now I'm adding the functionality. What about ngResources?
[13:20:58] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 250 seconds)
[13:20:59] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[13:21:14] <icebox> trinaldi: login process depends on your architecture and backend
[13:21:26] <icebox> trinaldi: angular is agnostic
[13:21:27] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[13:21:54] <trinaldi> The back end is written in Ruby (Spree Commerce to be more specific).
[13:22:04] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:22:15] <m0ltar> icebox: where did you get that from?
[13:22:34] <icebox> trinaldi: ok... angular is agnostic about login process and backend :)
[13:22:44] *** jlebrech_ <jlebrech_!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 244 seconds)
[13:22:59] <trinaldi> From what I gathered it's just a POST to a route with the email and password.
[13:23:02] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[13:23:02] <m0ltar> But I'm using an angular wrapper
[13:23:16] <m0ltar> I think it returns something else
[13:23:19] <trinaldi> I see, thanks icebox
[13:23:27] <m0ltar> icebox: I can see the data!
[13:23:30] <m0ltar> I just can't get at it
[13:23:31] *** Raghu <Raghu!dce34bda@gateway/web/freenode/ip.220.227.75.218> has joined #angularjs
[13:23:37] <Raghu> Help
[13:23:40] <m0ltar> If I dump it to json at the parent node, I can see it
[13:23:45] *** qdk <qdk!~qdk@0190102301.0.fullrate.ninja> has joined #angularjs
[13:23:46] <m0ltar> But if I try to access it, I get blank
[13:23:53] *** iraj <iraj!~iraj___@91.107.180.24> has joined #angularjs
[13:23:54] *** iraj <iraj!~iraj___@91.107.180.24> has quit IRC (Changing host)
[13:23:54] *** iraj <iraj!~iraj___@unaffiliated/iraj> has joined #angularjs
[13:24:05] <Raghu> I dynamically loading js which as having angular js controller
[13:24:07] <icebox> m0ltar: I know... but we asked a plunker reproducing the issue
[13:24:38] <Raghu> i'm not able get the variables and function associated with that
[13:25:33] <icebox> m0ltar: guessing without a plunker :)
[13:25:50] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 244 seconds)
[13:26:00] <Raghu> HELP/
[13:26:30] *** hellyeah <hellyeah!~kvirc@176.55.95.36> has quit IRC (Ping timeout: 276 seconds)
[13:27:38] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:27:39] <m0ltar> Well, shit, that does work.
[13:27:41] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 258 seconds)
[13:27:41] <m0ltar> Me no understand
[13:27:43] <m0ltar> with the method that is
[13:27:45] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[13:27:49] <icebox> m0ltar: nice
[13:27:50] <m0ltar> How's that possible??
[13:27:58] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[13:28:20] <m0ltar> Is it angualr serializing something funny and making me think that the data is there while it is not
[13:28:21] <m0ltar> ?
[13:28:31] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[13:29:24] <icebox> m0ltar: I am afraid it is not due to angular... I suppose you saw an artifact, unless you watchet it in devtools
[13:30:49] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[13:31:17] <m0ltar> icebox: I was just writing it out in the template like so {{ location.lat }}
[13:31:41] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has joined #angularjs
[13:31:42] <m0ltar> I'm able to see {{ location }} and it will show JSON output with lat/lng there, btu when trying to get at lat get blank
[13:31:59] <heartburn> m0ltar: what does {{ typeof location.lat }} say?
[13:32:42] <heartburn> or, even better, console.log(location.lat);
[13:32:45] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has joined #angularjs
[13:33:09] <heartburn> or a breakpoint in the debugger.
[13:33:22] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has joined #angularjs
[13:33:33] *** svycka <svycka!~vytautas@89.249.92.142> has joined #angularjs
[13:33:41] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[13:34:13] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[13:34:32] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[13:34:58] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has quit IRC (Ping timeout: 272 seconds)
[13:35:07] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has joined #angularjs
[13:36:17] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:fc9e:53c:8ee2:6ca6> has quit IRC (Ping timeout: 250 seconds)
[13:36:50] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[13:37:27] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[13:38:21] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[13:38:31] *** ang123 <ang123!c20bfe84@gateway/web/freenode/ip.194.11.254.132> has joined #angularjs
[13:38:34] <Raghu> anyone tell what might be the problem?
[13:38:53] <ang123> hello,
[13:38:57] <ang123> i'm new here
[13:39:02] <Raghu> we can't load dynamic js for angular controller
[13:39:12] *** ang123 <ang123!c20bfe84@gateway/web/freenode/ip.194.11.254.132> has quit IRC (Client Quit)
[13:39:29] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[13:39:34] <Raghu> please can anyone help on this issue
[13:39:49] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[13:40:40] <Raghu> icebox i've update in plunker can u check once
[13:41:03] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[13:41:12] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:42:02] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[13:42:10] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[13:42:28] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[13:42:29] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has joined #angularjs
[13:42:44] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[13:42:48] *** hellyeah-Angular <hellyeah-Angular!~kvirc@176.55.55.54> has joined #angularjs
[13:44:00] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[13:44:43] *** vrockai <vrockai!~vrockai@ip-89-102-10-111.net.upcbroadband.cz> has joined #angularjs
[13:47:02] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has joined #angularjs
[13:47:07] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has quit IRC (Ping timeout: 250 seconds)
[13:47:12] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[13:47:40] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[13:48:11] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[13:48:24] *** ninkotech <ninkotech!~duplo@static-84-242-87-186.net.upcbroadband.cz> has joined #angularjs
[13:48:36] *** ocx32 <ocx32!~ocx32@37.209.253.149> has quit IRC (Ping timeout: 276 seconds)
[13:48:39] *** sohail <sohail!~user@unaffiliated/sohail> has joined #angularjs
[13:51:22] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[13:52:54] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[13:53:36] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[13:53:52] *** far <far!403edb99@gateway/web/freenode/ip.64.62.219.153> has joined #angularjs
[13:54:03] *** far <far!403edb99@gateway/web/freenode/ip.64.62.219.153> has quit IRC (Client Quit)
[13:54:35] *** Bish <Bish!~arne@b2b-78-94-21-226.unitymedia.biz> has quit IRC (Ping timeout: 260 seconds)
[13:55:30] *** rickmak <rickmak!~rickmak@awork087116.netvigator.com> has quit IRC (Quit: rickmak)
[13:56:03] *** ocx32 <ocx32!~ocx32@37.209.253.149> has joined #angularjs
[13:57:31] *** bbankes <bbankes!~bbankes@2601:680:c401:6d8a:7d05:135e:e843:562a> has quit IRC (Ping timeout: 250 seconds)
[14:00:01] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[14:00:21] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[14:00:43] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[14:01:59] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:02:09] *** shiriru <shiriru!~shiriru@213.91.236.225> has joined #angularjs
[14:02:11] *** senayar <senayar!~senayar@nat-hoche.poliris.net> has joined #angularjs
[14:02:11] *** senayar <senayar!~senayar@nat-hoche.poliris.net> has quit IRC (Changing host)
[14:02:11] *** senayar <senayar!~senayar@unaffiliated/senayar> has joined #angularjs
[14:02:11] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has joined #angularjs
[14:02:15] *** ocx32 <ocx32!~ocx32@37.209.253.149> has quit IRC (Ping timeout: 276 seconds)
[14:02:15] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has quit IRC (Ping timeout: 264 seconds)
[14:02:19] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has quit IRC (Read error: Connection reset by peer)
[14:03:14] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[14:04:21] *** cosmo1t <cosmo1t!montenis@unaffiliated/cosmo1t> has quit IRC (Ping timeout: 240 seconds)
[14:04:42] *** spaceonline <spaceonline!~spaceonli@189-107-172-93.user.veloxzone.com.br> has joined #angularjs
[14:05:21] *** m13 <m13!~quassel@188.116.38.80> has quit IRC (Read error: Connection reset by peer)
[14:05:23] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[14:05:38] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has joined #angularjs
[14:06:24] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has quit IRC (Ping timeout: 258 seconds)
[14:06:27] *** malps13 <malps13!~quassel@188.116.38.80> has joined #angularjs
[14:06:31] *** Nilay <Nilay!6f5df525@gateway/web/freenode/ip.111.93.245.37> has quit IRC (Quit: Page closed)
[14:06:36] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:06:38] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[14:06:55] *** sanket <sanket!1b3a2cd3@gateway/web/freenode/ip.27.58.44.211> has quit IRC (Quit: Page closed)
[14:08:06] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[14:09:27] *** Arjun_ <Arjun_!3d00eb02@gateway/web/freenode/ip.61.0.235.2> has joined #angularjs
[14:10:17] *** cosmo1t <cosmo1t!montenis@cosmo.2y.net> has joined #angularjs
[14:10:17] *** cosmo1t <cosmo1t!montenis@cosmo.2y.net> has quit IRC (Changing host)
[14:10:17] *** cosmo1t <cosmo1t!montenis@unaffiliated/cosmo1t> has joined #angularjs
[14:10:38] <Arjun_> hi
[14:11:32] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has joined #angularjs
[14:12:05] <Paladice> thanks in advance :) for your help
[14:12:40] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC (Remote host closed the connection)
[14:12:45] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:13:03] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[14:13:57] *** Arjun_ <Arjun_!3d00eb02@gateway/web/freenode/ip.61.0.235.2> has left #angularjs
[14:15:14] *** tutupointu <tutupointu!91eaf164@gateway/web/freenode/ip.145.234.241.100> has joined #angularjs
[14:16:22] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[14:17:02] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Client Quit)
[14:17:05] <Paladice> It's ok it's ok :) i forget my controller in my HTML code ;) thanks ;)
[14:17:57] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[14:18:18] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:18:21] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[14:19:17] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[14:24:05] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:24:29] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[14:25:03] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has quit IRC (Ping timeout: 240 seconds)
[14:25:41] *** erol <erol!~erol@ANantes-658-1-87-77.w90-25.abo.wanadoo.fr> has joined #angularjs
[14:26:58] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Remote host closed the connection)
[14:28:24] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[14:28:24] <ngbot> angular.js/master 6ec775e Peter Bacon Darwin: test(browserTrigger): fix typo in eventData property
[14:28:24] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[14:28:38] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[14:28:39] <ngbot> angular.js/v1.5.x f05ffd9 Peter Bacon Darwin: test(browserTrigger): fix typo in eventData property
[14:28:39] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[14:29:21] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[14:29:26] *** wd40s <wd40s!~wd40s@24-148-76-49.c3-0.lem-ubr2.chi-lem.il.cable.rcn.com> has joined #angularjs
[14:30:21] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[14:30:27] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:30:39] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[14:30:40] <ngbot> angular.js/master 86aff73 Martin Staffa: docs(ngComponentRouter): add deprecation notice and better install notes...
[14:30:40] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[14:30:54] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[14:30:55] <ngbot> angular.js/v1.5.x c10dba1 Martin Staffa: docs(ngComponentRouter): add deprecation notice and better install notes...
[14:30:55] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[14:31:14] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has quit IRC (Quit: Computer has gone to sleep.)
[14:31:25] *** mischat_ <mischat_!~mischat@195.40.10.116> has joined #angularjs
[14:31:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:31:41] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[14:33:33] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Ping timeout: 246 seconds)
[14:34:33] *** mischat <mischat!~mischat@195.40.10.116> has quit IRC (Ping timeout: 240 seconds)
[14:34:46] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[14:35:54] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[14:35:55] <ngbot> angular.js/master 4ee5717 Peter Bacon Darwin: docs(tutorial/step-9): fix typo
[14:35:55] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[14:36:05] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:36:07] *** fedenunez <fedenunez!~fede@r167-60-82-192.dialup.adsl.anteldata.net.uy> has joined #angularjs
[14:36:07] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:37:00] *** diegoaguilar <diegoaguilar!~diegoagui@187-163-194-96.static.axtel.net> has joined #angularjs
[14:38:21]
*** jdolan <jdolan!~jdolan@2001:4800:7817:101:be76:4eff:fe05:2412> has quit IRC (Quit: ZNC - http://znc.in)
[14:38:37] *** ngbot <ngbot!~ngbot@192.30.252.42> has joined #angularjs
[14:38:37] <ngbot> angular.js/v1.5.x cefcc46 Peter Bacon Darwin: docs(tutorial/step-9): fix typo
[14:38:37] *** ngbot <ngbot!~ngbot@192.30.252.42> has left #angularjs
[14:39:53] *** unclechu <unclechu!~unclechu@94.77.143.73> has quit IRC (Quit: Leaving)
[14:41:16] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:41:25] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:43:29] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has joined #angularjs
[14:43:51] *** sobek_ <sobek_!4e080a52@gateway/web/freenode/ip.78.8.10.82> has joined #angularjs
[14:45:35] <ngWalrus> !commands
[14:47:46] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:47:55] *** moeabdol <moeabdol!~moeabdol@136.0.2.203> has quit IRC (Ping timeout: 252 seconds)
[14:48:41] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:48:50] *** PrinceAMD <PrinceAMD!~grizzly_b@unaffiliated/princeamd> has joined #angularjs
[14:50:11] *** unclechu <unclechu!~unclechu@94.77.143.73> has joined #angularjs
[14:50:37] *** bbankes <bbankes!~bbankes@2601:680:c401:6d8a:3806:14fc:3138:f7e2> has joined #angularjs
[14:51:49] *** ngbot <ngbot!~ngbot@192.30.252.40> has joined #angularjs
[14:51:49] <ngbot> angular.js/master b9ac336 Guillaume Salles: fix($location) : initialize `$$absUrl` to empty string...
[14:51:49] *** ngbot <ngbot!~ngbot@192.30.252.40> has left #angularjs
[14:52:40] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[14:52:40] <ngbot> angular.js/v1.5.x 294d679 Guillaume Salles: fix($location) : initialize `$$absUrl` to empty string...
[14:52:40] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[14:53:01] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[14:53:33] *** fedenunez <fedenunez!~fede@r167-60-82-192.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 240 seconds)
[14:53:43] *** walden|afk is now known as walden
[14:53:50] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[14:54:04] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[14:54:04] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[14:55:03] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has quit IRC (Quit: WeeChat 1.2)
[14:58:42] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[14:58:48] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 276 seconds)
[14:59:20] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Ping timeout: 250 seconds)
[14:59:29] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:00:12] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[15:00:22] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:00:27] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has joined #angularjs
[15:00:38] *** BadApe <BadApe!~BadApe@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has joined #angularjs
[15:00:54] *** WhatTheDilly <WhatTheDilly!~Zombies@162-235-63-183.lightspeed.rcsntx.sbcglobal.net> has left #angularjs
[15:00:56] *** spaceonl_ <spaceonl_!~spaceonli@189-107-230-132.user.veloxzone.com.br> has joined #angularjs
[15:01:36] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 258 seconds)
[15:01:43] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[15:02:39] <chilversc> how can I create a http injector that also uses the http service?
[15:03:20] <chilversc> when I try to declare it I just get a circular dependency error
[15:03:21] *** spaceonline <spaceonline!~spaceonli@189-107-172-93.user.veloxzone.com.br> has quit IRC (Ping timeout: 276 seconds)
[15:03:43] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[15:03:55] <ngWalrus> !xyproblem
[15:04:13] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[15:04:27] <icebox> chilversc: no :) do you need it in a config block?
[15:04:39] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:05:01] *** Rodya_ <Rodya_!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[15:05:06] <chilversc> I have a http injector that modifies the outgoing request, that injector needs to fetch that data from a url
[15:05:56] <icebox> chilversc: I think, http interceptor... not injector
[15:05:58] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:05:58] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 250 seconds)
[15:06:04] <chilversc> sorry, yes, interceptor
[15:06:52] <icebox> chilversc: I think you can't
[15:07:41] <icebox> chilversc: not sure... but interceptors live in a config block... and you can't use service (like $http) in that block
[15:08:20] *** Daerist <Daerist!~Daerist@wifi-eduroam-trans.univ-tlse3.fr> has joined #angularjs
[15:08:28] <icebox> chilversc: I suppose there is an hack... :) using "fetch" :)
[15:08:33] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[15:08:37] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[15:08:47] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[15:08:54] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[15:09:00] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:09:35] <ngWalrus> I'd probably move that outgoing request modifier in to a service or factory
[15:09:40] <icebox> chilversc: fetch("/myJsonConfig").then(function (response) {...
[15:11:11] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[15:11:27] *** spaceonl_ <spaceonl_!~spaceonli@189-107-230-132.user.veloxzone.com.br> has quit IRC ()
[15:11:34] <icebox> chilversc: maybe the best option is using the "resolve" feature of the main view
[15:11:50] *** hellyeah-Angular <hellyeah-Angular!~kvirc@176.55.55.54> has quit IRC (Read error: Connection reset by peer)
[15:12:00] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[15:12:21] <icebox> chilversc: and there you may follow ngWalrus's suggestion
[15:12:36] *** prophesi <prophesi!~Adium@host-68-169-169-183.VABOLT2.epbfi.com> has joined #angularjs
[15:12:53] *** rho <rho!~rho@drupal.org/user/114058/view> has joined #angularjs
[15:13:44] <icebox> chilversc: hope those help
[15:14:55] <chilversc> sometimes I do find this whole services being singletons annoying, it would be nice to create different instances of $http (with different interceptors)
[15:15:58] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[15:16:03] *** SET002 <SET002!~SET@193.111.242.91> has joined #angularjs
[15:16:48] <chilversc> icebox: yeah, that looks similar to an SO post I just saw as well, using $injector.get
[15:17:25] <icebox> chilversc: $injector works only if the service has not deps... it is not the case of $http
[15:18:05] *** arlekin <arlekin!~arlekin@ip-81-15-241-52.kampinostelco.pl> has quit IRC (Quit: WeeChat 1.4)
[15:19:17] *** SET001 <SET001!~SET@193.111.242.142> has quit IRC (Ping timeout: 260 seconds)
[15:19:39] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[15:19:54] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has joined #angularjs
[15:20:21] <chilversc> icebox: how so?
[15:20:37] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:21:27] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[15:21:30] *** prophesi <prophesi!~Adium@host-68-169-169-183.VABOLT2.epbfi.com> has left #angularjs
[15:21:30] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 260 seconds)
[15:21:46] *** prophesi <prophesi!~Adium@host-68-169-169-183.VABOLT2.epbfi.com> has joined #angularjs
[15:21:58] *** hellyeah <hellyeah!~kvirc@176.55.58.50> has joined #angularjs
[15:22:16] <icebox> chilversc: for the same reason you cannot inject services in the config block... you cannot be sure if they are initialized correctly due to the lifecycle of the components
[15:22:22] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[15:22:41] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has quit IRC (Ping timeout: 258 seconds)
[15:23:07] <chilversc> they should be, since I'll be using $injector.get in the service's function, so after run
[15:23:30] *** wd40s <wd40s!~wd40s@24-148-76-49.c3-0.lem-ubr2.chi-lem.il.cable.rcn.com> has quit IRC (Ping timeout: 276 seconds)
[15:23:31] *** buzzedword <buzzedword!~buzzedwor@69.12.26.126> has joined #angularjs
[15:23:31] <chilversc> my use case is pretty similar to the Session Recover case in tha last example, only I know before I make the request if it will fail or not
[15:23:35] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[15:23:40] *** buzzedword <buzzedword!~buzzedwor@69.12.26.126> has left #angularjs
[15:24:12] <hellyeah> Angular2 is not related at all with angular 1?
[15:24:22] <Foxandxss> depend on "at all" means
[15:24:30] *** ChanServ sets mode: +o Foxandxss
[15:24:49] <chilversc> though it would be great if I could create 2 instances of $http, is there any way to do that?
[15:24:54] <hellyeah> Angular 2 is totally new and different
[15:25:00] <chilversc> as then I could have $http in different configurations
[15:25:40] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has joined #angularjs
[15:25:54] <Foxandxss> hellyeah you could say so
[15:25:54] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:26:17] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:26:30] <hellyeah> hmm does it make sense to learn angular 1?
[15:26:55] <Foxandxss> Angular 2 is around the corner, but not here yet
[15:27:03] <hellyeah> actually i heard company will start using angular 2 after one year
[15:27:10] <chilversc> for that the answer is, "it depends", I mean it can still make sense to learn cobol for some industries
[15:27:27] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has quit IRC (Ping timeout: 260 seconds)
[15:27:33] <Foxandxss> companies are not going to abandon ng1 anytime soon
[15:27:34] *** \du <\du!~xava\du@unaffiliated/xava> has quit IRC (Read error: Connection reset by peer)
[15:27:42] <Foxandxss> migrating is not any cheap
[15:28:07] *** \du <\du!~xava\du@unaffiliated/xava> has joined #angularjs
[15:28:14] <icebox> chilversc: well... I don't know if it is feasible... I think it is not
[15:28:15] *** anjumkaiser <anjumkaiser!~anjumkais@202.142.188.106> has quit IRC (Quit: Leaving.)
[15:28:30] *** bbankes <bbankes!~bbankes@2601:680:c401:6d8a:3806:14fc:3138:f7e2> has quit IRC (Ping timeout: 250 seconds)
[15:28:32] <hellyeah> they have to write everything again thats why it isnt cheap?
[15:28:45] <icebox> Foxandxss: hey... is yours webpack introduction? :)
[15:29:25] <Foxandxss> hellyeah: or migrate the current solution, that ain't cheap either
[15:29:28] <Foxandxss> icebox: you mean if I wrote it?
[15:29:35] <icebox> Foxandxss: yep
[15:29:42] <Foxandxss> yes, I did
[15:29:49] <icebox> Foxandxss: nice one... thanks
[15:30:18] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Quit: Leaving)
[15:30:33] <chilversc> icebox: it just seems odd then that $http has defaults for things like headers, which are going to be service dependent
[15:30:33] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[15:30:45] <chilversc> if I have service A & B, I want different default headers for each service
[15:30:52] <chilversc> and different interceptors
[15:31:41] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[15:31:51] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has joined #angularjs
[15:31:55] <icebox> chilversc: well... usually frontend talks with one backend, generally speaking
[15:32:18] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:32:50] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:32:52] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has joined #angularjs
[15:32:55] <chilversc> icebox: right up until you want to make an ajax request to twitter and it runs all your logic for your backend api on the request
[15:32:55] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[15:33:55] <icebox> chilversc: it depends on the design... frontend -> api -> backend -> different resources (twitter, backend 2, backend 3, ...)
[15:34:10] <chilversc> icebox: another case where I'd have 2 backends would be using something like mapbox or google maps
[15:34:26] <Raghu> Help
[15:34:33] <chilversc> and requests to those services I'd want to go direct to their server rather than proxying them through mine
[15:34:39] <Raghu> i'm facing same problem
[15:35:10] <Raghu> but i could not able to get the solution from that
[15:35:22] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[15:35:37] *** zorph <zorph!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 260 seconds)
[15:35:42] <Raghu> help
[15:35:45] *** encryptd_fractal <encryptd_fractal!~encryptd_@50-203-59-198-static.hfc.comcastbusiness.net> has joined #angularjs
[15:35:50] <icebox> chilversc: charging the frontend? I suppose it is opinionated :)
[15:35:53] *** devians_ <devians_!~devians@gateway/vpn/privateinternetaccess/devians> has joined #angularjs
[15:36:04] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[15:36:14] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[15:36:41] <icebox> Raghu: what is your aim? loading an external script?
[15:37:58] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has quit IRC (Quit: Leaving)
[15:38:03] *** devians <devians!~devians@29.33.96.58.static.exetel.com.au> has quit IRC (Ping timeout: 240 seconds)
[15:38:15] <Paladice> re-hello :) can I send a Date with $http or I must to send a String and convert it into Date on my server ?
[15:38:33] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[15:38:40] <chilversc> Paladice: I'd always format it to a string before sending
[15:39:02] <Paladice> chilversc, thanks :)
[15:39:23] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:39:41] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[15:39:45] <icebox> Raghu: generally speaking, the code you wrote is an anti pattern :)
[15:39:46] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:40:01] <chilversc> icebox: which suggests something similar to $resource, maybe the http provider should have something like that to allow creating different $https that have their own default config and interceptor list
[15:40:22] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 272 seconds)
[15:40:22] <Foxandxss> icebox: people keep trying to do that, since the fire was discovered
[15:40:43] *** kakashiAL <kakashiAL!~kakashiAL@dhcp-wlce251094.zim.uni-duisburg-essen.de> has quit IRC (Ping timeout: 252 seconds)
[15:40:48] <chilversc> the config defaults would be simple enough to write as a wrapper around $http, not sure how I would do the interceptors though
[15:40:49] <icebox> Foxandxss: agreed... but that is asking for troubles, you know
[15:41:20] <chilversc> I don't see any 'per-request' interceptor mechanisim
[15:41:29] *** arete74 <arete74!~arete74@93-61-50-58.ip145.fastwebnet.it> has joined #angularjs
[15:41:59] *** arete74 <arete74!~arete74@93-61-50-58.ip145.fastwebnet.it> has quit IRC (Client Quit)
[15:42:00] <chilversc> though I suppose I could add a custom interceptor that checked the config for a request specific interceptor array
[15:42:09] *** arete74 <arete74!~arete74@93-61-50-58.ip145.fastwebnet.it> has joined #angularjs
[15:42:17] *** arete74 <arete74!~arete74@93-61-50-58.ip145.fastwebnet.it> has left #angularjs
[15:42:18] *** lmoe <lmoe!~lmoe@p4FFD9EAE.dip0.t-ipconnect.de> has joined #angularjs
[15:42:19] *** davlefou_ <davlefou_!~davlefou@197.15.211.118> has joined #angularjs
[15:42:38] *** sobek_ <sobek_!4e080a52@gateway/web/freenode/ip.78.8.10.82> has quit IRC (Quit: Page closed)
[15:43:12] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has joined #angularjs
[15:43:59] <icebox> Raghu: you should use another approach, like routing and maybe lazy loading
[15:44:11] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[15:44:19] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[15:44:32] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:44:50] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:44:51] *** davlefou <davlefou!~davlefou@unaffiliated/davlefou> has quit IRC (Ping timeout: 264 seconds)
[15:45:48] <Raghu> lazy loading?
[15:45:53] <Raghu> ice box
[15:46:18] *** davi_ <davi_!~davi@198.199.92.152> has joined #angularjs
[15:46:42] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 260 seconds)
[15:46:47] <Raghu> my requirement is i want load different controllers based on request
[15:47:11] <icebox> Raghu: it is called routing :)
[15:47:44] <Raghu> i have 45 js files which contains different controllers
[15:47:59] *** Thorup <Thorup!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has quit IRC (Read error: Connection reset by peer)
[15:48:06] <Raghu> for dashboard i required only 3 js or controllers
[15:48:15] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: Quit: Quit: Quit: Quit)
[15:48:36] <icebox> Raghu: sure.. you need to use a build workflow to creare a deploy version of the app... then you can use the routing to load your views (with the related controllers) on demand
[15:48:42] <Raghu> after every request i want load the other js files
[15:48:46] <Raghu> and controllers
[15:49:41] *** dagert <dagert!~dagert@8ta-229-205-28.telkomadsl.co.za> has quit IRC (Quit: Probably getting some more coffee.)
[15:50:05] *** omenius <omenius!~omenius@82-181-47-173.bb.dnainternet.fi> has joined #angularjs
[15:50:06] *** amitev <amitev!~amitev@212.25.36.115> has joined #angularjs
[15:50:06] <Raghu> can u send one example link
[15:50:17] <icebox> Raghu: about what?
[15:50:24] *** Thorup <Thorup!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has joined #angularjs
[15:51:02] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:51:02] <icebox> Raghu: there are many tools to package the app and the workflow is very opionionated
[15:51:07] *** davlefou_ <davlefou_!~davlefou@197.15.211.118> has quit IRC (Quit: Au Revoir)
[15:51:17] <icebox> Raghu: for routing, ui router is ok
[15:51:17] *** davlefou <davlefou!~davlefou@unaffiliated/davlefou> has joined #angularjs
[15:51:20] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:52:17] *** btyne79 <btyne79!~textual@173-9-212-237-Illinois.hfc.comcastbusiness.net> has joined #angularjs
[15:53:13] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[15:54:17] *** raininja <raininja!~raijin@unaffiliated/raijin> has joined #angularjs
[15:54:54] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Read error: Connection reset by peer)
[15:55:14] *** frem_ <frem_!uid16862@gateway/web/irccloud.com/x-dcumlgascjjgcofo> has joined #angularjs
[15:55:36] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has joined #angularjs
[15:56:25] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[15:56:37] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[15:56:40] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[15:59:15] *** zorph <zorph!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 276 seconds)
[15:59:32] *** mven <mven!~textual@cpe-173-174-112-125.austin.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[16:00:07] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has quit IRC (Ping timeout: 260 seconds)
[16:01:12] *** davi_ <davi_!~davi@198.199.92.152> has quit IRC (Ping timeout: 276 seconds)
[16:01:16] *** devians_ <devians_!~devians@gateway/vpn/privateinternetaccess/devians> has quit IRC (Ping timeout: 272 seconds)
[16:01:19] *** Mohi <Mohi!~devil@ubuntu/member/mohan-chml> has quit IRC (Quit: Leaving)
[16:01:27] <hellyeah> hey
[16:01:47] *** tilen <tilen!~Tilen@usrs.rcikt.net> has quit IRC (Quit: Leaving)
[16:02:05] *** devians <devians!~devians@29.33.96.58.static.exetel.com.au> has joined #angularjs
[16:02:07] *** ferr <ferr!~ferr@81-7-68-230.static.zebra.lt> has quit IRC (Quit: WeeChat 1.5)
[16:02:23] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has quit IRC (Remote host closed the connection)
[16:02:42] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[16:02:45] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:03:42] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[16:03:57] <icebox> hellyeah: what is the issue?
[16:04:14] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has joined #angularjs
[16:04:47] <icebox> hellyeah: why not a plunker? it would be easy for us to share the solution :)
[16:04:50] <Fenikkusu> hellyeah, you appear to be missing a closing '>' on a tr for one.
[16:04:54] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[16:04:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[16:05:31] <Fenikkusu> on a closing tr*
[16:05:38] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f136:7266:54a5:a4e2> has joined #angularjs
[16:05:53] <hellyeah> plunker
[16:05:57] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[16:06:00] <hellyeah> what is plunker?
[16:06:11] <icebox> Fenikkusu: and commas in the array :)
[16:06:28] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[16:06:46] <hellyeah> sorry for this
[16:06:48] <hellyeah> i am newbie
[16:07:00] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[16:07:06]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[16:07:17] <hellyeah> plunker
[16:07:22] <Fenikkusu> icebox, that too.
[16:07:27] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has quit IRC (Remote host closed the connection)
[16:07:31] *** aa_ <aa_!d47811b3@gateway/web/freenode/ip.212.120.17.179> has joined #angularjs
[16:07:54] *** aa_ is now known as Guest84966
[16:08:24] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 246 seconds)
[16:08:24] <hellyeah> i already googled plunker xD
[16:08:32] <icebox> hellyeah: please, use always a linter (for instance eslint) to lint js code :)
[16:08:53] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Read error: Connection reset by peer)
[16:08:55] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:09:02] *** Guest84966 <Guest84966!d47811b3@gateway/web/freenode/ip.212.120.17.179> has quit IRC (Client Quit)
[16:09:15] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:8638:35ff:fe49:c9ac> has joined #angularjs
[16:09:23] <hellyeah> okey i will use it here
[16:09:27] <ngWalrus> esLint is great
[16:09:33] <hellyeah> thank you for letting me know
[16:09:39] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[16:10:18] <hellyeah> okey i will install eslint
[16:11:50] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f136:7266:54a5:a4e2> has quit IRC (Ping timeout: 250 seconds)
[16:12:46] *** mven <mven!~textual@32.97.110.57> has joined #angularjs
[16:13:40] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[16:14:48] *** ycon_ <ycon_!~ycon_@CPE-121-209-8-127.bqgp1.sa.bigpond.net.au> has quit IRC ()
[16:15:18] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[16:15:59] *** cacts|works <cacts|works!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[16:16:25] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:17:14] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[16:20:04] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[16:20:11] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[16:20:27] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[16:20:55] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[16:20:55] <ngbot> angular.js/master 362d11b Peter Bacon Darwin: fix($parse): allow arguments to contain filter chains...
[16:20:55] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[16:20:56] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[16:21:13] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[16:21:13] <ngbot> angular.js/v1.5.x cc6dcb4 Peter Bacon Darwin: fix($parse): allow arguments to contain filter chains...
[16:21:13] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[16:21:22] *** shadowsyntax <shadowsyntax!~textual@129.56.0.68> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[16:22:23] *** JackFruh <JackFruh!~JackFruh@c-73-51-211-148.hsd1.il.comcast.net> has joined #angularjs
[16:22:23] *** JackFruh <JackFruh!~JackFruh@c-73-51-211-148.hsd1.il.comcast.net> has quit IRC (Client Quit)
[16:25:17] *** nvankaam <nvankaam!~nick@83.232.64.34> has quit IRC (Remote host closed the connection)
[16:27:24] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Read error: Connection reset by peer)
[16:27:51] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 258 seconds)
[16:27:57] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:28:35] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[16:28:37] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[16:29:00] *** cactauz <cactauz!~cactus@209.116.186.146> has joined #angularjs
[16:29:43] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has joined #angularjs
[16:31:09] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[16:31:17] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has joined #angularjs
[16:31:28] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[16:31:38] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[16:31:46] *** diosney <diosney!~diosney@190.6.93.198> has joined #angularjs
[16:32:15] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has joined #angularjs
[16:32:18] *** cacts|works <cacts|works!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 272 seconds)
[16:32:40] *** zorph <zorph!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 260 seconds)
[16:33:04] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[16:34:33] *** PahitLidah <PahitLidah!~Anonymous@202.80.214.89> has joined #angularjs
[16:35:10] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[16:35:14] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[16:35:50] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[16:37:09] *** diosney <diosney!~diosney@190.6.93.198> has quit IRC (Read error: Connection reset by peer)
[16:37:53] *** mven_ <mven_!~textual@32.97.110.57> has joined #angularjs
[16:38:44] *** dopesong <dopesong!~dopesong@88-119-208-184.static.zebra.lt> has quit IRC (Remote host closed the connection)
[16:39:09] *** VeeWee <VeeWee!~VeeWee@ptr-2hj4tbhcjlhlhznz4rwq60zkh.ip6.access.telenet.be> has joined #angularjs
[16:39:44] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has quit IRC (Ping timeout: 258 seconds)
[16:39:50] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[16:40:07] *** mven <mven!~textual@32.97.110.57> has quit IRC (Ping timeout: 258 seconds)
[16:41:06] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[16:41:08] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[16:41:46] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[16:42:23] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[16:43:22] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[16:43:52] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 260 seconds)
[16:43:59] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[16:44:31] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 252 seconds)
[16:44:40] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[16:45:06] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[16:48:00] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[16:48:00] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:48:15] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[16:51:23] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has quit IRC (Quit: codyw)
[16:52:20] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Remote host closed the connection)
[16:52:27] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has joined #angularjs
[16:52:30] *** bhearsum <bhearsum!~bhearsum@135-23-221-37.cpe.pppoe.ca> has joined #angularjs
[16:52:36] *** bhearsum <bhearsum!~bhearsum@135-23-221-37.cpe.pppoe.ca> has left #angularjs
[16:52:54] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[16:53:26] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[16:53:28] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[16:53:32] *** zorph <zorph!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 244 seconds)
[16:53:57] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has quit IRC ()
[16:54:03] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[16:55:27] *** tutupointu <tutupointu!91eaf164@gateway/web/freenode/ip.145.234.241.100> has quit IRC (Quit: Page closed)
[16:56:09] *** kus <kus!~minot@pool-100-1-168-123.nwrknj.fios.verizon.net> has joined #angularjs
[16:56:09] *** kus <kus!~minot@pool-100-1-168-123.nwrknj.fios.verizon.net> has quit IRC (Max SendQ exceeded)
[16:56:11] *** hellyeah <hellyeah!~kvirc@176.55.58.50> has quit IRC (Read error: Connection reset by peer)
[16:56:26] *** dagert <dagert!~dagert@8ta-229-176-36.telkomadsl.co.za> has joined #angularjs
[16:56:41] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[16:56:44] *** Xzanron <Xzanron!~Xzanron@87.213.46.130> has quit IRC (Quit: Leaving)
[16:58:10] *** Pyrrhus <Pyrrhus!~peter@095-097-155-024.static.chello.nl> has quit IRC (Quit: Leaving.)
[16:58:47] *** leolrrj <leolrrj!~leolrrj@50.243.248.21> has joined #angularjs
[16:59:01] *** zivester <zivester!~zivester@38.104.66.138> has joined #angularjs
[16:59:28] <icebox> off... bye
[16:59:34] *** icebox <icebox!5e5fe874@gateway/web/freenode/ip.94.95.232.116> has quit IRC (Quit: Page closed)
[17:00:22] *** VeeWee <VeeWee!~VeeWee@ptr-2hj4tbhcjlhlhznz4rwq60zkh.ip6.access.telenet.be> has quit IRC (Ping timeout: 250 seconds)
[17:00:23] *** rscata <rscata!~cata@5.2.202.145> has quit IRC (Quit: Leaving)
[17:00:48] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[17:01:16] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[17:02:42] *** prithaj <prithaj!~prithaj@rrcs-184-75-72-170.nyc.biz.rr.com> has joined #angularjs
[17:03:08] *** george_v <george_v!~george_v@193.92.177.18.dsl.dyn.forthnet.gr> has quit IRC (Quit: Leaving)
[17:03:53] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[17:04:03] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Quit: punknroll)
[17:04:42] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[17:05:21] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[17:05:34] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[17:05:41] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[17:06:02] *** eago <eago!~eagob@dynamic-186-154-31-135.dynamic.etb.net.co> has joined #angularjs
[17:06:30] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 260 seconds)
[17:07:56] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has joined #angularjs
[17:08:01] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f136:7266:54a5:a4e2> has joined #angularjs
[17:09:54] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[17:11:01] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[17:11:08] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[17:11:15] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[17:12:30] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:f136:7266:54a5:a4e2> has quit IRC (Ping timeout: 250 seconds)
[17:12:55] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 260 seconds)
[17:15:20] *** NomadJim <NomadJim!~NomadJim@pdpc/supporter/active/nomadjim> has quit IRC (Read error: Connection reset by peer)
[17:15:58] *** dmto <dmto!~textual@c-76-102-209-89.hsd1.ca.comcast.net> has joined #angularjs
[17:16:33] *** NomadJim <NomadJim!~NomadJim@pdpc/supporter/active/nomadjim> has joined #angularjs
[17:17:35] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[17:17:42] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[17:17:43] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has joined #angularjs
[17:17:59] <jlebrech> is there an angular plugin for a dev like me to annotate my app?
[17:18:14] <jlebrech> or chrome plugin
[17:18:37] *** Fanaen_ <Fanaen_!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has joined #angularjs
[17:18:42] *** Fanaen <Fanaen!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[17:19:10] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has joined #angularjs
[17:19:13] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[17:20:10] *** cactauz <cactauz!~cactus@209.116.186.146> has quit IRC (Ping timeout: 250 seconds)
[17:20:46] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[17:22:02] *** Aliks_ <Aliks_!~aliks@2601:644:8501:d0d0:95dd:af3:fdca:5287> has quit IRC (Ping timeout: 250 seconds)
[17:22:37] *** davi <davi!~davi@198.199.92.152> has joined #angularjs
[17:22:37] *** davi <davi!~davi@198.199.92.152> has quit IRC (Changing host)
[17:22:38] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[17:22:44] *** Z3R0 <Z3R0!~mischief@24.27.227.1> has joined #angularjs
[17:23:21] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has joined #angularjs
[17:23:22] *** sweb <sweb!~sweb@94.139.167.186> has quit IRC (Read error: Connection reset by peer)
[17:23:45] *** Fanaen_ <Fanaen_!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has quit IRC (Ping timeout: 276 seconds)
[17:24:49] *** sweb <sweb!~sweb@94.139.167.186> has joined #angularjs
[17:24:53] *** ajf- <ajf-!~ajf-@181-160-228-225.baf.movistar.cl> has quit IRC (Max SendQ exceeded)
[17:25:13] *** svycka <svycka!~vytautas@89.249.92.142> has quit IRC (Ping timeout: 252 seconds)
[17:25:25] *** m_gol <m_gol!m_gol@gateway/shell/jquery.com/x-sdefxuuyonmnctgh> has quit IRC (Remote host closed the connection)
[17:25:53] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8fpe7fgbun4we.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[17:26:18] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8fpe7fgbun4we.ip6.access.telenet.be> has joined #angularjs
[17:26:43] *** bbankes_ <bbankes_!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[17:26:50] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[17:26:52] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has joined #angularjs
[17:27:07] *** Z3R0 <Z3R0!~mischief@24.27.227.1> has quit IRC (Ping timeout: 244 seconds)
[17:27:32] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 250 seconds)
[17:29:04] *** Z3R0 <Z3R0!~mischief@24.27.227.1> has joined #angularjs
[17:29:52] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 264 seconds)
[17:32:40] *** jriquelme <jriquelme!~jriquelme@190.196.62.54> has joined #angularjs
[17:33:25] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[17:34:12] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has quit IRC (Quit: Computer has gone to sleep.)
[17:34:19] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:9df2:a876:6848:981> has joined #angularjs
[17:35:26] *** blizzard <blizzard!~smuxi@port-213-160-20-23.static.qsc.de> has joined #angularjs
[17:36:16] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 272 seconds)
[17:36:35] *** Limarson <Limarson!~marcel.cr@p57978856.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[17:37:50] *** Daerist <Daerist!~Daerist@wifi-eduroam-trans.univ-tlse3.fr> has quit IRC (Quit: Leaving)
[17:38:04] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 250 seconds)
[17:38:25] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[17:38:53] *** asteele <asteele!~Cronoh@208.80.71.41> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[17:39:49] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[17:39:54] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: Quit: Quit: Quit: Quit)
[17:40:06] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:9df2:a876:6848:981> has quit IRC (Ping timeout: 250 seconds)
[17:41:08] *** SomeKittens <SomeKittens!uid27802@gateway/web/irccloud.com/x-kwhxngpjpwdbvpos> has joined #angularjs
[17:41:08] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[17:41:18] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[17:42:00] *** deez79 <deez79!~deez79@78.238.197.104.bc.googleusercontent.com> has joined #angularjs
[17:42:41] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[17:42:43] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[17:43:52] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 272 seconds)
[17:44:31] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[17:44:40] *** iraj <iraj!~iraj___@unaffiliated/iraj> has joined #angularjs
[17:45:30] *** Carson <Carson!4b8de1e2@gateway/web/freenode/ip.75.141.225.226> has joined #angularjs
[17:45:46] <Carson> Hi, is anyone available?
[17:45:52] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[17:46:13] *** ril is now known as ril[away]
[17:49:46] *** akkonrad <akkonrad!~akkonrad3@80-219-182-113.dclient.hispeed.ch> has quit IRC (Ping timeout: 250 seconds)
[17:49:54] <grug> Carson: just ask your question
[17:50:21] <Carson> Grug: Thank you, here it comes
[17:50:22] *** SYMV3_ <SYMV3_!~SYMV3@88.128.81.0> has joined #angularjs
[17:50:49] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC (Remote host closed the connection)
[17:51:08] *** Paladice <Paladice!~Paladice@mir31-7-78-242-217-206.fbx.proxad.net> has quit IRC (Quit: Béuè, j'me casse.)
[17:51:30] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[17:53:14] *** SYMV3 <SYMV3!~SYMV3@p50889C3F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 250 seconds)
[17:54:04] <grug> must be a big question!
[17:54:09] <Carson> Grug: Using Expressjs to server up a website which has a user "portal" which uses Angular once in the portal. So lets say the website has 3 pages, Home, About, and Dashboard. I want my Dashboard to be all Angular, but I don't know if I should serve up the Dashboard from express or angular. I guess I'm asking would my "Dashboard" be a login screen, which is served by express and everything subsequent would be angular?
[17:54:13] <Carson> grug: LOL
[17:55:12] <Carson> grug: wow I'm not sure that makes sense...
[17:55:23] <grug> not particularly - what are you trying to achieve?
[17:55:56] <Carson> grug: I'm just looking for the line which delineates when Express hands it off to Angular
[17:56:28] *** coderzm <coderzm!~django380@bb220-255-47-64.singnet.com.sg> has joined #angularjs
[17:57:13] <grug> you don't have to have your entire markup controlled by angular
[17:57:23] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[17:57:24] <grug> you can have non-angular parts of your site
[17:57:31] *** jpstone <jpstone!uid132209@gateway/web/irccloud.com/x-xgficwucmzhscmhi> has joined #angularjs
[17:57:46] *** dagert <dagert!~dagert@8ta-229-176-36.telkomadsl.co.za> has quit IRC (Quit: Probably getting some more coffee.)
[17:57:55] <grug> express isn't the thing determining that, though
[17:58:43] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:9df2:a876:6848:981> has joined #angularjs
[17:59:05] *** miqid <miqid!~miqid@f.1f.5177.ip4.static.sl-reverse.com> has quit IRC (Ping timeout: 258 seconds)
[17:59:15] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[17:59:40] *** \du <\du!~xava\du@unaffiliated/xava> has quit IRC (Ping timeout: 244 seconds)
[17:59:42] <Carson> grug: So I should serve Home, About, and Dashboard (login) from express. Then once in my dashboard all the pages of the dashboard (dashboard/overview.html or dashboard/feedback.html) are served via Angular
[17:59:57] *** asteele <asteele!~Cronoh@38.88.216.18> has joined #angularjs
[18:00:04] <Carson> grug: if I choose
[18:00:33] <Carson> grug: I understand it is up to me how to structure this, I just need clarification on what the best course of action would be
[18:01:14] *** mven <mven!~textual@32.97.110.57> has joined #angularjs
[18:01:16] *** BigBangUDR <BigBangUDR!~Thunderbi@106.215.181.89> has joined #angularjs
[18:03:28] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 264 seconds)
[18:03:58] *** mven_ <mven_!~textual@32.97.110.57> has quit IRC (Ping timeout: 244 seconds)
[18:04:44] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[18:04:57] *** erol <erol!~erol@ANantes-658-1-87-77.w90-25.abo.wanadoo.fr> has quit IRC (Ping timeout: 260 seconds)
[18:05:44] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[18:05:52] *** mischat_ <mischat_!~mischat@195.40.10.116> has quit IRC (Ping timeout: 244 seconds)
[18:06:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[18:06:57] <grug> well all of your website is presumably served by express in any case - it's just up to you as to which parts of your web application are in an ng app
[18:09:03] *** mven <mven!~textual@32.97.110.57> has quit IRC (Ping timeout: 240 seconds)
[18:09:08] *** qdk <qdk!~qdk@0190102301.0.fullrate.ninja> has quit IRC (Ping timeout: 244 seconds)
[18:09:13] <Carson> grug: Thank you!
[18:09:35] <grug> no worries
[18:10:17] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:11:12] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[18:11:19] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[18:12:44] *** mven <mven!~textual@32.97.110.57> has joined #angularjs
[18:13:39] *** BigBangUDR <BigBangUDR!~Thunderbi@106.215.181.89> has quit IRC (Quit: BigBangUDR)
[18:14:04] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[18:16:05] *** unclechu <unclechu!~unclechu@94.77.143.73> has quit IRC (Quit: Leaving)
[18:16:15] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Remote host closed the connection)
[18:16:32] *** andricDu <andricDu!~andricDu@206.108.127.16> has joined #angularjs
[18:18:34] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Ping timeout: 252 seconds)
[18:19:57] *** DM <DM!540a42c1@gateway/web/freenode/ip.84.10.66.193> has joined #angularjs
[18:20:16] *** senayar <senayar!~senayar@unaffiliated/senayar> has quit IRC ()
[18:21:08] <DM> Hello from Poland :) I have question for You :) What is your favorite editor to programming with AngularJS? :) (Sorry for my English) :D
[18:21:16] *** jdolan <jdolan!~jdolan@2001:4800:7817:101:be76:4eff:fe05:2412> has joined #angularjs
[18:21:51] <DM> ?
[18:22:12] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[18:22:25] *** blizzard <blizzard!~smuxi@port-213-160-20-23.static.qsc.de> has quit IRC (Remote host closed the connection)
[18:22:59] <d0gmata> DM: for me it depends on the size of the project, if it's a quick proof of concept i'll use Sublime, if i need version control, working across multiple files etc then WebStorm
[18:23:41] <DM> thanks :) I wanna learn html, css and js :)
[18:24:08] <d0gmata> np
[18:24:25] *** sergey <sergey!~sergey@46.98.232.119> has joined #angularjs
[18:24:28] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has joined #angularjs
[18:24:56] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has joined #angularjs
[18:25:25] *** liranp <liranp!~liranp@80.178.136.242.adsl.012.net.il> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[18:25:48] *** marthinal <marthinal!~chatzilla@80.30.76.235> has joined #angularjs
[18:29:10] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has joined #angularjs
[18:30:31] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has joined #angularjs
[18:31:21] *** SYMV3_ <SYMV3_!~SYMV3@88.128.81.0> has quit IRC ()
[18:32:32] *** sneakerh_ <sneakerh_!~sneakers@unaffiliated/sneakerhead> has joined #angularjs
[18:33:10] *** sohail <sohail!~user@unaffiliated/sohail> has quit IRC (Remote host closed the connection)
[18:33:23] <Carson> d0gmata: Have you ever used Atom.io text editor?
[18:33:28] *** erol <erol!~erol@ANantes-658-1-57-145.w83-204.abo.wanadoo.fr> has joined #angularjs
[18:33:48] *** sneakerh_ is now known as sneakers
[18:33:54] *** akakoudakis <akakoudakis!~akakoudak@97e4c43d.skybroadband.com> has quit IRC (Ping timeout: 272 seconds)
[18:34:04] *** plutoniix <plutoniix!~q@node-d56.pool-125-24.dynamic.totbb.net> has joined #angularjs
[18:34:11] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:34:12] *** lmoe <lmoe!~lmoe@p4FFD9EAE.dip0.t-ipconnect.de> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:34:53] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[18:35:38] <d0gmata> i took a look when it 1st came out but not too much. alot of my work is based around Node with an angular front end so i tend to stick to WebStorm for the node features
[18:35:41] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has quit IRC ()
[18:36:56] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[18:37:13] <Carson> d0gmata: me too!
[18:37:21] <Carson> d0gmata: maybe i should switch
[18:37:53] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has joined #angularjs
[18:38:24] <Carson> d0gmata: Atom is simple and minimalistic. I dont have any complaints about it, but I do focus primarily on Node. Can you give me an example or a use case where you feel that Webstorm surpasses other IDE's?
[18:39:05] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[18:39:07] <Carson> d0gmata: it appears to be specially made for full-stack JS development?
[18:39:22] *** akkonrad <akkonrad!~akkonrad3@178.197.231.72> has joined #angularjs
[18:40:14] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has joined #angularjs
[18:40:53] *** vardyb <vardyb!~vardyb@cpc22-mfld14-2-0-cust203.13-1.cable.virginm.net> has joined #angularjs
[18:41:18] <d0gmata> Carson: specifically for node i like the inbuilt inspector/debugger, inbuilt v8 CPU profiling, integrated terminal and console etc i use a mac and usually have it in full screen mode so handy to have all that stuff without having to leave the IDE. Then standard stuff like git integration with our internal private gitlabs server, todo compilation across the project.
[18:41:58] <d0gmata> all stuff you can do with different tools and node modules etc but i like the convenience of having them all in one place
[18:42:11] *** vondrc <vondrc!5e71a119@gateway/web/freenode/ip.94.113.161.25> has joined #angularjs
[18:42:11] *** diphtherial <diphtherial!~diphtheri@unaffiliated/escherial> has joined #angularjs
[18:42:24] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 276 seconds)
[18:42:25] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has quit IRC (Client Quit)
[18:42:39] <diphtherial> i'm faced with the question of whether i should convert an app i previously wrote in ember.js to angular
[18:43:03] <Carson> d0gmata: ahh I see, yes I'd have to say that would be very convienent. Thanks man I'll check it out, and if it sucks I'll blame you :D HAhhaha
[18:43:06] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has joined #angularjs
[18:43:14] *** ahhhhndi <ahhhhndi!~ahhhndi@82.119.183.35> has quit IRC (Quit: This computer has gone to sleep)
[18:43:19] *** Dentych <Dentych!~Dentych@unaffiliated/dentych> has quit IRC (Ping timeout: 252 seconds)
[18:43:19] <diphtherial> i didn't use any of ember's magical data model stuff -- it's all just direct calls against a REST API that's not specifically ember-compliant
[18:43:23] <Carson> diphtherial: why are you considering that?
[18:44:08] <diphtherial> Carson: well, dealing with ember's asset pipeline has always been a real issue for me; whenever i upgrade versions the whole project breaks and i usually have to recreate it entirely and copy over the project in bits
[18:44:37] *** agilman <agilman!~agilman@static-50-43-25-71.bvtn.or.frontiernet.net> has joined #angularjs
[18:44:57] <diphtherial> there are also some issues the most recent version of some plugins (say, the sass compiler) not working with ember, so you have to keep trying older versions/searching around obscure bug reports until you find the one that works
[18:45:21] <Carson> diphtherial: ahh yea that would suck bad. So you think your projects will require less maintenance with Angular? If so, do you plan on using 1.5 or 2?
[18:45:52] <diphtherial> Carson: good question, heh, and i have no idea. i think i've only used angular 1.5. i'll read up on 2
[18:46:16] *** opreaadrian <opreaadrian!~opreaadri@109.166.128.95> has quit IRC (Client Quit)
[18:46:30] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[18:46:36] *** Dentych <Dentych!~Dentych@163.172.143.240> has joined #angularjs
[18:46:36] *** Dentych <Dentych!~Dentych@163.172.143.240> has quit IRC (Changing host)
[18:46:36] *** Dentych <Dentych!~Dentych@unaffiliated/dentych> has joined #angularjs
[18:47:09] *** cactauz <cactauz!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[18:47:11] *** Dentych <Dentych!~Dentych@unaffiliated/dentych> has quit IRC (Client Quit)
[18:47:13] <Carson> diphtherial: If you have the time, go with 2. But if your a noob like me do 1.5. Thats just my opinion though. I'd love to move to 2 but its vastly different from 1.5 which I can use right now
[18:47:32] *** shinnya <shinnya!~shinnya@249.173.210.220.dy.bbexcite.jp> has joined #angularjs
[18:47:37] <d0gmata> diphtherial: i wish i had time to go back and re-write alot of stuff i've done before in angular. If you are going to face up and do it go for angular2. i've not used it personally but it dosnt make sense to start from a perspective of having technical debt .
[18:47:58] *** cacts|wtf <cacts|wtf!~cactus@209.116.186.146> has joined #angularjs
[18:48:02] *** sk0r <sk0r!~skor@186.83.228.67> has joined #angularjs
[18:48:18] <diphtherial> well, the project i'm rewriting is a prototype for a research study...being able to get it off the ground quickly is more important than it being the best
[18:48:24] <vondrc> Hi, i have a directive which append form to page. This appended form has its own controller and ng-click which should call a function. But the function is not called. I know I must compile the appended contet first but I am not sure how.... Can anybody give some advice?
[18:48:26] <Carson> d0gmata: technical debt, I like that term, very descriptive and accurate
[18:48:29] <diphtherial> but yeah, if angular2 isn't much harder, then i'll go with that
[18:48:37] <ngWalrus> coderot is better imo
[18:48:56] *** sk0r <sk0r!~skor@186.83.228.67> has left #angularjs
[18:49:32] <Carson> ngWalrus: Coderot HAhah genius
[18:49:46] *** nuizzy <nuizzy!~jwalters1@209.249.145.9> has joined #angularjs
[18:50:26] <ngWalrus> someone over on another channel explained it well. Since management when they hear "debt" they think it's good for quick growth. Coderot removes those connotations
[18:50:32] <Migs> I'm setting up some states in AngularJS, and I have one that's url: '/:code' and another that's url: '/:code/embed' ... the second one throws an error. What am I doing wrong?
[18:50:32] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[18:50:43] <Migs> actually, if I add the second one, the first one throws an error, too
[18:51:16] <Migs> how do I define those parameters properly, and put an "/embed" at the end of one of them?
[18:51:30] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 276 seconds)
[18:51:34] *** cactauz <cactauz!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[18:51:40] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.237> has joined #angularjs
[18:52:32] <vondrc> Hi, i have a directive which append form to page. This appended form has its own controller and ng-click which should call a function. But the function is not called. I know I must compile the appended content first but I am not sure how.... Can anybody give some advice?
[18:54:01] *** shayla <shayla!~Murph@93-46-189-23.ip109.fastwebnet.it> has quit IRC (Quit: Leaving)
[18:54:13] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:b4d9:f4c9:6c34:a2cc> has joined #angularjs
[18:54:30] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has joined #angularjs
[18:55:00] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has quit IRC (Remote host closed the connection)
[18:55:18] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has joined #angularjs
[18:55:19] *** coderzm <coderzm!~django380@bb220-255-47-64.singnet.com.sg> has quit IRC (Quit: Leaving)
[18:56:40] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 244 seconds)
[18:56:50] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[18:57:09] *** qdk <qdk!~qdk@x1-6-a0-63-91-fb-46-ea.cpe.webspeed.dk> has joined #angularjs
[18:57:19] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[18:57:46] *** Jet4Fire <Jet4Fire!~Jet4Fire@82.131.46.126.cable.starman.ee> has joined #angularjs
[19:02:26] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[19:03:02] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: Quit: Quit: Quit: Quit)
[19:05:32] *** Sna4x8 <Sna4x8!~avejidah@45-19-138-50.lightspeed.frokca.sbcglobal.net> has left #angularjs
[19:05:35] *** Sagar <Sagar!~sagar@unaffiliated/sagar> has joined #angularjs
[19:05:46] <Sagar> !help
[19:05:59] <Sagar> How can we target multi level routing for wildcard?
[19:06:14] <Sagar> .when('/col/:colParent'
[19:06:18] <Sagar> .when('/col/:colParent/:colSub'
[19:06:29] <Sagar> .when('/col/:colParent/:colSub/:colSubSub'
[19:06:31] <Sagar> and so on?
[19:07:18] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[19:07:18] *** nds_ <nds_!~ipx@privat-54178017.gavlenet.com> has joined #angularjs
[19:08:03] *** arizzo <arizzo!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has joined #angularjs
[19:09:17] *** arizzo_ <arizzo_!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has joined #angularjs
[19:09:33] *** arizzo <arizzo!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[19:11:39] *** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has joined #angularjs
[19:12:10] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has quit IRC (Ping timeout: 244 seconds)
[19:12:18] *** Coldblackice <Coldblackice!~anonz@unaffiliated/coldblackice> has joined #angularjs
[19:12:18] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[19:12:37] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 260 seconds)
[19:15:07] *** ricky_clarkson <ricky_clarkson!~rjclarkso@unaffiliated/rickyclarkson/x-000000001> has quit IRC (Remote host closed the connection)
[19:15:40] *** jbro <jbro!~jonnybro@67.136.101.122> has joined #angularjs
[19:15:49] *** arizzo_ <arizzo_!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has quit IRC (Remote host closed the connection)
[19:16:23] *** shiriru <shiriru!~shiriru@213.91.236.225> has quit IRC (Quit: Leaving)
[19:18:52] *** val_ <val_!~valere@195.66.82.9> has quit IRC (Ping timeout: 272 seconds)
[19:19:02] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 260 seconds)
[19:19:55] *** romerocesar <romerocesar!~cesar@c-73-97-145-30.hsd1.wa.comcast.net> has quit IRC (Remote host closed the connection)
[19:22:44] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has joined #angularjs
[19:22:50] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has joined #angularjs
[19:23:04] *** arizzo <arizzo!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has joined #angularjs
[19:23:14] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has joined #angularjs
[19:23:20] <vondrc> Hi, i have a directive which append form to page. This appended form has its own controller and ng-click which should call a function. But the function is not called. I know I must compile the appended content first but I am not sure how.... Can anybody give some advice?
[19:23:48] <Sagar> How can we target multi level routing for wildcard? .when('/col/:colParent' .when('/col/:colParent/:colSub' .when('/col/:colParent/:colSub/:colSubSub' and so on?
[19:26:37] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[19:26:37] <ngbot> angular.js/master 743bfcf Peter Bacon Darwin: test($resource): check we do not throw if response.data is the resource object...
[19:26:37] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[19:27:01] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has quit IRC (Ping timeout: 240 seconds)
[19:27:11] *** arizzo <arizzo!~arizzo@pool-74-103-146-197.phlapa.fios.verizon.net> has quit IRC (Remote host closed the connection)
[19:27:14] *** angularjs280 <angularjs280!579e0c77@gateway/web/freenode/ip.87.158.12.119> has joined #angularjs
[19:27:31] *** moeabdol2 <moeabdol2!~moeabdol@37.105.132.124> has joined #angularjs
[19:27:53] <zolomon> I'm a bit baffled about how ngRoute and ngComponentRouter works together?
[19:28:04] <zolomon> Does ngComponentRouter fully replace ngRoute?
[19:28:08] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has quit IRC (Ping timeout: 250 seconds)
[19:28:17] <zolomon> When should I use ngRoute and when should I use ngComponentRouter?
[19:29:03] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC ()
[19:29:19] <zolomon> Should I use angular-ui-router instead of ngRoute? Instead of ngComponentRouter as well?
[19:29:26] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[19:29:44] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.237> has quit IRC (Ping timeout: 244 seconds)
[19:30:12] *** randomusernamebl <randomusernamebl!1f103f86@gateway/web/freenode/ip.31.16.63.134> has joined #angularjs
[19:30:55] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[19:31:49] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has joined #angularjs
[19:33:57] *** randomusernamebl <randomusernamebl!1f103f86@gateway/web/freenode/ip.31.16.63.134> has quit IRC (Client Quit)
[19:34:24] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has joined #angularjs
[19:35:50] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Remote host closed the connection)
[19:36:25] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[19:38:56] *** aslate <aslate!~aslate@195.89.19.142> has quit IRC (Remote host closed the connection)
[19:39:30] *** aslate <aslate!~aslate@195.89.19.142> has joined #angularjs
[19:39:52] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[19:40:02] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 260 seconds)
[19:40:14] *** diosney <diosney!~diosney@190.6.93.198> has joined #angularjs
[19:40:51] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 246 seconds)
[19:41:17] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has quit IRC (Remote host closed the connection)
[19:42:10] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has joined #angularjs
[19:42:12] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[19:42:45] *** SYMV3 <SYMV3!~SYMV3@xdsl-78-34-116-65.netcologne.de> has joined #angularjs
[19:42:57] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has quit IRC (Client Quit)
[19:44:12] *** aslate <aslate!~aslate@195.89.19.142> has quit IRC (Ping timeout: 272 seconds)
[19:44:34] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has joined #angularjs
[19:44:34] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[19:46:56] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[19:47:35] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[19:47:35] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has quit IRC (Read error: Connection reset by peer)
[19:47:48] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has joined #angularjs
[19:48:54] *** salah <salah!~salah@cm-84.211.122.87.getinternet.no> has joined #angularjs
[19:49:21] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[19:49:34] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has joined #angularjs
[19:50:27] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Read error: Connection reset by peer)
[19:50:30] *** aboudreault_ <aboudreault_!~alanb@LTVLPQ0403W-LP130-04-845535057.dsl.bell.ca> has joined #angularjs
[19:50:55] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[19:52:03] *** er51 <er51!a2d36037@gateway/web/freenode/ip.162.211.96.55> has joined #angularjs
[19:52:21] <er51> hey anyone can help me with the ui-router library?
[19:52:36] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 276 seconds)
[19:54:55] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[19:55:08] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[19:55:10] *** veggie_ <veggie_!~sina@c-73-231-56-176.hsd1.ca.comcast.net> has joined #angularjs
[19:56:08] *** da_wunder <da_wunder!~wunder@dsl-jklbrasgw1-54fb18-106.dhcp.inet.fi> has joined #angularjs
[19:56:38] *** mauricio <mauricio!c834555e@gateway/web/freenode/ip.200.52.85.94> has joined #angularjs
[19:57:01] *** mauricio is now known as Guest64603
[19:57:10] *** B1x1t0_ <B1x1t0_!uid116535@gateway/web/irccloud.com/x-fmvrrjzwsnnzxkww> has quit IRC (Quit: Connection closed for inactivity)
[19:57:22] *** Guest64603 <Guest64603!c834555e@gateway/web/freenode/ip.200.52.85.94> has quit IRC (Client Quit)
[19:58:08] *** moeabdol2 <moeabdol2!~moeabdol@37.105.132.124> has quit IRC (Ping timeout: 272 seconds)
[19:58:27] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[19:58:39] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 264 seconds)
[19:59:35] *** drej <drej!~textual@unaffiliated/jedimind> has joined #angularjs
[20:00:37] *** Hootch <Hootch!~Thunderbi@x4d028dd2.dyn.telefonica.de> has joined #angularjs
[20:01:56] *** andrew__ <andrew__!~andrew@mrboom.plus.com> has quit IRC (Ping timeout: 250 seconds)
[20:02:39] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[20:04:08] *** Germanaz0 <Germanaz0!~Germanaz0@unaffiliated/germanaz0> has joined #angularjs
[20:04:21] *** _wrs <_wrs!~WRS@90.221.24.225> has quit IRC (Ping timeout: 244 seconds)
[20:05:35] *** SYMV3 <SYMV3!~SYMV3@xdsl-78-34-116-65.netcologne.de> has quit IRC ()
[20:08:31] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[20:10:13] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[20:11:26] *** marthinal <marthinal!~chatzilla@80.30.76.235> has quit IRC (Ping timeout: 272 seconds)
[20:11:56] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 244 seconds)
[20:13:24] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[20:14:45] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has joined #angularjs
[20:15:23] *** Xtremer <Xtremer!~xtremer@cmr-208-124-136-110.cr.net.cable.rogers.com> has joined #angularjs
[20:16:51] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[20:17:14] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has joined #angularjs
[20:18:10] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[20:18:17] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has joined #angularjs
[20:19:13] *** codeman <codeman!~codeman@2804:14c:170:2009:acf0:a616:bb27:36c0> has joined #angularjs
[20:19:24] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Read error: Connection reset by peer)
[20:19:54] *** fedenunez <fedenunez!~fede@r167-61-48-155.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[20:20:03] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[20:21:06] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 246 seconds)
[20:21:12] *** Thorup <Thorup!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has quit IRC (Ping timeout: 276 seconds)
[20:21:22] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[20:21:24] *** Gandalf84 <Gandalf84!~Gandalf84@195.82.63.200> has quit IRC (Ping timeout: 244 seconds)
[20:21:56] *** Gandalf84 <Gandalf84!~Gandalf84@185.46.137.19> has joined #angularjs
[20:22:39] *** Dentych <Dentych!~Dentych@163.172.143.240> has joined #angularjs
[20:22:39] *** Dentych <Dentych!~Dentych@163.172.143.240> has quit IRC (Changing host)
[20:22:39] *** Dentych <Dentych!~Dentych@unaffiliated/dentych> has joined #angularjs
[20:23:21] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[20:24:21] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has quit IRC (Quit: stefanotorresi)
[20:24:50] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[20:24:53] *** mandric <mandric!~mandric@177.166.172.74> has joined #angularjs
[20:25:23] *** Elisha_ <Elisha_!~elisha@tm.213.143.68.74.nm.telemach.net> has joined #angularjs
[20:27:29] *** jbro <jbro!~jonnybro@67.136.101.122> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[20:27:42] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[20:28:32] *** blindbox <blindbox!~blindbox@175.143.186.238> has quit IRC (Ping timeout: 272 seconds)
[20:28:43] *** DM <DM!540a42c1@gateway/web/freenode/ip.84.10.66.193> has quit IRC (Quit: Page closed)
[20:29:03] *** Germanaz0 <Germanaz0!~Germanaz0@unaffiliated/germanaz0> has quit IRC (Quit: Me fui a dormir)
[20:30:24] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[20:30:52] *** er51 <er51!a2d36037@gateway/web/freenode/ip.162.211.96.55> has quit IRC (Quit: Page closed)
[20:31:30] *** Carson <Carson!4b8de1e2@gateway/web/freenode/ip.75.141.225.226> has quit IRC (Ping timeout: 250 seconds)
[20:31:44] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[20:31:57] *** blindbox <blindbox!~blindbox@175.143.186.238> has joined #angularjs
[20:32:53] *** NomadJim <NomadJim!~NomadJim@pdpc/supporter/active/nomadjim> has quit IRC (Read error: Connection reset by peer)
[20:33:17] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[20:33:32] *** NomadJim <NomadJim!~NomadJim@pdpc/supporter/active/nomadjim> has joined #angularjs
[20:35:31] *** dandaman1 <dandaman1!~Adium@208.186.79.34> has joined #angularjs
[20:35:44] *** busticat_ <busticat_!~textual@c-24-21-207-146.hsd1.or.comcast.net> has quit IRC (Quit: …)
[20:36:48] *** VeeWee <VeeWee!~VeeWee@ptr-2hj4tbhcjlhliuo3ptrqva4ua.ip6.access.telenet.be> has joined #angularjs
[20:36:52]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[20:37:04] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[20:37:13] <dandaman1> I've enabled html5Mode and when i go to localhost:5000/some/url it can't load the css because it's trying to load it from localhost:5000/some
[20:37:30] <dandaman1> i'm not too great at navigating this gulp file so any help would be appreciated :\
[20:38:50] *** yeah568 <yeah568!~yeah568@198.20.177.26> has joined #angularjs
[20:40:25] <Sagar> How can we target multi level routing for wildcard? .when('/col/:colParent' .when('/col/:colParent/:colSub' .when('/col/:colParent/:colSub/:colSubSub' and so on?
[20:40:28] *** salah <salah!~salah@cm-84.211.122.87.getinternet.no> has quit IRC (Quit: This computer has gone to sleep)
[20:40:34] *** Germanaz0 <Germanaz0!~Germanaz0@unaffiliated/germanaz0> has joined #angularjs
[20:41:50] *** busticated <busticated!~textual@c-24-21-207-146.hsd1.or.comcast.net> has joined #angularjs
[20:44:05] *** marthinal <marthinal!~chatzilla@80.30.76.235> has joined #angularjs
[20:44:10] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[20:45:27] <yeah568> Hey, does anyone have any good examples for working with websockets/socket.io in Angular 2? I've been digging around but most of the examples I've found have the socket living directly in a component and I'd rather separate them out
[20:46:23] <zolomon> I get "Error: Configuration '/courses' conflicts with existing route '/courses'" as an error when using ngComponentRouter, and I only have a single path: {path: '/courses', component: 'CourseList', useAsDefault: true}
[20:46:33] <zolomon> What gives?
[20:49:08] *** watersoul <watersoul!~ircuser@172.245.255.61> has quit IRC (Remote host closed the connection)
[20:49:26] *** watersoul <watersoul!~ircuser@172.245.255.61> has joined #angularjs
[20:50:15] *** apparition <apparition!~apparitio@unaffiliated/apparition> has joined #angularjs
[20:50:25] <dodobrain> with angular is there a way to simply update the url without it trying to reload anything?
[20:51:08] <dodobrain> i dont mean a browser reload. the new path i ant to specify will be a view that is with the exact same controller and template as the current view
[20:54:31] <Fenikkusu> All Services and Factories are Singleton. Okay, makes sense. But what if I want to create a utility service that is chainable and have each instance only affect the one that originally created it? So if I call service.loadData(something).doSomething().doSomethingElse(), I get back the modified version of something, but if I do service.loadData(somethingElse).doSomething().doSomethingElse(),
[20:54:31] <Fenikkusu> I get the modified version of somethingElse?
[20:54:45] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[20:55:52] <Fenikkusu> I should mention that if I do service.loadData(something); service2.loadData(somethingElse); service.doSomething(), I should get back something's data.
[20:56:52] *** lucarval <lucarval!lucarval@nat/redhat/x-fbstbojqfuhtzefc> has joined #angularjs
[20:59:15] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 258 seconds)
[20:59:27] *** mandric_ <mandric_!~mandric@187-77-111-166.user3g.veloxzone.com.br> has joined #angularjs
[21:00:40] *** mandric <mandric!~mandric@177.166.172.74> has quit IRC (Ping timeout: 244 seconds)
[21:02:06] *** lucarval <lucarval!lucarval@nat/redhat/x-fbstbojqfuhtzefc> has quit IRC (Quit: Leaving)
[21:02:33] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[21:03:40] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[21:03:43] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has joined #angularjs
[21:03:45] *** fedenunez <fedenunez!~fede@r167-61-125-186.dialup.adsl.anteldata.net.uy> has joined #angularjs
[21:04:56] *** squeakytoy <squeakytoy!~squeakyto@h87-96-232-51.cust.se.alltele.net> has quit IRC (Quit: Leaving)
[21:05:33] *** ajmitch <ajmitch!ajmitch@ubuntu/member/ajmitch> has quit IRC (Ping timeout: 240 seconds)
[21:06:01] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has quit IRC (Ping timeout: 240 seconds)
[21:06:21] *** picasso <picasso!mike@potbox.pixor.net> has quit IRC (Ping timeout: 240 seconds)
[21:06:30] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[21:06:33] *** jsarver <jsarver!uid27336@gateway/web/irccloud.com/x-ophizfjzzbunsqhz> has joined #angularjs
[21:06:38] *** ajmitch <ajmitch!ajmitch@ubuntu/member/ajmitch> has joined #angularjs
[21:07:31] <zolomon> Hmm.. Really have no idea how this configuration error appears.
[21:09:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[21:09:23] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[21:09:32] *** vardyb <vardyb!~vardyb@cpc22-mfld14-2-0-cust203.13-1.cable.virginm.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:10:25] *** harlan_44 <harlan_44!~james@2601:1c0:6b01:74f0:c9aa:d7a2:aa20:8caf> has joined #angularjs
[21:11:16] *** Harlan44 <Harlan44!~james@2601:1c0:6b01:74f0:31e5:4dd9:c9e5:be9c> has quit IRC (Ping timeout: 250 seconds)
[21:11:54] *** marthinal <marthinal!~chatzilla@80.30.76.235> has quit IRC (Ping timeout: 276 seconds)
[21:12:42] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has quit IRC (Quit: Computer has gone to sleep.)
[21:13:07] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:13:37] *** soee_ <soee_!~soee@bmv133.neoplus.adsl.tpnet.pl> has joined #angularjs
[21:13:51] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[21:14:19] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Remote host closed the connection)
[21:14:43] *** abram <abram!~abram@12.170.31.71> has quit IRC (Quit: Leaving)
[21:14:45] *** picasso <picasso!mike@potbox.pixor.net> has joined #angularjs
[21:14:51] *** soee <soee!~soee@adrc219.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 264 seconds)
[21:15:24] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[21:15:38] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has joined #angularjs
[21:16:57] *** rikkipitt <rikkipitt!~rikkipitt@host-92-4-54-221.as43234.net> has joined #angularjs
[21:17:09] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has joined #angularjs
[21:18:11] *** squeakytoy <squeakytoy!~squeakyto@h87-96-232-51.cust.se.alltele.net> has joined #angularjs
[21:18:14] *** dodobrain <dodobrain!~dodobrain@14-202-40-12.tpgi.com.au> has joined #angularjs
[21:19:07] <marc_v92> Created that Plunker, and it works as expected. I get the nice ng-enter and ng-leave animations.
[21:19:23] <marc_v92> But when I try the same thing in my app, I get the ng-leave animation, but not the ng-enter animation.
[21:19:37] <marc_v92> Where should I be looking to try to find the cause of this issue?
[21:19:37] *** Sagar <Sagar!~sagar@unaffiliated/sagar> has quit IRC (Remote host closed the connection)
[21:21:33] *** ril[away] <ril[away]!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has quit IRC (Max SendQ exceeded)
[21:22:41] *** Leffa <Leffa!~Leffa@223.227.163.56> has joined #angularjs
[21:23:35] *** dagert <dagert!~dagert@8ta-229-176-36.telkomadsl.co.za> has joined #angularjs
[21:23:48] *** Germanaz0 <Germanaz0!~Germanaz0@unaffiliated/germanaz0> has quit IRC (Quit: Me fui a dormir)
[21:24:40] *** Limarson <Limarson!~marcel.cr@p57978856.dip0.t-ipconnect.de> has joined #angularjs
[21:25:58] *** rikkipitt <rikkipitt!~rikkipitt@host-92-4-54-221.as43234.net> has quit IRC (Quit: Leaving...)
[21:28:32] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:29:47] *** VeeWee <VeeWee!~VeeWee@ptr-2hj4tbhcjlhliuo3ptrqva4ua.ip6.access.telenet.be> has quit IRC (Quit: WeeChat 1.2)
[21:29:47] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:30:06] <marc_v92> Just to confirm, no elements on the page at all are being given the "ng-enter" class when I update the "step" object.
[21:30:30] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Read error: Connection reset by peer)
[21:31:56] *** Thorup <Thorup!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has joined #angularjs
[21:32:23] *** vondrc <vondrc!5e71a119@gateway/web/freenode/ip.94.113.161.25> has quit IRC (Quit: Page closed)
[21:34:28] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:34:29] *** ahhhhndi <ahhhhndi!~ahhhndi@p579E45FB.dip0.t-ipconnect.de> has joined #angularjs
[21:35:27] *** comingsoontm_ <comingsoontm_!~comingsoo@70.51.47.106> has joined #angularjs
[21:35:27] *** dionysus70 <dionysus70!~Icedove@unaffiliated/dionysus69> has joined #angularjs
[21:35:45] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has joined #angularjs
[21:35:56] *** drej <drej!~textual@unaffiliated/jedimind> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:36:04] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[21:36:05] <zolomon> So ngComponentRouter is not ready for usage in Angular 1.5?
[21:36:21] *** dionysus69 <dionysus69!~Icedove@unaffiliated/dionysus69> has quit IRC (Ping timeout: 246 seconds)
[21:36:21] *** dionysus70 is now known as dionysus69
[21:36:33] *** comingsoontm <comingsoontm!~comingsoo@70.51.47.106> has quit IRC (Ping timeout: 240 seconds)
[21:36:49] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Read error: Connection reset by peer)
[21:37:00] *** ahhhhhndi <ahhhhhndi!~ahhhndi@p579E45FB.dip0.t-ipconnect.de> has joined #angularjs
[21:38:34] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[21:38:46] *** ahhhhndi <ahhhhndi!~ahhhndi@p579E45FB.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 252 seconds)
[21:39:04] *** arizzo <arizzo!~arizzo@static-98-115-87-10.phlapa.fios.verizon.net> has joined #angularjs
[21:40:58] *** Thorup <Thorup!~Thunderbi@80-62-117-162-mobile.dk.customer.tdc.net> has quit IRC (Quit: Thorup)
[21:42:34] *** dodobrain <dodobrain!~dodobrain@14-202-40-12.tpgi.com.au> has quit IRC (Changing host)
[21:42:34] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has joined #angularjs
[21:43:44] *** erry <erry!~errietta@shadowcat/hyperactive-puppy/erry> has quit IRC (Quit: WeeChat 1.5)
[21:43:59] *** erry <erry!~errietta@shadowcat/hyperactive-puppy/erry> has joined #angularjs
[21:44:04] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[21:44:42] *** bionikspoon <bionikspoon!~bionikspo@c-76-29-80-200.hsd1.il.comcast.net> has left #angularjs ("Leaving")
[21:45:43] *** _wrs <_wrs!~WRS@90.221.24.225> has joined #angularjs
[21:47:40] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has joined #angularjs
[21:48:06] *** fnx <fnx!~fnx@91.221.66.36> has joined #angularjs
[21:49:06] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[21:53:30] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[21:53:37] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 260 seconds)
[21:54:09] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Read error: Connection reset by peer)
[21:54:11] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[21:55:34] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[21:56:57] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[21:59:04] *** trinaldi <trinaldi!~note1zaez@unaffiliated/trinaldi> has quit IRC (Quit: bye)
[21:59:16] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Read error: Connection reset by peer)
[21:59:55] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 244 seconds)
[21:59:59] *** Anmol <Anmol!7aa3c983@gateway/web/freenode/ip.122.163.201.131> has joined #angularjs
[22:00:11] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[22:00:32] *** h2baik_ <h2baik_!~h2baik@90.63.244.57> has quit IRC (Ping timeout: 250 seconds)
[22:02:24] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[22:03:06] *** vrockai <vrockai!~vrockai@ip-89-102-10-111.net.upcbroadband.cz> has quit IRC (Remote host closed the connection)
[22:03:59] <Anmol> Hi, i am looking for some work on angularJS, ionic, node, etc.
[22:04:02] *** arizzo_ <arizzo_!~arizzo@ec2-54-164-18-25.compute-1.amazonaws.com> has joined #angularjs
[22:05:30] *** Anmol <Anmol!7aa3c983@gateway/web/freenode/ip.122.163.201.131> has quit IRC (Quit: Page closed)
[22:05:54] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[22:06:18] *** arizzo <arizzo!~arizzo@static-98-115-87-10.phlapa.fios.verizon.net> has quit IRC (Ping timeout: 250 seconds)
[22:06:55] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8fpe7fgbun4we.ip6.access.telenet.be> has quit IRC (Read error: Connection reset by peer)
[22:07:21] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8fpe7fgbun4we.ip6.access.telenet.be> has joined #angularjs
[22:09:38] *** davi <davi!~davi@gnu/davi> has quit IRC (Ping timeout: 250 seconds)
[22:10:03] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has joined #angularjs
[22:10:06] <agilman> gotta say, angular is pretty magical
[22:10:15] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[22:10:48] <zolomon> Not when it's hard to debug. :>
[22:11:54] *** dagert <dagert!~dagert@8ta-229-176-36.telkomadsl.co.za> has quit IRC (Quit: Probably getting some more coffee.)
[22:12:01] <agilman> ahh, I am only making my first baby steps into it. 3 weeks since I started playing with it.
[22:12:02] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has quit IRC (Quit: Computer has gone to sleep.)
[22:12:37] <agilman> Look forward to trying angular2
[22:14:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[22:15:02] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[22:15:45] *** nfk <nfk!~nfk@unaffiliated/nfk> has joined #angularjs
[22:16:17] <diphtherial> heh, 'magical' is a dirty word in web frameworks imho
[22:16:34] <diphtherial> angular is the antithesis of magic -- it's beautifully declarative, i think
[22:16:48] <diphtherial> but i guess you just mean 'good'
[22:17:41] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[22:19:36] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 250 seconds)
[22:21:02] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has joined #angularjs
[22:22:22] *** arizzo_ <arizzo_!~arizzo@ec2-54-164-18-25.compute-1.amazonaws.com> has quit IRC (Quit: Leaving...)
[22:22:39] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 264 seconds)
[22:22:43] *** magellanicloud <magellanicloud!~magellani@2a02:810b:8340:3f18:39de:645d:105a:ff24> has joined #angularjs
[22:22:46] <zolomon> "Unknown provider: xmr.courseList" -- how can I deal with this issue? I check after I've created my module that it exists via try { angular.module('xmr.courseList'); } catch (err) {console.log(err);} and I get no problem.
[22:23:32] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has joined #angularjs
[22:24:00] *** apparition <apparition!~apparitio@unaffiliated/apparition> has quit IRC (Quit: Bye)
[22:24:28] *** pbgc <pbgc!~pbgc@bl17-141-17.dsl.telepac.pt> has quit IRC (Client Quit)
[22:26:55] *** jdsouza <jdsouza!~jdsouza@67-214-225-82.static.ip.veracitynetworks.com> has joined #angularjs
[22:26:58] *** BadApe <BadApe!~BadApe@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has quit IRC (Ping timeout: 250 seconds)
[22:28:12]
*** reduce_ <reduce_!~quassel@unaffiliated/reduce> has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
[22:28:45] *** reduce <reduce!~quassel@unaffiliated/reduce> has joined #angularjs
[22:30:06] *** squeakytoy <squeakytoy!~squeakyto@h87-96-232-51.cust.se.alltele.net> has quit IRC (Quit: Leaving)
[22:31:43] *** dagert <dagert!~dagert@8ta-229-176-36.telkomadsl.co.za> has joined #angularjs
[22:32:00] *** mandric_ <mandric_!~mandric@187-77-111-166.user3g.veloxzone.com.br> has quit IRC (Ping timeout: 260 seconds)
[22:32:08] *** mandric <mandric!~mandric@191.123.207.125> has joined #angularjs
[22:32:42] *** systemsgotyou <systemsgotyou!~User@71.91.8.13> has quit IRC (Read error: Connection reset by peer)
[22:33:08] *** systemsgotyou <systemsgotyou!~User@71.91.8.13> has joined #angularjs
[22:33:10] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Remote host closed the connection)
[22:34:13] *** marthinal <marthinal!~chatzilla@80.30.76.235> has joined #angularjs
[22:34:25] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[22:36:58] *** jj- <jj-!juutiju@hilla.kapsi.fi> has quit IRC (Remote host closed the connection)
[22:37:05] *** jj- <jj-!juutiju@hilla.kapsi.fi> has joined #angularjs
[22:37:50] *** Hootch <Hootch!~Thunderbi@x4d028dd2.dyn.telefonica.de> has quit IRC (Quit: Hootch)
[22:38:34] <zolomon> You can't use arrow functions in ui-router for controllers?
[22:39:32] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[22:40:10] *** marthinal <marthinal!~chatzilla@80.30.76.235> has quit IRC (Ping timeout: 260 seconds)
[22:41:25] <nfk> i think i just hit JS brainf
[22:42:35] *** moeabdol2 <moeabdol2!~moeabdol@37.105.132.124> has joined #angularjs
[22:43:40] *** theBorgu <theBorgu!~theBorgu@pool-173-71-198-195.clppva.fios.verizon.net> has joined #angularjs
[22:43:40] <nfk> i have plans = $scope.plans; in my controller and then in a $save() i do $scope.plans = Plans.query(); which superficially works but only until i change the active controller because obviously what i want is not to update any of the copies but to actually have the main Plans instance that's always loaded to update
[22:43:54] <nfk> i know this can somehow be done i just can't recall how i solved it years ago
[22:44:56] <nfk> fundamentally the issue is iirc that it's effectively being evaluated in a closure or somesuch and it all behaves really weirdly
[22:45:34] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[22:46:09] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has joined #angularjs
[22:46:35] *** mandric <mandric!~mandric@191.123.207.125> has quit IRC (Quit: Computer has gone to sleep.)
[22:46:50] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[22:47:45] *** moeabdol2 <moeabdol2!~moeabdol@37.105.132.124> has quit IRC (Ping timeout: 246 seconds)
[22:49:15] *** diegoaguilar <diegoaguilar!~diegoagui@187-163-194-96.static.axtel.net> has quit IRC (Remote host closed the connection)
[22:49:58] *** ericbutters <ericbutters!~DKuhne@HSI-KBW-46-223-90-201.hsi.kabel-badenwuerttemberg.de> has joined #angularjs
[22:50:00] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[22:50:30] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has quit IRC (Ping timeout: 250 seconds)
[22:50:47] *** diegoaguilar <diegoaguilar!~diegoagui@187-163-194-96.static.axtel.net> has joined #angularjs
[22:51:11] <diphtherial> maybe post the surrounding code? i'm having trouble visualizing it
[22:51:25] <diphtherial> (not that i'm likely to have an answer -- i'm familiar with js, but not so much with angular specifically)
[22:53:05] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[22:53:08] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[22:53:39] <ericbutters> how to change that white background?
[22:53:53] *** Elisha_ <Elisha_!~elisha@tm.213.143.68.74.nm.telemach.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:54:21] *** nivag <nivag!~gavin@121.98.96.198> has quit IRC (Ping timeout: 240 seconds)
[22:55:54] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 276 seconds)
[22:56:18] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[22:57:49] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has joined #angularjs
[22:58:09] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has quit IRC (Read error: No route to host)
[22:58:31] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has joined #angularjs
[22:58:37] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[23:00:15] *** tristanp_ <tristanp_!~tristanp@c-73-97-174-176.hsd1.wa.comcast.net> has quit IRC (Read error: Connection reset by peer)
[23:00:29] *** PrinceAMD <PrinceAMD!~grizzly_b@unaffiliated/princeamd> has quit IRC (Remote host closed the connection)
[23:00:32] *** blindbox_ <blindbox_!~blindbox@175.143.187.248> has joined #angularjs
[23:00:40] *** BadApe <BadApe!~badape@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has joined #angularjs
[23:00:42] *** tristanp <tristanp!~tristanp@2601:602:9502:75f0::3> has joined #angularjs
[23:00:54] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 250 seconds)
[23:02:50] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[23:03:12] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has quit IRC (Quit: Leaving)
[23:03:50] *** blindbox <blindbox!~blindbox@175.143.186.238> has quit IRC (Ping timeout: 258 seconds)
[23:03:50] *** blindbox_ is now known as blindbox
[23:04:53] *** krastavac <krastavac!~chatzilla@148.88.148.91.adsl.dyn.beotel.net> has joined #angularjs
[23:06:03] <nfk> diphtherial, basically i'm creating a factory Plan from $resource and then another factory plans by using Plan.query()
[23:06:52] <nfk> the stupid idea was that plans is always kept in memory once that part of the app is loaded and could be updated as needed but this would not be JS if that worked
[23:06:58] <krastavac> how long it takes to learn angular?
[23:06:59] <nfk> actually, let me try one more idea
[23:07:05] <nfk> though i expect it will also get defeated by JS
[23:07:06] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[23:07:14] <nfk> krastavac, a month?
[23:07:24] <nfk> note that to master anything you probably need half a year
[23:07:40] <nfk> and you can pick up basics in maybe a week if you already know a lot
[23:07:55] <nfk> like actual JS (not DOM abuse)
[23:08:31] <nfk> krastavac, that having been said there's another fairly popular framework that's a lot quicker to learn but as a trade off it's not gonna be as powerful
[23:08:36] <nfk> let my try finding the name for you
[23:08:55] <nfk> krastavac, ReactJS
[23:09:37] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:09:44] <krastavac> best way to learn angular is to read ossmani's "javascript design patterns"
[23:09:47] <zolomon> How do you use components with ui-router?
[23:09:54] *** juro <juro!~juro@196-215-121-156.dynamic.isadsl.co.za> has joined #angularjs
[23:10:45] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[23:11:49] *** mven_ <mven_!~textual@32.97.110.57> has joined #angularjs
[23:12:48] *** andricDu <andricDu!~andricDu@206.108.127.16> has quit IRC (Ping timeout: 276 seconds)
[23:12:55] *** Rodya_ <Rodya_!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has joined #angularjs
[23:13:27] *** mven <mven!~textual@32.97.110.57> has quit IRC (Ping timeout: 276 seconds)
[23:13:57] <nfk> krastavac, was that a shameless plug?
[23:14:17] <nfk> zolomon, what do you mean by components?
[23:14:44] <zolomon> nfk: angular.module('xmr).component('courseList', ...)
[23:15:03] <nfk> sorry, never seen any of those
[23:15:04] *** prophesi <prophesi!~Adium@host-68-169-169-183.VABOLT2.epbfi.com> has left #angularjs
[23:15:09] *** moeabdol2 <moeabdol2!~moeabdol@37.105.132.124> has joined #angularjs
[23:15:18] <zolomon> It's in angular >1.5 apparently.
[23:15:34] *** fedenunez <fedenunez!~fede@r167-61-125-186.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 252 seconds)
[23:16:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[23:17:51] *** Rodya_ <Rodya_!~Rodya_@c-71-224-101-129.hsd1.pa.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[23:18:48] *** sergey <sergey!~sergey@46.98.232.119> has quit IRC ()
[23:18:58] *** krastavac <krastavac!~chatzilla@148.88.148.91.adsl.dyn.beotel.net> has quit IRC (Quit: ChatZilla 0.9.92 [Firefox 43.0.1/20151216175450])
[23:19:20] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[23:19:28] <nfk> juro, i guess one option which is a lot less cool is to test length of row.cells and output empty <td></td> then else iterate over it
[23:19:37] <nds_> i just started looking at angular2 (never jused any angularjs before). is the best way to create a dynamic webpage with angular2 to just use angular2 with calls to some backend over http?
[23:20:34] <nfk> juro, an even nicer option would be to always ensure there's at least an [{value: ""}] so that the code is happy
[23:20:38] <juro> nfk, it works without "row2", as that doesn't have a value, however, I would assume it shouldn't actually get there anyway due to the switch ...
[23:20:47] <nfk> either by fixing the backend or doing some preoprocessing
[23:21:19] <nfk> juro, honestly, i only looked at some of your code and i saw no row2 anywhere
[23:21:54] <juro> nfk, app.ts, line 35
[23:22:01] <nfk> nds_, you don't need any backend for just a "dynamic" webpage
[23:22:12] <nfk> in fact, i'd argue you can make it "dynamic" without even using JS
[23:22:33] <nfk> like i'd call my current project design dynamic as it adapts to different screen sizes and it's entirely in JS
[23:22:34] <nfk> err
[23:22:37] <nfk> entirely in CSS
[23:22:39] <nfk> without any JS
[23:23:15] <diphtherial> depends on your definition of 'dynamic', i suppose
[23:23:29] <nfk> juro, so, where's the problem?
[23:23:45] <nfk> or rather, what is the problem
[23:24:46] <juro> nfk, it throws an error because row2 does not have a value. But surely the switch shouldn't "let" the application get to cell.value?
[23:24:51] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[23:24:51]
<ngbot> [angular.js] PeEllAvaj created stephen-patch-1 (+1 new commit): https://git.io/voTF1
[23:24:51] <ngbot> angular.js/stephen-patch-1 874b4d5 Stephen Fluin: docs(guide/Component Router): improving comms
[23:24:51] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[23:25:47] <nfk> juro, as i said, i'd go for lowly if branch or do a preprocessing step to ensure there's always a vlue or just make sure the backend always returns at least [{value: ""}]
[23:26:09] <nfk> i can understand what you want to do there I just don't think you really need to go for magic to get stuff done
[23:26:25] <nfk> and, yes, i'd consider code like that magic
[23:26:29] <nfk> when it works at all
[23:26:54] <juro> nfk, ok, thank you. This is just a part of an iteration problem I am trying to reconstruct on Plunker ...
[23:26:55] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[23:27:10] <nfk> juro, well, that's just how i'd approach it
[23:27:51] <nfk> as long as someone does not require you to do it in that particular way you're attempting to do it i personally see no reason to not just fix it in a straight forward way and move on to other things
[23:27:56] *** encryptd_fractal <encryptd_fractal!~encryptd_@50-203-59-198-static.hfc.comcastbusiness.net> has quit IRC (Remote host closed the connection)
[23:29:56] *** Xtremer <Xtremer!~xtremer@cmr-208-124-136-110.cr.net.cable.rogers.com> has quit IRC (Ping timeout: 250 seconds)
[23:30:47] <nfk> afk
[23:31:01] *** sahbeewah <sahbeewah!~sahbeewah@14-200-158-113.static.tpgi.com.au> has joined #angularjs
[23:31:52] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[23:31:52] <ngbot> angular.js/master 48c8b23 Georgios Kalpakas: feat(orderBy): add support for custom comparators...
[23:31:52] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[23:34:08] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has quit IRC (Ping timeout: 250 seconds)
[23:34:13] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has joined #angularjs
[23:34:48] *** dandaman1 <dandaman1!~Adium@208.186.79.34> has quit IRC (Quit: Leaving.)
[23:35:02] *** dandaman1 <dandaman1!~Adium@208.186.79.34> has joined #angularjs
[23:36:03] *** spriz <spriz!~spriz@b29b94ac.rev.stofanet.dk> has quit IRC (Ping timeout: 240 seconds)
[23:36:33] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[23:36:35] *** fees <fees!~fees_@d54C22E1C.access.telenet.be> has quit IRC (Remote host closed the connection)
[23:36:40] *** Lecht <Lecht!Lecht@cpe-75-191-201-228.ec.res.rr.com> has left #angularjs
[23:36:43] *** Lecht <Lecht!Lecht@cpe-75-191-201-228.ec.res.rr.com> has joined #angularjs
[23:36:48] *** Lecht <Lecht!Lecht@cpe-75-191-201-228.ec.res.rr.com> has quit IRC ()
[23:39:07] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[23:39:07] <ngbot> angular.js/v1.5.x 2e33d17 Georgios Kalpakas: feat(orderBy): add support for custom comparators...
[23:39:07] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[23:39:28] *** romerocesar <romerocesar!~cesar@2601:602:9300:6000:55db:c123:c988:a50> has quit IRC (Ping timeout: 250 seconds)
[23:40:22] *** spriz <spriz!~spriz@b29b94ac.rev.stofanet.dk> has joined #angularjs
[23:41:10] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[23:41:15] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 264 seconds)
[23:42:56] *** ahhhhhndi <ahhhhhndi!~ahhhndi@p579E45FB.dip0.t-ipconnect.de> has quit IRC (Quit: Verlassend)
[23:44:15] *** cacts|wtf <cacts|wtf!~cactus@209.116.186.146> has quit IRC (Ping timeout: 264 seconds)
[23:44:24] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[23:44:28] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.242.61> has quit IRC (Ping timeout: 258 seconds)
[23:44:39] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[23:45:30] *** sahbeewah <sahbeewah!~sahbeewah@14-200-158-113.static.tpgi.com.au> has quit IRC (Ping timeout: 246 seconds)
[23:47:44] *** dopesong_ <dopesong_!~dopesong@108.238.116.89.static.lrtc.lt> has joined #angularjs
[23:47:53] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[23:48:46] *** juro <juro!~juro@196-215-121-156.dynamic.isadsl.co.za> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[23:49:01] *** DV8_ <DV8_!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[23:49:42] *** dopesong <dopesong!~dopesong@108.238.116.89.static.lrtc.lt> has quit IRC (Ping timeout: 246 seconds)
[23:49:46] *** sahbeewah <sahbeewah!~sahbeewah@14-200-158-113.static.tpgi.com.au> has joined #angularjs
[23:51:10] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Ping timeout: 250 seconds)
[23:51:11] *** diosney <diosney!~diosney@190.6.93.198> has quit IRC (Quit: Konversation terminated!)
[23:53:15] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has quit IRC (Ping timeout: 264 seconds)
[23:53:17] *** jdsouza <jdsouza!~jdsouza@67-214-225-82.static.ip.veracitynetworks.com> has quit IRC (Quit: Lost terminal)
[23:53:44] *** sneakers <sneakers!~sneakers@unaffiliated/sneakerhead> has quit IRC (Read error: Connection reset by peer)
[23:54:06] *** mandric <mandric!~mandric@177.165.138.124> has joined #angularjs
[23:54:09] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:b4d9:f4c9:6c34:a2cc> has quit IRC (Remote host closed the connection)
[23:55:55] *** OtherAllan <OtherAllan!~OtherAlla@ip68-107-106-70.sd.sd.cox.net> has joined #angularjs
[23:57:07] *** ekinmur <ekinmur!~ekinmur@va01.cvent.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:57:53] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[23:58:01] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:58:39] *** s0x <s0x!~s0x@sixserv.org> has quit IRC (Ping timeout: 264 seconds)
[23:58:41] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[23:58:49] *** aboudreault_ <aboudreault_!~alanb@LTVLPQ0403W-LP130-04-845535057.dsl.bell.ca> has quit IRC (Ping timeout: 260 seconds)
[23:59:03] *** sahbeewah <sahbeewah!~sahbeewah@14-200-158-113.static.tpgi.com.au> has quit IRC (Ping timeout: 240 seconds)
[23:59:22] *** sahbeewah <sahbeewah!~sahbeewah@14-200-158-113.static.tpgi.com.au> has joined #angularjs
[23:59:25] *** monsti <monsti!~i@v3-1386.vxen.de> has quit IRC (Ping timeout: 258 seconds)
[23:59:30] *** Z3R0 <Z3R0!~mischief@24.27.227.1> has quit IRC (Quit: Z3R0)