[00:01:00] *** wizonesolutions <wizonesolutions!sid27627@drupal.org/user/739994/view> has joined #angularjs
[00:03:10] *** jhadvig_ <jhadvig_!~jhadvig@ip-37-188-236-154.eurotel.cz> has quit IRC (Read error: Connection timed out)
[00:03:59] *** jhadvig_ <jhadvig_!~jhadvig@ip-37-188-236-154.eurotel.cz> has joined #angularjs
[00:06:30] *** jhill__ <jhill__!sid1055@gateway/web/irccloud.com/x-douznqryfbbrhked> has joined #angularjs
[00:06:49] *** eshlox <eshlox!sid44222@gateway/web/irccloud.com/x-diufsicwcojhbmgg> has joined #angularjs
[00:07:56] *** davidmichaelkarr <davidmichaelkarr!sid71216@gateway/web/irccloud.com/x-yybuzeoipvqsmjcc> has joined #angularjs
[00:08:00] *** lebster <lebster!sid17131@gateway/web/irccloud.com/x-kocltttkqlfdwjfi> has joined #angularjs
[00:08:03] *** graingert <graingert!sid128301@gateway/web/irccloud.com/x-ijbvscqmbfajrnsd> has joined #angularjs
[00:09:54] *** soee <soee!~soee@bht159.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[00:10:49] *** Kamuela_ <Kamuela_!sid111576@gateway/web/irccloud.com/x-ekgixnhylkjovqlq> has joined #angularjs
[00:11:04] *** gweedo767_ <gweedo767_!uid1464@gateway/web/irccloud.com/x-yjpyfphyoofnctkz> has quit IRC (Quit: Connection closed for inactivity)
[00:13:48] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has joined #angularjs
[00:16:02] *** worktoner <worktoner!~dan@50.235.111.66> has quit IRC (Quit: Leaving)
[00:16:44] *** heartburn <heartburn!~heartburn@185.117.118.195> has joined #angularjs
[00:18:08] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has quit IRC (Ping timeout: 258 seconds)
[00:18:49] *** Mo0O <Mo0O!~steeve@unaffiliated/mo0o> has quit IRC (Ping timeout: 255 seconds)
[00:19:38] *** jhadvig_ <jhadvig_!~jhadvig@ip-37-188-236-154.eurotel.cz> has quit IRC (Read error: Connection timed out)
[00:27:10] *** thrillgore <thrillgore!~ZugZug@c-73-207-195-231.hsd1.ga.comcast.net> has joined #angularjs
[00:27:33] *** jhadvig_ <jhadvig_!~jhadvig@ip-37-188-236-154.eurotel.cz> has joined #angularjs
[00:27:40] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has joined #angularjs
[00:27:49] *** cschneid <cschneid!cschneid@2600:3c00::f03c:91ff:fe73:9540> has joined #angularjs
[00:30:45] *** LeBlaaanc <LeBlaaanc!~textual@unaffiliated/leblaaanc> has quit IRC (Ping timeout: 245 seconds)
[00:32:56] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has quit IRC (Ping timeout: 256 seconds)
[00:34:38] *** lucasxu <lucasxu!~lucas@dhcp-wifi-8021x-168-122-204-68.bu.edu> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[00:35:53] *** Z3R0 <Z3R0!~mischief@24.27.227.129> has quit IRC (Quit: Z3R0)
[00:36:35] <heartburn> o
[00:38:39] *** wrkrcoop <wrkrcoop!~martee@adsk-nat-ip10.autodesk.com> has joined #angularjs
[00:39:22] <wrkrcoop> hi i want to implement a chat feature using websockets, but i never want the connection to die unless user closes the tab, where should i put the code? i imagine it should be something kinda global
[00:39:30] *** nckpz <nckpz!~nick@static-72-89-243-64.nycmny.fios.verizon.net> has quit IRC (Ping timeout: 245 seconds)
[00:39:56] <heartburn> ngdoc: factory
[00:40:14] <heartburn> ngdoc: service
[00:41:32] <heartburn> angular rule of thumb: if you gonna share it, it lives in a service/factory.
[00:41:46] *** cotko <cotko!~ahmed@188-230-161-23.dynamic.t-2.net> has quit IRC (Quit: Konversation terminated!)
[00:41:48] <wrkrcoop> heartburn: that for me? is cache where i store the data and service is for the client?
[00:42:38] <heartburn> no, ignore that, that was a pile of irrelevant crap.
[00:43:11] *** solars <solars!5473f702@gateway/web/freenode/ip.84.115.247.2> has joined #angularjs
[00:43:59] *** dodobrain <dodobrain!~dodobrain@14-202-40-12.tpgi.com.au> has quit IRC (Quit: Leaving)
[00:44:27] <wrkrcoop> thank you : D
[00:44:29] *** circ-user-JROmw <circ-user-JROmw!~circuser-@177.41.136.25.dynamic.adsl.gvt.net.br> has joined #angularjs
[00:44:38] *** dodobrain <dodobrain!~dodobrain@unaffiliated/freakabcd> has joined #angularjs
[00:44:47] <solars> hi, can anyone tell me how to successfully cast a value to decimal so I can use it here? ng-click="sendCmd('thermostat', 1.0*itemValue('actual_temp') - 0.5)" I have to use this in a template that uses angular
[00:44:54] *** arizzo <arizzo!~arizzo@pool-71-185-31-119.phlapa.fios.verizon.net> has joined #angularjs
[00:45:15] <graingert> heartburn: nah. It lives in an angular module
[00:45:46] <graingert> wrkrcoop: use rxjs
[00:45:57] <wrkrcoop> graingert: hmmm im not familiar with it enough …
[00:46:04] <graingert> wrkrcoop: it's good tho
[00:46:06] <wrkrcoop> but i did write a blogpost about it haha
[00:46:37]
<ReScO> If you've checked the JSON, check the following: https://hastebin.com/logemofaba.ts i'm trying to resolve those url's in the json and replace them with the resource to be requested...
[00:46:49] <ReScO> but this.http is undefined. :(
[00:46:58] <ReScO> at line 27
[00:47:05] <wrkrcoop> graingert: thanks for advice ill consider it
[00:47:37] *** harryh_ <harryh_!~harryh2@72.49.62.156> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[00:48:14] *** sbellina <sbellina!~sbellina@8.42.179.63> has joined #angularjs
[00:50:11] <wrkrcoop> am i on the right path?
[00:51:38] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has joined #angularjs
[00:52:41] <wrkrcoop> gtg bbl
[00:52:50] *** circ-user-JROmw <circ-user-JROmw!~circuser-@177.41.136.25.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[00:53:00] *** circ-user-dSSbq <circ-user-dSSbq!~circuser-@177.41.136.25.dynamic.adsl.gvt.net.br> has joined #angularjs
[00:53:48] *** jhadvig_ <jhadvig_!~jhadvig@ip-37-188-236-154.eurotel.cz> has quit IRC (Ping timeout: 240 seconds)
[00:53:59] <wrkrcoop> plz leave a comment if u have a minute
[00:54:02] *** wrkrcoop <wrkrcoop!~martee@adsk-nat-ip10.autodesk.com> has quit IRC (Quit: wrkrcoop)
[00:54:15] <ReScO> any ideas how i can fix my issue? :(
[00:55:18] *** arielserafini <arielserafini!~arielsera@unaffiliated/arielserafini> has joined #angularjs
[00:55:43] *** opiates <opiates!~opiates@c-73-215-235-187.hsd1.nj.comcast.net> has joined #angularjs
[00:55:45] *** opiates <opiates!~opiates@c-73-215-235-187.hsd1.nj.comcast.net> has quit IRC (Changing host)
[00:55:45] *** opiates <opiates!~opiates@unaffiliated/opiates> has joined #angularjs
[00:56:03] *** minty-hime <minty-hime!~minty@2605:6400:2:fed5:22:623:78ec:1137> has joined #angularjs
[00:56:08] *** arizzo <arizzo!~arizzo@pool-71-185-31-119.phlapa.fios.verizon.net> has quit IRC (Remote host closed the connection)
[00:56:36] *** jstvz <jstvz!~jstvz@104.145.235.38> has quit IRC (Ping timeout: 268 seconds)
[00:59:33] *** node9_ <node9_!~node9@177.154.145.102> has joined #angularjs
[01:00:28] *** vibhcool <vibhcool!Elite18558@gateway/shell/elitebnc/x-jkwbcituqfiwater> has joined #angularjs
[01:01:03] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has quit IRC (Read error: Connection reset by peer)
[01:01:54] *** dev-zero <dev-zero!~dev-zero@gentoo/developer/dev-zero> has joined #angularjs
[01:02:33] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has joined #angularjs
[01:03:10] *** opiates <opiates!~opiates@unaffiliated/opiates> has quit IRC (Ping timeout: 240 seconds)
[01:03:15] *** webguynow <webguynow!~webguynow@c-73-22-239-213.hsd1.il.comcast.net> has quit IRC (Ping timeout: 245 seconds)
[01:03:36] *** Zythyr <Zythyr!~Zythyr@host-128-227-12-188.xlate.ufl.edu> has joined #angularjs
[01:03:43] *** webguynow <webguynow!~webguynow@c-73-22-239-213.hsd1.il.comcast.net> has joined #angularjs
[01:05:14] *** node9_ <node9_!~node9@177.154.145.102> has quit IRC (Ping timeout: 268 seconds)
[01:05:21] *** Seich <Seich!~seich@2604:9a00:2010:a005:e::12c> has joined #angularjs
[01:06:22] *** jstvz <jstvz!~jstvz@104.145.235.38> has joined #angularjs
[01:06:47] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[01:06:57] <ReScO> hey heartburn, any clue how to chain requests?
[01:08:42] *** eago2 <eago2!~eago@181.59.244.38> has joined #angularjs
[01:09:40] *** eago <eago!~eago@181.59.244.38> has quit IRC (Ping timeout: 240 seconds)
[01:10:03] <WhatTheDilly> don't you just go .then 9?
[01:10:20] *** opiates <opiates!~opiates@unaffiliated/opiates> has joined #angularjs
[01:11:15] *** mischat <mischat!~mischat@05434105.skybroadband.com> has joined #angularjs
[01:13:08] *** Sna4x8 <Sna4x8!~avejidah@45-19-138-50.lightspeed.frokca.sbcglobal.net> has quit IRC (Ping timeout: 276 seconds)
[01:14:39] <ReScO> WhatTheDilly, eh?
[01:15:56] *** mischat <mischat!~mischat@05434105.skybroadband.com> has quit IRC (Ping timeout: 260 seconds)
[01:16:43] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[01:18:23] *** jsightler is now known as jsightler_afk
[01:20:20] *** Wizek_ <Wizek_!~Wizek@catv-89-132-132-110.catv.broadband.hu> has quit IRC (Ping timeout: 245 seconds)
[01:21:05] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 240 seconds)
[01:23:25] *** alphonse23_ <alphonse23_!uid34238@gateway/web/irccloud.com/x-mtfnmexqnkilguuj> has quit IRC (Quit: Connection closed for inactivity)
[01:23:36] *** _Penguin <_Penguin!~penguin@host86-145-202-98.range86-145.btcentralplus.com> has quit IRC (Ping timeout: 260 seconds)
[01:25:07] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has quit IRC (Quit: jr3)
[01:25:30] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has joined #angularjs
[01:26:00] *** _Penguin <_Penguin!~penguin@host86-137-242-242.range86-137.btcentralplus.com> has joined #angularjs
[01:26:06] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has quit IRC (Client Quit)
[01:27:36] *** opiates <opiates!~opiates@unaffiliated/opiates> has quit IRC (Ping timeout: 260 seconds)
[01:28:54] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:10f0:68d:9e38:8c5a> has joined #angularjs
[01:29:42] <RubyRonin> greetings all
[01:29:47] <RubyRonin> anyone here?
[01:35:54] <ReScO> Yep
[01:36:04] <ReScO> Looking for help myself
[01:37:09] <RubyRonin> resco
[01:37:24] <ReScO> Yeah?
[01:37:36] <RubyRonin> know anything about typescript
[01:37:37] <RubyRonin> ?
[01:37:54] <RubyRonin> I'm trying to accesss the window object so I can access webapi's in angular2
[01:38:00] <RubyRonin> typescript keeps causing problems
[01:39:25] <RubyRonin> ReScO: ?
[01:39:50] <ReScO> Not that advanced yet.
[01:39:59] <RubyRonin> thanks
[01:41:52] *** fedenunez <fedenunez!~fede@r167-60-125-191.dialup.adsl.anteldata.net.uy> has joined #angularjs
[01:42:36] *** opiates <opiates!~opiates@unaffiliated/opiates> has joined #angularjs
[01:43:31] *** mandric <mandric!~mandric@187.34.215.73> has joined #angularjs
[01:44:46] *** denisra <denisra!~denisra@86-40-251-203-dynamic.agg1.fng.bdt-fng.eircom.net> has quit IRC (Ping timeout: 255 seconds)
[01:45:30] *** plutoniix <plutoniix!~q@175.176.222.7> has joined #angularjs
[01:47:04] *** overlord_tm <overlord_tm!~andraz@storitve.energetika.net> has quit IRC (Ping timeout: 258 seconds)
[01:47:20] *** sgen <sgen!~sgen@clwdon2201w-lp140-01-70-54-22-61.dsl.bell.ca> has quit IRC (Remote host closed the connection)
[01:49:11] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has quit IRC (Quit: ChatZilla 0.9.93 [Firefox 48.0/20160726073904])
[01:51:28] *** AtumT <AtumT!~IRC@177.206.150.224.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[01:51:44] *** abyx_ <abyx_!~abyx@unaffiliated/abyx> has quit IRC (Remote host closed the connection)
[01:51:45] <WhatTheDilly> RubyRonin: what are you having an issue with?
[01:54:59] <RubyRonin> WhatTheDilly: one sec, I'm creating a plunkr
[01:55:32] *** elsevero <elsevero!~elsevero@86.125.108.152> has quit IRC (Quit: elsevero)
[01:55:36] *** mandric <mandric!~mandric@187.34.215.73> has quit IRC (Ping timeout: 260 seconds)
[01:57:50] <graingert> RubyRonin: which webapis
[01:57:56] *** circ-user-dSSbq <circ-user-dSSbq!~circuser-@177.41.136.25.dynamic.adsl.gvt.net.br> has quit IRC (Remote host closed the connection)
[01:57:57] <graingert> Angular should have a wrapper
[01:58:33] *** siba <siba!~textual@2b.06.01a8.ip4.static.sl-reverse.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[01:59:02] <RubyRonin> the button throws an error (see console.log)
[01:59:15] *** KermitoniT <KermitoniT!~Kermitoni@tip1948933.lnk.telstra.net> has joined #angularjs
[01:59:19] <RubyRonin> if I use winRef ....speechSysntheis isn't found
[01:59:25] <RubyRonin> I'm confused
[01:59:26] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[01:59:50] *** annoymouse <annoymouse!uid11754@gateway/web/irccloud.com/x-dhmuekejvnuetokz> has joined #angularjs
[01:59:58] *** harryh_ <harryh_!~harryh2@72.49.62.156> has joined #angularjs
[02:00:36] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has joined #angularjs
[02:01:19] *** cliluw <cliluw!~cliluw@unaffiliated/cliluw> has quit IRC (Read error: Connection reset by peer)
[02:02:58] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[02:03:14] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Read error: Connection reset by peer)
[02:03:45] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has joined #angularjs
[02:03:48] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[02:04:17] <WhatTheDilly> why can't you just use window ?
[02:04:57] *** cliluw <cliluw!~cliluw@unaffiliated/cliluw> has joined #angularjs
[02:05:29] <RubyRonin> it doesn't work
[02:05:39] <RubyRonin> only in the constructor does it work
[02:06:12] <RubyRonin> atleast I havent figured out how to get it to work
[02:06:13] *** Zythyr <Zythyr!~Zythyr@host-128-227-12-188.xlate.ufl.edu> has quit IRC (Read error: Connection reset by peer)
[02:07:29] <WhatTheDilly> define "doesn't work"
[02:07:51] <RubyRonin> fixed it
[02:08:04] <WhatTheDilly> ill take your word for it
[02:08:11] <WhatTheDilly> plnkr is an annoying website that doesn't work
[02:08:15] <WhatTheDilly> fucking triggers xss
[02:09:32] <WhatTheDilly> is the config.js your bundle.js ? with the angular bundled in/
[02:10:23] *** nomoney4me2 is now known as nomoney4me
[02:12:48] *** marr <marr!~ccc@37-128-8-62.adsl.inetia.pl> has quit IRC (Ping timeout: 240 seconds)
[02:21:11] *** lucasxu <lucasxu!~lucas@209-6-213-131.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com> has joined #angularjs
[02:22:00] *** arizzo <arizzo!~arizzo@pool-71-185-31-119.phlapa.fios.verizon.net> has joined #angularjs
[02:23:03]
*** SexualRickshaw <SexualRickshaw!~kvirc@cpe-70-114-165-148.austin.res.rr.com> has quit IRC (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[02:25:27] <RubyRonin> TypeError: Cannot set property 'onresult' of undefined
[02:25:40] <RubyRonin> y does this always happen
[02:27:49] *** SexualRickshaw <SexualRickshaw!~kvirc@cpe-70-114-165-148.austin.res.rr.com> has joined #angularjs
[02:28:20] *** Shilon <Shilon!~Shilon@a79-168-104-17.cpe.netcabo.pt> has quit IRC (Quit: Shilon)
[02:28:30] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has joined #angularjs
[02:29:40] <WhatTheDilly> ionno. maybe cause you don't understand tyepscript/
[02:32:55] *** harryh_ <harryh_!~harryh2@72.49.62.156> has quit IRC (Ping timeout: 255 seconds)
[02:33:22] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has quit IRC (Ping timeout: 255 seconds)
[02:34:15] *** arizzo <arizzo!~arizzo@pool-71-185-31-119.phlapa.fios.verizon.net> has quit IRC (Remote host closed the connection)
[02:35:00] *** Klumben <Klumben!Nsaiswatch@elmo.stole-your.pw> has joined #angularjs
[02:43:04] <RubyRonin> i dont
[02:55:09] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:10f0:68d:9e38:8c5a> has quit IRC (Remote host closed the connection)
[02:58:10] *** jstvz <jstvz!~jstvz@104.145.235.38> has quit IRC (Quit: Leaving)
[03:00:31] *** moloch <moloch!~moloch@ip-64-134-96-24.public.wayport.net> has joined #angularjs
[03:02:08] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[03:05:35] *** fedenunez <fedenunez!~fede@r167-60-125-191.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 240 seconds)
[03:05:40] <colonel-panic> hey graingert
[03:05:53] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[03:10:47] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[03:15:42] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has quit IRC (Quit: jr3)
[03:18:36] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[03:21:08] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Quit: Computer has gone to sleep.)
[03:21:22] *** jimklo <jimklo!~jimklo@192.12.16.110> has quit IRC (Ping timeout: 264 seconds)
[03:21:32] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[03:22:01] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Client Quit)
[03:23:20] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 260 seconds)
[03:23:39] *** jameser <jameser!~textual@125.36.34.110> has joined #angularjs
[03:25:18] *** lucasxu <lucasxu!~lucas@209-6-213-131.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[03:25:29] *** harryh_ <harryh_!~harryh2@72.49.62.156> has joined #angularjs
[03:30:20] *** elsevero <elsevero!~elsevero@86.125.108.152> has joined #angularjs
[03:33:32] *** LIERO <LIERO!~LIERO@unaffiliated/liero> has quit IRC (Ping timeout: 276 seconds)
[03:37:13] *** gweedo767_ <gweedo767_!uid1464@gateway/web/irccloud.com/x-hgixlvmqzzebapql> has joined #angularjs
[03:37:52] *** gweedo767_ is now known as gweedo767
[03:37:58] *** gweedo767 <gweedo767!uid1464@gateway/web/irccloud.com/x-hgixlvmqzzebapql> has quit IRC (Changing host)
[03:37:58] *** gweedo767 <gweedo767!uid1464@unaffiliated/gweedo767> has joined #angularjs
[03:37:58] *** gweedo767 <gweedo767!uid1464@unaffiliated/gweedo767> has quit IRC (Changing host)
[03:37:58] *** gweedo767 <gweedo767!uid1464@gateway/web/irccloud.com/x-hgixlvmqzzebapql> has joined #angularjs
[03:40:30] *** opiates <opiates!~opiates@unaffiliated/opiates> has left #angularjs ("brb drug raid")
[03:40:38] *** amcorreia <amcorreia!~amcorreia@189.114.121.62.dynamic.adsl.gvt.net.br> has quit IRC (Ping timeout: 268 seconds)
[03:40:53] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has joined #angularjs
[03:41:27] *** FIFOd <FIFOd!~FIFOd@75.60.240.181> has joined #angularjs
[03:44:35] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[03:49:52] *** csergiu <csergiu!~csergiu@79.116.48.237> has joined #angularjs
[03:54:23] *** csergiu <csergiu!~csergiu@79.116.48.237> has quit IRC (Ping timeout: 252 seconds)
[03:54:27] *** heartburn <heartburn!~heartburn@185.117.118.195> has quit IRC (Ping timeout: 240 seconds)
[03:55:54] *** harryh_ <harryh_!~harryh2@72.49.62.156> has quit IRC (Ping timeout: 240 seconds)
[04:00:06] *** deez79 <deez79!~deez79@221.74.154.104.bc.googleusercontent.com> has quit IRC (Remote host closed the connection)
[04:02:08] *** platonic_ <platonic_!~platonic@163.51-175-98.customer.lyse.net> has joined #angularjs
[04:02:21] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[04:03:28] *** ^Migs^ <^Migs^!~migs@205.122.50.108> has joined #angularjs
[04:03:37] *** Brak___________ <Brak___________!sid23881@gateway/web/irccloud.com/x-ucexxbgweuolsjkd> has joined #angularjs
[04:03:41] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[04:04:18] *** tkny__ <tkny__!sid91316@gateway/web/irccloud.com/x-biypsuvtgyfktbji> has joined #angularjs
[04:04:20] *** staticfox` <staticfox`!fox@kvirc/developer/staticfox> has joined #angularjs
[04:04:20] *** staticfox <staticfox!fox@kvirc/developer/staticfox> has quit IRC (Disconnected by services)
[04:04:27] *** shennyg_ <shennyg_!sid4021@gateway/web/irccloud.com/x-hwqokilbfszrjvek> has joined #angularjs
[04:04:29] *** dabura667_ <dabura667_!uid43070@gateway/web/irccloud.com/x-uflgnzrwnpyzujlh> has joined #angularjs
[04:04:30] *** WillMoogle_ <WillMoogle_!sid38138@gateway/web/irccloud.com/x-bydebkiwwfgqavuo> has joined #angularjs
[04:05:01] *** staticfox` is now known as staticfox
[04:05:42] *** ulkesh_ <ulkesh_!sid140298@gateway/web/irccloud.com/x-nberrpvojrradgmd> has joined #angularjs
[04:05:44] *** pudo_ <pudo_!sid16951@gateway/web/irccloud.com/x-vjnoqxvxoxuzigjn> has joined #angularjs
[04:05:45] *** Immutef_ <Immutef_!sid17978@gateway/web/irccloud.com/x-ugyezwehqbswqcoi> has joined #angularjs
[04:05:48] *** Kamuela__ <Kamuela__!sid111576@gateway/web/irccloud.com/x-dhsphefcjjoehgwu> has joined #angularjs
[04:06:06] *** tompaw <tompaw!~tompaw@tompaw.xxx> has joined #angularjs
[04:06:07] *** ome_ <ome_!sid36537@gateway/web/irccloud.com/x-pfubjjlhrvspqihr> has joined #angularjs
[04:06:11] *** boxmein_ <boxmein_!~boxmein@Powder/Cardboard/boxmein> has joined #angularjs
[04:06:11] *** kadamwhite <kadamwhite!kadamwhite@ec2-54-165-100-204.compute-1.amazonaws.com> has joined #angularjs
[04:06:19] *** monsti_ <monsti_!~i@v3-1386.vxen.de> has joined #angularjs
[04:06:27] *** Mr_Pancake- <Mr_Pancake-!~Pancake@91a189b38c101.greendata.pl> has joined #angularjs
[04:06:29] *** G1eb_ <G1eb_!~G1eb@unaffiliated/g1eb> has joined #angularjs
[04:06:30] *** Vye_ <Vye_!Vye@2600:3c00::f03c:91ff:fe73:1f53> has joined #angularjs
[04:06:40] *** s_20_ <s_20_!~simon@xinutec.org> has joined #angularjs
[04:06:42] *** fuchstro1aut <fuchstro1aut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[04:06:56] *** FIFOd <FIFOd!~FIFOd@75.60.240.181> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[04:07:06] *** TodPunk_ <TodPunk_!~quassel@68.169.47.218> has joined #angularjs
[04:07:08] *** Alina-malina_ <Alina-malina_!~Alina-mal@37.157.216.172> has joined #angularjs
[04:07:13] *** skrahg <skrahg!~skrah@212.218.126.52> has joined #angularjs
[04:07:15] *** Circlefusion1 <Circlefusion1!~cf@cpe-96-29-151-243.kya.res.rr.com> has joined #angularjs
[04:07:27] *** Mr_Pancake <Mr_Pancake!~Pancake@91a189b38c101.greendata.pl> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Immutef <Immutef!sid17978@gateway/web/irccloud.com/x-ezvrdlaefvuttsuw> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** shennyg <shennyg!sid4021@gateway/web/irccloud.com/x-vnzjngqptwmsnlvi> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** tompaw69 <tompaw69!~tompaw@tompaw.xxx> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** kadamwhite_ <kadamwhite_!kadamwhite@ec2-54-165-100-204.compute-1.amazonaws.com> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Vye <Vye!Vye@2600:3c00::f03c:91ff:fe73:1f53> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Danielss89_ <Danielss89_!~danielss8@server1.dasprids.de> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Mr_Pancake- is now known as Mr_Pancake
[04:07:27] *** boxmein <boxmein!~boxmein@Powder/Cardboard/boxmein> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** tkny_ <tkny_!sid91316@gateway/web/irccloud.com/x-kdoaxjnkbzbtlpms> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** ulkesh <ulkesh!sid140298@gateway/web/irccloud.com/x-ccmmdydbomlryfvc> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** pudo <pudo!sid16951@gateway/web/irccloud.com/x-hhjopnkilshszyep> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** skrah_off <skrah_off!~skrah@212.218.126.52> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Kamuela_ <Kamuela_!sid111576@gateway/web/irccloud.com/x-ekgixnhylkjovqlq> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Yonk_ <Yonk_!sid78142@gateway/web/irccloud.com/x-tfjgkfafrrnklyat> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Brak__________ <Brak__________!sid23881@gateway/web/irccloud.com/x-qxzhfdrxuaalslxw> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** johnkpaul <johnkpaul!sid26049@gateway/web/irccloud.com/x-rfkknzvnjexklugw> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** dabura667 <dabura667!uid43070@gateway/web/irccloud.com/x-fsotfgpohuwpphhk> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** platonic <platonic!~platonic@163.51-175-98.customer.lyse.net> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Migs <Migs!~migs@205.122.50.108> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** ome <ome!sid36537@gateway/web/irccloud.com/x-eashmpkahnhclsgo> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** jarard01 <jarard01!~jarard03@2a02:c7f:820a:9e00:d558:3958:20c5:ef49> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** jarard <jarard!~jarard03@2a02:c7f:820a:9e00:d558:3958:20c5:ef49> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** Alina-malina <Alina-malina!~Alina-mal@unaffiliated/alina-malina> has quit IRC (Ping timeout: 255 seconds)
[04:07:27] *** hide <hide!~hide@slowclap.sackheads.org> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** Chepra <Chepra!~chepra@summer.c137.eu> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** TodPunk <TodPunk!~quassel@68.169.47.218> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** WillMoogle <WillMoogle!sid38138@gateway/web/irccloud.com/x-vbtsvrcjcjblqfoj> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** s_20 <s_20!~simon@xinutec.org> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** ansu1 <ansu1!~ansu@unaffiliated/ansu> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** Circlefusion <Circlefusion!~cf@cpe-96-29-151-243.kya.res.rr.com> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** G1eb <G1eb!~G1eb@unaffiliated/g1eb> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** herme5 <herme5!~mote@unaffiliated/codingkevin> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** monsti <monsti!~i@v3-1386.vxen.de> has quit IRC (Ping timeout: 255 seconds)
[04:07:28] *** jarard <jarard!~jarard03@2a02:c7f:820a:9e00:d558:3958:20c5:ef49> has joined #angularjs
[04:07:28] *** jarard01 <jarard01!~jarard03@2a02:c7f:820a:9e00:d558:3958:20c5:ef49> has joined #angularjs
[04:07:36] *** codingkevin <codingkevin!~mote@unaffiliated/codingkevin> has joined #angularjs
[04:07:43] *** Danielss89 <Danielss89!~danielss8@server1.dasprids.de> has joined #angularjs
[04:07:44] *** tkny__ is now known as tkny_
[04:07:59] *** shennyg_ is now known as shennyg
[04:07:59] *** TodPunk_ is now known as TodPunk
[04:08:07] *** Chepra <Chepra!~chepra@summer.c137.eu> has joined #angularjs
[04:08:13] *** hide <hide!~hide@2604:a880:800:10::13e:2001> has joined #angularjs
[04:08:17] *** nya__ <nya__!~nya@p7902c6f7.tokynt01.ap.so-net.ne.jp> has quit IRC (Remote host closed the connection)
[04:08:29] *** cgfbee <cgfbee!~bot@oc1.itim-cj.ro> has quit IRC (Excess Flood)
[04:08:36] *** ansu <ansu!~ansu@unaffiliated/ansu> has joined #angularjs
[04:08:45] *** nya_ <nya_!~nya@p7902c6f7.tokynt01.ap.so-net.ne.jp> has joined #angularjs
[04:08:49] *** nakulcg <nakulcg!~ga34qic@host-62-245-224-228.customer.m-online.net> has joined #angularjs
[04:09:23] *** Yonk_ <Yonk_!sid78142@gateway/web/irccloud.com/x-orovouxvygbatjqn> has joined #angularjs
[04:09:30] *** pudo_ is now known as pudo
[04:10:21] *** johnkpaul <johnkpaul!sid26049@gateway/web/irccloud.com/x-gvavoiiaqwetjydc> has joined #angularjs
[04:10:28] *** milkshoes <milkshoes!sid190809@gateway/web/irccloud.com/x-uiwoqjsokzxtfjvb> has quit IRC (Ping timeout: 240 seconds)
[04:10:53] *** wizonesolutions <wizonesolutions!sid27627@drupal.org/user/739994/view> has quit IRC (Ping timeout: 252 seconds)
[04:10:58] *** cgfbee <cgfbee!~bot@oc1.itim-cj.ro> has joined #angularjs
[04:11:31] *** Immutef_ is now known as Immutef
[04:12:17] *** wizonesolutions <wizonesolutions!sid27627@drupal.org/user/739994/view> has joined #angularjs
[04:12:24] *** ome_ is now known as ome
[04:12:38] *** WillMoogle_ is now known as WillMoogle
[04:13:38] *** nya_ <nya_!~nya@p7902c6f7.tokynt01.ap.so-net.ne.jp> has quit IRC (Ping timeout: 252 seconds)
[04:13:44] <colonel-panic> I need it to keep track of the data loaded into each form field, and make each entry removable with its own delete button
[04:14:22] <colonel-panic> the idea is that I can pass the data from all the fields along to a new page
[04:14:34] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:84ad:cf02:b48c:e9a5> has joined #angularjs
[04:16:02] *** d3m0n <d3m0n!~d3m0n@unaffiliated/d3m0n> has joined #angularjs
[04:16:17] *** harryh_ <harryh_!~harryh2@72.49.62.156> has joined #angularjs
[04:16:28] *** Kamuela__ is now known as Kamuela_
[04:16:33] <RubyRonin> anyone strong typescript guys online?
[04:16:45] *** milkshoes <milkshoes!sid190809@gateway/web/irccloud.com/x-yiwwefyvwhmosloa> has joined #angularjs
[04:16:47] *** ulkesh_ is now known as ulkesh
[04:19:15] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[04:23:13] *** shinnya <shinnya!~shinnya@97.47.138.58.dy.bbexcite.jp> has joined #angularjs
[04:23:16] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has quit IRC (Ping timeout: 260 seconds)
[04:23:35] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 240 seconds)
[04:24:12] *** LeBlaaanc <LeBlaaanc!~textual@unaffiliated/leblaaanc> has joined #angularjs
[04:25:03] *** LennardW|afk <LennardW|afk!~LennardW@ip503cfcfb.speed.planet.nl> has joined #angularjs
[04:25:11] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 252 seconds)
[04:25:12] *** LennardW|afk is now known as LennardW
[04:26:07] *** harryh_ <harryh_!~harryh2@72.49.62.156> has left #angularjs ("Textual IRC Client: www.textualapp.com")
[04:26:26] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has joined #angularjs
[04:26:46] *** sbellina <sbellina!~sbellina@8.42.179.63> has quit IRC (Ping timeout: 264 seconds)
[04:28:12] *** shinnya <shinnya!~shinnya@97.47.138.58.dy.bbexcite.jp> has quit IRC (Ping timeout: 260 seconds)
[04:28:24] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[04:28:39] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #angularjs
[04:29:16] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has joined #angularjs
[04:29:20] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has joined #angularjs
[04:34:05] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has quit IRC (Ping timeout: 245 seconds)
[04:34:30] <graingert> colonel-panic: you pinged me
[04:49:43] *** moloch <moloch!~moloch@ip-64-134-96-24.public.wayport.net> has quit IRC (Quit: Bye)
[04:49:53] *** LeBlaaanc <LeBlaaanc!~textual@unaffiliated/leblaaanc> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[04:54:10] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[04:58:11] *** lexileo <lexileo!~lexii@49.248.84.242> has joined #angularjs
[05:03:00] *** nya_ <nya_!~nya@210.135.96.135> has joined #angularjs
[05:07:43] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[05:07:50] *** PaulCape_ <PaulCape_!~PaulCapes@204.28.124.82> has quit IRC (Quit: .)
[05:09:07] *** nya__ <nya__!~nya@ai126183048050.57.access-internet.ne.jp> has joined #angularjs
[05:09:52] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has joined #angularjs
[05:10:23] *** RubyRonin_ <RubyRonin_!~chatzilla@2601:47:4000:fbc0:284c:5d6d:5698:d3a0> has joined #angularjs
[05:12:00] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 245 seconds)
[05:12:24] *** nya_ <nya_!~nya@210.135.96.135> has quit IRC (Ping timeout: 240 seconds)
[05:12:52] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:84ad:cf02:b48c:e9a5> has quit IRC (Ping timeout: 256 seconds)
[05:16:23] *** arashb <arashb!~arashb@CPEf81a67bc19e1-CMbc4dfb41ae30.cpe.net.cable.rogers.com> has quit IRC (Remote host closed the connection)
[05:17:32] *** csk <csk!~csk@179.57.103.16> has joined #angularjs
[05:20:14] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[05:25:59] *** RubyRonin_ <RubyRonin_!~chatzilla@2601:47:4000:fbc0:284c:5d6d:5698:d3a0> has quit IRC (Ping timeout: 276 seconds)
[05:26:51] *** elaa <elaa!b6488966@gateway/web/freenode/ip.182.72.137.102> has joined #angularjs
[05:26:52] <elaa> hello
[05:27:27] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has joined #angularjs
[05:32:08] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has quit IRC (Ping timeout: 240 seconds)
[05:32:18] *** siba <siba!~textual@10.06.01a8.ip4.static.sl-reverse.com> has joined #angularjs
[05:33:51] *** Zeioth <Zeioth!~Zeioth@112.red-88-27-61.staticip.rima-tde.net> has quit IRC (Ping timeout: 260 seconds)
[05:39:25] *** lucasxu <lucasxu!~lucas@209-6-213-131.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com> has joined #angularjs
[05:39:26] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 252 seconds)
[05:39:34] *** Boobie <Boobie!~Boobie@2602:306:cf06:80b0:a4fb:a41c:139e:b347> has joined #angularjs
[05:43:58] *** Venus_Mars <Venus_Mars!~nithin@14.142.51.189> has joined #angularjs
[05:47:00] *** elaa <elaa!b6488966@gateway/web/freenode/ip.182.72.137.102> has quit IRC (Quit: Page closed)
[05:49:48] *** DV8__ <DV8__!~Deviate@135-23-110-43.cpe.pppoe.ca> has joined #angularjs
[05:51:51] *** SomeKittens <SomeKittens!uid27802@gateway/web/irccloud.com/x-swzwlpwaaxeyhhid> has joined #angularjs
[05:52:11] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[05:53:13] *** DV8_ <DV8_!~Deviate@135-23-110-43.cpe.pppoe.ca> has quit IRC (Ping timeout: 268 seconds)
[05:54:57] *** jimklo <jimklo!~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com> has joined #angularjs
[06:01:41] *** annoymouse <annoymouse!uid11754@gateway/web/irccloud.com/x-dhmuekejvnuetokz> has quit IRC (Quit: Connection closed for inactivity)
[06:08:35] *** rho <rho!~rho@drupal.org/user/114058/view> has quit IRC (Ping timeout: 240 seconds)
[06:15:45] *** plutoniix <plutoniix!~q@175.176.222.7> has quit IRC (Quit: Leaving)
[06:16:56] *** JohnsonAskot <JohnsonAskot!~dre@cpe-71-77-192-25.ec.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[06:25:42] *** jameser <jameser!~textual@125.36.34.110> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[06:26:48] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[06:31:13] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:994d:db98:c058:dd70> has joined #angularjs
[06:32:02] *** jameser <jameser!~textual@125.36.34.110> has joined #angularjs
[06:37:24] *** mexiwithacan <mexiwithacan!~mexiwitha@c-24-91-129-208.hsd1.ma.comcast.net> has joined #angularjs
[06:38:08] *** jameser <jameser!~textual@125.36.34.110> has quit IRC (Max SendQ exceeded)
[06:39:47] *** Alina-malina_ <Alina-malina_!~Alina-mal@37.157.216.172> has quit IRC (Changing host)
[06:39:47] *** Alina-malina_ <Alina-malina_!~Alina-mal@unaffiliated/alina-malina> has joined #angularjs
[06:40:06] *** Alina-malina_ is now known as Alina-malina
[06:41:01] *** jameser <jameser!~textual@60.29.50.134> has joined #angularjs
[06:42:16] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has joined #angularjs
[06:45:07] <RubyRonin> thier is never any activity in this channel
[06:46:46] *** wafflejock <wafflejock!~wafflej0c@c-98-213-46-52.hsd1.il.comcast.net> has joined #angularjs
[06:48:37] *** zoso <zoso!~karvind@unaffiliated/arvind-khadri/x-2237230> has joined #angularjs
[06:50:08] *** jameser <jameser!~textual@60.29.50.134> has quit IRC (Max SendQ exceeded)
[06:50:46] *** Duc_ <Duc_!7646b1bf@gateway/web/freenode/ip.118.70.177.191> has joined #angularjs
[06:51:04] *** Duc_ <Duc_!7646b1bf@gateway/web/freenode/ip.118.70.177.191> has quit IRC (Client Quit)
[06:51:19] *** jameser <jameser!~textual@60.29.50.134> has joined #angularjs
[06:53:16] *** rajesh <rajesh!a4640c28@gateway/web/freenode/ip.164.100.12.40> has joined #angularjs
[06:53:37] <rajesh> hello there
[06:53:39] *** rajesh is now known as Guest37866
[06:54:15] <Guest37866> is there anyone to help me out from issue in angular
[06:55:00] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[06:56:03] <Guest37866> how to use angular to bind the data if the application url's are in encrpt
[06:57:24] <Guest37866> i mean how to $http.get( how to write url here if response url is in encrypted )
[06:57:28] *** xall <xall!~xall@cm-134-196-45-156.revip18.asianet.co.th> has joined #angularjs
[07:00:26] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.67> has joined #angularjs
[07:00:50] *** SexualRickshaw <SexualRickshaw!~kvirc@cpe-70-114-165-148.austin.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[07:02:15] *** Venus_Mars <Venus_Mars!~nithin@14.142.51.189> has quit IRC (Quit: Leaving.)
[07:04:57] *** Newer <Newer!b03b939d@gateway/web/freenode/ip.176.59.147.157> has joined #angularjs
[07:05:24] *** Newer <Newer!b03b939d@gateway/web/freenode/ip.176.59.147.157> has quit IRC (Client Quit)
[07:10:20] <RubyRonin> hi
[07:11:03] <RubyRonin> Guest37866: hi
[07:12:31] *** rscata <rscata!~cata@5.2.202.145> has joined #angularjs
[07:13:45] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Remote host closed the connection)
[07:15:15] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[07:16:05] *** lucasxu <lucasxu!~lucas@209-6-213-131.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:16:16] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[07:18:20] *** wd40s <wd40s!~wd40s@192.77.237.124> has joined #angularjs
[07:21:22] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has joined #angularjs
[07:26:50] *** csergiu <csergiu!~csergiu@79.116.48.237> has joined #angularjs
[07:31:41] *** csergiu <csergiu!~csergiu@79.116.48.237> has quit IRC (Ping timeout: 258 seconds)
[07:31:58] *** nakulcg <nakulcg!~ga34qic@host-62-245-224-228.customer.m-online.net> has left #angularjs
[07:32:45] *** vipzy <vipzy!75f7e52f@gateway/web/freenode/ip.117.247.229.47> has joined #angularjs
[07:32:52] <vipzy> hello
[07:33:36] <vipzy> i have problem with fixed-col-and-header-html-table
[07:33:43] <vipzy> while using angular
[07:33:48] <vipzy> anyone?
[07:33:51] *** SexualRickshaw <SexualRickshaw!~kvirc@cpe-70-114-165-148.austin.res.rr.com> has joined #angularjs
[07:34:02] *** Guest37866 <Guest37866!a4640c28@gateway/web/freenode/ip.164.100.12.40> has quit IRC (Quit: Page closed)
[07:34:31] *** vipzy <vipzy!75f7e52f@gateway/web/freenode/ip.117.247.229.47> has quit IRC (Client Quit)
[07:34:56] *** hello <hello!75f7e52f@gateway/web/freenode/ip.117.247.229.47> has joined #angularjs
[07:34:58] <hello> hello
[07:35:07] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[07:36:39] *** lithie <lithie!uid45836@gateway/web/irccloud.com/x-abgutmwiqtkscxns> has joined #angularjs
[07:38:41] <hello> any one can help me
[07:38:48] <hello> i need help
[07:38:55] *** Jonas___ <Jonas___!~Jonas__@unaffiliated/jonas/x-7723671> has joined #angularjs
[07:38:59] <RubyRonin> hu]\
[07:39:21] <hello> i want to freeze column header and first row of table
[07:39:22] *** Jonas__ <Jonas__!~Jonas__@unaffiliated/jonas/x-7723671> has quit IRC (Ping timeout: 264 seconds)
[07:39:22] <RubyRonin> ?
[07:39:30] <RubyRonin> ok
[07:39:32] <hello> like this link
[07:39:56] <hello> i have did same as the link shows
[07:40:00] <hello> but problem is
[07:40:35] <hello> when i bind data to table row using ng-repeat
[07:40:45] <hello> then it won't work
[07:40:56] <hello> thanks
[07:41:00] <RubyRonin> ng1 or 2?
[07:41:01] <hello> let me check that fiddle
[07:41:05] *** jr3 <jr3!~jr3@172-124-11-222.lightspeed.hstntx.sbcglobal.net> has quit IRC (Quit: jr3)
[07:41:05] <hello> ng1
[07:41:30] *** LIERO <LIERO!~LIERO@unaffiliated/liero> has joined #angularjs
[07:42:01] <hello> sir i want header column to be stable
[07:42:23] <hello> LIERO
[07:42:29] <hello> can you help me
[07:42:40] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 240 seconds)
[07:42:53] <hello> any one could help me
[07:42:54] <hello> >
[07:42:55] <hello> ?
[07:43:26] <RubyRonin> oh
[07:43:44] *** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has joined #angularjs
[07:43:45] <hello> hello
[07:44:31] <hello> i want to fix my table's header column and side row
[07:44:41] <RubyRonin> modify the plunkr i gave u
[07:45:12] <hello> please share the plunkr
[07:46:10] *** wd40s <wd40s!~wd40s@192.77.237.124> has quit IRC (Ping timeout: 245 seconds)
[07:46:40] *** jackhum <jackhum!uid97400@gateway/web/irccloud.com/x-xsewavdwjbtgbfbo> has joined #angularjs
[07:46:52] <hello> sir
[07:47:13] <hello> in that codepen header is fixed
[07:47:30] <hello> but first column of each row is not fixed
[07:47:41] <hello> this link has code to do that
[07:47:50] <RubyRonin> so combine the codepen with the jsfiddle
[07:47:50] <hello> and i have followed that
[07:47:57] <hello> but problem is
[07:48:11] <hello> ng-repeat is not working with that
[07:48:39] <hello> actually it needs a javascript
[07:48:47] <hello> i have done both saperatly
[07:48:50] *** mexiwithacan <mexiwithacan!~mexiwitha@c-24-91-129-208.hsd1.ma.comcast.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[07:49:06] <hello> fixing the header and fixing the column of each row
[07:49:14] <hello> but couldn't merge them
[07:49:21] <hello> for that jquery is needed
[07:49:32] <hello> i am not good at that
[07:49:44] <hello> after that
[07:50:22] <hello> i found problem with row of first column is not fixed
[07:50:25] <hello> but data is ther
[07:50:38] *** svycka <svycka!~svycka@79.98.31.66> has joined #angularjs
[07:50:40] <hello> normaly row of first column is fixed
[07:50:50] *** overlord_tm <overlord_tm!~andraz@storitve.energetika.net> has joined #angularjs
[07:50:53] <hello> but when it comes to angular
[07:50:56] <hello> it wont work
[07:50:59] *** siba <siba!~textual@10.06.01a8.ip4.static.sl-reverse.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:51:08] <hello> so what sholud i do toh work with angulr
[07:53:50] *** Trikyas <Trikyas!~textual@155.92.67.202.sta.dodo.net.au> has joined #angularjs
[07:54:22] <hello> anyone?
[07:55:16] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[07:55:25] *** elsevero <elsevero!~elsevero@86.125.108.152> has quit IRC (Quit: elsevero)
[08:01:07] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[08:01:19] <pLaTo0n> moin
[08:01:52] *** Assault <Assault!~Assault@2a00:8780:3:1:99f6:6d30:be0a:b21b> has joined #angularjs
[08:09:08] *** apparition <apparition!~apparitio@unaffiliated/apparition> has joined #angularjs
[08:09:12] *** KermitoniT <KermitoniT!~Kermitoni@tip1948933.lnk.telstra.net> has quit IRC (Quit: This computer has gone to sleep)
[08:10:03] *** frahaz <frahaz!737629aa@gateway/web/freenode/ip.115.118.41.170> has joined #angularjs
[08:10:14] *** zerooneonezero <zerooneonezero!~blah@ip70-170-55-9.lv.lv.cox.net> has quit IRC ()
[08:10:19] <frahaz> hi this is frahaz
[08:10:49] <frahaz> i am fresher for angularjs
[08:11:19] <frahaz> and also i have use demo applications using angularjs
[08:11:22] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 256 seconds)
[08:11:51] *** Tarun <Tarun!db413e32@gateway/web/freenode/ip.219.65.62.50> has joined #angularjs
[08:11:53] <Tarun> join
[08:12:16] <frahaz> but its not working properly and i got the error 403 error forbidden when i passing the values through post method
[08:12:33] *** Debnet <Debnet!~Marc@smtp2.sa-cim.fr> has joined #angularjs
[08:13:01] <frahaz> kindly give me a solution or else alternate way to solve this issue
[08:14:50] *** frahaz <frahaz!737629aa@gateway/web/freenode/ip.115.118.41.170> has quit IRC (Client Quit)
[08:15:05] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #angularjs
[08:17:08] *** icebox <icebox!05591d15@gateway/web/freenode/ip.5.89.29.21> has joined #angularjs
[08:18:14] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 276 seconds)
[08:18:28] <solars> hi, can anyone tell me how to successfully cast a value to decimal so I can use it here? ng-click="sendCmd('thermostat', 1.0*itemValue('actual_temp') - 0.5)" I have to use this in a template that uses angular
[08:19:57] <icebox> solars: firstly, it would be better putting the code in js, not in the template... then this is a js question :) ".toFixed" (see MDN docs) should help there
[08:21:08] *** max_at <max_at!~max_at@unaffiliated/max-at/x-2708233> has quit IRC (Ping timeout: 252 seconds)
[08:21:28] *** jtimon <jtimon!~quassel@245.30.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 240 seconds)
[08:23:05] *** xall <xall!~xall@cm-134-196-45-156.revip18.asianet.co.th> has quit IRC (Remote host closed the connection)
[08:23:20] *** xall <xall!~xall@cm-134-196-45-156.revip18.asianet.co.th> has joined #angularjs
[08:27:34] <solars> icebox: I'm limited to the template at the moment, it's a widget of openhab
[08:27:38] *** zero1one0 <zero1one0!~blah@ip70-170-55-9.lv.lv.cox.net> has joined #angularjs
[08:27:40] *** elsevero <elsevero!~elsevero@82.77.50.197> has joined #angularjs
[08:31:19] <icebox> solars: up to you holding the technical debt
[08:31:34] *** solars_ <solars_!5473f702@gateway/web/freenode/ip.84.115.247.2> has joined #angularjs
[08:31:42] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[08:32:54] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[08:32:55] *** elsevero_ <elsevero_!~elsevero@82.77.50.197> has joined #angularjs
[08:33:10] *** elsevero <elsevero!~elsevero@82.77.50.197> has quit IRC (Ping timeout: 240 seconds)
[08:33:11] *** elsevero_ is now known as elsevero
[08:35:33] <solars_> icebox: so there is no way doing it in the template?
[08:35:52] <icebox> solars_: did you read what I said?
[08:36:19] <solars_> yes
[08:36:25] <icebox> solars_: and?
[08:36:56] <icebox> solars_: 20 minutes ago I said "...".toFixed" (see MDN docs) should help there"
[08:37:24] <solars_> yes but you were referring to javascript, not the template I guess? at least that's how I understood your sentence
[08:38:35] *** solars <solars!5473f702@gateway/web/freenode/ip.84.115.247.2> has quit IRC (Quit: Page closed)
[08:38:39] <zomg> solars_: angular's expressions that you put into templates like ng-click are *mostly* standard JS :)
[08:38:40] <icebox> solars_: I mean, the solution is not related to angular... if you use the js API ".toFixed", you shoud be able to implement what you are asking for
[08:39:02] <zomg> solars_: ps if you need complex JS expressions in the ng-clicks and such, you probably should just call a function and implement the logic there
[08:40:11] *** juju_ <juju_!6f5c1f03@gateway/web/freenode/ip.111.92.31.3> has joined #angularjs
[08:40:12] <solars_> thanks, I misunderstood then
[08:40:29] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[08:40:47] <solars_> from what I read the template syntax is quite limited so people do a lot of workarounds - like +myvar + 1 etc
[08:41:21] <juju_> we could handle rest of it @ the controller or in service exposed in controller
[08:41:23] *** rahul <rahul!7aac7d05@gateway/web/freenode/ip.122.172.125.5> has joined #angularjs
[08:41:46] *** rahul is now known as Guest14037
[08:42:06] <Guest14037> ok
[08:42:48] *** hello <hello!75f7e52f@gateway/web/freenode/ip.117.247.229.47> has quit IRC (Quit: Page closed)
[08:43:02] <Guest14037> I'm new in angularjs , in angularjs how to resolved error ???
[08:43:09] <icebox> solars_: people doesn't follow best practices :)
[08:43:40] <icebox> Guest14037: fixing it
[08:43:54] *** hpasweden <hpasweden!~hpasweden@46.182.206.4.c.fiberdirekt.net> has joined #angularjs
[08:44:13] <icebox> juju_: what is your aim?
[08:44:24] <icebox> zomg: hey... :P
[08:44:46] <juju_> aim?
[08:44:50] <zomg> icebox: helo
[08:45:15] <icebox> juju_: what is your goal?
[08:45:27] <zomg> ugh I need a vacation, I haven't had a vacation in a year or so...
[08:45:39] <zomg> hard to focus on anything sometimes
[08:45:51] <icebox> zomg: ah well... that is the signal :)
[08:45:57] <Guest14037> ok
[08:46:02] <juju_> i thought it was some kind of instant messaging A "im"
[08:46:57] <zomg> and we're apparently hiring jr devs or something now and the candidates we get send us utterly trivial code samples or samples with stuff like missing `var`s
[08:47:04] <zomg> is this really what to expect for jr devs now
[08:47:04] <zomg> :P
[08:47:12] <icebox> zomg: sigh
[08:47:18] <juju_> i was replying to solars
[08:47:43] <icebox> juju_: I see
[08:47:44] *** Guest14037 <Guest14037!7aac7d05@gateway/web/freenode/ip.122.172.125.5> has left #angularjs
[08:47:55] <juju_> @zomg you could always educate them with basics
[08:48:09] <zomg> yeah
[08:48:20] <zomg> unfortunately it's more than likely nobody is going to have time to do that...
[08:48:21] *** veeru <veeru!b7526841@gateway/web/freenode/ip.183.82.104.65> has quit IRC (Quit: Page closed)
[08:49:34] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 264 seconds)
[08:49:36] <icebox> juju_: sadly juniors don't have that basic knowledge... and they should
[08:49:53] <juju_> yeaps
[08:50:22] <zomg> well, the guy who had the missing `var`s showed he understands JS OOP (at least partially) and knows stuff like forEach
[08:50:34] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[08:50:37] <zomg> so I get the feeling it isn't really so much about knowing the basics but just paying attention to small details like that
[08:50:56] <icebox> zomg: nowadays using eslint is essential
[08:51:00] <zomg> which might come with more experience, but we'd still need someone to do a lot of codereview I think..
[08:51:13] <zomg> yeah, we should set that up
[08:51:16] <zomg> at least for the basic rules
[08:51:26] <zomg> since our codebase will most likely shit all over it for anything else
[08:51:26] <zomg> :D
[08:51:44] <icebox> zomg: linting helps a lot
[08:51:48] <icebox> zomg: like TDD :)
[08:52:00] <zomg> yeah
[08:52:02] *** solars_ <solars_!5473f702@gateway/web/freenode/ip.84.115.247.2> has quit IRC (Quit: Page closed)
[08:52:12] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.67> has quit IRC (Remote host closed the connection)
[08:52:14] <juju_> @zomg, goto any popular javascript project in github, there will be a .jslint/.eslint ..rc file that should cover your basic requirements
[08:52:20] <zomg> our current devs are all fairly decent so we don't really need linting that much, but I suppose it would at least be useful for keeping the code style more consistent
[08:52:29] <zomg> there's a couple of things where some people do it a bit differently
[08:52:31] <zomg> not a huge deal I guess
[08:52:51] <icebox> zomg: linting is a safety net
[08:52:52] <juju_> put it into your project folder and ask devs to check their sublime or IDe gutter before commiting changes
[08:52:57] <zomg> juju_: yeah, it's more of a question of "who has time to do this and also fix all the eslint errors in one sitting" =)
[08:53:11] <zomg> it's the second part of that which is going to take a lot of time
[08:53:16] <icebox> zomg: use "--fix" feature :)
[08:53:18] <juju_> hmm true.. for an existing project
[08:53:18] *** gopi <gopi!71c1ee9b@gateway/web/freenode/ip.113.193.238.155> has joined #angularjs
[08:53:22] <zomg> icebox: scary.
[08:53:29] <juju_> but that can be a task assigned to the newbie developers
[08:53:35] <icebox> zomg: it does work quite well
[08:53:37] <zomg> juju_: true
[08:53:47] <gopi> how r u
[08:54:04] <icebox> gopi: fine, thanks
[08:54:35] <juju_> fine gopi how ru
[08:55:01] <zomg> "on a scale of 1 to putin, how ru"
[08:55:03] <zomg> lol
[08:55:10] <icebox> :P
[08:55:20] *** Zythyr <Zythyr!~Zythyr@66-231-141-238.apt.gru.net> has quit IRC ()
[08:55:32] <zomg> think I'll stream some more finland simulator today
[08:55:36] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has quit IRC (Ping timeout: 260 seconds)
[08:55:40] <zomg> since not like I'll get any work done either ¯\_(ツ)_/¯
[08:56:19] *** Tarun <Tarun!db413e32@gateway/web/freenode/ip.219.65.62.50> has quit IRC (Ping timeout: 260 seconds)
[08:56:44] *** ishion <ishion!df648b49@gateway/web/freenode/ip.223.100.139.73> has joined #angularjs
[08:56:55] *** LucaTM <LucaTM!~LucaTM@unaffiliated/lucatm> has joined #angularjs
[08:57:46] <ishion> as a newbie which should be learn first ? ng1 or ng2 ?
[08:57:59] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has joined #angularjs
[08:58:40] <juju_> @icebox i love tdd/bdd
[08:59:08] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has joined #angularjs
[09:00:07] <icebox> ishion: ng2
[09:00:48] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has joined #angularjs
[09:00:50] *** VeeWee <VeeWee!~VeeWee@surf0.cronos.be> has quit IRC (Client Quit)
[09:00:56] <ishion> @icebox tks
[09:01:33] *** ishion <ishion!df648b49@gateway/web/freenode/ip.223.100.139.73> has quit IRC (Client Quit)
[09:03:24] <juju_> @zomg pretty cool
[09:09:47] *** AndrewIsh <AndrewIsh!~andrew@mrboom.plus.com> has joined #angularjs
[09:09:58] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:a98e:a72b:44c0:ae48> has quit IRC (Remote host closed the connection)
[09:10:57] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[09:11:48] <icebox> zomg: via head hunters, agency or direct (job post)?
[09:12:14] *** Danielss89 <Danielss89!~danielss8@server1.dasprids.de> has quit IRC (Max SendQ exceeded)
[09:12:26] *** Danielss89 <Danielss89!~danielss8@server1.dasprids.de> has joined #angularjs
[09:12:50] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 276 seconds)
[09:13:25] *** apparition <apparition!~apparitio@unaffiliated/apparition> has quit IRC (Quit: Bye)
[09:14:59] *** Pyrrhus666 <Pyrrhus666!~Pyrrhus@157.97.112.115> has joined #angularjs
[09:15:20] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 245 seconds)
[09:15:34] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[09:15:45] *** Technodrome <Technodrome!~textual@unaffiliated/technodrome> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[09:15:47] <Elarcis> Hi.
[09:16:21] <Pyrrhus666> morning people
[09:17:04] <zomg> icebox: I think it's probably a job posting, the CEO is mostly handling it
[09:17:31] <icebox> Elarcis, Pyrrhus666 hey
[09:17:34] <icebox> zomg: ok
[09:18:07] *** cotko <cotko!~ahmed@89-212-138-82.static.t-2.net> has joined #angularjs
[09:18:16] *** jhadvig_ <jhadvig_!jhadvig@nat/redhat/x-qmnohkprmxpsojui> has joined #angularjs
[09:18:33] *** boneskull <boneskull!~boneskull@71.19.252.87> has joined #angularjs
[09:19:24] *** suraj <suraj!db4163ae@gateway/web/freenode/ip.219.65.99.174> has joined #angularjs
[09:19:30] <suraj> hello
[09:19:39] <suraj> how is thi
[09:19:46] <suraj> its working
[09:20:13] <icebox> suraj: glad to know it is working
[09:20:47] <suraj> hey anyone is here
[09:20:52] *** SomeKittens <SomeKittens!uid27802@gateway/web/irccloud.com/x-swzwlpwaaxeyhhid> has quit IRC (Quit: Connection closed for inactivity)
[09:21:02] *** suraj <suraj!db4163ae@gateway/web/freenode/ip.219.65.99.174> has quit IRC (Client Quit)
[09:21:24] <Elarcis> surreal
[09:21:49] <icebox> :P today is a long day :P
[09:21:50] <Elarcis> sometimes I feel like we're getting errant messages from parallel universes
[09:21:59] <icebox> agreed... interstellar
[09:22:00] *** ahtik <ahtik!~ahtik@m91-131-171-123.cust.tele2.ee> has joined #angularjs
[09:22:19] *** DV8_ <DV8_!~Deviate@135-23-110-43.cpe.pppoe.ca> has joined #angularjs
[09:22:34] <Elarcis> icebox: more like Fringe
[09:22:45] <icebox> ah yes :)
[09:23:44] *** Wizek_ <Wizek_!~Wizek@catv-89-132-132-110.catv.broadband.hu> has joined #angularjs
[09:24:32] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 260 seconds)
[09:25:38] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[09:25:40] *** DV8__ <DV8__!~Deviate@135-23-110-43.cpe.pppoe.ca> has quit IRC (Ping timeout: 240 seconds)
[09:25:56] *** uru|away is now known as uru
[09:25:58] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[09:26:53] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[09:27:48] *** ahtik <ahtik!~ahtik@m91-131-171-123.cust.tele2.ee> has quit IRC (Ping timeout: 260 seconds)
[09:34:31] *** evilaliv3 <evilaliv3!~evilaliv3@212.91.95.170> has joined #angularjs
[09:34:31] *** 14WAALP1S <14WAALP1S!~evilaliv3@212.91.95.170> has joined #angularjs
[09:35:08] *** jimklo <jimklo!~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com> has quit IRC (Remote host closed the connection)
[09:35:43] *** jimklo <jimklo!~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com> has joined #angularjs
[09:39:35] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has joined #angularjs
[09:39:59] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[09:40:20] *** jimklo <jimklo!~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com> has quit IRC (Ping timeout: 256 seconds)
[09:40:59] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[09:41:40] *** soee <soee!~soee@bht159.neoplus.adsl.tpnet.pl> has joined #angularjs
[09:42:00] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[09:42:18] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[09:42:48] *** d3m0n <d3m0n!~d3m0n@unaffiliated/d3m0n> has quit IRC ()
[09:43:09] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[09:43:42] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[09:44:28] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has quit IRC (Ping timeout: 268 seconds)
[09:47:25] *** soee <soee!~soee@bht159.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[09:48:03] *** soee <soee!~soee@bht159.neoplus.adsl.tpnet.pl> has joined #angularjs
[09:48:19] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[09:48:33] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[09:49:10] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Read error: Connection reset by peer)
[09:51:56] *** sbellina <sbellina!~sbellina@8.42.179.63> has joined #angularjs
[09:52:31] *** amharris <amharris!~amharris@unaffiliated/amharris> has joined #angularjs
[09:52:42] *** jackhum <jackhum!uid97400@gateway/web/irccloud.com/x-xsewavdwjbtgbfbo> has quit IRC (Quit: Connection closed for inactivity)
[09:55:04] *** csergiu <csergiu!~csergiu@5.2.196.182> has joined #angularjs
[09:56:03] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[09:56:35] *** Assault <Assault!~Assault@2a00:8780:3:1:99f6:6d30:be0a:b21b> has quit IRC (Ping timeout: 240 seconds)
[09:57:25] *** wafflejock <wafflejock!~wafflej0c@c-98-213-46-52.hsd1.il.comcast.net> has quit IRC (Read error: Connection reset by peer)
[09:58:39] *** wafflejock <wafflejock!~wafflej0c@c-98-213-46-52.hsd1.il.comcast.net> has joined #angularjs
[09:59:53] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 268 seconds)
[09:59:55] *** csergiu <csergiu!~csergiu@5.2.196.182> has quit IRC (Ping timeout: 245 seconds)
[10:00:23] *** m8 <m8!~m8@unaffiliated/m8> has joined #angularjs
[10:02:17] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[10:03:20] *** gopi <gopi!71c1ee9b@gateway/web/freenode/ip.113.193.238.155> has quit IRC (Quit: Page closed)
[10:04:01] *** siba <siba!~textual@b.06.01a8.ip4.static.sl-reverse.com> has joined #angularjs
[10:05:17] *** Mizar <Mizar!~benjamin@host98-75-static.225-95-b.business.telecomitalia.it> has joined #angularjs
[10:05:37] *** Mizar <Mizar!~benjamin@host98-75-static.225-95-b.business.telecomitalia.it> has left #angularjs
[10:06:24] *** roachiepoopoo <roachiepoopoo!~roachiepo@50.168.15.227> has quit IRC (Ping timeout: 256 seconds)
[10:08:13] *** mrc_ <mrc_!~mrc_@p4FCC08B9.dip0.t-ipconnect.de> has joined #angularjs
[10:08:45] *** serg_ <serg_!d5732a15@gateway/web/freenode/ip.213.115.42.21> has joined #angularjs
[10:08:53] <serg_> hi
[10:10:10] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 240 seconds)
[10:10:54] <serg_> i need help with angularjs russian documentation anybody knows a good page?
[10:13:00] *** cvanball <cvanball!textual@nat/redhat/x-hiklydneyismhkwu> has joined #angularjs
[10:13:27] *** \du <\du!~xava\du@unaffiliated/xava> has joined #angularjs
[10:13:49] *** mjau <mjau!d5732a15@gateway/web/freenode/ip.213.115.42.21> has joined #angularjs
[10:15:14] *** cvanball <cvanball!textual@nat/redhat/x-hiklydneyismhkwu> has quit IRC (Client Quit)
[10:15:19] *** mjau <mjau!d5732a15@gateway/web/freenode/ip.213.115.42.21> has quit IRC (Client Quit)
[10:15:33] *** serg_ <serg_!d5732a15@gateway/web/freenode/ip.213.115.42.21> has quit IRC (Quit: Page closed)
[10:17:10] *** RubyRonin <RubyRonin!~chatzilla@2601:47:4000:fbc0:994d:db98:c058:dd70> has quit IRC (Ping timeout: 256 seconds)
[10:17:11] *** _ADN_ <_ADN_!~Test@host81-159-82-163.range81-159.btcentralplus.com> has quit IRC (Ping timeout: 276 seconds)
[10:17:18] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[10:18:05] *** roachiepoopoo <roachiepoopoo!~roachiepo@50.168.15.227> has joined #angularjs
[10:18:18] *** jadajada <jadajada!~jadajada@92.109.70.153> has joined #angularjs
[10:18:26] *** Letze <Letze!~Letze@195.218.6.184> has joined #angularjs
[10:19:16] *** dreh <dreh!~jedimind@unaffiliated/jedimind> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[10:19:51] <icebox> Seich: ops... mistell sorry
[10:20:35] *** jadajada <jadajada!~jadajada@92.109.70.153> has quit IRC (Client Quit)
[10:23:35] *** djbkd <djbkd!~djbkd@98.248.67.209> has quit IRC (Ping timeout: 240 seconds)
[10:24:18] *** jadajada <jadajada!~jadajada@92.109.70.153> has joined #angularjs
[10:25:01] *** akkonrad <akkonrad!~akkonrad3@154.123.127.176.dynamic.wline.res.cust.swisscom.ch> has joined #angularjs
[10:29:11] *** jadajada <jadajada!~jadajada@92.109.70.153> has quit IRC (Client Quit)
[10:29:17] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 252 seconds)
[10:29:27] *** Assault <Assault!~Assault@2a00:8780:3:1:1446:4af7:e338:5ae0> has joined #angularjs
[10:29:52] *** Vamshi <Vamshi!b7526841@gateway/web/freenode/ip.183.82.104.65> has quit IRC (Quit: Page closed)
[10:30:13] *** Jellyg00se <Jellyg00se!~Jellyg00s@host-79-78-105-236.static.as9105.net> has joined #angularjs
[10:30:13] *** Jellyg00se <Jellyg00se!~Jellyg00s@host-79-78-105-236.static.as9105.net> has quit IRC (Client Quit)
[10:30:14] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has quit IRC (Quit: leaving)
[10:30:53] *** ansu <ansu!~ansu@unaffiliated/ansu> has quit IRC (Ping timeout: 240 seconds)
[10:31:29] *** _ADN_ <_ADN_!~Test@212.161.49.106> has joined #angularjs
[10:32:49] *** ansu <ansu!~ansu@unaffiliated/ansu> has joined #angularjs
[10:33:31] *** jadajada <jadajada!~jadajada@92.109.70.153> has joined #angularjs
[10:33:57] *** sbellina <sbellina!~sbellina@8.42.179.63> has quit IRC (Ping timeout: 240 seconds)
[10:34:29] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has joined #angularjs
[10:34:47] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has quit IRC (Ping timeout: 252 seconds)
[10:35:07] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[10:35:16] *** cvanball <cvanball!textual@nat/redhat/x-qitopthbtkgmljyj> has joined #angularjs
[10:36:35] *** marr <marr!~ccc@87-205-206-163.adsl.inetia.pl> has joined #angularjs
[10:38:57] *** djbkd <djbkd!~djbkd@98.248.67.209> has joined #angularjs
[10:43:35] *** ludjer <ludjer!~ludjer@2a01:4f8:150:72d4::2> has quit IRC (Ping timeout: 252 seconds)
[10:44:53] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has joined #angularjs
[10:47:39] *** zoso <zoso!~karvind@unaffiliated/arvind-khadri/x-2237230> has quit IRC (Quit: Leaving)
[10:48:33] <Pyrrhus666> icebox, thx, reading. this immediately caught my eye though : ¨the ones who spend the most time in Angular tend to not know JavaScript nearly as well¨
[10:48:44] <Pyrrhus666> that´s very true for me...
[10:48:47] <icebox> Pyrrhus666: the nice thing, when you have a base code following best practices, porting to another mvc framework or lib should not so hard :)
[10:48:55] *** vrockai <vrockai!~vrockai@ip-78-102-208-241.net.upcbroadband.cz> has joined #angularjs
[10:50:07] <Pyrrhus666> icebox, well, sadly, the only app currently in production is my first ng app, started when 1.1 was new. it´s nearly impossible to port that...
[10:50:40] *** boxmein_ is now known as boxmein
[10:51:00] <icebox> Pyrrhus666: "Angular is a dictatorship"... it is less in angularjs with ES2015 (the code with "Class" is elegant) and still less in angular
[10:51:05] *** hpasweden <hpasweden!~hpasweden@46.182.206.4.c.fiberdirekt.net> has quit IRC (Quit: Nettalk6 - www.ntalk.de)
[10:51:10] <icebox> Pyrrhus666: agreed
[10:51:16] <Pyrrhus666> icebox, but, a big rewrite is scheduled. I tested a bit with ng 1.5 and todd´s style, to be ready for ng2. but it could well be vue.
[10:51:50] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has quit IRC (Ping timeout: 252 seconds)
[10:51:56] <icebox> Pyrrhus666: glad to help you, just in case... I spent the last months only to plan and implement migrations :)
[10:52:44] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 260 seconds)
[10:53:12] <Pyrrhus666> icebox, why though ? just to be able to say you´ve implemented the same app in every available framework ? just for kicks ?
[10:53:55] <icebox> Pyrrhus666: well... for the reasons we said yesterday... :)
[10:53:59] <Pyrrhus666> (biggest drawback for vue : #vuejs is eerily quiet)
[10:54:14] <icebox> Pyrrhus666: of course it is a trade-off
[10:54:26] <icebox> Pyrrhus666: yep... angular community is great
[10:54:30] <pagios> anyone tried pouchdb? if yes how did u get int working with ionic
[10:54:41] <icebox> pagios: me :) not in ionic
[10:55:02] <icebox> pagios: but that doesn't change the game :)
[10:55:19] <Pyrrhus666> icebox, must´ve missed your reasons yesterday, or I´m getting old. can´t remember :)
[10:55:20] <pagios> icebox, hey, hpw dp ypu get omtp c;o wjem ising pouchdb and a mobile phone? want to get a console where i can trigger the db instead of triggering it from code
[10:55:47] <icebox> Pyrrhus666: :P
[10:57:15] <pagios> any idea icebox ?
[10:57:26] <icebox> pagios: #pouchdb
[10:59:46] <icebox> Pyrrhus666: angularjs is a dynosaur w.r.t. to angular... using ts or ES2015+ for the tree-shaking, better maintainability on long term basis... especially because material 1 will be abandoned in favor of material 2 (here guessing)
[11:00:16] *** cvanball <cvanball!textual@nat/redhat/x-qitopthbtkgmljyj> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[11:00:36] <icebox> Pyrrhus666: and other few details... I saw the diff between ES5 and ES2015... and really the latest code is nice and elegant
[11:00:56] *** cvanball <cvanball!textual@nat/redhat/x-hjpimonxpgyopmmz> has joined #angularjs
[11:01:26] *** afx_ <afx_!~afx_@195.46.27.218> has joined #angularjs
[11:01:42] <icebox> Pyrrhus666: if I port the app to angular now, I have not to worry about the state of art for a few years
[11:01:47] <Pyrrhus666> icebox, agreed. but I still feel uncomfortable with angular´s startup/seed options, and it feels too big for my needs. still not discarding it though. guess I´m going to give it another spin when 4 is out
[11:02:38] <icebox> Pyrrhus666: yep... of course that depends on the context... but really I didn't use any seed project
[11:03:12] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Read error: Connection reset by peer)
[11:03:30] <Pyrrhus666> icebox, for now I feel I have to. the whole toolchain setup is one big magic box I don´t really want to open
[11:04:04] <Pyrrhus666> (esp. when adding stuff like aot and universal)
[11:04:14] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[11:04:52] <icebox> Pyrrhus666: I see... my starting point a few months ago was ES5 and tag scripts in index.html... now it is ES2015 with webpack 2... so I added only webpack to my usual workflow
[11:05:01] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[11:05:13] <icebox> Pyrrhus666: aot is not supported with ES2015 (at the moment)
[11:06:13] <Elarcis> Pyrrhus666: ¨the ones who spend the most time in Angular tend to not know JavaScript nearly as well¨
[11:06:23] <Elarcis> Pyrrhus666: that's a call for an assumed Dunning-Kruger effect
[11:06:39] <Pyrrhus666> icebox, that sounds like the way to do it... actually, trying vue had me look deeper into webpack 2 (because of how the vue-loader works).
[11:06:48] <Elarcis> Pyrrhus666: I've spent nearly two years on angularjs, therefore I have to admit there are JS thing I probably ignore
[11:06:52] <Elarcis> Pyrrhus666: :P
[11:07:14] <Elarcis> Pyrrhus666: although someone who hasn't spent anytime on it would likely think they already master JS :P
[11:08:44] <icebox> about "not know js" I would say the opposite... angular compel
[11:08:51] <Pyrrhus666> Elarcis, the sentence hit home for me, although the generalization probably has some cognitive bias. also : my last serious use of javascript was in the 1.4 days, so yes, I don´t really know it (anymore)
[11:08:55] <icebox> angular compels you to understand js
[11:09:07] <Elarcis> icebox: yes it does
[11:09:29] <icebox> that is one of the reasons I like angular, generally speaking
[11:09:42] <Pyrrhus666> I feel it doesn´t, esp. when using ts.
[11:09:48] <icebox> of course your mileage may vary
[11:12:24] *** jadajada <jadajada!~jadajada@92.109.70.153> has quit IRC (Read error: Connection reset by peer)
[11:12:50] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[11:13:12] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[11:15:47] <icebox> Pyrrhus666: generally speaking, frameworks like vue have an edge in small or in medium size apps... or in the 80% of the use case... and it is good... but when the project is large, a team (not a one person) working on it and you need to implement a lot of weird things (dynamic things, nested, things, and so on - well we may call them "edge cases"), I think angular vision and architecture makes the difference
[11:16:12] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Read error: Connection reset by peer)
[11:16:54] <icebox> that is the main reason, comparing frameworks or libs is a bit incorrect, because they depend on the context
[11:17:12] <icebox> there is not a magic solution
[11:17:32] <Pyrrhus666> icebox, agreed. which is exactly why I´m doubting about using angular, I´m with the 80%.
[11:18:01] <icebox> Pyrrhus666: yep... agreed
[11:18:01] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[11:18:36] <icebox> Pyrrhus666: but I thought... what if I need to maintain that app in three years (with angular 8 out there)?
[11:18:40] <Pyrrhus666> our target are not enterprise solutions, but medium-size spa´s with a typical lifespan of just a few years.
[11:18:50] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has joined #angularjs
[11:18:54] <icebox> Pyrrhus666: it is like when you have a very good car, but it is old
[11:19:50] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[11:19:53] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[11:20:06] *** denisra <denisra!~denisra@86-40-251-203-dynamic.agg1.fng.bdt-fng.eircom.net> has joined #angularjs
[11:20:35] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has quit IRC (Read error: Connection reset by peer)
[11:20:52] <icebox> Pyrrhus666: the balance is... missing (tech) opportunities with angular vs. time spent on angularjs
[11:20:57] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[11:21:00] *** Ayz <Ayz!6a3386e6@gateway/web/freenode/ip.106.51.134.230> has joined #angularjs
[11:21:32] <icebox> Pyrrhus666: and it is ok holding on angularjs :) with the legacy apps... and the new ones?
[11:22:14] <icebox> Pyrrhus666: so in two or three years we have to maintain legacy apps in angularjs and the new ones in angular... is it feasible? maybe yes, maybe no :)
[11:23:21] <icebox> Pyrrhus666: I took the opportunity to upgrade, because the app is not large and the effort was limited
[11:23:26] <Pyrrhus666> icebox, in three years there´s probably gonna be a new hip shiny toy that we want to use.
[11:23:47] <icebox> Pyrrhus666: that is my personal bet... angular is here for many years
[11:23:48] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 240 seconds)
[11:24:04] <Pyrrhus666> web tech does not have LTS, it seems. it never had.
[11:24:29] <icebox> agreed... and I think it is a good thing
[11:25:23] <Pyrrhus666> icebox, ¨angular being here for many years¨ feels odd when we agree that LTS doesn´t exist for web tech ;)
[11:26:14] *** denisra_ <denisra_!~denisra@86-40-251-203-dynamic.agg1.fng.bdt-fng.eircom.net> has joined #angularjs
[11:26:16] <icebox> Pyrrhus666: angular 4, 5, 6, 7, 8... :)
[11:26:27] *** phil22 <phil22!~filippo@host189-157-static.226-95-b.business.telecomitalia.it> has joined #angularjs
[11:26:35] <Pyrrhus666> until google decides to do something else, that is ;)
[11:26:49] <icebox> Pyrrhus666: ok... indeed I said it my personal bet
[11:26:52] *** Ayz <Ayz!6a3386e6@gateway/web/freenode/ip.106.51.134.230> has quit IRC (Quit: Page closed)
[11:26:59] <Pyrrhus666> (remember gwt, for example ? ;))
[11:27:16] <icebox> Pyrrhus666: no LTS it means developer needs to maintain the code due to the breaking changes
[11:27:39] <icebox> Pyrrhus666: well... that is good example :)
[11:28:00] <icebox> Pyrrhus666: and maintaining the code is a good thing :)
[11:28:28] <icebox> Pyrrhus666: only business men believe the code is static :)
[11:28:54] <Pyrrhus666> icebox, bingo ! and google == businessmen
[11:29:02] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[11:29:38] <icebox> Pyrrhus666: business men producers !== business men consumers... buy !== sell :)
[11:29:41] *** OnkelTem <OnkelTem!~onkeltem@pppoe-62-84-112-224.dubna.ru> has joined #angularjs
[11:30:04] *** denisra <denisra!~denisra@86-40-251-203-dynamic.agg1.fng.bdt-fng.eircom.net> has quit IRC (Ping timeout: 260 seconds)
[11:30:19] <Pyrrhus666> icebox, google seems to neither sell nor buy...
[11:31:05] <icebox> Pyrrhus666: well... sometimes you need to invest in something :)
[11:31:14] <ReScO> Currently having to do that manually :|
[11:31:45] <Pyrrhus666> icebox, true. and cut your losses when the roi is low. which is what google does with tech.
[11:32:07] <icebox> Pyrrhus666: ok... but that is the rule of the game... for us and for them
[11:33:27] <icebox> Pyrrhus666: why do we continue to invest on it if it doesn't work? better for them, better for us... at the moment angular "industry" is "on-the-air" since many years
[11:33:35] <Pyrrhus666> icebox, true, but my role in this is as a user, not an investor. I have no influence on google´s next whim, but might suffer because of it.
[11:33:59] <icebox> Pyrrhus666: ok, I got it... but still I think it is ok
[11:34:40] <phil22> hello
[11:34:49] <icebox> Pyrrhus666: even if we pay for it, we don't have any guarantee of unlimited suppport :)
[11:34:51] <Pyrrhus666> icebox, it´s not _bad_, but it´s one of the causes of tech not lasting. which kind of brings us full circle :)
[11:34:53] <phil22> how can I throw an error inside an observable?
[11:35:01] *** Shoaib <Shoaib!6f76f876@gateway/web/freenode/ip.111.118.248.118> has joined #angularjs
[11:35:20] <phil22> i.e. the equivalent of Promise.reject()
[11:35:31] <Shoaib> Hello
[11:35:51] *** Shoaib <Shoaib!6f76f876@gateway/web/freenode/ip.111.118.248.118> has quit IRC (Client Quit)
[11:36:17] <icebox> Pyrrhus666: ok :) full circle is the same our conclusion of the past talk :)
[11:36:35] <Pyrrhus666> icebox, hehe, yes it is :)
[11:36:49] *** Leon_ <Leon_!~Leon@81-94-171-47.customer.itmastaren.net> has quit IRC (Quit: Good bye)
[11:36:58] <icebox> Pyrrhus666: at least we are coherent :)
[11:36:59] *** btyne <btyne!~btyne@104.169.4.15> has quit IRC (Read error: Connection reset by peer)
[11:37:12] *** btyne <btyne!~btyne@173-9-212-237-Illinois.hfc.comcastbusiness.net> has joined #angularjs
[11:37:13] *** arlekin <arlekin!~arlekin@host-185-93-92-249.ip-point.pl> has joined #angularjs
[11:37:18] <Pyrrhus666> icebox, that´s because at work I´m generally sober ;)
[11:37:21] <arlekin> hi guys
[11:37:24] <arlekin> Pyrrhus666: woah
[11:37:37] <arlekin> thats powerful first message to read after coming to the channel
[11:37:42] <arlekin> ;D
[11:37:48] <icebox> phil22: throw / onError... maybe #rxjs :)
[11:37:55] <Pyrrhus666> arlekin, hehe, and hi :)
[11:38:01] <icebox> arlekin: hey
[11:38:07] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has joined #angularjs
[11:38:16] <arlekin> Pyrrhus666: funfact: i was recently in the office in which they had jeagermeister machine in the kitchen...
[11:38:20] <arlekin> icebox: yo
[11:38:20] <phil22> heh, there's only 1 user in #rxjs :P
[11:38:37] <Pyrrhus666> arlekin, sounds like an evil temptation :)
[11:38:52] <arlekin> Pyrrhus666: for real, i was blow away, but the jeger was good :D
[11:38:55] <arlekin> *blown
[11:39:14] <icebox> Pyrrhus666: the point is that question is not about angular, it is rxjs related...
[11:39:25] <icebox> phil22: the point is that question is not about angular, it is rxjs related...
[11:39:27] <icebox> Pyrrhus666: sorry
[11:39:29] <arlekin> icebox: i have one angular related if you want it
[11:39:31] <Pyrrhus666> icebox, np ;)
[11:39:39] <icebox> arlekin: the answer is "as usual" :)
[11:39:44] <arlekin> :D
[11:39:51] *** daedeloth <daedeloth!~daedeloth@91.183.109.67> has joined #angularjs
[11:39:56] <arlekin> so whats the de facto routing solution for angular 1 now ?
[11:39:59] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Read error: Connection reset by peer)
[11:40:12] <arlekin> i know it was ui-router for long time
[11:40:25] <arlekin> but i saw something called componentRouter in core docs so...
[11:40:53] <icebox> arlekin: componentRouter is deprecated... please, use ui router for angularjs
[11:41:21] <arlekin> icebox: i literally just now ventured to actual page of the docs and read that... oh well...
[11:41:37] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[11:41:42] *** rickmak <rickmak!~rickmak@203186221114.ctinets.com> has joined #angularjs
[11:41:48] <arlekin> icebox: any gotchas i should know about in ui-router coming from ngRoute ?
[11:41:58] <arlekin> some fundamental changes in the approach ?
[11:42:17] <icebox> arlekin: I don't think so... it is quite straightforward :) it works as usual :)
[11:42:33] <arlekin> icebox: but... you know... usually things don't work...
[11:42:47] <phil22> icebox: thx, but it explains only how to catch errors, not how to throw them
[11:42:59] <Pyrrhus666> arlekin, the ui-sref stuff takes some getting used to, but no biggie
[11:43:15] *** jameser <jameser!~textual@60.29.50.134> has quit IRC (Ping timeout: 240 seconds)
[11:43:24] <arlekin> just sayin' in this line of work saying that something is/works "as usual" isn't necessarily a compliment
[11:43:25] <icebox> phil22: please, read the docs... Rx.Observable.throw
[11:43:35] <arlekin> Pyrrhus666: dafuq ?
[11:44:49] <icebox> arlekin: :P
[11:45:06] *** amcorreia <amcorreia!~amcorreia@2804:7f5:280:1eb7::2> has joined #angularjs
[11:45:16] *** anli <anli!~anli@gn62-116-231-34.business.gavlenet.com> has joined #angularjs
[11:45:35] <Pyrrhus666> arlekin, notice <a ui-sref> stuff
[11:46:01] <anli> Cool stuff
[11:46:05] <arlekin> Pyrrhus666: pretty neat app actually
[11:46:15] *** Christer_ <Christer_!~christer@unaffiliated/christer> has joined #angularjs
[11:46:19] <arlekin> especially the tree thingy
[11:46:21] <Pyrrhus666> arlekin, yeah, the addons used there are cool :)
[11:46:25] <ReScO> anyone? :c
[11:46:41] <Pyrrhus666> arlekin, you can just add them to a plunk and it works...
[11:46:50] <arlekin> Pyrrhus666: woah
[11:46:52] <phil22> icebox: already tried, Observable.throw is ignored by .subscribe()
[11:46:55] <Pyrrhus666> ReScO, sorry, this is beyond me.
[11:46:59] <phil22> for some reason
[11:47:16] <icebox> phil22: I am sorry... but again this is #angularjs :)
[11:47:17] <anli> I am using <script src="Scripts/angular-locale_sv-se.js" type="text/javascript"></script> to get swedish locale, can I have such script inclusion automated?
[11:47:19] <arlekin> well i guess today its learning day (i luv learning days <3 - its like belated valentines for me)
[11:47:46] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has quit IRC (Quit: leaving)
[11:48:25] <icebox> phil22: the next step would be providing a minimal working plunker reproducing the issue... we may give a look at it... anyway there are a lot of resources about errors handling in rxjs
[11:48:35] *** Christer <Christer!~christer@unaffiliated/christer> has quit IRC (Ping timeout: 240 seconds)
[11:48:41] *** Christer_ is now known as Christer
[11:49:00] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has quit IRC (Remote host closed the connection)
[11:50:12] <phil22> icebox: I'm not sure there are so many docs about error handling in rxjs, but probably I'm not doing error handling properly at all, it's the first time I'm trying rxjs
[11:50:53] <icebox> phil22: well... do you pretend I should google or write the code for you?
[11:51:28] <icebox> phil22: rxjs official docs should give a few hints about it
[11:51:36] <phil22> nope :P I'm writing a SO question atm
[11:51:37] <anli> Can watches recurse?
[11:51:40] <phil22> just chatting a bit
[11:51:49] <arlekin> anli: they basically are already
[11:51:50] <icebox> phil22: I see
[11:52:11] <icebox> anli: yes and yes
[11:52:18] <anli> :)
[11:52:31] <anli> icebox: The first yes about automatic locale?
[11:52:35] <icebox> anli: yes
[11:52:40] <arlekin> anli: but, in ng1 and for me personally at least, using $watch is kinda a code smell
[11:52:56] <anli> arlekin: agree
[11:53:22] <ReScO> how come people prefer ng1-js over ng2-ts ?
[11:53:37] <arlekin> anli: so if you have a case when you don't see other solution than to use watch, i'd encourage you to consider it again - i can help if you want
[11:54:21] <arlekin> ReScO: personally i know ng1 rather well, and the sheer overhead with everything bound with learning ng2 scares the shit out of me
[11:54:31] <soee> with ui-router 1.0-rc for Angular 1 how can i get target state name inside $transitions.onStart({}, trans => { .. });
[11:54:35] <anli> Well, if they recurse, I can understand they cost some performance
[11:54:52] <arlekin> ReScO: im just a dumb man and i need to keep abstraction levels as few as possible
[11:54:53] <icebox> ReScO: ng2, called also angular, works also with ES5 and ES2015
[11:54:57] <anli> I just wanted to know if they did
[11:55:02] <anli> No need for one
[11:55:14] <arlekin> anli: well that basically how digest loop works innit ?
[11:55:26] <ReScO> icebox, i'm liking angular/ng2/angular-cli to be honest, especially with TypeScript
[11:55:40] <anli> But watches could be non recursive although digest loop recurses
[11:55:43] <icebox> ReScO: nice
[11:55:51] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has joined #angularjs
[11:56:07] <arlekin> anli: i cannot imagine a strictly speaking "recursive" $watch - like you would declare $watch inside watch ?
[11:56:24] <anli> If I change a property of a watched variable
[11:56:28] <ReScO> Just stuck on a damn API problem :v
[11:56:32] <anli> Or a property of a property of a watched variable
[11:56:38] * soee anserwing own question it would be to use: trans.$to()
[11:56:38] <icebox> arlekin: they mean "deep"
[11:56:42] <arlekin> anli: there are $watchGroup and $watchCollection for that
[11:57:06] <anli> arlekin: So watches did not recurse in the meaning I gave it then?
[11:57:35] <arlekin> anli: there is no point, there is better solution for that, at least if i understood you correctly
[11:57:54] <anli> I am not into a discussion wether or not something has a point
[11:57:54] <arlekin> anli: the use of the word "recursion" in that context confuses me
[11:58:10] <anli> arlekin: Not any longer, because I told you what I meant with recurse :)
[11:58:30] <arlekin> anli: still i'd rather we don't use that word
[11:58:35] *** xall <xall!~xall@cm-134-196-45-156.revip18.asianet.co.th> has quit IRC (Ping timeout: 276 seconds)
[11:58:48] <anli> How long is a meta discussion?
[11:58:51] <anli> ;)
[11:59:08] <arlekin> anli: anyway you can watch things no matter how deep (or meta) they are
[11:59:22] <anli> but only with watchGroup and watchCollection then
[11:59:25] <arlekin> anli: but it seems we are venturing into quantum effects here
[11:59:28] <anli> (omitting $:s)'
[11:59:33] <anli> lol
[12:00:08] <arlekin> anli: more or less, but common watch also llows you to provide a function to resolve what exactly is supposed to be watched
[12:00:12] <arlekin> IIRC at least
[12:00:13] *** elsevero <elsevero!~elsevero@82.77.50.197> has quit IRC (Quit: elsevero)
[12:00:17] <anli> 'ok
[12:00:43] <anli> I assume "more or less" means yes
[12:01:02] <arlekin> anli: more or less ;]
[12:01:09] <anli> lol :)
[12:01:16] <anli> Like the answer
[12:01:34] <arlekin> im all about "cry inside, laugh outside"
[12:01:37] <anli> Where like could be used in both meanings, I realise now
[12:01:51] <anli> realize
[12:02:37] <arlekin> anli: i really was wondering you know ;P
[12:02:46] <anli> hehe
[12:03:09] <anli> I suspected that
[12:03:25] <anli> You do not fear going into complication, I understand
[12:04:52] <anli> There is no like button on irc, however
[12:05:30] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[12:05:34] <arlekin> anli: "You merely adopted the "complication". I was born in it, molded by it. I didn't see "simple" until I was already a man, by then it was nothing to me but boring!"
[12:05:39] <ReScO> where to ask advanced rxjs questions?
[12:06:02] <arlekin> ReScO: pretty sure that not here, but other than that i have no idea im afraid
[12:06:05] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[12:06:33] *** cvanball <cvanball!textual@nat/redhat/x-hjpimonxpgyopmmz> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[12:07:03] <anli> hehe
[12:07:40] <anli> irc should be extended, you should be able to paste images
[12:07:52] <ReScO> irc shouldn't be extended at all.
[12:08:08] <ReScO> There's a reason i'm on here and not on discord and crap
[12:08:12] <anli> hehehe
[12:08:30] <anli> I agree, it was a joke
[12:08:35] <anli> (maybe)
[12:08:41] <arlekin> anli: there is always slack
[12:08:57] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[12:09:09] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[12:09:17] <anli> yeah
[12:09:25] <anli> And imgur
[12:10:44] <Rudde> Can I use angularjs (1) pipes outside the HTML code, like in the javascript part?
[12:11:19] <arlekin> Rudde: pipes ?
[12:11:24] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[12:11:24] <arlekin> Rudde: you mean filters ?
[12:13:59] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has joined #angularjs
[12:14:16] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[12:14:19] <Rudde> {{ date | Date: 'format' }}
[12:14:20] <Rudde> style
[12:14:44] <arlekin> Rudde: that's filters
[12:14:44] *** dreh <dreh!~jedimind@unaffiliated/jedimind> has joined #angularjs
[12:15:34] <arlekin> Rudde: check Usage section
[12:15:57] <arlekin> Pyrrhus666: i think i won't use much of ui-sref
[12:16:16] <arlekin> Pyrrhus666: i really don't use any form of href attribute at all
[12:16:25] <arlekin> Pyrrhus666: though now im wondering if i should
[12:16:38] <Pyrrhus666> arlekin, then you can safely ignore it all :)
[12:16:51] <Pyrrhus666> arlekin, depends on your app, I guess
[12:17:24] <arlekin> Pyrrhus666: i guess so, i don't have any need for clasically understood "links" i just have buttons for basically everything
[12:17:49] <arlekin> and im using <button> tag for them cuz you know... semantic html and shit
[12:20:00] *** ousmaneo <ousmaneo!~ousmaneo@213.55.105.14> has quit IRC (Read error: Connection reset by peer)
[12:20:55] *** AtumT <AtumT!~IRC@177.206.150.224.dynamic.adsl.gvt.net.br> has joined #angularjs
[12:22:20] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[12:22:20] <ngbot> angular.js/v1.6.x 6997c1b Martin Staffa: docs(guide/directive): clarify which type of matching directives support...
[12:22:20] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[12:22:42] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[12:22:42] <ngbot> angular.js/master 23e7473 Martin Staffa: docs(guide/directive): clarify which type of matching directives support...
[12:22:42] <ngbot> angular.js/master 15149c1 Martin Staffa: docs(filterFilter): add note about self-referencing objects in array...
[12:22:42] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[12:23:10] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 240 seconds)
[12:26:07] *** thrillgore <thrillgore!~ZugZug@c-73-207-195-231.hsd1.ga.comcast.net> has quit IRC (Remote host closed the connection)
[12:27:28] *** phunkren_ <phunkren_!~textual@62.216.152.66> has joined #angularjs
[12:28:24] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 260 seconds)
[12:29:00] <phunkren_> Hi all. My md-slider has min(1) and max(10) attributes. If the form is submitted and the slider hasn't been touched, the aria-valuenow is NaN. As soon as you slide the slider, the valuenow attribute updates accordingly. Any idea on how to fix this so it sets the valuenow to the min value on page load?
[12:29:16] *** Boobie_ <Boobie_!~Boobie@2602:306:cf06:80b0:a4fb:a41c:139e:b347> has joined #angularjs
[12:31:12] *** Carbon_Monoxide <Carbon_Monoxide!~Carbon@119247121106.ctinets.com> has joined #angularjs
[12:31:44] *** loZio <loZio!5d3fdd0e@gateway/web/freenode/ip.93.63.221.14> has joined #angularjs
[12:32:40] *** jmarsman <jmarsman!~jmarsman@gw.office.elitelabs.nl> has joined #angularjs
[12:32:46] *** Boobie <Boobie!~Boobie@2602:306:cf06:80b0:a4fb:a41c:139e:b347> has quit IRC (Ping timeout: 255 seconds)
[12:32:59] <loZio> Hello, I have a question...I'm using ui router and controllorAs so I'm using ng-if and I noted that when I remove the node DOM it not clear model. Why? In doc I read this one: Note that when an element is removed using ngIf its scope is destroyed and a new scope is created when the element is restored.
[12:33:52] <loZio> Where is the problem?
[12:34:06] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[12:34:07] <loZio> I'm using this one in my controller var vm = this;
[12:34:24] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[12:34:56] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[12:36:45] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[12:38:53] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 240 seconds)
[12:39:26] *** dreh <dreh!~jedimind@unaffiliated/jedimind> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[12:39:36] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 268 seconds)
[12:39:53] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 240 seconds)
[12:41:03] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[12:41:03] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[12:42:20] *** jmarsman <jmarsman!~jmarsman@gw.office.elitelabs.nl> has quit IRC (Quit: leaving)
[12:45:14] *** cvanball <cvanball!textual@nat/redhat/x-rnptrnpykajghres> has joined #angularjs
[12:46:32] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC (Remote host closed the connection)
[12:46:48] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has joined #angularjs
[12:47:25] <arlekin> angular 2 is kind of a JavaEE of frontend frameworks amirite ?
[12:47:28] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 240 seconds)
[12:47:35] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 240 seconds)
[12:47:46] <Pyrrhus666> arlekin, wrt enterprise : yes
[12:48:25] *** jmarsman <jmarsman!~jmarsman@gw.office.elitelabs.nl> has joined #angularjs
[12:49:16] <arlekin> wrt ?
[12:49:19] <Rudde> Thanks arlekin
[12:49:28] <arlekin> Rudde: np
[12:50:49] <uru> arlekin: "With regards to" iirc
[12:50:59] <arlekin> uru: oh, seems about right
[12:51:04] <Pyrrhus666> arlekin, ¨with respect to¨
[12:51:17] <Pyrrhus666> almost the same
[12:51:19] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[12:51:22] <uru> yea :)
[12:51:42] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has joined #angularjs
[12:52:26] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[12:53:21] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[12:54:22] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Client Quit)
[12:54:38] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[12:54:55] *** Carbon_Monoxide <Carbon_Monoxide!~Carbon@119247121106.ctinets.com> has quit IRC (Quit: This computer has gone to sleep)
[12:55:14] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[12:56:41] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has quit IRC (Ping timeout: 252 seconds)
[12:57:26] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[12:57:42] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[12:58:29] *** csk <csk!~csk@179.57.103.16> has quit IRC (Quit: ZZZzzz…)
[12:59:30] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has quit IRC (Quit: leaving)
[12:59:54] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has joined #angularjs
[13:02:11] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 252 seconds)
[13:03:42] *** FatNoLife <FatNoLife!~FatNoLife@50-75-190-213.intermediasud.com> has joined #angularjs
[13:04:57] <arlekin> ok guys, lets get real
[13:05:04] <arlekin> i have no idea what im dooing
[13:05:16] <arlekin> namely - im refactoring (majorly my app)
[13:05:56] <arlekin> up to now the authentication system worked as follows: there was one SPA as login page, and after successfull login server returned another SPA with app
[13:06:13] *** ngbot <ngbot!~ngbot@192.30.252.40> has joined #angularjs
[13:06:13] <ngbot> angular.js/v1.6.x 7a146c9 Martin Staffa: docs(ngModelController): improve $formatters and $parsers info...
[13:06:13] *** ngbot <ngbot!~ngbot@192.30.252.40> has left #angularjs
[13:06:27] <arlekin> it was great cuz if suddenly for some reason you'd stop being logged in, the server just returned to you the login page
[13:06:29] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:06:40] <arlekin> but now i got ambitious
[13:06:46] <arlekin> i'd like to have just one SPA
[13:07:05] <arlekin> but i kinda cannot wrap my head around authentication in such case
[13:07:24] <arlekin> i mean sure, i could restrict api to be for logged in only
[13:07:46] <arlekin> but then again there is plenty of things that could be cached on the client side
[13:07:49] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[13:08:14] <arlekin> im checking on route change whether user is logged in of course
[13:08:26] <uru> arlekin: my SPA keeps things cached, but if you log in with a different user it reloads the page to invlidate the caches
[13:08:51] <arlekin> long story short im checking whether sessionid cookie is set, but what about when it is, but that sessionid is no longer valid on the server ?
[13:09:16] <Pyrrhus666> arlekin, I have a UserService hold the user and an $http interceptor injecting Auth-Bearer headers for the api to authenticate
[13:09:21] <uru> arlekin: Our endpoints return a "403" if the session has expired, which then triggers the SPA to prompt for login
[13:09:54] *** compeman <compeman!~compeman@unaffiliated/compeman> has joined #angularjs
[13:10:03] <arlekin> uru: ok but what if the user doesn't hit api for some time ? he kinda "doesn't know he's dead"
[13:10:23] <Pyrrhus666> arlekin, that´s why JWT is nice.
[13:10:24] <uru> arlekin: After they log in (as the same user) the orrignal request is replayed and it's like nothing happened
[13:10:25] <arlekin> Pyrrhus666: intersting, never used much headers nor interceptor, how that works
[13:10:41] <arlekin> Pyrrhus666: is that the solution that basically changes the token each request ?
[13:10:54] <arlekin> uru: smart
[13:11:16] <Pyrrhus666> arlekin, no, you authenticate -> get token. token is then used in all comms with the api, api validates token on each request.
[13:11:49] <arlekin> i swear to god, im not a bad dev, but i really have a hard time grasping all things related to auth... (and no wasp isn;t the best resource, its unreadable as fuck)
[13:12:00] <Pyrrhus666> token is valid until it expires (expiry is part of the payload.
[13:12:05] <arlekin> Pyrrhus666: yup, thats more or less what i meant
[13:12:10] <uru> arlekin: Yea, it works well, the code is a little messy though but does the job
[13:12:18] <arlekin> uru: i can imagine
[13:12:29] *** Christer <Christer!~christer@unaffiliated/christer> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))
[13:13:52] <arlekin> Pyrrhus666: ill look into it, thanks, the worst part is i have django as backend which is awful
[13:14:12] <soee> any idea if we can use $transitions from ui-router 1.0rc inside http interceptor ?
[13:14:16] <arlekin> Pyrrhus666: i mean django is in no way supportive of modern frontend techniques
[13:14:17] <Pyrrhus666> arlekin, as long as it can do REST-like stuff it should be fine :)
[13:14:32] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[13:14:59] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[13:15:15] *** thrillgore <thrillgore!~ZugZug@c-73-207-195-231.hsd1.ga.comcast.net> has joined #angularjs
[13:15:21] <Pyrrhus666> soee, that sounds iffy. can´t you use the interceptor to trigger a (different) route and have the transition on the route ?
[13:15:27] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:15:36] <arlekin> Pyrrhus666: yup, but im using its ORM, so i don't touch database much (which pisses me off) and if i think about implementing custom auth logic DESPITE framework it is just bad
[13:15:41] *** sunny <sunny!67efe913@gateway/web/freenode/ip.103.239.233.19> has joined #angularjs
[13:15:46] <sunny> Hello i am sunny i need help
[13:15:49] <sunny> please help me
[13:15:57] <sunny> i am use ui.router
[13:16:18] <sunny> i want to use controller in temlate url file
[13:16:21] <sunny> how ?
[13:16:30] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[13:16:34] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[13:16:42] <arlekin> Pyrrhus666: i gotta get rid of that terrible snake's nest (pun intended) - but i'd have to rebuild db and i always leave that for later
[13:17:00] <sunny> templateUrl: 'partial-home.html'
[13:17:02] <sunny> file this
[13:17:18] <sunny> i want to use controller in partial-home.html
[13:17:19] <sunny> how ?
[13:17:42] <sunny> please help me
[13:17:53] *** heartburn <heartburn!~heartburn@185.117.118.195> has joined #angularjs
[13:18:01] <Pyrrhus666> arlekin, I could never get my head around python. whitespace as closure still feels sucky.
[13:18:24] <arlekin> sunny: the same way you'd do that in normal sitution, router doesn't change anything here
[13:18:32] <soee> Pyrrhus666: thats the thing, how to trigger different route from inside interceptor when using ui-router 1
[13:18:32] *** itamarjp <itamarjp!~itamar@138.122.51.123> has joined #angularjs
[13:18:32] *** itamarjp <itamarjp!~itamar@138.122.51.123> has quit IRC (Changing host)
[13:18:32] *** itamarjp <itamarjp!~itamar@fedora/itamarjp> has joined #angularjs
[13:18:35] <sunny> means
[13:18:35] *** 14WAALP1S <14WAALP1S!~evilaliv3@212.91.95.170> has quit IRC (Ping timeout: 240 seconds)
[13:18:49] <arlekin> Pyrrhus666: the longer i have to work with it the more i hate it
[13:18:57] *** evilaliv3 <evilaliv3!~evilaliv3@212.91.95.170> has quit IRC (Ping timeout: 240 seconds)
[13:19:25] <sunny> Help me
[13:19:33] <arlekin> Pyrrhus666: for me its kinda Javascript of the backend - but like JS in 2008 - everyone uses it, but rarely ppl really know it
[13:19:33] *** loca <loca!491dae8c@gateway/web/freenode/ip.73.29.174.140> has joined #angularjs
[13:19:35] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 240 seconds)
[13:19:35] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 240 seconds)
[13:19:41] *** fedenunez <fedenunez!~fede@r167-60-196-222.dialup.adsl.anteldata.net.uy> has joined #angularjs
[13:20:13] <arlekin> Pyrrhus666: granted i don't know all ins and outs, but my issue lies more with ecosystem and its paradigms that with the language itself
[13:20:22] <arlekin> the language is actually nice
[13:20:32] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[13:20:48] <arlekin> (though the whitespace is awful, unicode support is a mess, oh wait...)
[13:20:55] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[13:21:02] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[13:21:02] *** loca <loca!491dae8c@gateway/web/freenode/ip.73.29.174.140> has quit IRC (Client Quit)
[13:21:18] *** nya__ <nya__!~nya@ai126183048050.57.access-internet.ne.jp> has quit IRC (Remote host closed the connection)
[13:21:21] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[13:21:40] <sunny> hello there
[13:21:46] <sunny> templateUrl: 'partial-home.html'
[13:21:50] <sunny> i want to use controller in partial-home.html
[13:21:52] <sunny> how ?
[13:21:58] <sunny> ui.router
[13:22:01] <sunny> in ui.router
[13:22:14] <Snugglebash> controller:
[13:22:14] *** Christer <Christer!~christer@77.241.104.134> has joined #angularjs
[13:22:14] *** Christer <Christer!~christer@77.241.104.134> has quit IRC (Changing host)
[13:22:14] *** Christer <Christer!~christer@unaffiliated/christer> has joined #angularjs
[13:22:20] <Pyrrhus666> soee, can´t you just do a $state.go(<someroute>) from the interceptor ?
[13:23:51] <Pyrrhus666> arlekin, I still use php in the backend. the language might suck, but I love the ecosystem and simple dev-cycle ;)
[13:23:59] *** rickmak <rickmak!~rickmak@203186221114.ctinets.com> has quit IRC (Quit: rickmak)
[13:24:10] <soee> Pyrrhus666: i thik $state is obsolate in 1.0
[13:24:58] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[13:25:19] *** thrillgore <thrillgore!~ZugZug@c-73-207-195-231.hsd1.ga.comcast.net> has quit IRC (Remote host closed the connection)
[13:25:26] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has joined #angularjs
[13:25:34] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[13:25:40] *** blip- <blip-!~blip-@p20030086261EEDE8C0152DA63E1CE52D.dip0.t-ipconnect.de> has joined #angularjs
[13:25:45] *** blip- <blip-!~blip-@p20030086261EEDE8C0152DA63E1CE52D.dip0.t-ipconnect.de> has quit IRC (Changing host)
[13:25:45] *** blip- <blip-!~blip-@unaffiliated/blip-> has joined #angularjs
[13:25:53] <Pyrrhus666> soee, on second thought, although that says ng2, it looks like ng1...
[13:25:56] *** chirag <chirag!76b93de2@gateway/web/freenode/ip.118.185.61.226> has joined #angularjs
[13:26:08] *** thrillgore <thrillgore!~ZugZug@c-73-207-195-231.hsd1.ga.comcast.net> has joined #angularjs
[13:26:42] <chirag> can anyone please tell how to transfer data from one form to another page by clicking on submit button in angularjs
[13:27:26] *** chirag <chirag!76b93de2@gateway/web/freenode/ip.118.185.61.226> has quit IRC (Client Quit)
[13:27:26] <Elarcis> chirag: depends on your use case
[13:27:29] <Elarcis> nfejhkifsd
[13:27:38] <Elarcis> STUPID-ASS
[13:27:54] <Elarcis> the very same second I answered
[13:28:16] <Elarcis> legendary
[13:28:47] *** gvhoecke <gvhoecke!~gvhoecke@91.182.51.11> has quit IRC (Read error: Connection reset by peer)
[13:29:30] <Pyrrhus666> Elarcis, you were just slow. it took you almost 45 seconds to answer that :P
[13:29:48] <FatNoLife> chirag : depends on what you w....
[13:29:54] <FatNoLife> lol
[13:30:17] *** re1 <re1!~reiser@246.red-2-139-201.staticip.rima-tde.net> has joined #angularjs
[13:30:51] <FatNoLife> bah.. i have like 100 pages of documentation to look at :(
[13:31:14] *** gvhoecke <gvhoecke!~gvhoecke@179.65-200-80.adsl-dyn.isp.belgacom.be> has joined #angularjs
[13:31:17] <Elarcis> FatNoLife: I have a whole wizard system to redesign
[13:31:37] <Pyrrhus666> I´m just toying with software...
[13:31:44] *** sunny_ <sunny_!67efe913@gateway/web/freenode/ip.103.239.233.19> has joined #angularjs
[13:31:51] <sunny_> Hello i need help
[13:31:56] <sunny_> please help me
[13:31:57] <sunny_> angularjs controller use in html in ng routing
[13:31:58] <sunny_> ?
[13:32:52] <Pyrrhus666> sunny_, make a plunk, I don´t understand your problem.
[13:33:31] <sunny_> I am use this ngRoute
[13:33:49] <sunny_> i want to use controller in templateUrl : 'pages/home.html',
[13:34:13] <sunny_> I have this code // create the module and name it scotchApp // also include ngRoute for all our routing needs var scotchApp = angular.module('scotchApp', ['ngRoute']); // configure our routes scotchApp.config(function($routeProvider) { $routeProvider // route for the home page .when('/', { templateUrl : 'pages/home.html', controller : 'mainC
[13:34:30] <Pyrrhus666> sunny_, please. no code in the channel. make a plunk.
[13:34:37] <sunny_> ok
[13:35:24] <arlekin> anyone has some good idea how to organize routes with ui-router for ng1 app ? so far (using ngRoute) i just had all my routes defined in .config() of app module, but thats awful
[13:35:46] *** gvhoecke <gvhoecke!~gvhoecke@179.65-200-80.adsl-dyn.isp.belgacom.be> has quit IRC (Ping timeout: 264 seconds)
[13:35:50] <arlekin> so i wonder whats the right way to do that, surprisingly todd motto's style guide didn't mention that much
[13:37:10] <Pyrrhus666> arlekin, doesn´t motto have routes per component ?
[13:37:24] <arlekin> sunny_: i appreciate your good will but its outdated AF
[13:37:34] <sunny_> i want to use controller in template
[13:37:48] <arlekin> Pyrrhus666: prolly, but i'd like to get some simply explained reasoning
[13:39:10] *** Mo0O <Mo0O!~steeve@unaffiliated/mo0o> has joined #angularjs
[13:39:42] <arlekin> Pyrrhus666: alright, i skimmed the thing a bit more carefully and i got how it should work, nvm
[13:40:33] <Pyrrhus666> arlekin, routed components, that was it...
[13:40:40] <arlekin> Pyrrhus666: yup :)
[13:41:10] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has quit IRC (Remote host closed the connection)
[13:41:38] *** Kehet <Kehet!~kehet@163.172.195.138> has quit IRC (Quit: reboot)
[13:41:38] *** fuchstro1aut is now known as fuchstronaut
[13:42:09] *** juju_ <juju_!6f5c1f03@gateway/web/freenode/ip.111.92.31.3> has quit IRC (Ping timeout: 260 seconds)
[13:42:39] *** Kehet <Kehet!~kehet@163.172.195.138> has joined #angularjs
[13:42:53] *** afx_ <afx_!~afx_@195.46.27.218> has quit IRC (Ping timeout: 252 seconds)
[13:43:39] *** afx_ <afx_!~afx_@195.46.27.218> has joined #angularjs
[13:43:49] <sunny_> I want to use controller in html file how ?
[13:44:01] *** sunny_ <sunny_!67efe913@gateway/web/freenode/ip.103.239.233.19> has quit IRC (Quit: Page closed)
[13:44:17] *** phunkren_ <phunkren_!~textual@62.216.152.66> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:44:21] *** sunny_ <sunny_!67efe913@gateway/web/freenode/ip.103.239.233.19> has joined #angularjs
[13:44:25] <arlekin> sunny: make it a component or use ng-controller directive
[13:44:28] <sunny_> Hello i am sunny i need help please help m e
[13:44:43] *** csk <csk!~csk@179.57.98.181> has joined #angularjs
[13:45:01] <sunny_> i want to use controller in about.html file how
[13:45:08] <arlekin> sunny_: stop spamming, i told you already at least two times how to do that, and your plnkr doesn't illustrate shit actually
[13:45:16] *** phunkren_ <phunkren_!~textual@62.216.152.66> has joined #angularjs
[13:45:43] <arlekin> either read response and apply it or at least stop polluting the channel
[13:46:24] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[13:46:41] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[13:46:42] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[13:48:20] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[13:49:06] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[13:49:26] <arlekin> man that ui router docs suck
[13:49:51] <Pyrrhus666> yeah, I noticed that
[13:49:54] *** afx_ <afx_!~afx_@195.46.27.218> has quit IRC (Ping timeout: 268 seconds)
[13:51:17] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has joined #angularjs
[13:51:57] *** vrockai <vrockai!~vrockai@ip-78-102-208-241.net.upcbroadband.cz> has quit IRC (Remote host closed the connection)
[13:52:02] <Elarcis> arlekin: what sucks more? the ui router docs or a Dyson?
[13:52:07] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[13:52:14] <arlekin> Elarcis: i have no idea what Dyson is
[13:52:43] <Pyrrhus666> a vacuum cleaner. a very expensive one...
[13:52:43] <arlekin> but ui router page looks like its still being build so i'd go with ui router docs
[13:52:45] <Elarcis> arlekin: a brand of vacuum cleaners whose main selling point is that they never lose suction power
[13:52:56] <arlekin> well TIL
[13:52:59] *** fedenunez <fedenunez!~fede@r167-60-196-222.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[13:53:06] <uru> Elarcis: Spoiler alert, they do.
[13:53:29] <uru> Parents had one and they had to clean it out every 6 months or so ;)
[13:53:50] <Pyrrhus666> it´s like an iVacuum. expensive but not actually better.
[13:54:12] <Elarcis> hahaha
[13:54:26] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Client Quit)
[13:54:34] <Pyrrhus666> great at sucking up wads of cash...
[13:54:38] <Elarcis> Pyrrhus666: except they're battery powered and you can't charge them and use them at the same time
[13:54:48] <arlekin> man, that discussion sucks...
[13:54:56] <Elarcis> Pyrrhus666: and you have to plug the charger on the tube, with an adaptater
[13:55:33] <Elarcis> Dyson! It sucks more than anything! ...mh, gonna work on that phrasing.
[13:55:35] <Pyrrhus666> Elarcis, ... which is small and expensive and easily sucked up...
[13:57:05] <arlekin> daaaamn thats so awful
[13:57:19] <arlekin> is there anywhere actually good reference for angualar-ui-router ?
[13:57:36] <arlekin> i mean, come on!, thats not even funny
[13:57:57] <arlekin> thats why docs builders are bad thing
[13:58:47] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[13:59:38] <Pyrrhus666> arlekin, I learned most by looking at the sample apps and some googling
[14:00:20] <arlekin> Pyrrhus666: yup, but thats almost figuring out from source, and figuring out from source is almost as hard as writing from scratch in this case....
[14:00:41] *** Boobie_ is now known as Boobie
[14:00:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:9d40:82fe:fdda:bf40> has joined #angularjs
[14:01:08] <arlekin> Pyrrhus666: i mean i would already got discouraged and return to ngRoute, save for that ui-router is THE way of doing things so it'd be good to know it
[14:01:12] *** sunny <sunny!67efe913@gateway/web/freenode/ip.103.239.233.19> has quit IRC (Quit: Page closed)
[14:01:17] <arlekin> damn, life is screwing me over again
[14:01:43] *** jmarsman <jmarsman!~jmarsman@gw.office.elitelabs.nl> has quit IRC (Quit: leaving)
[14:03:06] *** phunkren_ <phunkren_!~textual@62.216.152.66> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[14:03:10] *** cvanball <cvanball!textual@nat/redhat/x-rnptrnpykajghres> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[14:03:45] <Pyrrhus666> ¨doesn´t matter, had sex¨
[14:04:29] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[14:05:51] *** eago2 <eago2!~eago@181.59.244.38> has quit IRC (Remote host closed the connection)
[14:05:56] *** afx_ <afx_!~afx_@62.74.2.93> has joined #angularjs
[14:06:47] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[14:06:52] <arlekin> Pyrrhus666: thats infuriatingly optimistic
[14:06:58] *** fedenunez <fedenunez!~fede@r167-61-52-202.dialup.adsl.anteldata.net.uy> has joined #angularjs
[14:06:58] *** doodlehaus <doodlehaus!~doodlehau@97-87-51-70.dhcp.mdsn.wi.charter.com> has quit IRC (Remote host closed the connection)
[14:07:47] *** jameser <jameser!~textual@60.24.150.32> has joined #angularjs
[14:07:53] <Pyrrhus666> arlekin, _you_ were screwed over, not me. if one is infuriated here, it´s me.
[14:08:44] *** daynaskully <daynaskully!~dskull@unaffiliated/daynaskully> has quit IRC (Ping timeout: 252 seconds)
[14:10:52] *** juro <juro!~juro@155.93.252.83> has joined #angularjs
[14:12:02] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[14:12:42] *** afx_ <afx_!~afx_@62.74.2.93> has quit IRC (Read error: Connection reset by peer)
[14:12:59] *** evilaliv3 <evilaliv3!~evilaliv3@212.91.95.170> has joined #angularjs
[14:13:02] *** evilaliv4 <evilaliv4!~evilaliv3@212.91.95.170> has joined #angularjs
[14:14:02] <arlekin> Pyrrhus666: let's put it this way: yesterday was angularjs meetup i usually attend, not going there was the most resemblance of having a gf i could afford
[14:14:47] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has joined #angularjs
[14:14:57] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[14:15:03] <Pyrrhus666> arlekin, hehe :) I feel you. v-day dinner was with my cat ;)
[14:15:22] <arlekin> juro: im just starting with ui-router but i heard you should use ui-src or something alike with it
[14:15:27] *** daynaskully <daynaskully!~dskull@unaffiliated/daynaskully> has joined #angularjs
[14:15:36] *** umdstu <umdstu!~umdstu@65.127.220.137> has joined #angularjs
[14:15:37] <arlekin> Pyrrhus666: at least you have a cat :P
[14:15:43] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has joined #angularjs
[14:15:49] <juro> arlekin, as opposed to ng-href?
[14:15:56] <arlekin> juro: yup
[14:16:03] <juro> ... testing
[14:16:12] *** soee <soee!~soee@bht159.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 260 seconds)
[14:16:14] <Pyrrhus666> arlekin, itym ui-sref ?
[14:16:24] <arlekin> juro: other than that im afraid i cannot be of much help since i don't use href anywhere in any form
[14:16:26] <arlekin> Pyrrhus666: yup
[14:17:22] *** jameser <jameser!~textual@60.24.150.32> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[14:18:27] <juro> hmm, cannot resolve "#/api-request/myProc/myFunc?some=params"
[14:19:11] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has quit IRC (Ping timeout: 252 seconds)
[14:19:24] <Pyrrhus666> juro, does it help if you enable html5 mode (no # in url) ?
[14:19:26] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[14:19:43] <juro> Pyrrhus666, yes, I am checking that
[14:20:29] <juro> However, there seems to be some issue with my route, because manually typing it into the address bar reroutes back to "/"
[14:21:05] *** AndrewIsh <AndrewIsh!~andrew@mrboom.plus.com> has quit IRC (Ping timeout: 240 seconds)
[14:21:38] <Pyrrhus666> juro, that prolly means the route is not matched at all.
[14:21:55] <Pyrrhus666> (you have a default route set to go to ´/´ I presume)
[14:21:58] <juro> yes, so I am debugging this now.
[14:22:01] <juro> yes
[14:22:24] *** sunny_ <sunny_!67efe913@gateway/web/freenode/ip.103.239.233.19> has quit IRC (Ping timeout: 260 seconds)
[14:22:36] *** tsglove <tsglove!~tsglove@12.205.72.46> has quit IRC (Quit: Leaving)
[14:24:17] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[14:24:25] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[14:25:00] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[14:26:42] *** nya_ <nya_!~nya@p7902c6f7.tokynt01.ap.so-net.ne.jp> has joined #angularjs
[14:27:01] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has joined #angularjs
[14:27:35] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 240 seconds)
[14:27:56] *** re1_ <re1_!~reiser@246.red-2-139-201.staticip.rima-tde.net> has joined #angularjs
[14:29:19] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[14:30:03] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has quit IRC (Remote host closed the connection)
[14:30:04] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Remote host closed the connection)
[14:30:12] *** re1 <re1!~reiser@246.red-2-139-201.staticip.rima-tde.net> has quit IRC (Ping timeout: 260 seconds)
[14:30:12] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[14:30:22] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[14:31:16] *** cvanball <cvanball!textual@nat/redhat/x-bjoniigstlacptqd> has joined #angularjs
[14:31:33] *** soee <soee!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[14:33:47] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[14:35:02] <Pyrrhus666> I forgot how much I liked arrow functions... I just remembered
[14:35:32] <juro> :)
[14:37:08] <juro> Pyrrhus666, ok, I've found why the route wasn't resolving. So, it works when I manually cut&paste the url into the address bar. When I click on the link though, I get the error: "Error: Could not resolve '/api-request/myProc/myFunc?some=params' from state 'main'" - I'm assuming that this has to do with scope?
[14:38:10] *** lithie <lithie!uid45836@gateway/web/irccloud.com/x-abgutmwiqtkscxns> has quit IRC (Quit: Connection closed for inactivity)
[14:40:29] <Pyrrhus666> juro, sounds like something wrong with the link, but it´s been a while. shouldn´t you treat the parameters separately with ui-sref ?
[14:41:03] <juro> Pyrrhus666, I've only just heard of ui-sref, so I don't know - I'll check on that. Thanks
[14:41:14] *** Debnet`Work <Debnet`Work!~Marc@20.86.2.93.rev.sfr.net> has joined #angularjs
[14:41:21] <Pyrrhus666> seems applicable
[14:42:51] *** evilaliv4 <evilaliv4!~evilaliv3@212.91.95.170> has quit IRC (Quit: leaving)
[14:44:05] *** Debnet <Debnet!~Marc@smtp2.sa-cim.fr> has quit IRC (Ping timeout: 245 seconds)
[14:48:10] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[14:48:29] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[14:49:34] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 264 seconds)
[14:51:07] <Rudde> How can I put html into {{}} in AngularJS 1?
[14:52:07] *** blip- <blip-!~blip-@unaffiliated/blip-> has quit IRC (Quit: Leaving)
[14:53:04] <arlekin> Rudde: why would you ?
[14:53:14] <icebox> Rudde: yes, but not in the way you think
[14:53:34] *** anus <anus!57fcf8dd@gateway/web/freenode/ip.87.252.248.221> has joined #angularjs
[14:53:50] <icebox> Rudde: see ng-bind-html
[14:54:30] <Rudde> I know of ng-bind-html
[14:54:44] <Rudde> I was hoping to do some semi-simple js logic
[14:54:54] <Rudde> And present things differently based on it
[14:55:31] <Rudde> Since I would like to avoid looping my dataset twice
[14:55:42] *** anus <anus!57fcf8dd@gateway/web/freenode/ip.87.252.248.221> has quit IRC (Client Quit)
[14:56:24] <icebox> Rudde: "looping my dataset twice"? how is it related with that?
[14:56:26] *** re1_ <re1_!~reiser@246.red-2-139-201.staticip.rima-tde.net> has quit IRC (Read error: Connection reset by peer)
[14:58:37] <Rudde> It's a hudge object array
[14:59:16] <Rudde> and If I use ng-bind-html I would have to first loop it in js, creating a textstring were I can use ng-bind-html and then run the ng-repeat
[15:02:20] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[15:03:32] *** jsightler_ <jsightler_!~jsightler@redhat/jboss/jsightler> has joined #angularjs
[15:04:03] *** jsightler_afk <jsightler_afk!~jsightler@98.124.125.227> has quit IRC (Remote host closed the connection)
[15:05:31] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Ping timeout: 260 seconds)
[15:06:22] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has quit IRC (Quit: ChatZilla 0.9.93 [Firefox 48.0/20160726073904])
[15:06:33] <icebox> Rudde: ok... even if it is not clear to me what you are trying for :)
[15:07:58] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has joined #angularjs
[15:08:24] *** LIERO_ <LIERO_!~LIERO@unaffiliated/liero> has joined #angularjs
[15:10:48] *** LIERO <LIERO!~LIERO@unaffiliated/liero> has quit IRC (Ping timeout: 240 seconds)
[15:11:56] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has quit IRC (Ping timeout: 240 seconds)
[15:12:34] *** loZio <loZio!5d3fdd0e@gateway/web/freenode/ip.93.63.221.14> has quit IRC (Ping timeout: 260 seconds)
[15:13:13] <jarad04> guys having some issue with my alert bootbox, when I click submit I can't access the input which user has made
[15:13:52] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has joined #angularjs
[15:14:08] <jarad04> I tried to add data-ng-model="foo" then $scope.foo in the controller but it returns null
[15:14:36] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Quit: Computer has gone to sleep.)
[15:14:54] <ReScO> Ugh, bootstrap really doesn't like angular2
[15:15:15] *** VaticanCameos <VaticanCameos!~VaticanCa@103.206.221.254> has quit IRC ()
[15:15:36] *** tusharmalik <tusharmalik!~tushar@202.142.108.136> has joined #angularjs
[15:15:39] <Pyrrhus666> ReScO, are you using ng-bootstrap ?
[15:15:44] *** c17r <c17r!~c17r@c-76-111-82-24.hsd1.va.comcast.net> has joined #angularjs
[15:15:44] <ReScO> Yepp
[15:15:54] <icebox> jarad04: you may provide a minimal working plunker (link in the topic) reproducing the issue, we may give a look at it
[15:16:09] <arlekin> icebox: how do i add babel loader to webpack ?
[15:16:10] <jarad04> sure i'll do that
[15:16:11] <ReScO> Navbar isn't collapsing, it's not scaling to screen size (it does initially, but then becomes too big)
[15:16:12] <icebox> ReScO: it is not for angular, it is for angularjs
[15:16:23] <Pyrrhus666> ReScO, probably because it´s all alpha...
[15:16:23] <arlekin> icebox: i mean all simple solutions seem addressing webpack1...
[15:16:42] <ReScO> icebox, it's for angular.
[15:16:43] <Pyrrhus666> ReScO, the angular version (ui-bootstrap) works pretty well
[15:16:55] <ReScO> 2.3.1
[15:17:18] <Pyrrhus666> god, I meant angularjs version of course...
[15:17:25] <Rudde> icebox: I'll loop it twice :P
[15:17:25] <Pyrrhus666> damn naming scheme...
[15:17:42] <icebox> Rudde: wow... I missed that... thanks for the details
[15:18:16] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has quit IRC (Ping timeout: 260 seconds)
[15:18:32] <ReScO> Pyrrhus666, i'm on angular-cli + typescript
[15:18:32] <icebox> Pyrrhus666: ah... I see my confusion... ui-boostrap vs. ng-bootstrap :)
[15:18:36] <ReScO> So, ng2 :P
[15:19:03] <icebox> arlekin: I don't use babel
[15:19:12] <icebox> arlekin: native ES2015
[15:19:13] <Pyrrhus666> ReScO, I meant ng-bootstrap and bs4 are still alpha.
[15:19:18] <arlekin> icebox: woah, shots fired
[15:19:24] <Pyrrhus666> probably why shit´s not ok
[15:19:41] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 252 seconds)
[15:19:48] <ReScO> Pyrrhus666, weirdly enough, i think it's because of the angular2 elements (app-root, and the router-outlet stuff)
[15:19:57] <arlekin> icebox: do you use default args ? im not sure if chrome supports them and i got weird issue which would be explained if it was so
[15:20:40] <ReScO> anything responsive doesn't work :/
[15:21:05] <arlekin> icebox: just looking at it, seems like it should work
[15:21:13] <icebox> arlekin: it seems they are supported
[15:21:30] <icebox> ReScO: welcome to BS4
[15:22:06] <icebox> ReScO: I abandoned it a few years ago... or use BS3
[15:22:18] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has joined #angularjs
[15:22:57] <Pyrrhus666> ReScO, could be, because responsive works fine with straight up BS4 (my colleague uses it)
[15:23:32] *** wrainbolt <wrainbolt!~wrainbolt@dyn213152.shef.ac.uk> has quit IRC (Ping timeout: 252 seconds)
[15:23:39] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has quit IRC (Remote host closed the connection)
[15:23:43] <ReScO> Pyrrhus666, aye, noticed that too.
[15:23:51] <ReScO> But i wonder what's fucking with the responsive part
[15:24:37] <Pyrrhus666> ReScO, dunno, most of it is plain css with mediaqueries, so should not be bothered by angular
[15:24:50] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has joined #angularjs
[15:25:17] <Pyrrhus666> ReScO, unless angular fucks up things like sibling selectors by injection of random crap in the dom (which it probably does)
[15:25:29] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[15:25:33] *** bbankes <bbankes!~bbankes@162.218.222.150> has joined #angularjs
[15:27:02] *** opiates <opiates!~opiates@unaffiliated/opiates> has joined #angularjs
[15:27:11] <Pyrrhus666> icebox, it´ll pass angular first :P
[15:27:23] <Pyrrhus666> angularjs, dammit.
[15:27:49] <icebox> I think so
[15:28:33] <Pyrrhus666> these numbers don´t really reflect the size of the community though, there angular(js) shines.
[15:28:59] <Pyrrhus666> I´ve talked some on #vuejs and checked the forums, but not very active...
[15:29:01] <icebox> yep
[15:29:15] *** ngbot <ngbot!~ngbot@192.30.252.42> has joined #angularjs
[15:29:15] <ngbot> angular.js/master b9d3185 Martin Staffa: docs(select, ngOptions): add ngAttrSize as argument...
[15:29:15] *** ngbot <ngbot!~ngbot@192.30.252.42> has left #angularjs
[15:29:37] <icebox> Pyrrhus666: imagine angularjs ported to ES2015 :) and simplified :)
[15:29:40] *** ngbot <ngbot!~ngbot@192.30.252.42> has joined #angularjs
[15:29:40] <ngbot> angular.js/v1.6.x 2deaf28 Martin Staffa: docs(select, ngOptions): add ngAttrSize as argument...
[15:29:40] *** ngbot <ngbot!~ngbot@192.30.252.42> has left #angularjs
[15:29:56] *** MonsterKiller <MonsterKiller!~MonsterKi@2605:6400:10:6ae2:1337:c0de:fee1:900d> has quit IRC (Ping timeout: 240 seconds)
[15:30:15] *** ShekharReddy <ShekharReddy!uid132367@gateway/web/irccloud.com/x-hlmalcdkxoigwmhc> has joined #angularjs
[15:30:28] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[15:30:35] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[15:30:53] <arlekin> is there some callback in ui-router to validate state changes ?
[15:30:58] *** balr0g <balr0g!~balr0g@199.195.252.42> has quit IRC (Ping timeout: 264 seconds)
[15:31:02] <Pyrrhus666> icebox, that would probably be pretty nice ;)
[15:31:07] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[15:31:18] <arlekin> i mean i'd like to check if user is allowed to change state, but am not sure how to handle that
[15:31:33] *** edr <edr!~edr@pdpc/supporter/professional/edr> has joined #angularjs
[15:31:49] <arlekin> i think $stateChangeStart prolly is the place, but how can i error out in some specific way there ?
[15:31:53] <icebox> Pyrrhus666: I give a look at the issues if there is a similar request for 1.7 or 1.8 in the roadmap
[15:32:06] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[15:32:27] <Pyrrhus666> arlekin, iirc you can redirect from within that event with $state.go
[15:32:45] *** balr0g <balr0g!~balr0g@199.195.252.42> has joined #angularjs
[15:34:07] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 268 seconds)
[15:34:30] <arlekin> Pyrrhus666: yup, but that triggers that event and i end up with infinite loop
[15:35:43] *** ShekharReddy <ShekharReddy!uid132367@gateway/web/irccloud.com/x-hlmalcdkxoigwmhc> has quit IRC ()
[15:37:33] <arlekin> "Finally managed to solve it with some hack and I confess that I still don't understand how or why this works! All I know is this works"
[15:37:36] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 260 seconds)
[15:37:38] <Pyrrhus666> arlekin, just checked my code, I hadn´t really gotten that far wwith ui-router yet.
[15:37:48] <arlekin> self inflicted answer on SO by some guywith similar problem
[15:37:52] <arlekin> cracked me up
[15:38:07] <arlekin> Pyrrhus666: damn... i always ask wrong questions
[15:38:12] <Pyrrhus666> arlekin, can´t you redirect in the router resolve clause ? if that´s applicable
[15:38:13] <icebox> arlekin: :P
[15:38:21] <icebox> arlekin: as usual :)
[15:38:35] <arlekin> icebox: still cannot decide if thats good or bad :P
[15:39:07] <Pyrrhus666> it just ´is´, I guess ;)
[15:39:22] <arlekin> Pyrrhus666: lets leave it at that :D
[15:39:54] *** umdstu <umdstu!~umdstu@65.127.220.137> has quit IRC (Quit: umdstu)
[15:39:55] *** Debnet`Laptop <Debnet`Laptop!~Marc@168.86.2.93.rev.sfr.net> has joined #angularjs
[15:40:10] <arlekin> i don't tweet often but that girl from the meetup always almost immediately reacts to my tweets...
[15:40:35] <arlekin> i mean two times isn't exactly "data science" but still :D
[15:41:27] <Pyrrhus666> arlekin, just keep tweeting and build your dataset to evaluate further ;)
[15:41:41] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[15:41:45] <arlekin> Pyrrhus666: it's only logical :D
[15:41:55] <uru> 6
[15:42:16] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[15:42:22] *** umdstu <umdstu!~umdstu@65.127.220.137> has joined #angularjs
[15:43:02] <icebox> Pyrrhus666: (sigh... nothing about ES2015 or tree shaking in the roadmap for angularjs)
[15:43:03] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Read error: Connection reset by peer)
[15:43:16] *** Debnet`Work <Debnet`Work!~Marc@20.86.2.93.rev.sfr.net> has quit IRC (Ping timeout: 240 seconds)
[15:43:46] <icebox> Pyrrhus666: I mean it is supported ES2015, but you can only import angular as a whole monolithic object
[15:44:16] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[15:45:26] <Pyrrhus666> icebox, bummer. feels like doing full es2015 support shouldn´t be difficult, just an enormous chore.
[15:46:16] <Rudde> icebox: I
[15:46:17] <icebox> Pyrrhus666: agreed... indeed I saw something similar in a github project... done only once for a specific version
[15:46:38] <Rudde> icebox: I decided to loop the array twice insted and leave it at that
[15:46:38] <icebox> Rudde: you
[15:46:39] <arlekin> ok, off for the day
[15:46:46] <arlekin> thanks as usual guys
[15:46:47] <icebox> arlekin: bye
[15:46:48] <arlekin> cya
[15:46:51] <icebox> Rudde: ok
[15:46:51] *** arlekin <arlekin!~arlekin@host-185-93-92-249.ip-point.pl> has quit IRC (Quit: Leaving)
[15:47:40] *** tsglove <tsglove!~tsglove@12.205.72.46> has joined #angularjs
[15:48:30] <jarad04> getting a strange message regarding http.get() success is not a function, but I'm not calling $http.get
[15:49:42] <icebox> jarad04: in 1.6.x success/error functions are gone
[15:50:08] <jarad04> what does that mean?
[15:50:25] <jarad04> gone where?
[15:51:01] *** overlord_tm <overlord_tm!~andraz@storitve.energetika.net> has quit IRC (Ping timeout: 260 seconds)
[15:51:34] <icebox> jarad04: don't use 1.6.x, because that lib doesn't seem compatible
[15:51:48] <jarad04> so i should use older?
[15:54:48] <icebox> jarad04: indeed with 1.5.11, it works
[15:54:58] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[15:54:58] <ngbot> angular.js/master f85656e Martin Staffa: chore(docs-app): update the header style...
[15:54:58] <ngbot> angular.js/master 62494ba Martin Staffa: chore(docs-app): update links in header menu...
[15:54:58] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[15:56:16] <jarad04> thnaks I checked there but I think my question is regarding more basic and fundamental scope of variables
[15:56:39] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has quit IRC (Read error: Connection reset by peer)
[15:57:17] *** lucasxu <lucasxu!~lucas@dhcp-wifi-8021x-155-41-24-57.bu.edu> has joined #angularjs
[15:57:47] *** eago <eago!~eago@181.59.244.38> has joined #angularjs
[15:58:14] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[15:58:16] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[15:58:48] <jarad04> switching to an earlier version has screwed the rest of my plunkr up - Uncaught ReferenceError: angular is not defined
[15:59:38] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[16:00:08] <jarad04> ignore that
[16:00:53] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[16:00:53] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[16:01:20] *** rho <rho!~rho@drupal.org/user/114058/view> has joined #angularjs
[16:02:18] *** rscata <rscata!~cata@5.2.202.145> has quit IRC (Quit: Leaving)
[16:02:48] *** jtimon <jtimon!~quassel@245.30.134.37.dynamic.jazztel.es> has joined #angularjs
[16:04:35] *** evilaliv3 <evilaliv3!~evilaliv3@212.91.95.170> has quit IRC (Quit: Lost terminal)
[16:06:16] *** Assault <Assault!~Assault@2a00:8780:3:1:1446:4af7:e338:5ae0> has quit IRC (Ping timeout: 240 seconds)
[16:06:21] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[16:06:30] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Max SendQ exceeded)
[16:07:03] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[16:08:03] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[16:08:16] *** siba <siba!~textual@b.06.01a8.ip4.static.sl-reverse.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:09:49] <jarad04> unfortunately in the plunkr the partial won't include so I can't test this
[16:09:57] <jarad04> crazy waste of an hour
[16:12:15] *** LeBlaaanc <LeBlaaanc!~textual@unaffiliated/leblaaanc> has joined #angularjs
[16:12:45] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has joined #angularjs
[16:12:51] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 245 seconds)
[16:13:55] <Pyrrhus666> const flatten = arr => arr.reduce((acc, val) => acc.concat(Array.isArray(val) ? flatten(val) : val), []);
[16:14:13] <Pyrrhus666> doesn´t that look gorgeous with the arrow functions ?
[16:14:16] *** encryptd_fractal <encryptd_fractal!~encryptd_@c-24-245-47-249.hsd1.mn.comcast.net> has quit IRC (Remote host closed the connection)
[16:14:39] *** encryptd_fractal <encryptd_fractal!~encryptd_@c-24-245-47-249.hsd1.mn.comcast.net> has joined #angularjs
[16:14:56] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[16:16:22] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has joined #angularjs
[16:16:40] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[16:17:05] *** Debnet`Work <Debnet`Work!~Marc@smtp2.sa-cim.fr> has joined #angularjs
[16:17:59] *** jsframe_bot <jsframe_bot!~jsframe_b@pD95D282A.dip0.t-ipconnect.de> has joined #angularjs
[16:18:08] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 256 seconds)
[16:18:29] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[16:18:57] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has quit IRC (Client Quit)
[16:20:16] *** Debnet`Laptop <Debnet`Laptop!~Marc@168.86.2.93.rev.sfr.net> has quit IRC (Ping timeout: 240 seconds)
[16:21:30] <icebox> Pyrrhus666: that is an abuse :)
[16:21:55] <Pyrrhus666> is it ? it looks damn good an does what it says :)
[16:22:30] *** luc4 <luc4!~luca@185.43.148.11> has joined #angularjs
[16:22:39] *** anli <anli!~anli@gn62-116-231-34.business.gavlenet.com> has quit IRC (Quit: Leaving)
[16:22:43] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 255 seconds)
[16:23:11] *** FatNoLife <FatNoLife!~FatNoLife@50-75-190-213.intermediasud.com> has quit IRC (Read error: Connection reset by peer)
[16:23:12] *** LIERO_ is now known as LIERO
[16:23:18] <icebox> Pyrrhus666: I need to be used about => "return value" without return :)
[16:23:58] <Pyrrhus666> icebox, that´s part of the => magic :)
[16:24:36] *** vrockai <vrockai!~vrockai@ip-78-102-208-241.net.upcbroadband.cz> has joined #angularjs
[16:27:13] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[16:27:16] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[16:27:52] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[16:29:58] *** gigo1980 <gigo1980!~gigo1980@85.239.101.209> has joined #angularjs
[16:30:28] <jarad04> how can i read the value of the input submitted?
[16:30:54] *** pashford <pashford!~pashford@62.252.53.161> has joined #angularjs
[16:30:56] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Ping timeout: 276 seconds)
[16:31:07] *** deez79 <deez79!~deez79@221.74.154.104.bc.googleusercontent.com> has joined #angularjs
[16:31:31] <Pyrrhus666> icebox, I know they exist, never used them yet. might be a good idea though...
[16:32:10] <icebox> Pyrrhus666: it is nice with ".service"... .service(thisIsMyClassService);
[16:34:13] <icebox> Pyrrhus666: ahaha nice... "Subclassing built-in constructors is something that engines have to support natively, you won’t get this feature via transpilers."
[16:36:29] <Pyrrhus666> jarad04, should you have a ng-bootbox-prompt-action callback somewhere ?
[16:36:29] *** pashford <pashford!~pashford@62.252.53.161> has quit IRC ()
[16:37:10] *** G1eb_ <G1eb_!~G1eb@unaffiliated/g1eb> has left #angularjs
[16:38:05] *** juro <juro!~juro@155.93.252.83> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[16:38:20] *** triawarman <triawarman!~triawarma@unaffiliated/triawarman> has left #angularjs
[16:38:33] <jarad04> Pyrrhus666, yeah i see
[16:38:45] <jarad04> ng-bootbox-prompt-action="promptCallback(result)
[16:39:10] <jarad04> so that will require a function in my controller named 'promptCallback' ?
[16:39:46] <Pyrrhus666> jarad04, yes. I´d choose a different name though ;)
[16:40:31] *** shinnya <shinnya!~shinnya@97.47.138.58.dy.bbexcite.jp> has joined #angularjs
[16:40:49] *** yuliay <yuliay!4dde9e87@gateway/web/freenode/ip.77.222.158.135> has joined #angularjs
[16:41:03] *** PickAndMix <PickAndMix!~Max@175.156.243.170> has joined #angularjs
[16:41:13] <PickAndMix> hi people, any books to recommend to learn angular 2?
[16:42:05] <jarad04> Pyrrhus666, it was that simple - thanks for reading the manual for me
[16:42:18] <jarad04> I'm no going to go and slap my palm on my forehead severla times
[16:42:21] <Pyrrhus666> jarad04, np, yw ;)
[16:42:43] <icebox> yuliay: what is angular2js?
[16:43:28] <yuliay> Angular 2
[16:43:42] *** yuliay <yuliay!4dde9e87@gateway/web/freenode/ip.77.222.158.135> has quit IRC (Client Quit)
[16:43:47] <Pyrrhus666> THER IS JUST ANGULAR !
[16:43:50] <Pyrrhus666> sorry :)
[16:44:44] <PickAndMix> uru: did you learn using ngbook2?
[16:45:35] <uru> PickAndMix: I did started out with no prior angular experance, 1 or 2
[16:45:40] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Remote host closed the connection)
[16:45:41] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[16:45:53] <PickAndMix> uru: huh
[16:45:58] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has joined #angularjs
[16:46:00] <PickAndMix> so you did use that book to start
[16:46:30] <uru> PickAndMix: That and the offical docs and w/e I could find in blogs. I started when angular was in RC2
[16:46:38] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[16:46:46] <PickAndMix> uru: I see
[16:46:56] *** luc4 <luc4!~luca@185.43.148.11> has quit IRC (Ping timeout: 260 seconds)
[16:47:01] <PickAndMix> uru: Do you have your own starter-files?
[16:47:13] <PickAndMix> I realise nobody really teaches about starting from scratch
[16:47:13] *** mischat_ <mischat_!~mischat@62.252.235.234> has joined #angularjs
[16:47:27] *** micabot <micabot!~mica@unaffiliated/mica> has joined #angularjs
[16:47:45] *** gigo1980 <gigo1980!~gigo1980@85.239.101.209> has quit IRC (Remote host closed the connection)
[16:47:48] <uru> PickAndMix: I did, yes, but there's plenty of good seed projects if you need something quickly
[16:47:55] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 255 seconds)
[16:48:13] <PickAndMix> uru: I see, do you pick up stuff like webpack? grunt?
[16:48:20] <uru> But I set up the initial code, intergration with our server-side MVC frameork as well as dev and prod build processes
[16:48:36] <PickAndMix> I come from backend, working with flask mainly
[16:48:40] <uru> PickAndMix: I went with systemjs for dev environments using grunt as teh task maanger as we already had grunt in place
[16:48:49] <PickAndMix> So I would like to pick up Angular for frontend
[16:48:51] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[16:49:10] <PickAndMix> icebox: thanks! forked :)
[16:49:18] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 256 seconds)
[16:50:05] *** Zeioth <Zeioth!~Zeioth@112.red-88-27-61.staticip.rima-tde.net> has joined #angularjs
[16:50:21] <PickAndMix> Nice
[16:50:24] <PickAndMix> thanks
[16:52:06] <icebox> off... bye
[16:52:09] <PickAndMix> Do you guys use ionic?
[16:52:20] <PickAndMix> See you :)
[16:53:10] <Pyrrhus666> PickAndMix, there´s some people around regularly who do. I don´t use it myself
[16:53:15] *** Sna4x8 <Sna4x8!~avejidah@45-19-138-50.lightspeed.frokca.sbcglobal.net> has joined #angularjs
[16:53:34] <uru> yea, never had need for anything like that here yet
[16:54:01] <Pyrrhus666> I experimented with nativescript once. actually worked pretty well.
[16:56:45] *** Z3R0 <Z3R0!~mischief@24.27.227.129> has joined #angularjs
[16:57:36] *** icebox <icebox!05591d15@gateway/web/freenode/ip.5.89.29.21> has quit IRC (Quit: Page closed)
[16:57:48] *** jsframe_bot <jsframe_bot!~jsframe_b@pD95D282A.dip0.t-ipconnect.de> has quit IRC (Remote host closed the connection)
[16:58:15] *** Pyrrhus666 <Pyrrhus666!~Pyrrhus@157.97.112.115> has quit IRC (Ping timeout: 245 seconds)
[16:58:41] *** bc_ <bc_!~user@unaffiliated/bc> has quit IRC (Ping timeout: 245 seconds)
[16:59:46] *** bc__ <bc__!~user@host-69-59-123-207.nctv.com> has quit IRC (Ping timeout: 264 seconds)
[17:00:31] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[17:01:26] *** eago <eago!~eago@181.59.244.38> has quit IRC (Remote host closed the connection)
[17:01:36] *** sergezakh <sergezakh!1fad56e2@gateway/web/freenode/ip.31.173.86.226> has joined #angularjs
[17:03:05] *** opiates <opiates!~opiates@unaffiliated/opiates> has left #angularjs ("brb drug raid")
[17:08:41] *** daedeloth <daedeloth!~daedeloth@91.183.109.67> has quit IRC (Remote host closed the connection)
[17:09:17]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[17:10:19] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 268 seconds)
[17:10:51] <sergezakh> Hi! Have anyone faced problem $injector:unpr Unknown Provider after updating to v1.6.2?
[17:11:14] *** littlebearz__ <littlebearz__!littlebear@2607:fea8:a220:7e3:43c:8cea:d765:ba61> has quit IRC (Read error: Connection reset by peer)
[17:11:48] <sergezakh> Specifically I have "Unknown provider: $$HashMapProvider <- $$HashMap <- $$animateQueue <- $animate <- $compile <- $mdUtil <- $mdTheming <- $$animateQueue"
[17:11:52] *** littlebearz__ <littlebearz__!littlebear@2607:fea8:a220:7e3:43c:8cea:d765:ba61> has joined #angularjs
[17:13:27] *** akkonrad <akkonrad!~akkonrad3@154.123.127.176.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Read error: Connection reset by peer)
[17:14:04] *** akkonrad <akkonrad!~akkonrad3@154.123.127.176.dynamic.wline.res.cust.swisscom.ch> has joined #angularjs
[17:14:09] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[17:14:24] *** overlord_tm <overlord_tm!~andraz@213.172.234.141> has joined #angularjs
[17:15:47] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[17:18:01] *** grill <grill!~w@unaffiliated/floatingpoint> has joined #angularjs
[17:18:39] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Quit: punknroll)
[17:22:02] *** sergezakh <sergezakh!1fad56e2@gateway/web/freenode/ip.31.173.86.226> has quit IRC (Quit: Page closed)
[17:23:17] *** nckpz <nckpz!~nick@static-72-89-243-64.nycmny.fios.verizon.net> has joined #angularjs
[17:24:13] *** jimklo <jimklo!~jimklo@192.12.16.110> has joined #angularjs
[17:24:30] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[17:25:07] *** fbenoit <fbenoit!~fbenoit@100-83-190-109.dsl.ovh.fr> has quit IRC (Ping timeout: 268 seconds)
[17:26:47] *** ^Migs^ is now known as Migs
[17:29:57] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[17:30:53] *** _m8 <_m8!~m8@host229-196-static.225-95-b.business.telecomitalia.it> has joined #angularjs
[17:30:58] *** cotko <cotko!~ahmed@89-212-138-82.static.t-2.net> has quit IRC (Quit: Konversation terminated!)
[17:32:17] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[17:33:11] *** lavalamp <lavalamp!~lavalamp@unaffiliated/lavalamp> has joined #angularjs
[17:33:58] *** m8 <m8!~m8@unaffiliated/m8> has quit IRC (Ping timeout: 264 seconds)
[17:35:01] *** afx_ <afx_!~afx_@adsl-43.37.6.1.tellas.gr> has joined #angularjs
[17:37:34] *** weems__ is now known as weems
[17:37:38] *** weems <weems!~weems@static-68-235-54-55.cust.tzulo.com> has quit IRC (Changing host)
[17:37:38] *** weems <weems!~weems@unaffiliated/weems> has joined #angularjs
[17:38:00] *** lavalamp <lavalamp!~lavalamp@unaffiliated/lavalamp> has quit IRC (Client Quit)
[17:38:04] *** RubyRonin <RubyRonin!~chatzilla@c-50-191-245-51.hsd1.pa.comcast.net> has joined #angularjs
[17:38:10] <ReScO> Forms are confusing AF
[17:38:27] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[17:38:48] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[17:38:53] *** Luffha <Luffha!~luffha@i59F7B854.versanet.de> has joined #angularjs
[17:39:01] <Luffha> hey guys
[17:41:00] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[17:41:19] <pLaTo0n> moin
[17:47:23] *** Debnet`Work <Debnet`Work!~Marc@smtp2.sa-cim.fr> has quit IRC (Read error: Connection reset by peer)
[17:49:32] *** csk <csk!~csk@179.57.98.181> has quit IRC (Quit: ZZZzzz…)
[17:51:26] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[17:52:09] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[17:52:35] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[17:52:40] *** eago <eago!~eago@181.59.244.38> has joined #angularjs
[17:52:49] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[17:52:58] *** bc <bc!~user@unaffiliated/bc> has joined #angularjs
[17:53:20] *** Luffha <Luffha!~luffha@i59F7B854.versanet.de> has quit IRC (Ping timeout: 256 seconds)
[17:53:58] *** soee <soee!~soee@bmv128.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[17:54:05] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[17:54:18] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[17:54:54] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[17:55:12] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has joined #angularjs
[17:56:56] *** bc_ <bc_!~user@unaffiliated/bc> has joined #angularjs
[17:57:25] <ReScO> how can i show an empty form, and add the submitted form items to a list?
[17:57:47] <ReScO> tried following the forms guide, but it ain't really working like it's supposed to.
[17:57:54] *** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has joined #angularjs
[17:58:57] <ReScO> and instantiating a new form object without parameters makes it whine a ton.
[17:59:34] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 256 seconds)
[17:59:51] *** encryptd_fractal <encryptd_fractal!~encryptd_@c-24-245-47-249.hsd1.mn.comcast.net> has quit IRC (Remote host closed the connection)
[18:00:34] <RubyRonin> greetings all
[18:00:48] <RubyRonin> can someone explain the typescript mistake I'm making here?
[18:00:54] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:02:01] *** mrc_ <mrc_!~mrc_@p4FCC08B9.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 245 seconds)
[18:02:18] *** encryptd_fractal <encryptd_fractal!~encryptd_@c-24-245-47-249.hsd1.mn.comcast.net> has joined #angularjs
[18:04:50] <ReScO> RubyRonin, scope problem, add "let recognition;' above constructor and use this.recognition in constructor, i think
[18:05:17] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has quit IRC (Quit: Konversation terminated!)
[18:05:46] *** soee <soee!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[18:06:11] *** max_at <max_at!~max_at@2a01:4f8:c17:4a1::2> has joined #angularjs
[18:07:58] <RubyRonin> ReScO wow
[18:08:00] <RubyRonin> thanks
[18:08:09] <RubyRonin> I spent all night trying to determine what I was doing wrong
[18:08:17] <ReScO> No problem :) any experience with forms by chance? ^^"
[18:08:24] <RubyRonin> what article or subject matter do you recommend I read to get a better understanding of "scope"
[18:08:30] <RubyRonin> unfortunately no
[18:08:32] <RubyRonin> not yet
[18:08:40] <RubyRonin> angular 2 is one hell of a beast
[18:08:45] <ReScO> Heh, next time, take a 30m walk and then drink a cup of coffee before digging into the problem :)
[18:09:15] <RubyRonin> ReScO right!
[18:09:17] <uru> RubyRonin: Just read up on typescript basics ;)
[18:09:33] *** Letze <Letze!~Letze@195.218.6.184> has quit IRC (Quit: Leaving)
[18:10:28] *** akkonrad <akkonrad!~akkonrad3@154.123.127.176.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Ping timeout: 260 seconds)
[18:10:53] *** Trikyas <Trikyas!~textual@155.92.67.202.sta.dodo.net.au> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[18:12:28] <ReScO> Basically, anything that is defined under the "class" is visible to all functions, anything defined in a function, is visible to things only in that function (local scope)
[18:13:44] *** shinnya <shinnya!~shinnya@97.47.138.58.dy.bbexcite.jp> has quit IRC (Ping timeout: 256 seconds)
[18:14:39] *** OnceMe <OnceMe!b2de8c9b@gateway/web/cgi-irc/kiwiirc.com/ip.178.222.140.155> has joined #angularjs
[18:14:50] <OnceMe> I want to cache views/good.htm template
[18:15:11] <OnceMe> $templateCache.put('views/good.htm', 'Some content');
[18:15:24] <OnceMe> now template views/good.htm have Some content, I dont want
[18:15:32] <OnceMe> can I somehow cache file which is actually present on disk?
[18:15:48] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:16:05] <RubyRonin> so I declare the varaible above the constructor
[18:16:13] <RubyRonin> and I define the variable within the constructor?
[18:16:31] <RubyRonin> or rather instantiate the variable within the constructor?
[18:16:48] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[18:16:50] <RubyRonin> then I can use it in any function with "this"?
[18:16:51] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[18:17:32] *** phil22 <phil22!~filippo@host189-157-static.226-95-b.business.telecomitalia.it> has quit IRC (Ping timeout: 276 seconds)
[18:19:45] <uru> RubyRonin: In simple terms, yes
[18:20:12] <RubyRonin> thanks guys
[18:20:15] <RubyRonin> both of u
[18:20:18] <RubyRonin> I really appreciate the help
[18:20:23] *** mischat_ <mischat_!~mischat@62.252.235.234> has quit IRC (Ping timeout: 240 seconds)
[18:20:29] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[18:20:30] *** nihilwill <nihilwill!~nihilwill@2605:6000:ee8d:ac00:ad22:b559:53e0:16c7> has joined #angularjs
[18:21:17] *** Elarcis <Elarcis!~Elarcis@webdefence-pool-02.cluster-d.forcepoint.net> has quit IRC (Quit: Probably pressed Ctrl-Q by accident)
[18:26:07] *** Daerist <Daerist!~Daerist@gar31-1-82-224-8-42.fbx.proxad.net> has joined #angularjs
[18:26:19] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[18:26:42] *** djbkd <djbkd!~djbkd@98.248.67.209> has quit IRC (Remote host closed the connection)
[18:26:53] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:27:02] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[18:27:04] *** himanshu_ <himanshu_!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[18:27:21] *** djbkd <djbkd!~djbkd@98.248.67.209> has joined #angularjs
[18:27:38] *** uru is now known as uru|away
[18:27:40] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Client Quit)
[18:27:50] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has joined #angularjs
[18:27:53] *** Snugglebash <Snugglebash!~textual@80.168.21.194> has quit IRC (Max SendQ exceeded)
[18:28:03] *** himanshu_ <himanshu_!~Himanshu_@unaffiliated/himanshu> has quit IRC (Client Quit)
[18:29:15] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 268 seconds)
[18:30:32] *** jhadvig_ <jhadvig_!jhadvig@nat/redhat/x-qmnohkprmxpsojui> has quit IRC (Ping timeout: 276 seconds)
[18:31:11] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has quit IRC (Ping timeout: 276 seconds)
[18:31:12] *** itamarjp <itamarjp!~itamar@fedora/itamarjp> has quit IRC (Quit: Leaving)
[18:31:35] *** djbkd <djbkd!~djbkd@98.248.67.209> has quit IRC (Ping timeout: 240 seconds)
[18:31:52] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:32:45] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:34:51] *** fedenunez1 <fedenunez1!~fede@r167-61-62-80.dialup.adsl.anteldata.net.uy> has joined #angularjs
[18:35:45] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:36:04] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[18:36:41] <RubyRonin> so I resolved the scope issue on "recognition"
[18:36:55] <RubyRonin> but recognition has a onresult event
[18:37:02] <RubyRonin> and whenever I try to utilize that I get an error
[18:37:10] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:37:16] *** fedenunez <fedenunez!~fede@r167-61-52-202.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 260 seconds)
[18:37:27] <RubyRonin> TypeError: Cannot set property 'onresult' of undefined
[18:38:49] *** amharris <amharris!~amharris@unaffiliated/amharris> has quit IRC (Quit: WeeChat 1.7)
[18:39:26] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[18:40:59] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:41:22] *** PickAndMix <PickAndMix!~Max@175.156.243.170> has quit IRC (Ping timeout: 258 seconds)
[18:41:43]
*** OnceMe <OnceMe!b2de8c9b@gateway/web/cgi-irc/kiwiirc.com/ip.178.222.140.155> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[18:41:58] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:42:40] *** opiates <opiates!~opiates@unaffiliated/opiates> has joined #angularjs
[18:43:17] *** cvanball <cvanball!textual@nat/redhat/x-bjoniigstlacptqd> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[18:43:39] *** opiates <opiates!~opiates@unaffiliated/opiates> has left #angularjs
[18:44:25] *** Sna4x8 <Sna4x8!~avejidah@45-19-138-50.lightspeed.frokca.sbcglobal.net> has quit IRC (Quit: Leaving.)
[18:44:42] <RubyRonin> nevermind
[18:44:49] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:45:38] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:47:28] *** ajph_ <ajph_!~ajph@unaffiliated/ajph> has joined #angularjs
[18:48:29] *** jga <jga!sid36442@gateway/web/irccloud.com/x-sollxgaifcrkjurh> has left #angularjs
[18:49:33] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[18:49:56] *** ajph <ajph!~ajph@unaffiliated/ajph> has quit IRC (Ping timeout: 245 seconds)
[18:49:57] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has joined #angularjs
[18:50:41] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:50:54] *** z3r0_ <z3r0_!~z3r0@41.138.89.212> has joined #angularjs
[18:51:20] *** vrockai <vrockai!~vrockai@ip-78-102-208-241.net.upcbroadband.cz> has quit IRC (Remote host closed the connection)
[18:51:42] *** vuoto <vuoto!~vuoto@80.71.142.118> has joined #angularjs
[18:52:14] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:53:11] *** kikero <kikero!574b6c27@gateway/web/freenode/ip.87.75.108.39> has joined #angularjs
[18:53:16] <kikero> Hello!
[18:53:25] <kikero> I have a div on which I've got a "ng-click"
[18:54:08] <kikero> Something like this: "<div class="contained-menu__categories" ng-click="toggleDropdown()"><i class="fa fa-bars"></i> Categories</div>"
[18:54:29] <kikero> Thing is, there are places on that div where, if I press, toggleDropdown doesn't get called.
[18:54:35] <kikero> Any idea what could go wrong?
[18:55:00] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[18:55:05] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:55:16] <kikero> It's like, if the click takes place on top of a letter, it's okay, if it's slightly in between, doesn't work anymore.
[18:56:38] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:56:59] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[18:58:26] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[19:00:03] <RubyRonin> z index?
[19:00:14] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Remote host closed the connection)
[19:00:23] <RubyRonin> kikero does the div contain items with a higher z index?
[19:00:23] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[19:00:48] <kikero> But cannot replicate the bug here.
[19:00:50] <kikero> RubyRonin: Yes, it does.
[19:00:51] *** mischat <mischat!~mischat@62.252.235.234> has joined #angularjs
[19:00:53] <kikero> Let me check that.
[19:01:33] <kikero> There parent div has elements of different z-indexes.
[19:02:09] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[19:02:16] *** erol__ <erol__!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 260 seconds)
[19:02:21] *** nfiree <nfiree!50fa1ec3@gateway/web/freenode/ip.80.250.30.195> has joined #angularjs
[19:02:26] *** \du <\du!~xava\du@unaffiliated/xava> has quit IRC (Ping timeout: 252 seconds)
[19:02:33] *** erol_ <erol_!~erol@cam44-h01-89-91-144-193.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 268 seconds)
[19:03:22] <nfiree> Hi guys, Is ng-book a good book and would you recommend to buy it for a person who kind of understands the basics of angular but not really seeing the big picture?
[19:04:54] <kikero> RubyRonin: OTOH, if the element with a bigger z-index has "display: none;", the behaviour doesn't seem to be affected.
[19:05:10] *** andygmb <andygmb!~andygmb@86.47.125.199> has quit IRC (Ping timeout: 264 seconds)
[19:06:13] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[19:07:39] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has joined #angularjs
[19:08:57] *** z3r0_ <z3r0_!~z3r0@41.138.89.212> has quit IRC (Ping timeout: 240 seconds)
[19:09:16] *** murthy_ <murthy_!b641e82f@gateway/web/freenode/ip.182.65.232.47> has joined #angularjs
[19:09:18] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has quit IRC (Quit: jr3)
[19:10:01] *** murthy_ <murthy_!b641e82f@gateway/web/freenode/ip.182.65.232.47> has quit IRC (Client Quit)
[19:13:48] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 256 seconds)
[19:15:11] *** andygmb <andygmb!~andygmb@86.47.125.199> has joined #angularjs
[19:17:08] <RubyRonin> inteesting
[19:17:12] <RubyRonin> interesting
[19:17:34] <RubyRonin> nfiree never read it
[19:20:05] *** lucasxu <lucasxu!~lucas@dhcp-wifi-8021x-155-41-24-57.bu.edu> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[19:20:10] *** _ADN_ <_ADN_!~Test@212.161.49.106> has quit IRC (Ping timeout: 264 seconds)
[19:20:50] *** vuoto <vuoto!~vuoto@80.71.142.118> has quit IRC (Remote host closed the connection)
[19:22:19] *** Zythyr <Zythyr!~Zythyr@host-128-227-3-255.xlate.ufl.edu> has joined #angularjs
[19:23:28] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Quit: Computer has gone to sleep.)
[19:27:33] *** dreh <dreh!~jedimind@unaffiliated/jedimind> has joined #angularjs
[19:27:56] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has quit IRC (Ping timeout: 240 seconds)
[19:29:59] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[19:31:23] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[19:34:00] *** _m8 <_m8!~m8@host229-196-static.225-95-b.business.telecomitalia.it> has quit IRC (Read error: Connection reset by peer)
[19:35:04] *** _ADN_ <_ADN_!~Test@host81-159-82-163.range81-159.btcentralplus.com> has joined #angularjs
[19:35:07] *** csk <csk!~csk@179.57.98.181> has joined #angularjs
[19:35:47] *** kikero <kikero!574b6c27@gateway/web/freenode/ip.87.75.108.39> has quit IRC (Quit: Page closed)
[19:37:25] *** [ADN] <[ADN]!~Test@euf3300163-pip.sys.ntt.eu> has joined #angularjs
[19:41:26] *** _ADN_ <_ADN_!~Test@host81-159-82-163.range81-159.btcentralplus.com> has quit IRC (Ping timeout: 260 seconds)
[19:43:15] *** lavalamp <lavalamp!~lavalamp@unaffiliated/lavalamp> has joined #angularjs
[19:45:13] *** cvanball <cvanball!~textual@2001:980:92c0:1:8564:f2ed:39c3:39f0> has joined #angularjs
[19:45:29] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[19:46:14] *** uru|away is now known as uru
[19:47:40] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 240 seconds)
[19:48:26] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[19:49:30] *** boneskull <boneskull!~boneskull@71.19.252.87> has quit IRC (Ping timeout: 256 seconds)
[19:49:33] *** DV8__ <DV8__!~Deviate@135-23-110-43.cpe.pppoe.ca> has joined #angularjs
[19:49:33] *** b0neskull <b0neskull!~boneskull@c-98-246-129-128.hsd1.or.comcast.net> has joined #angularjs
[19:52:28] *** DV8_ <DV8_!~Deviate@135-23-110-43.cpe.pppoe.ca> has quit IRC (Ping timeout: 240 seconds)
[19:53:32] *** d5sx43 <d5sx43!~d5sx43@h57.225.128.40.static.ip.windstream.net> has joined #angularjs
[19:53:56] *** phil22 <phil22!~filippo@88.147.2.217> has joined #angularjs
[19:57:35] *** codeme <codeme!~codeme@2a02:a452:b133:1:58ee:519:26a1:8585> has joined #angularjs
[19:58:32] <RubyRonin> what is "state" in angular?
[19:58:49] *** d5sx43 <d5sx43!~d5sx43@h57.225.128.40.static.ip.windstream.net> has quit IRC (Quit: Leaving...)
[19:59:30] <RubyRonin> did you google firefox canvas issues
[19:59:32] <RubyRonin> ?
[19:59:36] <RubyRonin> zythyr ?
[20:00:20] *** lavalamp <lavalamp!~lavalamp@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[20:00:21] *** overlord_tm <overlord_tm!~andraz@213.172.234.141> has quit IRC (Ping timeout: 245 seconds)
[20:00:29] <Zythyr> RubyRonin NOt really sure what to serach for since I am building a specific painting app with drawing to SVG instead of HTML canvas
[20:02:27] *** gvhoecke <gvhoecke!~gvhoecke@91.182.71.127> has joined #angularjs
[20:03:08] *** sergey_ <sergey_!~sergey@46.98.178.7> has joined #angularjs
[20:03:14] *** gvhoecke <gvhoecke!~gvhoecke@91.182.71.127> has quit IRC (Client Quit)
[20:03:24] <ericchu> Zythyr, sounds like you shouldn't be using offsetX and offsetY
[20:06:06] *** cvanball_ <cvanball_!~textual@2001:980:92c0:1:340c:eb58:97e1:4e43> has joined #angularjs
[20:08:41] *** cvanball <cvanball!~textual@2001:980:92c0:1:8564:f2ed:39c3:39f0> has quit IRC (Ping timeout: 276 seconds)
[20:09:58] <Zythyr> ericchu If I dodn't use offsetX, then how can I get position of hte mouse
[20:10:32] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has joined #angularjs
[20:10:54] *** mandric <mandric!~mandric@187.75.99.152> has joined #angularjs
[20:11:12] <ericchu> Zythyr, offsetX returns the X coordinate relative to your target node... but the coordinate that you actually want should be relative to canvas_main
[20:11:14] *** nfiree <nfiree!50fa1ec3@gateway/web/freenode/ip.80.250.30.195> has quit IRC (Ping timeout: 260 seconds)
[20:12:04] *** Triangular <Triangular!tri@46.7.141.237> has joined #angularjs
[20:12:08] <ericchu> your current code works if your target == canvas_main, but that isn't always the case (when drawing on your circle for example)
[20:13:10] *** phil22 <phil22!~filippo@88.147.2.217> has quit IRC (Ping timeout: 240 seconds)
[20:15:44] <ericchu> Zythyr, essentially you want ppt = { x: event.pageX - canvas_main.offset().left, y: event.pageY - canvas_main.offset().top};
[20:16:10] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:7096:d258:8a53:665c> has joined #angularjs
[20:17:51] *** quixotic42 <quixotic42!041a325e@gateway/web/freenode/ip.4.26.50.94> has joined #angularjs
[20:18:06] <Zythyr> ericchu I am a little confused. I did tracking the mouse even using element.bind('mousemove')... In this case, the element is the element on which I put my directive on. My directive is a div container inside which the svg canvas (canvas_main) is present. Shouldn't the offsetX give me mouse position relative to the div container isntead of the SVG canvas
[20:19:01] *** OnkelTem <OnkelTem!~onkeltem@pppoe-62-84-112-224.dubna.ru> has quit IRC (Quit: WeeChat 1.7)
[20:20:16] *** mischat <mischat!~mischat@62.252.235.234> has quit IRC (Ping timeout: 258 seconds)
[20:21:17] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[20:21:28] <Zythyr> ericchu What do u mean by "target"
[20:21:36] *** jsightler_ is now known as jsightler_afk
[20:22:16] <quixotic42> Howdy folks. Angular noob here; anyone ever see where ng-model is reflecting the value of a selectmenu onchange, but not on load/refresh?
[20:23:25] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[20:23:27] <ericchu> Zythyr, you are right, the coords should be relative to element, rather than canvas_main
[20:24:17] <ericchu> But my point still stands. Firefox and Chrome seem to have different definitions on offsetX, either the target element or the element firing the event, respectively
[20:24:28] <ericchu> where target is the element that the mouse is currently over
[20:24:46] *** docmur <docmur!~andrew@dhcp-108-168-100-139.cable.user.start.ca> has joined #angularjs
[20:25:30] *** pLaToOn <pLaToOn!~pLaTo0n@unaffiliated/platoon> has joined #angularjs
[20:25:49] <Zythyr> ericchu Because the <div drawing> </div> container is the the parent container of <svg id="canvas-main></svg>, wouldn't the target element be the <div drawing> element isntead of the <svg> element?
[20:25:59] <docmur> Is it possible to use an interval to apply a CSS style, such that if I get a certain status code back, change the border color of a box over the course of 10 seconds, 1 second at a time?
[20:27:19] <ericchu> Zythyr, well both of those elements are under the mouse, but only the svg is directly under the mouse
[20:28:45] <ericchu> docmur, angular has an $interval service
[20:28:47] *** pLaTo0n <pLaTo0n!~pLaTo0n@unaffiliated/platoon> has quit IRC (Ping timeout: 252 seconds)
[20:31:50] *** frdaniel <frdaniel!~daniel@mic92-h06-89-83-68-153.dsl.sta.abo.bbox.fr> has joined #angularjs
[20:33:46] <Zythyr> ericchu Your solution worked. HOwever, I am still a little confused. I am gonna do a little further reading to understand why it actually works.
[20:33:55] <Zythyr> Thank you very much for helping me. :)
[20:36:11] *** phil22 <phil22!~filippo@88.147.2.217> has joined #angularjs
[20:37:50] *** mandric <mandric!~mandric@187.75.99.152> has quit IRC (Quit: Computer has gone to sleep.)
[20:39:35] *** smokeo <smokeo!~smokeo@205.189.187.4> has joined #angularjs
[20:44:45] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:7096:d258:8a53:665c> has quit IRC (Remote host closed the connection)
[20:46:36]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[20:46:51] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:2c52:1497:2654:427b> has joined #angularjs
[20:46:54] *** bisch <bisch!~bob@70-59-84-215.mpls.qwest.net> has joined #angularjs
[20:48:02] *** fedenunez1 <fedenunez1!~fede@r167-61-62-80.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 252 seconds)
[20:48:18] *** Zythyr <Zythyr!~Zythyr@host-128-227-3-255.xlate.ufl.edu> has quit IRC ()
[20:49:43] *** cr34ton <cr34ton!~cr34ton@185.145.66.251> has joined #angularjs
[20:50:45] *** phil22 <phil22!~filippo@88.147.2.217> has quit IRC (Quit: WeeChat 1.4)
[20:52:38] <quixotic42> Thought it was an issue with ngOption, but "track by" didn't work... Looks a lot like this problem
[20:52:56] *** nya_ <nya_!~nya@p7902c6f7.tokynt01.ap.so-net.ne.jp> has quit IRC (Remote host closed the connection)
[20:53:24] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:2c52:1497:2654:427b> has quit IRC (Remote host closed the connection)
[20:53:40] *** c17r <c17r!~c17r@c-76-111-82-24.hsd1.va.comcast.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[20:53:49] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:2c52:1497:2654:427b> has joined #angularjs
[20:54:13] *** c17r <c17r!~c17r@c-76-111-82-24.hsd1.va.comcast.net> has joined #angularjs
[20:54:56] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 260 seconds)
[20:55:53] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[21:00:32] *** gr0ggle <gr0ggle!~w0269804@hlfxns017vw-142177093198.dhcp-dynamic.FibreOp.ns.bellaliant.net> has joined #angularjs
[21:01:22] *** n1kk0w <n1kk0w!~n1kk0w@jar54-1-78-235-148-42.fbx.proxad.net> has joined #angularjs
[21:03:31] *** pteroduck <pteroduck!50fa1ec3@gateway/web/freenode/ip.80.250.30.195> has joined #angularjs
[21:05:13] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[21:08:09] *** codeme <codeme!~codeme@2a02:a452:b133:1:58ee:519:26a1:8585> has quit IRC (Remote host closed the connection)
[21:09:17] *** jsightler_afk is now known as jsightler
[21:13:36] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-30-104-167.dynamic.etb.net.co> has quit IRC (Ping timeout: 240 seconds)
[21:15:52] *** port_fosh <port_fosh!~portfosh@chello085216213006.chello.sk> has joined #angularjs
[21:17:14] *** eago <eago!~eago@181.59.244.38> has quit IRC (Remote host closed the connection)
[21:17:44] *** xiinotulp <xiinotulp!~q@node-k71.pool-101-108.dynamic.totbb.net> has joined #angularjs
[21:19:51] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[21:20:46] *** plutoniix <plutoniix!~q@node-loy.pool-101-108.dynamic.totbb.net> has quit IRC (Ping timeout: 245 seconds)
[21:21:46] *** quixotic42 <quixotic42!041a325e@gateway/web/freenode/ip.4.26.50.94> has quit IRC (Quit: Page closed)
[21:22:01] *** n1kk0w <n1kk0w!~n1kk0w@jar54-1-78-235-148-42.fbx.proxad.net> has quit IRC (Remote host closed the connection)
[21:22:24] *** smokeo <smokeo!~smokeo@205.189.187.4> has quit IRC (Remote host closed the connection)
[21:23:50] *** phil22 <phil22!~filippo@88.147.2.217> has joined #angularjs
[21:24:40] *** RubyRonin <RubyRonin!~chatzilla@c-50-191-245-51.hsd1.pa.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[21:25:26] *** Z3R0 <Z3R0!~mischief@24.27.227.129> has quit IRC (Quit: Z3R0)
[21:26:43] *** gr0ggle <gr0ggle!~w0269804@hlfxns017vw-142177093198.dhcp-dynamic.FibreOp.ns.bellaliant.net> has quit IRC (Quit: WeeChat 1.7)
[21:26:58] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has joined #angularjs
[21:27:52] *** fedenunez <fedenunez!~fede@r167-60-176-90.dialup.adsl.anteldata.net.uy> has joined #angularjs
[21:31:17] *** mandric <mandric!~mandric@187-77-113-33.user3g.veloxzone.com.br> has joined #angularjs
[21:32:06] *** cr34ton <cr34ton!~cr34ton@185.145.66.251> has quit IRC (Remote host closed the connection)
[21:34:07] *** smokeo <smokeo!~smokeo@205.189.187.4> has joined #angularjs
[21:36:06] *** nomoney4me <nomoney4me!~nomoney4m@wsip-184-177-76-90.sd.sd.cox.net> has quit IRC (Ping timeout: 268 seconds)
[21:37:36] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[21:37:55] *** pteroduck <pteroduck!50fa1ec3@gateway/web/freenode/ip.80.250.30.195> has quit IRC (Quit: Page closed)
[21:38:36] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Ping timeout: 260 seconds)
[21:39:22] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Ping timeout: 264 seconds)
[21:40:00] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[21:40:04] *** [ADN] <[ADN]!~Test@euf3300163-pip.sys.ntt.eu> has quit IRC (Read error: Connection reset by peer)
[21:40:28] *** [ADN] <[ADN]!~Test@euf3300163-pip.sys.ntt.eu> has joined #angularjs
[21:41:48] *** joykiller <joykiller!~joykiller@2601:204:d301:f601:9941:2b67:b98c:d2ed> has joined #angularjs
[21:42:10] *** iraj <iraj!~iraj@unaffiliated/iraj> has joined #angularjs
[21:42:10] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has joined #angularjs
[21:44:07] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-30-104-167.dynamic.etb.net.co> has joined #angularjs
[21:51:21] *** gvhoecke <gvhoecke!~gvhoecke@91.182.71.127> has joined #angularjs
[21:51:48] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[21:54:43] *** ycon__ <ycon__!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[21:55:33] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[21:56:13] *** nihilwill <nihilwill!~nihilwill@2605:6000:ee8d:ac00:ad22:b559:53e0:16c7> has quit IRC (Remote host closed the connection)
[21:56:25] *** lavalamp <lavalamp!~lavalamp@unaffiliated/lavalamp> has joined #angularjs
[21:57:15] *** heartburn <heartburn!~heartburn@185.117.118.195> has quit IRC (Ping timeout: 258 seconds)
[21:58:01] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[21:59:59] *** pLaToOn <pLaToOn!~pLaTo0n@unaffiliated/platoon> has quit IRC (Read error: Connection reset by peer)
[22:00:05] *** iraj <iraj!~iraj@unaffiliated/iraj> has quit IRC (Remote host closed the connection)
[22:00:32] *** ycon__ <ycon__!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[22:00:50] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[22:01:15] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[22:01:19] *** bbankes <bbankes!~bbankes@162.218.222.150> has quit IRC (Read error: Connection reset by peer)
[22:01:43] *** AdamPC_ <AdamPC_!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[22:02:13] *** akagetsu01 <akagetsu01!uid185891@gateway/web/irccloud.com/x-sxoetatcsyhtwwaf> has joined #angularjs
[22:02:42] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Excess Flood)
[22:02:51] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[22:03:03] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[22:03:12] *** AdamPC__ <AdamPC__!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[22:03:36] *** bbankes <bbankes!~bbankes@162.218.222.150> has joined #angularjs
[22:03:36] *** fedenunez <fedenunez!~fede@r167-60-176-90.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 240 seconds)
[22:03:44] *** heartburn <heartburn!~heartburn@185.117.118.195> has joined #angularjs
[22:03:47] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[22:05:05] *** donguston <donguston!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 268 seconds)
[22:07:16] *** ycon__ <ycon__!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[22:07:33] *** AdamPC_ <AdamPC_!~AdamPC@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 268 seconds)
[22:08:20] *** heartburn <heartburn!~heartburn@185.117.118.195> has quit IRC (Ping timeout: 252 seconds)
[22:08:27] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[22:08:43] *** soee__ <soee__!~soee@bmv128.neoplus.adsl.tpnet.pl> has joined #angularjs
[22:08:45] *** heartburn <heartburn!~heartburn@5.152.207.100> has joined #angularjs
[22:08:57] *** soee <soee!~soee@bmv128.neoplus.adsl.tpnet.pl> has quit IRC (Read error: Connection reset by peer)
[22:12:49] *** soee_ <soee_!~soee@bmv128.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 255 seconds)
[22:14:56] *** mandric <mandric!~mandric@187-77-113-33.user3g.veloxzone.com.br> has quit IRC (Ping timeout: 240 seconds)
[22:15:08] *** lexileo <lexileo!~lexii@49.248.84.242> has quit IRC (Ping timeout: 256 seconds)
[22:15:18] *** ycon__ <ycon__!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC ()
[22:15:26] *** fbenoit <fbenoit!~fbenoit@mal59-2-88-165-162-143.fbx.proxad.net> has quit IRC (Ping timeout: 276 seconds)
[22:15:41] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has joined #angularjs
[22:16:19] *** eago <eago!~eago@181.59.244.38> has joined #angularjs
[22:17:40] *** Rodya_ <Rodya_!~Rodya_@2601:46:4001:e0b4:2c52:1497:2654:427b> has quit IRC (Remote host closed the connection)
[22:18:35] *** afx_ <afx_!~afx_@adsl-43.37.6.1.tellas.gr> has quit IRC (Quit: Leaving)
[22:19:23] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has quit IRC (Read error: Connection reset by peer)
[22:22:00] *** port_fosh <port_fosh!~portfosh@chello085216213006.chello.sk> has quit IRC (Ping timeout: 260 seconds)
[22:22:36] *** bbankes <bbankes!~bbankes@162.218.222.150> has quit IRC (Read error: Connection reset by peer)
[22:26:06] *** laravel7 <laravel7!~chatzilla@167.95.148.91.adsl.dyn.beotel.net> has joined #angularjs
[22:29:37] *** bbankes <bbankes!~bbankes@162.218.222.150> has joined #angularjs
[22:31:11] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 245 seconds)
[22:32:09] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[22:33:31] *** ansu <ansu!~ansu@unaffiliated/ansu> has quit IRC (Ping timeout: 255 seconds)
[22:34:09] *** ansu <ansu!~ansu@unaffiliated/ansu> has joined #angularjs
[22:34:40] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[22:35:12] *** ycon_ <ycon_!~ycon_@cpe-67-254-13-139.nyc.res.rr.com> has quit IRC (Read error: Connection reset by peer)
[22:37:27] *** micabot <micabot!~mica@unaffiliated/mica> has quit IRC (Quit: plaf!)
[22:50:07] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: Probably either lunch time or home time.)
[22:52:53] *** csk <csk!~csk@179.57.98.181> has quit IRC (Quit: ZZZzzz…)
[22:54:37] *** LennardW is now known as LennardW|afk
[22:55:25] *** triawarman <triawarman!~triawarma@unaffiliated/triawarman> has joined #angularjs
[22:55:27] *** LennardW|afk is now known as LennardW
[22:55:40] *** tusharmalik <tusharmalik!~tushar@202.142.108.136> has quit IRC (Ping timeout: 240 seconds)
[22:58:29] *** LennardW is now known as LennardW|afk
[23:00:05] *** frdaniel <frdaniel!~daniel@mic92-h06-89-83-68-153.dsl.sta.abo.bbox.fr> has quit IRC (Ping timeout: 240 seconds)
[23:01:52] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[23:01:57] *** balr0g <balr0g!~balr0g@199.195.252.42> has quit IRC (Ping timeout: 240 seconds)
[23:03:57] *** heartburn <heartburn!~heartburn@5.152.207.100> has quit IRC (Ping timeout: 240 seconds)
[23:05:45] *** heartburn <heartburn!~heartburn@185.117.118.195> has joined #angularjs
[23:06:31] *** smokeo <smokeo!~smokeo@205.189.187.4> has quit IRC (Remote host closed the connection)
[23:06:57] *** blackwind_123 <blackwind_123!~IceChat9@117.192.141.195> has quit IRC (Ping timeout: 240 seconds)
[23:07:14] *** ycon_ <ycon_!~ycon_@2604:2000:e907:2e00:68e2:40e9:5516:f22c> has joined #angularjs
[23:09:33] *** blackwind_123 <blackwind_123!~IceChat9@117.192.137.151> has joined #angularjs
[23:10:47] *** heartbur1 <heartbur1!~heartburn@213.21.33.24> has joined #angularjs
[23:11:00] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 260 seconds)
[23:11:03] *** xiinotulp <xiinotulp!~q@node-k71.pool-101-108.dynamic.totbb.net> has quit IRC (Quit: Leaving)
[23:11:36] *** ycon_ <ycon_!~ycon_@2604:2000:e907:2e00:68e2:40e9:5516:f22c> has quit IRC (Ping timeout: 245 seconds)
[23:11:56] *** heartburn <heartburn!~heartburn@185.117.118.195> has quit IRC (Ping timeout: 240 seconds)
[23:12:44] *** LucaTM <LucaTM!~LucaTM@unaffiliated/lucatm> has quit IRC (Quit: To infinity and beyond...)
[23:15:16] *** FlavioZ <FlavioZ!41f6ac22@gateway/web/freenode/ip.65.246.172.34> has joined #angularjs
[23:16:17] <FlavioZ> Hello all, what does :: mean in js. For example, ng-show="::variable" where variable is set to true or false in scope. How is that evaluated, any info is more than welcome
[23:16:48] *** xkons <xkons!~xkons@b2b-130-180-90-30.unitymedia.biz> has joined #angularjs
[23:16:55] *** w2r5 <w2r5!~textual@c-107-2-34-31.hsd1.az.comcast.net> has joined #angularjs
[23:18:45] *** sergey_ <sergey_!~sergey@46.98.178.7> has quit IRC ()
[23:20:19] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has quit IRC (Ping timeout: 268 seconds)
[23:20:56] *** phil22 <phil22!~filippo@88.147.2.217> has quit IRC (Ping timeout: 252 seconds)
[23:21:04] *** despai <despai!~despai@ip5658b122.direct-adsl.nl> has joined #angularjs
[23:21:20] *** mandric <mandric!~mandric@187-77-113-33.user3g.veloxzone.com.br> has joined #angularjs
[23:21:28] *** csk <csk!~csk@179.57.103.16> has joined #angularjs
[23:25:38] *** sagerdearia <sagerdearia!~necrodear@unaffiliated/necrodearia> has quit IRC (Ping timeout: 276 seconds)
[23:33:16] *** bbankes <bbankes!~bbankes@162.218.222.150> has quit IRC (Ping timeout: 245 seconds)
[23:36:13] *** siba <siba!~textual@e.06.01a8.ip4.static.sl-reverse.com> has joined #angularjs
[23:36:40] *** doodlehaus <doodlehaus!~doodlehau@71-13-125-33.static.roch.mn.charter.com> has quit IRC (Remote host closed the connection)
[23:44:04] *** xkons <xkons!~xkons@b2b-130-180-90-30.unitymedia.biz> has quit IRC (Quit: quit)
[23:48:00] *** KermitoniT <KermitoniT!~Kermitoni@tip1948933.lnk.telstra.net> has joined #angularjs
[23:48:43] *** ycon_ <ycon_!~ycon_@2604:2000:e907:2e00:68e2:40e9:5516:f22c> has joined #angularjs
[23:49:35] *** node9_ <node9_!~node9@177.154.139.194> has joined #angularjs
[23:50:38] *** KermitoniT <KermitoniT!~Kermitoni@tip1948933.lnk.telstra.net> has left #angularjs
[23:50:56] *** node9 <node9!~node9@CPE0c473dd24701-CM0c473dd24700.cpe.net.cable.rogers.com> has quit IRC (Ping timeout: 240 seconds)
[23:51:21] *** KermitoniT <KermitoniT!~Kermitoni@tip1948933.lnk.telstra.net> has joined #angularjs
[23:52:51] *** balr0g <balr0g!~balr0g@199.195.252.42> has joined #angularjs
[23:53:24] *** ycon_ <ycon_!~ycon_@2604:2000:e907:2e00:68e2:40e9:5516:f22c> has quit IRC (Ping timeout: 258 seconds)
[23:58:08] *** docmur <docmur!~andrew@dhcp-108-168-100-139.cable.user.start.ca> has quit IRC (Quit: Lost terminal)
[23:59:39] *** csk <csk!~csk@179.57.103.16> has quit IRC (Quit: ZZZzzz…)