[00:00:32] <keemyb> <span ng-repeat="foo in foos"><span ng-bind="foo.propYouWant || 'Doesn't exist'"></span></span>
[00:00:39] <keemyb> Tritian_, like that?
[00:01:10] *** jbro <jbro!~jonnybro@67.136.101.122> has quit IRC (Ping timeout: 272 seconds)
[00:01:31] *** Drew| <Drew|!~drew@71-95-187-91.dhcp.mtpk.ca.charter.com> has joined #angularjs
[00:01:44] <keemyb> Tritian_, also as an aside, this is IRC, if someone is available and willing, they will come around. This isn't a live conversation :)
[00:02:15] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has quit IRC (Quit: Leaving)
[00:02:17] <austinc> If I want to trigger an event on a keypress for an input, it seems like I have an option of using ng-keydown or element.bind in a directive, is there any reason to choose one way over another? Stackoverflow seems to show an equal mix of using both.
[00:02:20] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has joined #angularjs
[00:02:43] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 252 seconds)
[00:02:43] *** akkonrad <akkonrad!~akkonrad3@gae109.internetdsl.tpnet.pl> has quit IRC (Ping timeout: 244 seconds)
[00:03:18] <Tritian_> what if i told you we were having a live conversation right now on IRC? :D
[00:03:57] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[00:04:05] <keemyb> Tritian_, lol true, but not what I meant
[00:04:26] *** Drew_ <Drew_!~drew@71-95-187-91.dhcp.mtpk.ca.charter.com> has quit IRC (Ping timeout: 258 seconds)
[00:04:48] *** mven <mven!~textual@32.97.110.57> has quit IRC (Ping timeout: 244 seconds)
[00:04:49] <Tritian_> yeah, thanks, hmm but i dont want it to iterate if the value doesn't exist as a key in the Map
[00:05:27] *** reecefowell <reecefowell!~Lingo@97e29fa3.skybroadband.com> has quit IRC (Quit: Lingo: www.lingoirc.com)
[00:05:39] <eago> Tritian_ you can add an ng-if anc check for the consition you want
[00:05:53] <Tritian_> hmm okay
[00:05:58] <Tritian_> i'll giuve that a try, thanks
[00:06:42] * Tritian_ throws this custom filter thing out the window
[00:06:59] *** Elisha_ <Elisha_!~elisha@tm.213.143.68.74.nm.telemach.net> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[00:07:32] <keemyb> Tritian_ sorry, didn't read that properly
[00:07:32] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[00:07:50] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 260 seconds)
[00:08:20] <Tritian_> np
[00:09:43] <Tritian_> hmmmmm
[00:10:16] <Tritian_> this isn't want i want either... i mean, it works, but i need to save the filtered out list so i can use it in my pagination control
[00:10:16] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has quit IRC (Remote host closed the connection)
[00:10:18] *** franzip <franzip!~textual@2-238-169-219.ip244.fastwebnet.it> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:10:34] <Tritian_> so i need the filtering magic to happen in the |filter so i can do the "As" thing
[00:10:39] <Tritian_> at the end
[00:11:04] <eago> I think you should filter the data then after you load it
[00:11:19] <eago> not do it in the view but do it in the controller or directive
[00:11:31] <eago> load the data, then filter then pass it to the view
[00:11:43] <keemyb> Tritian_, if you want to keep the value for any reason, do the filtering in the controller. As much logic as possible should be in there anyway. Inject the $filter service and use it like so: $filter('filterName')(..args)
[00:11:44] *** realz_ is now known as realz
[00:11:44] <Tritian_> ok, that should work
[00:12:38] *** Frenchiie <Frenchiie!1867686a@gateway/web/freenode/ip.24.103.104.106> has quit IRC (Ping timeout: 250 seconds)
[00:14:44] *** Deeewayne <Deeewayne!~dwayne@c-68-32-120-188.hsd1.al.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[00:14:49] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[00:16:28] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has quit IRC (Ping timeout: 252 seconds)
[00:17:08] *** Deeewayne <Deeewayne!~dwayne@c-68-32-120-188.hsd1.al.comcast.net> has joined #angularjs
[00:18:09] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 276 seconds)
[00:18:49] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has joined #angularjs
[00:18:54] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[00:18:54] *** fedenunez <fedenunez!~fede@r167-60-95-225.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 250 seconds)
[00:19:05] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has joined #angularjs
[00:19:17] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[00:19:18] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has joined #angularjs
[00:20:01] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has quit IRC (Read error: Connection reset by peer)
[00:20:47] *** alpha080 <alpha080!~alpha080@221.175.245.147> has joined #angularjs
[00:21:34] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[00:22:20] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has quit IRC (Client Quit)
[00:24:19] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[00:25:53] *** alpha080 <alpha080!~alpha080@221.175.245.147> has quit IRC (Read error: Connection reset by peer)
[00:26:44] *** alpha080 <alpha080!~alpha080@221.175.245.147> has joined #angularjs
[00:28:22] *** LeBlaaanc <LeBlaaanc!~LeBlaaanc@71.170.198.30> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[00:29:05] *** LeBlaaanc <LeBlaaanc!~LeBlaaanc@71.170.198.30> has joined #angularjs
[00:29:50] *** Z3R0 <Z3R0!~mischief@24.27.227.0> has quit IRC (Quit: Z3R0)
[00:30:01] *** jbro <jbro!~jonnybro@ip68-110-71-77.ph.ph.cox.net> has joined #angularjs
[00:31:01] *** defendguin <defendguin!~defendgui@38.104.254.78> has quit IRC (Remote host closed the connection)
[00:31:15] *** austinc <austinc!189b63d3@gateway/web/freenode/ip.24.155.99.211> has quit IRC (Quit: Page closed)
[00:31:18] *** phorloop <phorloop!~phorloop@203.213.239.151> has joined #angularjs
[00:32:26] *** LeBlaaanc <LeBlaaanc!~LeBlaaanc@71.170.198.30> has quit IRC (Client Quit)
[00:32:27] *** jamessax1n <jamessax1n!~jamessaxo@98.119.149.14> has quit IRC (Ping timeout: 246 seconds)
[00:33:15] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has joined #angularjs
[00:33:20] *** LeBlaaanc <LeBlaaanc!~LeBlaaanc@166.137.106.132> has joined #angularjs
[00:34:21] *** fedenunez <fedenunez!~fede@r167-60-95-225.dialup.adsl.anteldata.net.uy> has joined #angularjs
[00:35:03] *** alpha080 <alpha080!~alpha080@221.175.245.147> has quit IRC (Ping timeout: 276 seconds)
[00:36:21] *** bbankes_ <bbankes_!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 276 seconds)
[00:36:21] *** jsightler <jsightler!~jsightler@redhat/jboss/jsightler> has quit IRC (Ping timeout: 276 seconds)
[00:36:24] <ish> with ng2, should 2 way binding work with a primitive datatype?
[00:36:50] *** jbro <jbro!~jonnybro@ip68-110-71-77.ph.ph.cox.net> has quit IRC (Ping timeout: 244 seconds)
[00:37:55] *** LeBlaaanc <LeBlaaanc!~LeBlaaanc@166.137.106.132> has quit IRC (Ping timeout: 252 seconds)
[00:37:55] *** gho5t <gho5t!~chatzilla@173.225.52.242> has quit IRC (Ping timeout: 252 seconds)
[00:38:18] *** macwinne_ <macwinne_!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 276 seconds)
[00:39:40] *** walden is now known as walden|afk
[00:43:27] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[00:43:36] *** RossJH <RossJH!~textual@unaffiliated/rossjh> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:46:15] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has joined #angularjs
[00:46:47] *** dmto_ <dmto_!~textual@c-76-102-209-89.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[00:47:59] *** dmto <dmto!~textual@c-76-102-209-89.hsd1.ca.comcast.net> has joined #angularjs
[00:49:14] *** cacts|works <cacts|works!~cactus@209.116.186.146> has quit IRC (Ping timeout: 250 seconds)
[00:50:43] *** bbankes_ <bbankes_!~bbankes@2601:680:c401:6d8a:913b:7ad6:5e22:7cf4> has joined #angularjs
[00:51:51] *** erol_ <erol_!~erol@AOrleans-656-1-74-30.w86-220.abo.wanadoo.fr> has joined #angularjs
[00:52:28] *** Leffa1 <Leffa1!~Leffa@223.227.5.17> has quit IRC (Ping timeout: 272 seconds)
[00:53:49] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has quit IRC (Quit: You can't have everything. Where would you put it?)
[00:53:56] *** aghiuru__ <aghiuru__!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[00:54:39] *** Leffa <Leffa!~Leffa@223.227.169.141> has joined #angularjs
[00:54:54] *** Twirl <Twirl!~andy@unaffiliated/twirl> has quit IRC (Quit: Leaving.)
[00:55:19] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:1812:eedc:f60d:19aa> has joined #angularjs
[00:55:34] *** Twirl <Twirl!~andy@unaffiliated/twirl> has joined #angularjs
[00:56:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[00:56:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[00:56:59] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[00:57:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[00:58:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[00:58:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[00:58:10] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has joined #angularjs
[00:59:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[00:59:05] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[00:59:17] *** trepatudo <trepatudo!~SDig@5.196.50.27> has quit IRC (Ping timeout: 260 seconds)
[01:00:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:00:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:00:35] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has quit IRC (Quit: startupality)
[01:00:59] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:01:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:02:57] *** trepatudo <trepatudo!~SDig@5.196.50.27> has joined #angularjs
[01:03:59] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:04:05] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:04:53] *** msafi <msafi!~msafi@161.170.193.135> has quit IRC (Remote host closed the connection)
[01:05:51] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has quit IRC (Ping timeout: 264 seconds)
[01:06:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:06:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:06:44] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[01:06:45] *** BadApe_ <BadApe_!~badape@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has quit IRC (Ping timeout: 246 seconds)
[01:07:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:07:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:07:26] *** mandric <mandric!~mandric@189.119.157.109> has quit IRC (Quit: Computer has gone to sleep.)
[01:07:40] *** Leffa <Leffa!~Leffa@223.227.169.141> has quit IRC (Ping timeout: 272 seconds)
[01:08:08] *** BackEndCoder <BackEndCoder!~steve@mail.dontplay.co.uk> has joined #angularjs
[01:08:42] *** msafi <msafi!~msafi@161.170.193.135> has joined #angularjs
[01:09:33] *** MacWinner <MacWinner!~Blah@192.77.239.202> has quit IRC (Ping timeout: 246 seconds)
[01:09:48] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has joined #angularjs
[01:10:09] *** Lynxium <Lynxium!~Lynxium@bzq-84-109-128-19.red.bezeqint.net> has quit IRC (Ping timeout: 276 seconds)
[01:10:18] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has joined #angularjs
[01:10:47] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has joined #angularjs
[01:14:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:14:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:14:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:15:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:15:09] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has quit IRC (Ping timeout: 246 seconds)
[01:15:29] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has joined #angularjs
[01:15:29] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[01:17:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:17:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:17:50] *** mandric <mandric!~mandric@189.119.157.109> has joined #angularjs
[01:18:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:18:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:19:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:19:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:19:35] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[01:20:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:20:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:21:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:21:06] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:22:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:22:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:22:56] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:23:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:23:30] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 272 seconds)
[01:25:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:25:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:25:33] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[01:26:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:26:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:26:42] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no need for znc)
[01:27:27] *** Marble68 <Marble68!~Marble68@63.133.153.56> has joined #angularjs
[01:27:30] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has joined #angularjs
[01:27:47] *** vinzusamaway is now known as vinzusama
[01:28:00] *** vinzusama <vinzusama!~textual@AClermont-Ferrand-652-1-338-143.w90-4.abo.wanadoo.fr> has quit IRC (Quit: iQuit)
[01:28:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:28:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:29:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:29:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:29:36] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[01:30:18] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 258 seconds)
[01:31:22] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has joined #angularjs
[01:32:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:32:08] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:32:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:33:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:33:47] *** rho <rho!~rho@drupal.org/user/114058/view> has quit IRC (Quit: Leaving)
[01:34:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:34:05] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:34:08] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 258 seconds)
[01:34:51] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Ping timeout: 276 seconds)
[01:35:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:35:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:35:58] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:36:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:37:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:37:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:37:53] *** msafi_ <msafi_!~msafi@161.170.193.147> has joined #angularjs
[01:39:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:39:05] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:40:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:40:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:40:22] *** realz_ is now known as realz
[01:40:31] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has joined #angularjs
[01:40:58] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:41:02] *** msafi <msafi!~msafi@161.170.193.135> has quit IRC (Ping timeout: 258 seconds)
[01:41:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:41:36] *** erol_ <erol_!~erol@AOrleans-656-1-74-30.w86-220.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)
[01:42:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:42:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:42:56] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[01:43:00] *** erol_ <erol_!~erol@AOrleans-656-1-74-30.w86-220.abo.wanadoo.fr> has joined #angularjs
[01:43:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:43:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:43:11] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[01:43:14] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[01:43:57] *** msafi_ <msafi_!~msafi@161.170.193.147> has quit IRC (Remote host closed the connection)
[01:45:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:45:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:46:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:46:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:46:49] *** msafi <msafi!~msafi@161.170.193.135> has joined #angularjs
[01:47:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:47:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:47:52] *** pazul <pazul!~pazul@ptr-2hj4tbi3h8zz8i851gomk7sk3.ip6.access.telenet.be> has quit IRC (Quit: Leaving)
[01:47:59] *** dalbuschat <dalbuschat!~daniel@pD955326E.dip0.t-ipconnect.de> has joined #angularjs
[01:48:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:48:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:49:42] *** dmto <dmto!~textual@c-76-102-209-89.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[01:49:49] *** mandric <mandric!~mandric@189.119.157.109> has quit IRC (Quit: Computer has gone to sleep.)
[01:50:24] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Ping timeout: 260 seconds)
[01:51:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:51:03] *** dalbusch1t <dalbusch1t!~daniel@pD9553017.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 240 seconds)
[01:51:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:52:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:52:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:53:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:53:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:53:35] *** lmann <lmann!894e8989@gateway/web/freenode/ip.137.78.137.137> has joined #angularjs
[01:53:59] <lmann> can anyone help me debug a angular-ui / bootstrap issue?
[01:54:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:54:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:54:21] *** moeabdol <moeabdol!~moeabdol@136.0.0.38> has quit IRC (Ping timeout: 276 seconds)
[01:55:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:55:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:56:12] *** phil23 <phil23!~filippo@78-134-48-211.v4.ngi.it> has quit IRC (Quit: WeeChat 1.4)
[01:57:59] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:58:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:58:28] *** lmann <lmann!894e8989@gateway/web/freenode/ip.137.78.137.137> has quit IRC (Quit: Page closed)
[01:58:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[01:59:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[01:59:46] *** x2l2 <x2l2!uid143907@gateway/web/irccloud.com/x-icdrgfuqyqcdtwan> has quit IRC (Quit: Connection closed for inactivity)
[02:00:45] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[02:00:47] *** w2r5 <w2r5!~textual@unaffiliated/w2r5> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[02:01:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:01:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:02:57] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Quit: (> '.' )>)
[02:04:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:04:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:04:16] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:1812:eedc:f60d:19aa> has quit IRC (Quit: Leaving.)
[02:05:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:05:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:05:12] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has quit IRC (Quit: startupality)
[02:05:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:06:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:06:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:07:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:07:13] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[02:08:34] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Client Quit)
[02:09:10] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[02:09:57] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:10:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:11:23] *** mven <mven!~textual@cpe-173-174-112-125.austin.res.rr.com> has joined #angularjs
[02:12:25] *** liulanghan <liulanghan!~liulangha@223.87.34.60> has joined #angularjs
[02:13:35] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[02:14:01] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:14:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:14:23] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Ping timeout: 258 seconds)
[02:15:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:15:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:16:18] *** craisins <craisins!~craisins@pool-108-4-153-150.albyny.fios.verizon.net> has quit IRC (Ping timeout: 258 seconds)
[02:17:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:17:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:18:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:18:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:18:11] *** mellernoia <mellernoia!edw@187.115.109.237> has joined #angularjs
[02:18:56] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:19:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:20:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:20:02] *** dandaman1 <dandaman1!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[02:20:03] *** craisins <craisins!~craisins@pool-108-4-153-150.albyny.fios.verizon.net> has joined #angularjs
[02:20:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:20:51] *** dandaman1 <dandaman1!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Client Quit)
[02:21:00] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:21:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:21:23] *** reecefowell <reecefowell!~reecefowe@97e29fa3.skybroadband.com> has joined #angularjs
[02:23:02] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has quit IRC (Quit: Leaving)
[02:23:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:23:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:24:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[02:24:04] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[02:24:25] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[02:27:49] *** liulanghan <liulanghan!~liulangha@223.87.34.60> has quit IRC (Read error: Connection reset by peer)
[02:30:51] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has joined #angularjs
[02:31:48] *** dlam <dlam!~user@199.21.86.178> has quit IRC (Remote host closed the connection)
[02:33:37] *** frem_ <frem_!uid16862@gateway/web/irccloud.com/x-zkjjfjbviktnpxrl> has quit IRC (Quit: Connection closed for inactivity)
[02:33:51] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[02:36:07] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Ping timeout: 260 seconds)
[02:37:49] *** VeryBewitching <VeryBewitching!~rpc@CPEc03f0ee19275-CMbc4dfbd17720.cpe.net.cable.rogers.com> has quit IRC (Quit: Konversation terminated!)
[02:40:20] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has quit IRC (Remote host closed the connection)
[02:43:14] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[02:43:16] *** asteele <asteele!~Cronoh@38.88.216.18> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[02:43:28] *** zivester <zivester!~zivester@pool-100-35-215-180.nwrknj.fios.verizon.net> has joined #angularjs
[02:44:59] *** msafi <msafi!~msafi@161.170.193.135> has quit IRC (Remote host closed the connection)
[02:46:21] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[02:47:30] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[02:47:59] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[02:48:18] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[02:50:11] *** plutoniix <plutoniix!~q@node-1bjn.pool-101-108.dynamic.totbb.net> has quit IRC (Read error: Connection reset by peer)
[02:50:20] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[02:50:34] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has joined #angularjs
[02:50:42] *** marr <marr!~ccc@dynamic-78-8-82-37.ssp.dialog.net.pl> has quit IRC (Ping timeout: 260 seconds)
[02:50:50] *** rho <rho!~rho@drupal.org/user/114058/view> has joined #angularjs
[02:51:12] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[02:51:50] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[02:52:20] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has quit IRC (Ping timeout: 260 seconds)
[02:53:06] *** sneakerhax <sneakerhax!~sneakers@unaffiliated/sneakerhead> has quit IRC (Ping timeout: 258 seconds)
[02:53:08] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[02:54:24] *** jomcode <jomcode!~jomcode@24-116-245-96.cpe.cableone.net> has joined #angularjs
[02:54:52] *** mven <mven!~textual@cpe-173-174-112-125.austin.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[02:56:33] *** Foxandxss <Foxandxss!~textual@unaffiliated/foxandxss> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[02:59:11] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[03:00:13] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has joined #angularjs
[03:00:34] *** TheSimonator <TheSimonator!~TheSimona@207-38-227-20.c3-0.43d-ubr2.qens-43d.ny.cable.rcn.com> has quit IRC (Remote host closed the connection)
[03:00:57] *** dman777_alter <dman777_alter!~na@cpe-72-182-43-183.austin.res.rr.com> has joined #angularjs
[03:01:54] *** ceaucari <ceaucari!~ceaucari@72.176.178.64> has joined #angularjs
[03:02:03] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[03:02:12] *** phorloop <phorloop!~phorloop@203.213.239.151> has quit IRC (Quit: My laptop go to sleep. ZZZzzz…)
[03:03:13] *** asteele <asteele!~Cronoh@208.80.71.41> has joined #angularjs
[03:03:36] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[03:05:14] *** sixr420 <sixr420!~sixr420@173.245.202.84> has quit IRC (Remote host closed the connection)
[03:05:17] *** sixr420- <sixr420-!~sixr420@173.245.202.84> has joined #angularjs
[03:12:05] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[03:13:21] *** ril is now known as ril[away]
[03:14:13] *** ril[away] is now known as ril
[03:14:32] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has joined #angularjs
[03:15:53] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[03:17:57] *** elsevero <elsevero!~elsevero@79.117.32.245> has quit IRC (Quit: elsevero)
[03:19:01] *** jomcode <jomcode!~jomcode@24-116-245-96.cpe.cableone.net> has quit IRC (Quit: Leaving)
[03:22:07] *** mellernoia <mellernoia!edw@187.115.109.237> has quit IRC ()
[03:23:49] *** leolrrj <leolrrj!~leolrrj@50.243.248.21> has quit IRC (Remote host closed the connection)
[03:24:51] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[03:25:54] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[03:29:32] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 272 seconds)
[03:29:38] *** LckyBy517 <LckyBy517!~kvirc64@66-87-152-82.pools.spcsdns.net> has joined #angularjs
[03:30:25] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[03:31:31] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[03:32:58] *** TeddyMurray <TeddyMurray!~TeddyMurr@2600:8801:358b:100:d028:effe:c72f:e648> has joined #angularjs
[03:33:47] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has joined #angularjs
[03:34:31] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[03:35:35] *** soee_ <soee_!~soee@bin246.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 244 seconds)
[03:35:45] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 276 seconds)
[03:38:08] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[03:39:27] *** OtherAllan <OtherAllan!~OtherAlla@ip68-107-106-70.sd.sd.cox.net> has quit IRC (Ping timeout: 264 seconds)
[03:39:39] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 276 seconds)
[03:39:51] *** LckyBy517 <LckyBy517!~kvirc64@66-87-152-82.pools.spcsdns.net> has quit IRC (Remote host closed the connection)
[03:40:19] *** burzum2 <burzum2!~burzum@p4FDF9FA1.dip0.t-ipconnect.de> has joined #angularjs
[03:41:17] *** LckyBy517 <LckyBy517!~kvirc64@66.87.152.82> has joined #angularjs
[03:41:47] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[03:42:33] *** burzum <burzum!~burzum@p4FDF827F.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 258 seconds)
[03:46:23] *** mven <mven!~textual@cpe-173-174-112-125.austin.res.rr.com> has joined #angularjs
[03:48:26] *** techquila <techquila!~sod@219.88.238.17> has joined #angularjs
[03:51:58] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[03:53:36] *** sgen <sgen!~sgen@bas7-barrie18-1242350978.dsl.bell.ca> has quit IRC (Quit: Leaving)
[03:53:39] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[03:54:18] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[03:54:55] *** dandaman1 <dandaman1!~Adium@2601:281:8300:ab90:9802:c097:ae28:df78> has joined #angularjs
[03:56:19] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[03:56:40] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[03:57:16] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[03:59:49] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:00:35] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has joined #angularjs
[04:01:48] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:02:20] *** BandC <BandC!~BandC@2605:6000:3580:4100:cdc2:9c73:abe5:24eb> has quit IRC (Ping timeout: 260 seconds)
[04:03:16] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:03:47] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:05:03] *** noobsu <noobsu!~noobsu@x4db42d4e.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[04:05:25] *** devians <devians!~devians@29.33.96.58.static.exetel.com.au> has joined #angularjs
[04:05:30] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:06:00] *** dman777_alter <dman777_alter!~na@cpe-72-182-43-183.austin.res.rr.com> has quit IRC (Quit: Lost terminal)
[04:07:17] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:08:01] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:08:03] *** jr3 <jr3!~jr3@70-139-210-47.lightspeed.cyprtx.sbcglobal.net> has quit IRC (Quit: jr3)
[04:08:24] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has quit IRC (Ping timeout: 246 seconds)
[04:08:51] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has joined #angularjs
[04:09:49] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[04:09:49] *** Coldblackice <Coldblackice!~anonz@unaffiliated/coldblackice> has quit IRC (Ping timeout: 260 seconds)
[04:10:06] *** FlavioZ <FlavioZ!ad38699e@gateway/web/freenode/ip.173.56.105.158> has joined #angularjs
[04:10:09] *** keemyb <keemyb!keemyb@gateway/shell/fnordserver.eu/x-nwmfpcxqhjuhqxzc> has quit IRC (Remote host closed the connection)
[04:11:02] *** one_zero <one_zero!~one_zero@ip68-5-177-152.oc.oc.cox.net> has joined #angularjs
[04:11:17] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:11:49] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:12:03] *** dandaman1 <dandaman1!~Adium@2601:281:8300:ab90:9802:c097:ae28:df78> has quit IRC (Quit: Leaving.)
[04:12:18] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:12:38] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[04:12:57] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[04:13:05] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has joined #angularjs
[04:13:13] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:13:47] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[04:14:48] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (Max SendQ exceeded)
[04:15:19] *** BandC <BandC!~BandC@2605:6000:3580:4100:91c4:88c5:7309:4587> has joined #angularjs
[04:17:22] *** LckyBy517 <LckyBy517!~kvirc64@66.87.152.82> has quit IRC (Remote host closed the connection)
[04:17:48] *** Marble68 <Marble68!~Marble68@63.133.153.56> has quit IRC (Ping timeout: 244 seconds)
[04:18:48] <FlavioZ> Hello all, general question: I am building my first angular app, I need a hosting provider? What would you guys recommend?
[04:18:58] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[04:19:14] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Quit: Leaving.)
[04:21:22] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has quit IRC (Remote host closed the connection)
[04:21:49] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has joined #angularjs
[04:22:44] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 272 seconds)
[04:24:51] *** rickmak_ <rickmak_!~rickmak@27-246-199-18.adsl.fetnet.net> has joined #angularjs
[04:25:05] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[04:27:18] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has quit IRC (Ping timeout: 246 seconds)
[04:28:27] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[04:28:40] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has joined #angularjs
[04:29:04] *** rickmak_ <rickmak_!~rickmak@27-246-199-18.adsl.fetnet.net> has quit IRC (Client Quit)
[04:30:21] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has quit IRC (Ping timeout: 240 seconds)
[04:30:59] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has joined #angularjs
[04:31:11] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[04:32:59] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has joined #angularjs
[04:33:11] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[04:33:50] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 260 seconds)
[04:34:21] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:5835:a479:4d3e:d05b> has joined #angularjs
[04:35:31] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[04:37:35] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Ping timeout: 244 seconds)
[04:38:54] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:5835:a479:4d3e:d05b> has quit IRC (Ping timeout: 258 seconds)
[04:39:53] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[04:42:19] *** rickmak_ <rickmak_!~rickmak@27-246-199-18.adsl.fetnet.net> has joined #angularjs
[04:42:31] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has quit IRC (Quit: Computer has gone to sleep.)
[04:43:46] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 252 seconds)
[04:43:47] *** johnnyfive <johnnyfive!~johnnyfiv@unaffiliated/isalive> has quit IRC (Ping timeout: 244 seconds)
[04:45:19] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #angularjs
[04:45:33] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has quit IRC (Remote host closed the connection)
[04:45:41] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has joined #angularjs
[04:46:31] *** chairmanmow <chairmanmow!~Adium@ip68-226-113-164.ph.ph.cox.net> has joined #angularjs
[04:46:36] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has quit IRC (Ping timeout: 276 seconds)
[04:46:56] *** FlavioZ <FlavioZ!ad38699e@gateway/web/freenode/ip.173.56.105.158> has quit IRC (Ping timeout: 250 seconds)
[04:47:51] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has quit IRC (Ping timeout: 264 seconds)
[04:48:33] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has joined #angularjs
[04:54:09] *** mikeones <mikeones!~jkimbell@99-99-189-254.lightspeed.rcsntx.sbcglobal.net> has joined #angularjs
[04:54:47] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[04:55:22] *** rickmak_ <rickmak_!~rickmak@27-246-199-18.adsl.fetnet.net> has quit IRC (Ping timeout: 250 seconds)
[04:57:26] *** msafi <msafi!~msafi@76.21.4.200> has joined #angularjs
[04:58:43] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[04:59:35] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:24b0:a0ad:a46:b478> has joined #angularjs
[05:01:19] *** rickmak_ <rickmak_!~rickmak@140.109.127.8> has joined #angularjs
[05:02:20] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[05:02:44] *** eago <eago!~eagob@186.80.103.6> has quit IRC (Ping timeout: 250 seconds)
[05:04:18] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has joined #angularjs
[05:05:52] *** Mounica <Mounica!~mounica@2602:306:3a75:6f10:557:6a85:3f50:8e45> has quit IRC (Remote host closed the connection)
[05:05:53] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[05:06:01] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[05:07:36] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[05:07:40] *** jamessaxon <jamessaxon!~jamessaxo@98.119.149.14> has joined #angularjs
[05:08:32] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has joined #angularjs
[05:09:31] *** ang <ang!7270ef6f@gateway/web/freenode/ip.114.112.239.111> has joined #angularjs
[05:10:37] *** ang <ang!7270ef6f@gateway/web/freenode/ip.114.112.239.111> has quit IRC (Client Quit)
[05:11:19] *** phorloop <phorloop!~phorloop@203.213.239.151> has joined #angularjs
[05:11:52] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has joined #angularjs
[05:16:31] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[05:18:29] *** smokeo <smokeo!~smokeo@207.219.39.95> has joined #angularjs
[05:19:50] *** Lynxium <Lynxium!~Lynxium@bzq-84-109-128-19.cablep.bezeqint.net> has joined #angularjs
[05:22:40] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has joined #angularjs
[05:22:42] *** Mounica <Mounica!~mounica@99-167-86-241.lightspeed.irvnca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[05:23:13] *** ishu <ishu!7bc9eaa0@gateway/web/freenode/ip.123.201.234.160> has joined #angularjs
[05:23:54] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[05:23:56] *** ishu <ishu!7bc9eaa0@gateway/web/freenode/ip.123.201.234.160> has quit IRC (Client Quit)
[05:24:03] *** OnkelTem <OnkelTem!~onkeltem@pppoe-62-84-112-224.dubna.ru> has quit IRC (Read error: Connection reset by peer)
[05:24:25] *** keemyb <keemyb!keemyb@gateway/shell/fnordserver.eu/x-kpmdryvupcrstbwh> has joined #angularjs
[05:24:39] *** OnkelTem <OnkelTem!~onkeltem@pppoe-62-84-112-224.dubna.ru> has joined #angularjs
[05:25:34] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[05:28:15] *** rickmak_ <rickmak_!~rickmak@140.109.127.8> has quit IRC (Quit: rickmak_)
[05:30:18] *** rickmak_ <rickmak_!~rickmak@140.109.127.8> has joined #angularjs
[05:30:23] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has joined #angularjs
[05:30:25] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 260 seconds)
[05:31:00] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[05:31:16] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[05:32:53] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[05:34:14] *** italoacasas <italoacasas!~italoacas@c-73-139-112-250.hsd1.fl.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[05:35:21] *** ril is now known as ril[away]
[05:36:39] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 276 seconds)
[05:37:44] *** corioliss <corioliss!uid11429@gateway/web/irccloud.com/x-suvmbehiypefbbnu> has quit IRC (Quit: Connection closed for inactivity)
[05:38:24] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[05:38:42] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[05:40:39] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has quit IRC (Quit: Adios)
[05:42:13] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[05:42:14] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[05:42:39] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has joined #angularjs
[05:45:14] *** ril[away] is now known as ril
[05:45:40] *** plutoniix <plutoniix!~q@110.77.132.109> has joined #angularjs
[05:46:22] *** DV8_ <DV8_!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Quit: Leaving)
[05:46:35] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[05:46:37] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[05:48:05] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Remote host closed the connection)
[05:49:15] *** shenkz <shenkz!~shenk@c-73-13-44-210.hsd1.pa.comcast.net> has joined #angularjs
[05:49:46] *** deez79 <deez79!~deez79@78.238.197.104.bc.googleusercontent.com> has quit IRC (Remote host closed the connection)
[05:49:58] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has joined #angularjs
[05:50:00] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has quit IRC (Remote host closed the connection)
[05:50:40] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has quit IRC (Quit: Leaving.)
[05:50:41] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[05:51:24] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 272 seconds)
[05:52:17] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has joined #angularjs
[05:55:07] *** realz_ is now known as realz
[05:55:58] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has quit IRC (Ping timeout: 244 seconds)
[05:56:00] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:02:51] *** jamessaxon <jamessaxon!~jamessaxo@98.119.149.14> has quit IRC (Ping timeout: 244 seconds)
[06:05:01] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Read error: Connection reset by peer)
[06:08:43] *** bigboy42 <bigboy42!~bigboy42@2605:e000:61db:5900:40ab:7009:f60a:4085> has joined #angularjs
[06:08:54] *** bigboy42 <bigboy42!~bigboy42@2605:e000:61db:5900:40ab:7009:f60a:4085> has quit IRC (Changing host)
[06:08:54] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has joined #angularjs
[06:09:57] *** jamessaxon <jamessaxon!~jamessaxo@98.119.149.14> has joined #angularjs
[06:11:52] *** MistahKurtz <MistahKurtz!~ColKurtz@cpe-76-94-201-204.socal.res.rr.com> has quit IRC (Quit: Adios)
[06:16:12] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:17:19] <jamessaxon> brew update
[06:17:27] <jamessaxon> heh heh....
[06:17:52] <jamessaxon> so you're looking for a terminal and you find irssi instead...
[06:18:58] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[06:19:13] *** naveenvalecha <naveenvalecha!~naveenval@unaffiliated/naveenvalecha> has quit IRC ()
[06:19:49] <Inge-> acceptable
[06:21:42] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[06:23:27] *** theBorgu <theBorgu!~theBorgu@pool-173-71-198-195.clppva.fios.verizon.net> has quit IRC (Ping timeout: 276 seconds)
[06:23:42] *** jamessaxon <jamessaxon!~jamessaxo@98.119.149.14> has quit IRC (Quit: Lost terminal)
[06:24:45] *** fedenunez <fedenunez!~fede@r167-60-95-225.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[06:25:12] *** FIFO[a][a] <FIFO[a][a]!~FIFOd@gateway/vpn/privateinternetaccess/andrewaclt> has joined #angularjs
[06:25:39] *** zivester <zivester!~zivester@pool-100-35-215-180.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 264 seconds)
[06:26:07] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has joined #angularjs
[06:27:21] *** pkrnj <pkrnj!~pkrnj@modemcable025.74-83-70.mc.videotron.ca> has joined #angularjs
[06:27:37] *** ensyde <ensyde!~ensyde@2606:a000:64cf:3000:ce2:923c:2345:3263> has joined #angularjs
[06:27:39] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[06:27:42] *** venkat_330 <venkat_330!~Thunderbi@203.196.191.74> has quit IRC (Ping timeout: 246 seconds)
[06:28:04] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[06:29:32] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:c0ff:aa4b:864f:57b8> has joined #angularjs
[06:30:00] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:c0ff:aa4b:864f:57b8> has quit IRC (Client Quit)
[06:30:37] *** smokeo <smokeo!~smokeo@207.219.39.95> has joined #angularjs
[06:30:55] *** rickmak_ <rickmak_!~rickmak@140.109.127.8> has quit IRC (Quit: rickmak_)
[06:31:03] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has quit IRC (K-Lined)
[06:31:31] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has joined #angularjs
[06:31:33] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has quit IRC (Remote host closed the connection)
[06:31:57] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:32:29] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:32:33] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[06:32:37] *** Twirl <Twirl!~andy@unaffiliated/twirl> has quit IRC (Quit: Leaving.)
[06:32:59] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[06:33:50] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has joined #angularjs
[06:34:06] *** Limarson <Limarson!~marcel.cr@p57978711.dip0.t-ipconnect.de> has joined #angularjs
[06:35:18] *** tintapper <tintapper!~tintapper@c-107-4-238-212.hsd1.mn.comcast.net> has joined #angularjs
[06:35:25] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[06:35:25] *** msafi <msafi!~msafi@76.21.4.200> has quit IRC (Remote host closed the connection)
[06:35:26] <tintapper> anyone have experience with babel in a .net environment?
[06:35:34] *** pkrnj <pkrnj!~pkrnj@modemcable025.74-83-70.mc.videotron.ca> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[06:35:56] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[06:36:12] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:38:47] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Ping timeout: 260 seconds)
[06:39:00] *** venkat_330 <venkat_330!~Thunderbi@203.196.191.74> has joined #angularjs
[06:43:13] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:43:24] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:45:12] *** rho <rho!~rho@drupal.org/user/114058/view> has quit IRC (Ping timeout: 244 seconds)
[06:45:27] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:46:57] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-31-168-51.dynamic.etb.net.co> has quit IRC (Ping timeout: 260 seconds)
[06:49:54] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has joined #angularjs
[06:50:11] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[06:51:37] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[06:52:33] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Remote host closed the connection)
[06:52:41] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has quit IRC (Quit: Computer has gone to sleep.)
[06:54:21] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[06:54:39] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 276 seconds)
[06:54:52] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[06:55:00] *** BeerLover <BeerLover!~abhyuditj@122.176.140.182> has joined #angularjs
[06:55:10] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:55:49] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[06:56:02] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[06:56:23] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[06:57:44] *** johnnyfive <johnnyfive!~johnnyfiv@unaffiliated/isalive> has joined #angularjs
[06:59:10] *** MiaShabi <MiaShabi!2d7140fc@gateway/web/cgi-irc/kiwiirc.com/ip.45.113.64.252> has joined #angularjs
[06:59:12] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[06:59:23] *** MiaShabi <MiaShabi!2d7140fc@gateway/web/cgi-irc/kiwiirc.com/ip.45.113.64.252> has left #angularjs
[06:59:36] *** MiaShabi <MiaShabi!2d7140fc@gateway/web/cgi-irc/kiwiirc.com/ip.45.113.64.252> has joined #angularjs
[07:00:16] *** elsevero <elsevero!~elsevero@82.77.50.197> has joined #angularjs
[07:00:22] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[07:02:07]
<MiaShabi> hey guys i need some help, my application is working perfectly in development environment, but after uploading to heroku i get this error: http://bit.ly/1Zi8dfX the application be viewed at: ar4vl.herokuapp.com
[07:02:13] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:24b0:a0ad:a46:b478> has quit IRC (Remote host closed the connection)
[07:05:05] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[07:07:06] *** johnnyfive <johnnyfive!~johnnyfiv@unaffiliated/isalive> has quit IRC (Ping timeout: 250 seconds)
[07:08:14] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has joined #angularjs
[07:08:40] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Client Quit)
[07:09:05] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has joined #angularjs
[07:10:07] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[07:11:04] *** johnnyfive <johnnyfive!~johnnyfiv@unaffiliated/isalive> has joined #angularjs
[07:13:05] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has quit IRC (Ping timeout: 260 seconds)
[07:13:48] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has joined #angularjs
[07:14:19] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[07:14:47] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has quit IRC (Client Quit)
[07:15:30] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[07:15:32] *** FIFO[a][a] <FIFO[a][a]!~FIFOd@gateway/vpn/privateinternetaccess/andrewaclt> has quit IRC (Ping timeout: 244 seconds)
[07:24:04] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 260 seconds)
[07:24:43] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[07:25:57] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[07:26:16] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[07:26:29] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[07:26:52] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Quit: Leaving.)
[07:27:51] *** BeerLover <BeerLover!~abhyuditj@122.176.140.182> has quit IRC (Quit: Leaving)
[07:28:23] *** BeerLover <BeerLover!~abhyuditj@122.176.140.182> has joined #angularjs
[07:29:43] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:30:03] *** mariuscc <mariuscc!~mariuscc@79.112.67.178> has joined #angularjs
[07:31:01] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 258 seconds)
[07:31:11] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has quit IRC (Remote host closed the connection)
[07:32:12] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[07:32:30] *** chairmanmow <chairmanmow!~Adium@ip68-226-113-164.ph.ph.cox.net> has quit IRC (Remote host closed the connection)
[07:33:01] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has joined #angularjs
[07:33:06] *** chairmanmow <chairmanmow!~Adium@ip68-226-113-164.ph.ph.cox.net> has joined #angularjs
[07:33:36] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Read error: Connection reset by peer)
[07:34:57] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[07:35:38] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has joined #angularjs
[07:36:17] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[07:36:22] *** curiousmansi <curiousmansi!~chatzilla@106.51.26.175> has quit IRC (Ping timeout: 244 seconds)
[07:36:39]
*** MiaShabi <MiaShabi!2d7140fc@gateway/web/cgi-irc/kiwiirc.com/ip.45.113.64.252> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[07:36:52] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 244 seconds)
[07:36:58] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has joined #angularjs
[07:37:36] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has quit IRC (K-Lined)
[07:45:22] *** iraj <iraj!~iraj___@unaffiliated/iraj> has joined #angularjs
[07:46:07] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[07:47:29] *** bigboy42 <bigboy42!~bigboy42@unaffiliated/bigboy42> has quit IRC (Quit: Leaving)
[07:48:34] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has quit IRC (Ping timeout: 272 seconds)
[07:49:02] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[07:49:11] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Remote host closed the connection)
[07:50:29] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has joined #angularjs
[07:50:47] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[07:52:28] *** jforjava1981 <jforjava1981!83cff205@gateway/web/freenode/ip.131.207.242.5> has joined #angularjs
[07:52:40]
<jforjava1981> * **I'm submitting a ...** - [x] feature request I have been writing code using AngularJs 1.5.5 components. Please see below Plunker: [Components With Transclusion][1] [1]: https://plnkr.co/edit/8GCMpCPBY05sG6SAFiuS I have a `<user>` component which can either contain `<add-action>` or `<update-action>` components. Only one of them will be included at any time. Now I want to transclude these components in main `<user
[07:52:43] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has quit IRC (Quit: Computer has gone to sleep.)
[07:52:50] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[07:52:56] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[07:53:31] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 252 seconds)
[07:53:39] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Read error: Connection reset by peer)
[07:55:07] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Remote host closed the connection)
[07:57:28] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[07:58:00] *** Aliks <Aliks!~aliks@2601:644:8501:d0d0:850a:729:c33a:436d> has quit IRC (Ping timeout: 260 seconds)
[07:59:20] *** jforjava1981 <jforjava1981!83cff205@gateway/web/freenode/ip.131.207.242.5> has quit IRC (Ping timeout: 250 seconds)
[08:01:59] *** bbankes_ <bbankes_!~bbankes@2601:680:c401:6d8a:913b:7ad6:5e22:7cf4> has quit IRC (Read error: Connection reset by peer)
[08:02:15] *** tintapper <tintapper!~tintapper@c-107-4-238-212.hsd1.mn.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[08:03:46] *** Wizek <Wizek!~Wizek@catv-89-132-132-110.catv.broadband.hu> has joined #angularjs
[08:04:32] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[08:06:53] *** ron_frown <ron_frown!~ronnyfro@24-176-228-82.static.snlo.ca.charter.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:08:38] *** Aliks_ <Aliks_!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 250 seconds)
[08:09:18] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has joined #angularjs
[08:10:05] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has joined #angularjs
[08:10:27] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has quit IRC (K-Lined)
[08:11:16] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[08:12:57] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has joined #angularjs
[08:13:59] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:c996:b19d:b7e3:efd5> has joined #angularjs
[08:14:22] *** rscata <rscata!~cata@5.2.202.145> has joined #angularjs
[08:14:51] *** Wizek <Wizek!~Wizek@catv-89-132-132-110.catv.broadband.hu> has quit IRC (Remote host closed the connection)
[08:15:39] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[08:16:30] *** Wizek <Wizek!~Wizek@catv-89-132-132-110.catv.broadband.hu> has joined #angularjs
[08:17:24] *** s3shs <s3shs!~s3shs@ip68-98-42-37.ph.ph.cox.net> has quit IRC (Client Quit)
[08:18:07] *** ejjm <ejjm!~ejjm@ARennes-652-1-276-30.w81-53.abo.wanadoo.fr> has joined #angularjs
[08:18:25] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:c996:b19d:b7e3:efd5> has quit IRC (Ping timeout: 260 seconds)
[08:19:04] *** Wizek <Wizek!~Wizek@catv-89-132-132-110.catv.broadband.hu> has quit IRC (Remote host closed the connection)
[08:24:03] *** NIK_ <NIK_!7b88bf3f@gateway/web/freenode/ip.123.136.191.63> has joined #angularjs
[08:24:18] <NIK_> hello
[08:24:46] <NIK_> anyone there?
[08:25:08] <NIK_> I am having a problem....
[08:27:17] *** svycka <svycka!~vytautas@89.249.92.142> has joined #angularjs
[08:27:24] <NIK_> hello
[08:27:59] *** zick <zick!~zick@93-120-142-72.dynamic.mts-nn.ru> has joined #angularjs
[08:28:05] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[08:28:17] *** zick <zick!~zick@93-120-142-72.dynamic.mts-nn.ru> has left #angularjs
[08:28:23] <NIK_> hello
[08:28:31] *** NIK_ <NIK_!7b88bf3f@gateway/web/freenode/ip.123.136.191.63> has quit IRC (Client Quit)
[08:32:28] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[08:33:16] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:34:42] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has joined #angularjs
[08:35:16] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Quit: Leaving)
[08:35:37] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has quit IRC (Read error: No route to host)
[08:36:04] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has joined #angularjs
[08:36:05] *** akkonrad <akkonrad!~akkonrad3@gae109.internetdsl.tpnet.pl> has joined #angularjs
[08:36:23] *** msafi <msafi!~msafi@76.21.4.200> has joined #angularjs
[08:36:59] <Chiefen> asl
[08:37:04] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has quit IRC (Read error: Connection reset by peer)
[08:37:07] <Chiefen> ask away*
[08:37:36] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has joined #angularjs
[08:39:03] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Ping timeout: 240 seconds)
[08:39:27] *** ensyde <ensyde!~ensyde@2606:a000:64cf:3000:ce2:923c:2345:3263> has quit IRC (Ping timeout: 264 seconds)
[08:41:16] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has joined #angularjs
[08:41:56] *** msafi <msafi!~msafi@76.21.4.200> has quit IRC (Ping timeout: 258 seconds)
[08:42:52] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[08:43:05] *** rickmak_ <rickmak_!~rickmak@140.109.127.2> has joined #angularjs
[08:43:41] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[08:44:16] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has quit IRC (K-Lined)
[08:44:16] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has quit IRC (K-Lined)
[08:44:19] <ngWalrus> morning
[08:44:20] *** nvankaam <nvankaam!~nick@83.232.64.34> has joined #angularjs
[08:49:03] *** drej <drej!~textual@unaffiliated/jedimind> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:49:49] *** Psych <Psych!~Psychiatr@wifi.itcollege.ee> has joined #angularjs
[08:50:50] *** zolomon|afk|sush is now known as zolomon
[08:51:31] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[08:52:58] *** george_v <george_v!~george_v@193.92.177.18.dsl.dyn.forthnet.gr> has joined #angularjs
[08:53:26] *** rickmak_ <rickmak_!~rickmak@140.109.127.2> has quit IRC (Quit: rickmak_)
[08:54:03] *** Psych <Psych!~Psychiatr@wifi.itcollege.ee> has quit IRC (Ping timeout: 240 seconds)
[08:54:13] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[08:56:47] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[08:56:47] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Read error: Connection reset by peer)
[08:56:55] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[08:58:33] *** gfdgdfgdf <gfdgdfgdf!caa6bb03@gateway/web/freenode/ip.202.166.187.3> has joined #angularjs
[08:58:38] <gfdgdfgdf> hello
[08:58:43] <gfdgdfgdf> what's going on here
[08:59:09] <gfdgdfgdf> ?
[09:00:09] <gfdgdfgdf> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[09:00:18] <gfdgdfgdf> ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
[09:00:28] <gfdgdfgdf> ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
[09:00:42] *** gfdgdfgdf <gfdgdfgdf!caa6bb03@gateway/web/freenode/ip.202.166.187.3> has quit IRC (Client Quit)
[09:00:58] *** mosulica <mosulica!~textual@82.208.160.88> has joined #angularjs
[09:01:05] *** wth <wth!caa6bb03@gateway/web/freenode/ip.202.166.187.3> has joined #angularjs
[09:01:17] <wth> noobs
[09:01:22] <wth> noooooooooooooooooooooooooooooooooooooooooooooooobs
[09:01:31] <wth> noooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooobs
[09:01:34] *** wth <wth!caa6bb03@gateway/web/freenode/ip.202.166.187.3> has quit IRC (Client Quit)
[09:02:29] *** Thorup <Thorup!~Thunderbi@80-62-116-3-mobile.dk.customer.tdc.net> has joined #angularjs
[09:02:41] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 240 seconds)
[09:03:11] <myghty> oO
[09:03:14] <ngWalrus> okay
[09:03:17] <ngWalrus> .jpg
[09:03:20] <myghty> wtf is wrong with those guys...
[09:04:03] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[09:04:03] *** shinnya <shinnya!~shinnya@249.173.210.220.dy.bbexcite.jp> has quit IRC (Ping timeout: 264 seconds)
[09:04:43] *** Psych <Psych!~Psychiatr@wifi.itcollege.ee> has joined #angularjs
[09:05:00] <zomg> when you're 13 and your body goes through changes
[09:05:02] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has joined #angularjs
[09:05:03] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has joined #angularjs
[09:05:04] <zomg> you feel the sudden urge to spam on irc
[09:05:04] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has quit IRC (Quit: codyw)
[09:05:53] *** ceaucari <ceaucari!~ceaucari@72.176.178.64> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:07:41] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:08:14] <ngWalrus> "$scope.$eval($attrs.onTouchEnd)"
[09:08:44] <ngWalrus> sometimes it's better to not just copy paste code from github
[09:09:00] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[09:09:10] *** Pyrrhus <Pyrrhus!~peter@095-097-155-024.static.chello.nl> has joined #angularjs
[09:09:24] <ngWalrus> is what I'm referring to
[09:09:59] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Remote host closed the connection)
[09:10:40] <myghty> zomg: hm I never had this feeling
[09:11:05]
*** CaShY <CaShY!~cashy@5.9.123.40> has quit IRC (Quit: ZNC - http://znc.in)
[09:11:11] *** icebox <icebox!~nodebot@37.176.131.250> has joined #angularjs
[09:11:40] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[09:11:42] *** CaShY <CaShY!~cashy@cashmo.re> has joined #angularjs
[09:12:28] <ngWalrus> myghty it's called pre-puberty
[09:12:43] <ngWalrus> not everyone has the same symptoms
[09:12:48] *** rickmak <rickmak!~rickmak@140.109.127.2> has joined #angularjs
[09:13:08] *** harlan_44 <harlan_44!~james@2601:1c0:6b01:74f0:b4a7:633e:3e95:183a> has joined #angularjs
[09:13:23] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[09:13:39] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:7832:d95e:b731:f97d> has joined #angularjs
[09:15:19] *** Psych <Psych!~Psychiatr@wifi.itcollege.ee> has quit IRC (Read error: Connection reset by peer)
[09:15:29] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:15:33] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Ping timeout: 244 seconds)
[09:15:45] *** imatefx <imatefx!imatefx@open.source.supporter.firrre.com> has joined #angularjs
[09:16:08] *** akkonrad <akkonrad!~akkonrad3@gae109.internetdsl.tpnet.pl> has quit IRC (Remote host closed the connection)
[09:16:10] *** Harlan44 <Harlan44!~james@2601:1c0:6b01:74f0:b4a7:633e:3e95:183a> has quit IRC (Ping timeout: 260 seconds)
[09:16:44] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:16:45] *** blackjid <blackjid!blackjid@open.source.supporter.firrre.com> has joined #angularjs
[09:17:17] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:17:36] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[09:18:30] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:7832:d95e:b731:f97d> has quit IRC (Ping timeout: 272 seconds)
[09:18:33] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:18:40] *** phorloop_ <phorloop_!~phorloop@103.197.162.107> has joined #angularjs
[09:19:06] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:19:44] *** akkonrad <akkonrad!~akkonrad3@gae109.internetdsl.tpnet.pl> has joined #angularjs
[09:19:52] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[09:19:56] *** macstriker <macstriker!~Adium@89.207.93.215> has quit IRC (Quit: Leaving.)
[09:20:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:20:54] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:21:05] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[09:21:44] *** phorloop <phorloop!~phorloop@203.213.239.151> has quit IRC (Ping timeout: 240 seconds)
[09:22:10] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:22:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:23:54] *** SET001 <SET001!~SET@193.111.242.92> has joined #angularjs
[09:24:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:24:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:25:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Read error: Connection reset by peer)
[09:26:17] *** bytecounter <bytecounter!~mgreipl@host-091-097-215-178.ewe-ip-backbone.de> has joined #angularjs
[09:26:18] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:26:31] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:27:04] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[09:27:49] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:28:10] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[09:28:41] *** okdamn <okdamn!~Adium@93-32-78-50.ip32.fastwebnet.it> has joined #angularjs
[09:28:53] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[09:29:07] <okdamn> Hi, why angular2 use HTML inside JS ? Isn't it the worst practice in the world?
[09:29:48] <zomg> okdamn: not necessarily. Technically React puts HTML inside JS too. The idea is more about separation of concerns, but since both the JS code and the HTML markup are related to the same concern (ie. the component), then it's ok
[09:29:54] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:30:06] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[09:30:17] <okdamn> meh… we've been discussing this for years, javascript is not html imho
[09:30:29] <okdamn> html inside js is unreadable :/
[09:31:02] <zomg> Well I'm sure you can still put the markup into a separate file if you felt like it
[09:31:16] <okdamn> ah well that could be great!
[09:31:30] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:31:31] <okdamn> So there is still support for urlTemplate or external templates yep?
[09:31:43] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:31:46] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 258 seconds)
[09:31:58] <zomg> tbh I'm not very familiar with angular2 so I might be wrong, but seems a bit odd if they suddenly decided to remove it :)
[09:32:10] <okdamn> damn
[09:32:24] <Pyrrhus> zomg: no, you´re right, the template vs templateUrl still exists
[09:32:24] <okdamn> also i see that cdnjs is already serving ng2
[09:32:30] <okdamn> like ng1 is gone or im mistaking?
[09:32:44] <okdamn> 100% ng2 time ?
[09:33:05] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:33:05] <Pyrrhus> okdamn: no, ng2 isn´t even released yet
[09:33:06] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[09:33:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:33:47] <icebox> okdamn: really? html in js? where?
[09:33:52] <Pyrrhus> cdnjs has both 1.x and 2RC
[09:33:54] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has quit IRC (Ping timeout: 276 seconds)
[09:34:20] <Stummi> okdamn, I think the "HTML In JS" part is just prototyping. I would assume you can load the HTML from external files easily
[09:34:28] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[09:34:33] *** absinthe <absinthe!~absinthe@55d4e6de.access.ecotel.net> has joined #angularjs
[09:34:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:35:13] *** val__ <val__!~valere@195.66.82.9> has joined #angularjs
[09:35:22] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:35:40] <okdamn> icebox: in components ng2
[09:36:13] <okdamn> yes i'd love to load html externally, seriously guys, i hate react way, html is not js
[09:36:22] *** absinthe <absinthe!~absinthe@55d4e6de.access.ecotel.net> has quit IRC (Remote host closed the connection)
[09:36:28] *** absinthe <absinthe!~absinthe@55d4e6de.access.ecotel.net> has joined #angularjs
[09:36:37] <okdamn> what the day you decide to remove angular and you wrote your html inside js omg
[09:36:41] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[09:36:46] <icebox> okdamn: link, please... anyway there is templateUrl property
[09:36:55] *** eago <eago!~eagob@186.80.103.6> has joined #angularjs
[09:37:10] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:37:19] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has joined #angularjs
[09:37:21] <okdamn> if templateUrl is present im done thanks :)
[09:37:21] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:37:23] *** yunus <yunus!~yunus@213.74.78.18> has joined #angularjs
[09:37:40] *** chairmanmow <chairmanmow!~Adium@ip68-226-113-164.ph.ph.cox.net> has quit IRC (Quit: Leaving.)
[09:37:52] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 260 seconds)
[09:38:19] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[09:38:24] <icebox> okdamn: in that same page, there is templateUrl... section "Template inline or template file?" We can store our component's template in one of two places. We can define it inline using the template property, as we do here. Or we can define the template in a separate HTML file and link to it in the component metadata using the @Component decorator's templateUrl property.
[09:38:51] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:38:56] <okdamn> indeed perfect
[09:38:56] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:39:18] <icebox> okdamn: usually reading the docs helps :)
[09:39:35] *** vrockai <vrockai!~vrockai@ip-89-102-10-111.net.upcbroadband.cz> has joined #angularjs
[09:39:41] <okdamn> i was on panic sorry :D
[09:40:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:40:26] *** intellix <intellix!~intellix-@static.c146-88.i01-5.onvol.net> has joined #angularjs
[09:40:31] <okdamn> dunno why ng2 remember me about Codeigniter lol
[09:40:39] <okdamn> however looks very clean
[09:40:44] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:42:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:42:20] <icebox> okdamn: section "93% of users still focused on Angular 1"
[09:42:36] <okdamn> well if ng2 is out you can forget about ng1 you will probably not refactor ng1 but you have to start with ng2 till now i guess
[09:42:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:43:08] <okdamn> which means if you have time go refactor if not wait 2/3 years
[09:43:12] <okdamn> lol omg
[09:43:39] <icebox> okdamn: well... with the upgrade adapter the upgrade is smoothless (if you followed the best practices)... there are a few resources out there describing the approach
[09:43:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:44:05] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Read error: No route to host)
[09:44:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:44:37] *** arne <arne!~arne@b2b-78-94-21-226.unitymedia.biz> has joined #angularjs
[09:44:40] <arne> hello
[09:45:13] *** tayfun <tayfun!~smuxi@212.252.20.45> has joined #angularjs
[09:45:20] *** tayfun <tayfun!~smuxi@212.252.20.45> has quit IRC (Read error: Connection reset by peer)
[09:45:35] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[09:45:56] *** gain_ <gain_!~Gianni@101.9.61.188.dynamic.wline.res.cust.swisscom.ch> has joined #angularjs
[09:46:08] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:46:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:47:07] <okdamn> "Right now based on unique visits over a 30-day period, there’s 1.3 million developers using Angular 1, compared to just 300,000 people using Angular 2"
[09:47:12] <okdamn> this means nothing imho
[09:47:26] <okdamn> everyone will turn to ng2 in few weeks/months
[09:47:34] *** watersoul <watersoul!~ircuser@172.245.255.61> has quit IRC (Remote host closed the connection)
[09:47:39] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:47:43] <okdamn> as soon the new one is out numbers will go to 0 on ng1 in few time
[09:47:56] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:47:57] <okdamn> i mean everybody will go for ng2 for the next app
[09:48:14] <okdamn> however not a problem :P
[09:48:23] <okdamn> ng2 looks even more easy to use
[09:48:24] <heartburn> before moving to some new technology you should ask yourself 'why?'
[09:48:36] <heartburn> what does ng2 do, that ng1 doesn't?
[09:48:48] <okdamn> heartburn: because if you don't move on what's the meaning of technology?
[09:48:55] <icebox> okdamn: I would not be so sure... we are talking about large applications... and there is legacy to maintain
[09:49:10] <okdamn> legacy will go on for 1 max 2 years
[09:49:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:49:14] <okdamn> i bet
[09:49:14] <icebox> okdamn: it is not a choice you make in a night :)
[09:49:43] <okdamn> ehehe yep yep just to say, such "annoucements" like: hey go easy with ng1 , the ng2 is out but you can go easy
[09:49:45] <okdamn> makes little no sense
[09:49:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:49:48] *** vjacob <vjacob!05393252@gateway/web/freenode/ip.5.57.50.82> has joined #angularjs
[09:50:16] <icebox> okdamn: I see
[09:50:17] <heartburn> the problem with the current frontend meta is that there are way too fucking many tools.
[09:50:23] <okdamn> as soon ng2 is out you have to move quickly on it and get time to learn it
[09:50:24] <okdamn> imho
[09:50:44] <heartburn> people fuck around instead of picking one tool and use it.
[09:50:49] <heartburn> ing*
[09:51:00] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[09:51:08] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:51:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:51:38] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[09:51:42] <ngWalrus> you can't really just arbitrarily choose technologies when working on a larger project
[09:51:50] <ngWalrus> angular1 is well established while angular2 is not
[09:51:51] <heartburn> because, you know, it's cool shit. not because it solves some practical problem.
[09:52:28] <heartburn> and most of that 'cool shit' isn't cool, it's a fucking disgrace.
[09:52:35] <ngWalrus> heartburn examples?
[09:52:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:52:55] <okdamn> ngWalrus: is not the problem of which is supported , older versions will be supported for few, than you will have to move to the new one day
[09:53:02] <heartburn> typescript, borwserify.
[09:53:05] <okdamn> and if you did it earlier you are safe
[09:53:19] <ngWalrus> because newer=safer
[09:53:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:53:34] <okdamn> because having to refactor 5 or 1 project is safier
[09:53:37] <okdamn> with 1
[09:53:37] <ngWalrus> that's why 0-day exploits don't exist
[09:53:39] <okdamn> that i mean :D
[09:53:44] *** watersoul <watersoul!~ircuser@172.245.255.61> has joined #angularjs
[09:53:52] *** rickmak <rickmak!~rickmak@140.109.127.2> has quit IRC (Quit: rickmak)
[09:53:59] <ngWalrus> Probably not going to refactor older projects to ng2
[09:54:04] <okdamn> im talking about the next app you will write or me
[09:54:08] <ngWalrus> no point since angular is good enough
[09:54:14] <ngWalrus> angular1*
[09:54:17] <okdamn> one day you'll have i guess
[09:54:26] <ngWalrus> why?
[09:54:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:54:37] <ngWalrus> I'm talking older projects here with existing code bases
[09:54:40] <okdamn> because ng1 will be too old
[09:54:48] <okdamn> js is moving forward at the speed of light
[09:55:11] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:55:12] <ngWalrus> if there's no massive problems and the code still works I have 0 incentive to do a major refactor
[09:55:25] <heartburn> this guy gets it.
[09:56:19] <okdamn> ngWalrus: imho the quicker you move to ng2 the safe you are for the future
[09:56:23] <okdamn> but i can mistake ofc
[09:56:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:56:28] <heartburn> okdamn: how?
[09:56:30] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 272 seconds)
[09:56:33] <heartburn> okdamn: define safe
[09:56:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:57:07] <okdamn> safe means have to refactor or have to include external lib and polyfills
[09:57:10] *** ycon_ <ycon_!~ycon_@14-203-209-58.tpgi.com.au> has quit IRC ()
[09:57:23] <okdamn> and praying
[09:58:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[09:58:16] <ngWalrus> because ecma is known for massive changes that break legacy code
[09:58:23] *** FritzLakritz <FritzLakritz!sid124208@gateway/web/irccloud.com/x-qngsinekyvfmodnm> has quit IRC (Remote host closed the connection)
[09:58:23] *** klobucar <klobucar!sid1012@gateway/web/irccloud.com/x-ijcfavqqkzishehi> has quit IRC (Remote host closed the connection)
[09:58:24] *** tombee <tombee!sid840@gateway/web/irccloud.com/x-wrpdvaiidoxxtgky> has quit IRC (Remote host closed the connection)
[09:58:24] *** wycats <wycats!sid79@gateway/web/irccloud.com/x-btrenpwaboncvxrb> has quit IRC (Remote host closed the connection)
[09:58:24] *** aphprentice <aphprentice!uid124612@gateway/web/irccloud.com/x-anjzmnvcytmgthvk> has quit IRC (Remote host closed the connection)
[09:58:24] *** jtymes <jtymes!sid128462@gateway/web/irccloud.com/x-ncegxrhcklxnxeig> has quit IRC (Remote host closed the connection)
[09:58:24] *** tanepiper <tanepiper!sid491@gateway/web/irccloud.com/x-jobabynflueukfjt> has quit IRC (Remote host closed the connection)
[09:58:24] *** NullSoldier_ <NullSoldier_!sid892@gateway/web/irccloud.com/x-ttbdqzigqggaejvt> has quit IRC (Remote host closed the connection)
[09:58:24] *** jpinnix_______ <jpinnix_______!sid1857@gateway/web/irccloud.com/x-grtuklcktwbjmyqr> has quit IRC (Remote host closed the connection)
[09:58:24] *** johnwl <johnwl!uid166938@gateway/web/irccloud.com/x-lkbtnzkomlmpbisr> has quit IRC (Remote host closed the connection)
[09:58:24] *** Garrick <Garrick!sid2204@gateway/web/irccloud.com/x-flyinwelgjfbpqmw> has quit IRC (Remote host closed the connection)
[09:58:24] *** geggleto <geggleto!sid128475@gateway/web/irccloud.com/x-ssglwhlschkedyuu> has quit IRC (Remote host closed the connection)
[09:58:24] *** ketherah <ketherah!uid166870@gateway/web/irccloud.com/x-epawyeaegypfkrxv> has quit IRC (Remote host closed the connection)
[09:58:24] *** soren <soren!sid124229@ubuntu/member/soren> has quit IRC (Remote host closed the connection)
[09:58:24] *** ish <ish!sid1441@gateway/web/irccloud.com/x-saoaurxcueuxokwc> has quit IRC (Remote host closed the connection)
[09:58:25] *** gojira_ <gojira_!sid120399@gateway/web/irccloud.com/x-urfsidsxauxmgmdr> has quit IRC (Remote host closed the connection)
[09:58:26] *** braderhart <braderhart!sid124863@gateway/web/irccloud.com/x-semxcjzgvkzevhrj> has quit IRC (Remote host closed the connection)
[09:58:26] *** cmosguy <cmosguy!sid130111@gateway/web/irccloud.com/x-eigikplzxwcpynxa> has quit IRC (Remote host closed the connection)
[09:58:44] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[09:58:56] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[09:59:11] <ngWalrus> okdamn do you work on larger scale projects or alone?
[09:59:19] *** phorloop <phorloop!~phorloop@203.213.239.151> has joined #angularjs
[09:59:30] <ngWalrus> since I'm sensing a certain bias here
[09:59:33] <okdamn> ngWalrus: both
[09:59:49] *** MattWelch <MattWelch!~MattWelch@cpe-107-15-131-156.nc.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[10:00:01] <okdamn> one day you'll discover ng1 does not have that feature there you include a new lib
[10:00:08] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Remote host closed the connection)
[10:00:31] <ngWalrus> pray tell what is this feature you are talking about
[10:00:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has joined #angularjs
[10:00:51] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has joined #angularjs
[10:01:22] <zomg> you can honestly replace ng1 in that sentence with any library
[10:01:25] <zomg> :P
[10:01:32] <heartburn> i'm sorry mate but relying on third-party libs is by no means safe.
[10:02:04] *** phorloop_ <phorloop_!~phorloop@103.197.162.107> has quit IRC (Ping timeout: 240 seconds)
[10:02:08] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[10:02:15] <ngWalrus> I prefer keeping my dep chain shallow and as short as possible
[10:02:23] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:02:35] <heartburn> you have no control over third-parties. using as few of them as possible is safe, not the other way around.
[10:02:50] <zomg> I guess you don't work on a lot of nodejs apps...
[10:02:50] <zomg> :D
[10:03:13] <heartburn> node is another story, i'm talking frontend here.
[10:03:22] <ngWalrus> I'm a frontend dev at the moment so server code isn't an issue
[10:03:25] <zomg> I'm not sure how that's any different though :)
[10:03:27] <heartburn> but that applies to node too
[10:03:51] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:03:54] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[10:04:12] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:04:45] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[10:05:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:5cdb:df6a:a76a:cd95> has quit IRC (Ping timeout: 250 seconds)
[10:05:25] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:05:35] *** fees <fees!~fees_@d54C22E1C.access.telenet.be> has joined #angularjs
[10:05:36] *** test <test!b90f68bb@gateway/web/freenode/ip.185.15.104.187> has joined #angularjs
[10:05:37] <okdamn> ngWalrus: im not talking about a specific feature, i am asking myself: will ng1 go in parallel with the development of javascript?
[10:05:57] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:05:59] *** test is now known as Guest76246
[10:06:00] <okdamn> es6 in ng1 is not supported what's the next big thing not supported in ng1?
[10:06:06] <ngWalrus> what
[10:06:12] <ngWalrus> you are insane
[10:06:21] <okdamn> ng1 is es5 or im mistaking?
[10:06:25] <zomg> okdamn: what are you talking about? ES6 works just fine with ng1...
[10:06:28] <ngWalrus> yeah
[10:06:32] <okdamn> the ng1 core is es6? will they re-write it?
[10:06:35] <ngWalrus> I'm using ES6 in ng1 right now
[10:06:42] <okdamn> the core
[10:06:42] <heartburn> same
[10:06:45] <zomg> okdamn: what difference does it make which JS version the core uses?
[10:06:56] <okdamn> ever wrote an app in es6 ?
[10:06:59] <zomg> yes?
[10:07:00] <okdamn> it's 30 lines less
[10:07:02] <zomg> so?
[10:07:03] <ngWalrus> oh my god
[10:07:05] <okdamn> every 90 lines
[10:07:13] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:07:21] <ngWalrus> I'm pretty sure you are just flinging shit at this point
[10:07:23] <zomg> I honestly have no idea what point you're trying to make
[10:07:47] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:07:49] <okdamn> no i am asking, will the ng1 core be rewrote in es6?
[10:07:50] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[10:08:03] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[10:08:05] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 260 seconds)
[10:08:05] <zomg> No
[10:08:16] <zomg> Rewriting an entire app to ES6 doesn't really make any sense
[10:08:22] <okdamn> so in few months you'll have no es6 as core lib
[10:08:22] <ngWalrus> but it doesn't matter since they aren't going to break core functionality
[10:08:41] <ngWalrus> by they I mean the people designing the ES versions
[10:08:51] <zomg> okdamn: what difference does that make again? So what if you don't have ES6 in it?
[10:08:54] *** Guest76246 <Guest76246!b90f68bb@gateway/web/freenode/ip.185.15.104.187> has quit IRC (Client Quit)
[10:09:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:09:20] *** teeteewhy <teeteewhy!~teeteewhy@2001:41d0:8:67d2::1337> has quit IRC (Ping timeout: 258 seconds)
[10:09:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:09:38] * arne is still unhappy with existing routers
[10:09:41] <heartburn> zomg: es5 syntax remains perfectly valid in es6, there's no issue.
[10:09:57] <zomg> heartburn: exactly, that's why I keep asking
[10:09:58] <zomg> :)
[10:10:05] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[10:10:13] <heartburn> wrong nickname, meant okdamn
[10:10:14] <okdamn> zomg: you have half the performances
[10:10:22] <zomg> okdamn: why would that affect performance?
[10:10:38] <okdamn> image 300 lines of es5 they are 100 in es6
[10:10:41] <okdamn> image 5000 lines
[10:10:46] <zomg> and all of then go through a minifier
[10:10:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:10:52] <zomg> and now it's exactly the same regardless
[10:10:57] <okdamn> min is half the same
[10:11:09] <zomg> no it isn't, because minifier looks at the syntax and finds the optimal representation
[10:11:11] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[10:11:18] <okdamn> try it
[10:11:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:11:23] <zomg> which is exactly the same regardless of whether it originally used ES5 or ES6
[10:11:24] <okdamn> im not trolling
[10:11:25] *** Letze <Letze!~Letze@195.218.6.184> has joined #angularjs
[10:11:29] <ngWalrus> also angular core is written in typescript
[10:11:35] <ngWalrus> so it's a null point
[10:11:52] <heartburn> which is the most moronic part about it.
[10:11:55] <zomg> okdamn: you want me to write 300 lines of JS in ES6 and ES5 to test this or what exactly? :P
[10:11:57] <ngWalrus> erm no
[10:12:02] <ngWalrus> I was mistaken
[10:12:03] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[10:12:11] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[10:12:12] <okdamn> zomg: lol no don't worry :D
[10:12:25] <okdamn> however not a problem, it's just that imho is better to move on and quickly
[10:12:28] <zomg> okdamn: honestly I find it hard to believe there would be any difference
[10:12:33] <okdamn> for me, for my use case
[10:12:40] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 252 seconds)
[10:12:40] <zomg> because let's say you have this code which for sake of argument is ES5
[10:12:46] <ngWalrus> no one is arguing against learnign ng2 here either
[10:12:48] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has joined #angularjs
[10:12:49] <zomg> function something(a, b, c) { }
[10:12:50] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:12:52] <okdamn> zomg: depends if ng1 will be supported in terms of development
[10:12:54] <okdamn> imho
[10:12:55] <zomg> and then you have this code which is ES6
[10:13:04] <zomg> let something = (a, b, c) => { }
[10:13:10] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:13:19] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[10:13:24] <zomg> now if those are minified, they both become
[10:13:25] *** moeabdol <moeabdol!~moeabdol@37.106.168.174> has joined #angularjs
[10:13:35] <zomg> let a = (a,b,c)=>{}
[10:13:43] <zomg> (minus the spaces)
[10:13:46] <zomg> so what exactly is the difference?
[10:14:01] <okdamn> there are tons of api in es6
[10:14:01] <okdamn> array.forEach etc
[10:14:13] <zomg> array.forEach is an ES5 API :P
[10:14:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:14:27] <zomg> those can be easily shimmed anyway
[10:14:41] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.6> has joined #angularjs
[10:14:45] <ngWalrus> zomg no they are going to break core features in ES8
[10:14:50] <okdamn> 1 line
[10:14:58] <okdamn> vs 4
[10:15:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:15:08] <ngWalrus> okdamn it's not the loc but what the vm is doing in the background
[10:15:12] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[10:15:21] <zomg> okdamn: and you run both of those pieces of code through a minifier, and the minifier will produce the first ES6 based output
[10:15:25] <zomg> so what again is the difference?
[10:15:30] *** Fanaen <Fanaen!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has joined #angularjs
[10:15:37] <okdamn> mmm ok damn
[10:15:48] <ngWalrus> I'm starting to think this is just a not so elaborate troll
[10:15:54] <okdamn> lol i am half joking, however move quickly to ng2 gogogogo
[10:15:58] <zomg> gege
[10:16:00] <zomg> erm
[10:16:02] <okdamn> :P
[10:16:03] <zomg> that was supposed to be hehe
[10:16:03] <zomg> :P
[10:16:10] <okdamn> lol kk
[10:16:35] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:16:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:16:46] <okdamn> also i still not understand why people compare react with ng lol that is crazy
[10:16:46] <heartburn> holy fuck
[10:17:26] <okdamn> react = helper
[10:17:29] <okdamn> ng= framework
[10:17:44] <ngWalrus> the makers of react call it a library
[10:18:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:18:06] <okdamn> react.helper.js
[10:18:19] <okdamn> react.helper.lib.js sorry
[10:18:20] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[10:18:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:18:45] *** moeabdol <moeabdol!~moeabdol@37.106.168.174> has quit IRC (Ping timeout: 276 seconds)
[10:18:51] <okdamn> which one is correct : react.framework.js / angular.framework.js
[10:19:12] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[10:19:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:20:23] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:20:24] <Pyrrhus> okdamn: while the base react lib might not be a framework, the combo of stuff like react + react-router + redux + ... gives you an infrastructure with possibilities a lot like angular. so the comparison based on ecosystems is correct.
[10:20:35] <Pyrrhus> the rest is nitpicking and semantics ;)
[10:20:43] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[10:21:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:21:47] <ngWalrus> I should play around with react
[10:22:09] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:22:11] <ngWalrus> and Vue
[10:22:35] *** phorloop <phorloop!~phorloop@203.213.239.151> has quit IRC (Quit: My laptop go to sleep. ZZZzzz…)
[10:22:48] <Pyrrhus> ngWalrus: we all should...
[10:23:04] <ngWalrus> 2manyframeworks4me
[10:23:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:23:34] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has joined #angularjs
[10:23:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:24:03] <icebox> ngWalrus: you should patent that :) 2...
[10:24:22] <ngWalrus> I should make the ultimate framework
[10:24:54] <ngWalrus> and by that I mean shim together all the most popular frameworks in to something completely unusable
[10:25:09] <heartburn> fuckarounditis.min.js
[10:25:16] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:25:34] *** duriangray <duriangray!~duriangra@c-73-92-186-112.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[10:25:35] <ngWalrus> and have a grunt script that runs gulp that runs broccoli
[10:25:47] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:25:53] <ngWalrus> and also use both less AND sass
[10:25:57] <heartburn> don't forget browserify
[10:26:03] <ngWalrus> browserify is fine imo
[10:26:27] <icebox> ngWalrus: yesterday I read a post about a router with 20 loc... interesting :)
[10:27:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:27:01] <heartburn> 10 mb od deps to do (ns => { let something = new ns.Something(); })(window.ns); i dunno.
[10:27:13] <ngWalrus> icebox was that meant for arne
[10:27:27] <icebox> ngWalrus: :P
[10:27:35] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:28:03] <icebox> arne: did you sort out your setup?
[10:28:05] *** realz_ is now known as realz
[10:28:38] <ngWalrus> also what's wrong with ui-router
[10:28:46] <ngWalrus> other than it "being bad and dumb"
[10:28:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:28:49] <icebox> ngWalrus: as we said a few days ago, the choice of the framework is not based mainly on technical drivers
[10:28:51] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[10:28:53] *** marr <marr!~ccc@xdsl-6670.wroclaw.dialog.net.pl> has joined #angularjs
[10:29:06] <ngWalrus> of course
[10:29:22] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:29:24] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Remote host closed the connection)
[10:29:55] <okdamn> Pyrrhus: ok but people should compare react.redux.something.js vs angular.js so not?
[10:30:17] <arne> icebox: not really, i didn't look into ui-router because these weird link attributes already disgust me
[10:30:20] <arne> ui-ref-something
[10:30:20] <icebox> ngWalrus, so... even if I am able to develop a very minimal MV* framework, I would not be sure "minimal" means "best"
[10:30:25] <arne> i think ngRoute is still my favourite
[10:30:26] <Pyrrhus> okdamn: yes, and in general they do, they just call it ´react´ for short.
[10:30:33] <ngWalrus> icebox is there a way to set a default value for a directive scope var
[10:30:36] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:30:40] <okdamn> :P
[10:30:47] <arne> but component router would be my favourite if it acted like ngRoute
[10:30:54] <ngWalrus> or do I just scope.var = scope.var ? :
[10:31:07] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:31:09] *** wrainbol_ <wrainbol_!~wrainbolt@dyn203195.shef.ac.uk> has joined #angularjs
[10:31:14] *** wrainbol_ <wrainbol_!~wrainbolt@dyn203195.shef.ac.uk> has quit IRC (Client Quit)
[10:31:25] <okdamn> is redux mantained by react devs?
[10:32:22] *** BadApe_ <BadApe_!~badape@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has joined #angularjs
[10:32:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:32:38] <ngWalrus> arne the ui-sref stuff are just directives
[10:32:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:33:24] *** wrainbolt <wrainbolt!~wrainbolt@dyn086086.shef.ac.uk> has quit IRC (Ping timeout: 246 seconds)
[10:33:44] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[10:33:51] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Read error: Connection reset by peer)
[10:33:58] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[10:34:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:34:21] *** stefanotorresi_ <stefanotorresi_!~etienne`@84.222.149.59> has joined #angularjs
[10:34:22] *** ASUchander1 <ASUchander1!~asuchande@107.15.72.245> has joined #angularjs
[10:34:44] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:34:51] *** busticat_ <busticat_!~textual@c-24-21-207-146.hsd1.or.comcast.net> has joined #angularjs
[10:35:02] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[10:35:09] <okdamn> also im never going to use a facebook tool NEVER :D
[10:35:12] *** Zonakusu` <Zonakusu`!~zonakusu@095-097-007-026.static.chello.nl> has joined #angularjs
[10:36:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:36:09] <okdamn> some says ng is for java devs
[10:36:11] *** deepa <deepa!deepy@wrongplanet/deepa> has joined #angularjs
[10:36:12] <okdamn> ....
[10:36:16] <ngWalrus> but TS seems pretty nice :(
[10:36:25] *** Ironlink_ <Ironlink_!sid16475@gateway/web/irccloud.com/x-ftogskbljxrxxivc> has joined #angularjs
[10:36:31] <okdamn> ts is microsoft
[10:36:32] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:36:52] *** prettymuchbryce_ <prettymuchbryce_!sid52793@gateway/web/irccloud.com/x-kgqswidocvwyyvbw> has joined #angularjs
[10:36:52] *** kutenai_ <kutenai_!sid80151@gateway/web/irccloud.com/x-xtmyfbjjifehobsp> has joined #angularjs
[10:37:22] <zomg> TS is nice
[10:37:28] *** SIADevelopment_ <SIADevelopment_!sid69073@gateway/web/irccloud.com/x-kpmufnipnolvglyt> has joined #angularjs
[10:37:28] *** shennyg_ <shennyg_!sid4021@gateway/web/irccloud.com/x-jpthcfopjgznmgvy> has joined #angularjs
[10:37:30] <Pyrrhus> okdamn: wtf does that matter ?
[10:38:07] *** roachiep- <roachiep-!~roachiepo@50.168.15.227> has joined #angularjs
[10:38:13] *** tabakhase__ <tabakhase__!tabakhase@irc.s.bitase.net> has joined #angularjs
[10:38:16] *** bytespirit_ <bytespirit_!~bytespiri@178-17-174-27.static.host> has joined #angularjs
[10:38:18] <zomg> Microsoft has a lot of programming language expertise in house, so if anything, it's a good thing
[10:38:21] <zomg> :P
[10:38:24] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:38:32] <ngWalrus> I don't like microsoft either but it really is a very good dialect/language/whatever you call it
[10:38:38] <okdamn> zomg: microdevs
[10:38:41] *** cebor_ <cebor_!cebor@unaffiliated/cebor> has joined #angularjs
[10:38:53] *** _cdmsn <_cdmsn!cdmsn@dr0gen.com> has joined #angularjs
[10:38:55] *** kiwidg_ <kiwidg_!kiwidg@nat/ecp/x-oxjepeaqdfgarhwc> has joined #angularjs
[10:38:59] <zomg> who wants to paypal me 1000 usd quick?
[10:39:01] <ngWalrus> icebox thank you
[10:39:06] *** weyer <weyer!~weyer@xdsl-213-196-254-55.netcologne.de> has quit IRC (Ping timeout: 264 seconds)
[10:39:06] *** SIADevelopment <SIADevelopment!sid69073@gateway/web/irccloud.com/x-ojrumibbspqeclxv> has quit IRC (Ping timeout: 264 seconds)
[10:39:06] *** tabakhase <tabakhase!tabakhase@unaffiliated/tabakhase> has quit IRC (Ping timeout: 264 seconds)
[10:39:06] *** Ironlink <Ironlink!sid16475@gateway/web/irccloud.com/x-vyymfubfirfcgldb> has quit IRC (Ping timeout: 264 seconds)
[10:39:06] *** bradjones <bradjones!~bradley@unaffiliated/jab> has quit IRC (Ping timeout: 264 seconds)
[10:39:06] *** arne <arne!~arne@b2b-78-94-21-226.unitymedia.biz> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** kiwidg <kiwidg!kiwidg@nat/ecp/x-juthykgjatthsliz> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** roachiepoopoo <roachiepoopoo!~roachiepo@50.168.15.227> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** ASUChander <ASUChander!~asuchande@107.15.72.245> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** equilibriumuk <equilibriumuk!~equilibri@2602:ffda:aaa::2194:1ef2> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** prettymuchbryce <prettymuchbryce!sid52793@gateway/web/irccloud.com/x-cmlftqburrqwojak> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** kutenai <kutenai!sid80151@gateway/web/irccloud.com/x-yszbwtocxxjdoqpt> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** cebor <cebor!cebor@unaffiliated/cebor> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** cdmsn <cdmsn!cdmsn@dr0gen.com> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** asm89 <asm89!~asm89@unaffiliated/asm89> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has quit IRC (Ping timeout: 264 seconds)
[10:39:07] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** DTekk <DTekk!~DTekk@unaffiliated/dtekk> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** deepy <deepy!deepy@wrongplanet/deepa> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** busticated <busticated!~textual@c-24-21-207-146.hsd1.or.comcast.net> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** bytespirit <bytespirit!~bytespiri@178-17-174-27.static.host> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** shennyg <shennyg!sid4021@gateway/web/irccloud.com/x-yawpvwgjrdwwkeco> has quit IRC (Ping timeout: 264 seconds)
[10:39:08] *** forrestv <forrestv!forrestv@unaffiliated/forrestv> has quit IRC (Ping timeout: 264 seconds)
[10:39:09] *** arne <arne!~arne@b2b-78-94-21-226.unitymedia.biz> has joined #angularjs
[10:39:09] <okdamn> typical microsoft developer is a senior engineer with 45 years of expertise in doing bad things
[10:39:10] *** DTekk_ <DTekk_!~DTekk@38.64.162.236> has joined #angularjs
[10:39:13] <okdamn> lol im joking ;P
[10:39:17] *** equilibriumuk <equilibriumuk!~equilibri@2602:ffda:aaa::2194:1ef2> has joined #angularjs
[10:39:18] <zomg> I want to buy one of those new intels but fuck they're expensive
[10:39:18] <zomg> :D
[10:39:20] <arne> ngWalrus: what in angular is not a directive
[10:39:40] *** SIADevelopment_ is now known as SIADevelopment
[10:39:41] <arne> doesn't mean you have to take my href away :(
[10:39:43] <ngWalrus> arne providers :^)
[10:39:57] *** asm89 <asm89!~asm89@unaffiliated/asm89> has joined #angularjs
[10:39:58] *** bradjones <bradjones!~bradley@188.166.156.86> has joined #angularjs
[10:39:58] <arne> i mean.. connected with Dom
[10:39:58] *** bradjones <bradjones!~bradley@188.166.156.86> has quit IRC (Changing host)
[10:39:58] *** bradjones <bradjones!~bradley@unaffiliated/jab> has joined #angularjs
[10:40:04] *** forrestv <forrestv!forrestv@unaffiliated/forrestv> has joined #angularjs
[10:40:05] *** Ironlink_ is now known as Ironlink
[10:40:09] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:40:10] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:40:16] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[10:40:33] <ngWalrus> pretty much nothing
[10:40:35] <Ashe> nothing prevents you from manipulating the DOM from a provider :p
[10:40:39] <Ashe> (except maybe karma)
[10:40:44] <ngWalrus> haha
[10:40:51] <arne> or the special place in hell reserved for those people
[10:41:18] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[10:41:19] *** prettymuchbryce_ is now known as prettymuchbryce
[10:41:21] *** weyer <weyer!~weyer@xdsl-213-196-254-55.netcologne.de> has joined #angularjs
[10:41:32] *** tarnus__ <tarnus__!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:41:44] <okdamn> bye guys was a pleasure!
[10:41:51] *** b0x <b0x!~b0x@180.183.146.116> has joined #angularjs
[10:41:51] *** b0x <b0x!~b0x@180.183.146.116> has quit IRC (Changing host)
[10:41:51] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[10:41:57] <okdamn> thanks for your patience
[10:41:58] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:42:03] *** shennyg_ is now known as shennyg
[10:42:04] *** kutenai_ is now known as kutenai
[10:42:15] <arne> icebox: care to share the 20locrouter?
[10:42:17] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Remote host closed the connection)
[10:42:18] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Ping timeout: 258 seconds)
[10:42:29] *** okdamn <okdamn!~Adium@93-32-78-50.ip32.fastwebnet.it> has quit IRC (Quit: Leaving.)
[10:42:30] <icebox> arne: sure... wait a few seconds
[10:42:36] *** b0x <b0x!~b0x@unaffiliated/b0x> has joined #angularjs
[10:43:12] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:43:26] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has joined #angularjs
[10:43:36] <icebox> arne: only for educational purposes :)
[10:43:40] *** ejjm <ejjm!~ejjm@ARennes-652-1-276-30.w81-53.abo.wanadoo.fr> has quit IRC (Quit: Leaving)
[10:43:44] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:43:44] <arne> oi, it's not angular related?
[10:43:48] <arne> that's what i thought
[10:43:52] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[10:44:12] <ngWalrus> nothing is stopping you from using that with angular
[10:44:30] <b0x> oioi
[10:44:35] <ngWalrus> hello
[10:44:43] <Ashe> of course that'd only give you a router without params parsing or anything fancier than just matching a hash on the url
[10:44:55] *** wycats <wycats!sid79@gateway/web/irccloud.com/x-crweawvltinmjkkm> has joined #angularjs
[10:45:04] <Ashe> (I have the opposite problem, I don't want any navigation at all :'()
[10:45:25] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[10:45:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:45:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:45:33] <ngWalrus> I should publish some of my better directives on github
[10:45:44] *** m8 <m8!~m8@unaffiliated/m8> has joined #angularjs
[10:46:09] <ngWalrus> but then again most of them are short and very easy to implement yourself
[10:46:45] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[10:46:54] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[10:46:59] <arne> Ashe: how do you write an app without navigation
[10:47:17] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[10:47:20] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:47:21] <Ashe> you have no router and no url changes? :D
[10:47:22] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:47:42] <Ashe> it's an actual app (embedded in a .exe) so it wouldn't make much sense
[10:47:42] <arne> hm, but does everything you do fit on the screen?
[10:47:42] *** Baadier <Baadier!~Baadier@169.255.34.248> has joined #angularjs
[10:47:50] *** intellix <intellix!~intellix-@static.c146-88.i01-5.onvol.net> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[10:48:04] <Ashe> no some things come and go but it's basically an IDE so you can't really just say you're looking at just one thing at a time
[10:48:27] *** Harlan44 <Harlan44!~james@c-76-115-10-170.hsd1.or.comcast.net> has joined #angularjs
[10:48:30] *** tanepiper <tanepiper!sid491@gateway/web/irccloud.com/x-cqxldhztjwdzxoqp> has joined #angularjs
[10:48:42] <arne> if that ide able to switch between files?
[10:48:44] <Ashe> since you decide which windows to show, where they are, open and close (multiple) views, etc
[10:48:56] <arne> i'd call that navigation.
[10:49:04] <Ashe> but not in the traditional browser sense
[10:49:08] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:49:10] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:49:14] <Ashe> I don't want the backspace key to move you back to the previous file :p
[10:49:25] *** tombee <tombee!sid840@gateway/web/irccloud.com/x-qlwyowykiiyvgwmd> has joined #angularjs
[10:49:26] *** NullSoldier_ <NullSoldier_!sid892@gateway/web/irccloud.com/x-fvjvthheqgzwelzc> has joined #angularjs
[10:49:36] *** klobucar <klobucar!sid1012@gateway/web/irccloud.com/x-hwfvolwlejqzkpny> has joined #angularjs
[10:49:41] <arne> it doesn't, if you have a textfield selected.
[10:49:49] <Ashe> ?
[10:50:05] <arne> does it go back "one file", if you press backspace on plnkr
[10:50:19] *** m8 <m8!~m8@unaffiliated/m8> has quit IRC (Client Quit)
[10:50:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:50:24] *** ish <ish!sid1441@gateway/web/irccloud.com/x-lokmvrafuaamtpdn> has joined #angularjs
[10:50:36] <Ashe> I'm just saying being in app?#/file1 then back to #/file2 would make no sense
[10:50:40] *** m8 <m8!~m8@unaffiliated/m8> has joined #angularjs
[10:50:52] *** m8 <m8!~m8@unaffiliated/m8> has quit IRC (Remote host closed the connection)
[10:50:52] <Ashe> there's more to an IDE than looking at a file
[10:50:58] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:51:01] <Ashe> I have a billion dialogs, debugging, etc
[10:51:03] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[10:51:10] *** jpinnix_______ <jpinnix_______!sid1857@gateway/web/irccloud.com/x-hhjttfxluhphdkhl> has joined #angularjs
[10:51:23] *** Garrick <Garrick!sid2204@gateway/web/irccloud.com/x-xxieqjlygjjqocxe> has joined #angularjs
[10:51:30] *** shayla <shayla!~Murph@93-46-189-23.ip109.fastwebnet.it> has joined #angularjs
[10:51:48] *** mischat <mischat!~mischat@195.40.10.116> has joined #angularjs
[10:51:48] <calamity> hey all, I'm using the jdewit time picker and I'm finding that ng-model isn't binding with the time selected. It remains undefined. Anyone have any experience with this?
[10:52:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:52:14] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has quit IRC (Ping timeout: 272 seconds)
[10:52:25] *** harlan_44 <harlan_44!~james@2601:1c0:6b01:74f0:b4a7:633e:3e95:183a> has quit IRC (Ping timeout: 260 seconds)
[10:52:44] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:53:21] <arne> icebox: that thingie is relatively straight-forward isn't it, i mean it's cool and all, but not as great as you promised :D
[10:54:04] <icebox> calamity: no... but that is a jquery widget... what do you mean for ng-model?
[10:54:08] *** moep <moep!~marcules@unaffiliated/marcules> has joined #angularjs
[10:54:19] <arne> but it actually looks feature-rich as backbone/ember stuff i looked before lookin into angular :D
[10:54:32] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:54:37] <calamity> well, I added an ng-model to the input, so I could use the value inside it later
[10:54:39] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:54:59] <icebox> calamity: I am afraid it doesn't work in that way
[10:55:16] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has joined #angularjs
[10:55:37]
*** Garfield-fr <Garfield-fr!~Garfield-@unaffiliated/garfield-fr> has quit IRC (Quit: Linkinus - http://linkinus.com)
[10:55:42] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has joined #angularjs
[10:55:48] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:56:22] <calamity> that's how it's working for every other element in my app
[10:56:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:56:45] *** vishwa <vishwa!cabfd2c2@gateway/web/freenode/ip.202.191.210.194> has joined #angularjs
[10:58:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:58:13] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[10:58:51] <icebox> calamity: nice.
[10:59:21] *** Mr-K <Mr-K!~wtf@host139.186-109-185.telecom.net.ar> has joined #angularjs
[10:59:24] *** tarnus_ <tarnus_!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[10:59:57] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:00:26] <icebox> calamity: do you mean you added ng-model to the input and in the events triggered (show, hide, update) you added angular code?
[11:00:43] <calamity> ...? ok
[11:01:04] *** MattWelch <MattWelch!~MattWelch@cpe-107-15-131-156.nc.res.rr.com> has joined #angularjs
[11:01:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:01:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:02:07] <calamity> no. I have an input. I added 'ng-model="startTime"' to it. I have something similar on my date picker and the model contains the date selected. the time picker model doesn't seem to be bound to the value selected.
[11:03:00] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has quit IRC (Ping timeout: 272 seconds)
[11:03:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:03:13] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has joined #angularjs
[11:03:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:04:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:04:48] <arne> another thing i hate in angular world :3
[11:05:12] <arne> are the guys who wrote angular-ui the same as ui-router?
[11:05:13] <icebox> calamity: about the issue I have no idea... but I would be surprise if it works in that way
[11:05:21] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:05:43] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has joined #angularjs
[11:06:06] *** gojira_ <gojira_!sid120399@gateway/web/irccloud.com/x-mylbylhkupzkvseb> has joined #angularjs
[11:06:34] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 252 seconds)
[11:06:46] <icebox> calamity: because the widget and ng-model have two different logic to update the underlying model
[11:07:00] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[11:07:10] *** tarnus_ <tarnus_!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[11:07:16] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:07:33] *** Daerist <Daerist!~Daerist@2001:660:4701:6001:edde:204a:3411:4a72> has joined #angularjs
[11:08:01] *** henkieee <henkieee!bcc9df91@gateway/web/freenode/ip.188.201.223.145> has joined #angularjs
[11:08:13] <icebox> arne: well... same family... I don't know same devs
[11:08:22] <calamity> uh. weird.
[11:08:28] *** tarnus_ <tarnus_!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has quit IRC (Read error: Connection reset by peer)
[11:08:41] <calamity> dunno if my last message went through, but yeah. basically we're using it already and they want to keep it consistent I guess
[11:08:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:09:49] *** FritzLakritz <FritzLakritz!sid124208@gateway/web/irccloud.com/x-mzzlakxvjipeuicq> has joined #angularjs
[11:09:53] *** soren <soren!sid124229@ubuntu/member/soren> has joined #angularjs
[11:10:18] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:10:21] *** aphprentice <aphprentice!uid124612@gateway/web/irccloud.com/x-iowmkugcphmpnxjg> has joined #angularjs
[11:10:39] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has quit IRC (Ping timeout: 264 seconds)
[11:10:46] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:10:48] *** braderhart <braderhart!sid124863@gateway/web/irccloud.com/x-lqiprspekubozbxf> has joined #angularjs
[11:12:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:12:03] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[11:12:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:12:44] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has quit IRC (Ping timeout: 260 seconds)
[11:13:08] *** jtymes <jtymes!sid128462@gateway/web/irccloud.com/x-irpkqbhrvjapayzw> has joined #angularjs
[11:13:12] *** geggleto <geggleto!sid128475@gateway/web/irccloud.com/x-iefjnzeznplvkovu> has joined #angularjs
[11:13:13] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[11:13:19] *** roachiep- <roachiep-!~roachiepo@50.168.15.227> has quit IRC (Ping timeout: 260 seconds)
[11:13:59] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has joined #angularjs
[11:14:01] *** cmosguy <cmosguy!sid130111@gateway/web/irccloud.com/x-sxzweoqbgojptcss> has joined #angularjs
[11:14:07] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:14:24] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:15:08] *** roachiepoopoo <roachiepoopoo!~roachiepo@50.168.15.227> has joined #angularjs
[11:15:43] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[11:15:48] *** henkieee <henkieee!bcc9df91@gateway/web/freenode/ip.188.201.223.145> has quit IRC (Quit: Page closed)
[11:16:01] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:16:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:16:30] *** startupality <startupality!~startupal@dh207-107-173.xnet.hr> has quit IRC (Quit: startupality)
[11:16:52] *** arlekin <arlekin!~arlekin@89-68-219-182.dynamic.chello.pl> has joined #angularjs
[11:17:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:17:59] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:18:33] *** qdk <qdk!~qdk@x1-6-a0-63-91-fb-46-ea.cpe.webspeed.dk> has quit IRC (Ping timeout: 276 seconds)
[11:19:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:19:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:20:45] *** ketherah <ketherah!uid166870@gateway/web/irccloud.com/x-ykyshvnlxtbtivzg> has joined #angularjs
[11:20:49] *** johnwl <johnwl!uid166938@gateway/web/irccloud.com/x-hmnohdzgybajybpn> has joined #angularjs
[11:21:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:21:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:22:26] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has quit IRC (Quit: Computer has gone to sleep.)
[11:22:48] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[11:23:02] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:23:16] *** Thorup <Thorup!~Thunderbi@80-62-116-3-mobile.dk.customer.tdc.net> has quit IRC (Ping timeout: 272 seconds)
[11:23:19] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:23:37] *** cacts <cacts!~cactus@c-174-51-80-218.hsd1.co.comcast.net> has quit IRC (Ping timeout: 252 seconds)
[11:24:32] *** Thorup <Thorup!~Thunderbi@80-62-116-184-mobile.dk.customer.tdc.net> has joined #angularjs
[11:24:42] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:25:08] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:26:25] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:27:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:27:30] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[11:27:44] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[11:28:12] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:28:45] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has joined #angularjs
[11:30:00] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:6500:1932:243b:8eff> has quit IRC (Remote host closed the connection)
[11:30:33] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:c0a6:a590:c959:4582> has joined #angularjs
[11:30:48] *** mosulica <mosulica!~textual@82.208.160.88> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[11:31:42] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[11:31:50] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[11:32:06] *** dominic__ <dominic__!~Myrax@95.147.84.251> has joined #angularjs
[11:32:18] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC (Ping timeout: 250 seconds)
[11:32:29] *** dominic__ <dominic__!~Myrax@95.147.84.251> has quit IRC (Remote host closed the connection)
[11:32:41] *** Myrax <Myrax!~Myrax@95.147.84.251> has quit IRC (Read error: Connection reset by peer)
[11:33:09] *** dominic__ <dominic__!~Myrax@95.147.84.251> has joined #angularjs
[11:33:29] *** dominic__ <dominic__!~Myrax@95.147.84.251> has quit IRC (Remote host closed the connection)
[11:33:54] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[11:33:55] *** dominic__ <dominic__!~Myrax@95.147.84.251> has joined #angularjs
[11:34:05] *** \du <\du!~xava\du@unaffiliated/xava> has joined #angularjs
[11:34:22] *** unclechu <unclechu!~unclechu@94.77.143.73> has joined #angularjs
[11:34:28] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[11:35:13] <arlekin> hi guys
[11:35:53] *** littlebear <littlebear!~littlebea@216-58-55-14.cpe.distributel.net> has joined #angularjs
[11:35:56] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:c0a6:a590:c959:4582> has quit IRC (Ping timeout: 272 seconds)
[11:36:58] *** DarkPsy <DarkPsy!d5a01417@gateway/web/freenode/ip.213.160.20.23> has joined #angularjs
[11:38:01] <icebox> arlekin: hey
[11:38:28] *** littlebearz__ <littlebearz__!~littlebea@216-58-55-14.cpe.distributel.net> has quit IRC (Ping timeout: 252 seconds)
[11:38:37] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 260 seconds)
[11:39:06] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has joined #angularjs
[11:39:16] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[11:41:15] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[11:42:49] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[11:42:56] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[11:43:00] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[11:46:09] *** boxmein <boxmein!~boxmein@unaffiliated/boxmein> has joined #angularjs
[11:46:30] *** mischat <mischat!~mischat@195.40.10.116> has quit IRC (Ping timeout: 276 seconds)
[11:46:30] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.6> has quit IRC (Ping timeout: 276 seconds)
[11:47:47] *** Mattch <Mattch!~Mattch@w5430.see.ed.ac.uk> has joined #angularjs
[11:49:00] *** unclechu <unclechu!~unclechu@94.77.143.73> has quit IRC (Ping timeout: 260 seconds)
[11:51:21] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[11:52:10] *** testild <testild!~Thunderbi@51.254.25.31> has joined #angularjs
[11:53:28] *** unclechu <unclechu!~unclechu@94.77.143.73> has joined #angularjs
[11:53:56] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[11:54:15] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has joined #angularjs
[11:55:29] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Remote host closed the connection)
[11:55:46] *** qdk <qdk!~qdk@0190102301.0.fullrate.ninja> has joined #angularjs
[11:56:48] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[11:58:06] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 246 seconds)
[11:58:17] *** fscala_ <fscala_!~fscala@unaffiliated/fscala> has joined #angularjs
[11:58:32] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[11:58:44] *** arizzo <arizzo!~arizzo@c-68-80-181-200.hsd1.pa.comcast.net> has quit IRC (Remote host closed the connection)
[11:59:22] *** vishwa <vishwa!cabfd2c2@gateway/web/freenode/ip.202.191.210.194> has quit IRC (Quit: Page closed)
[11:59:52] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 244 seconds)
[11:59:52] *** Guest64868 <Guest64868!~D-Boy@ip-5-135-191-55.rev.chibicloud.net> has quit IRC (Ping timeout: 244 seconds)
[11:59:52] *** Blackshark <Blackshark!~Blackshar@213-133-109-206.clients.your-server.de> has quit IRC (Ping timeout: 244 seconds)
[11:59:52] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Ping timeout: 244 seconds)
[11:59:52] *** fscala_ is now known as fscala
[11:59:53] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[12:00:30] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[12:00:33] *** MerlinDMC <MerlinDMC!~merlin@irc.l0cal.net> has quit IRC (Ping timeout: 246 seconds)
[12:00:33] *** bjoops <bjoops!~bjoo@slacknet.xyz> has quit IRC (Ping timeout: 240 seconds)
[12:00:34] *** misterli <misterli!~misterli@static.69.85.40.188.clients.your-server.de> has quit IRC (Ping timeout: 240 seconds)
[12:01:08] *** arne is now known as Bish
[12:01:25] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has joined #angularjs
[12:01:43] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[12:01:46] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[12:02:07] *** ish <ish!sid1441@gateway/web/irccloud.com/x-lokmvrafuaamtpdn> has quit IRC (Remote host closed the connection)
[12:02:07] *** NullSoldier_ <NullSoldier_!sid892@gateway/web/irccloud.com/x-fvjvthheqgzwelzc> has quit IRC (Remote host closed the connection)
[12:02:07] *** ketherah <ketherah!uid166870@gateway/web/irccloud.com/x-ykyshvnlxtbtivzg> has quit IRC (Remote host closed the connection)
[12:02:07] *** soren <soren!sid124229@ubuntu/member/soren> has quit IRC (Remote host closed the connection)
[12:02:07] *** aphprentice <aphprentice!uid124612@gateway/web/irccloud.com/x-iowmkugcphmpnxjg> has quit IRC (Remote host closed the connection)
[12:02:07] *** jtymes <jtymes!sid128462@gateway/web/irccloud.com/x-irpkqbhrvjapayzw> has quit IRC (Remote host closed the connection)
[12:02:07] *** gojira_ <gojira_!sid120399@gateway/web/irccloud.com/x-mylbylhkupzkvseb> has quit IRC (Remote host closed the connection)
[12:02:07] *** klobucar <klobucar!sid1012@gateway/web/irccloud.com/x-hwfvolwlejqzkpny> has quit IRC (Remote host closed the connection)
[12:02:07] *** johnwl <johnwl!uid166938@gateway/web/irccloud.com/x-hmnohdzgybajybpn> has quit IRC (Remote host closed the connection)
[12:02:07] *** braderhart <braderhart!sid124863@gateway/web/irccloud.com/x-lqiprspekubozbxf> has quit IRC (Remote host closed the connection)
[12:02:07] *** tombee <tombee!sid840@gateway/web/irccloud.com/x-qlwyowykiiyvgwmd> has quit IRC (Remote host closed the connection)
[12:02:07] *** tanepiper <tanepiper!sid491@gateway/web/irccloud.com/x-cqxldhztjwdzxoqp> has quit IRC (Remote host closed the connection)
[12:02:07] *** jpinnix_______ <jpinnix_______!sid1857@gateway/web/irccloud.com/x-hhjttfxluhphdkhl> has quit IRC (Remote host closed the connection)
[12:02:07] *** wycats <wycats!sid79@gateway/web/irccloud.com/x-crweawvltinmjkkm> has quit IRC (Remote host closed the connection)
[12:02:07] *** FritzLakritz <FritzLakritz!sid124208@gateway/web/irccloud.com/x-mzzlakxvjipeuicq> has quit IRC (Remote host closed the connection)
[12:02:07] *** Garrick <Garrick!sid2204@gateway/web/irccloud.com/x-xxieqjlygjjqocxe> has quit IRC (Remote host closed the connection)
[12:02:07] *** cmosguy <cmosguy!sid130111@gateway/web/irccloud.com/x-sxzweoqbgojptcss> has quit IRC (Remote host closed the connection)
[12:02:07] *** geggleto <geggleto!sid128475@gateway/web/irccloud.com/x-iefjnzeznplvkovu> has quit IRC (Remote host closed the connection)
[12:02:59] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[12:03:24] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[12:03:36] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[12:03:46] *** bjoops <bjoops!~bjoo@slacknet.xyz> has joined #angularjs
[12:04:08] *** deepa <deepa!deepy@wrongplanet/deepa> has quit IRC (Quit: meow)
[12:04:24] *** contradictioned <contradictioned!~quassel@2a01:4f8:c17:263d::30> has quit IRC (Quit: No Ping reply in 180 seconds.)
[12:04:39] *** ludjer <ludjer!~ludjer@2a01:4f8:150:72d4::2> has quit IRC (Ping timeout: 260 seconds)
[12:05:07] *** MerlinDMC <MerlinDMC!~merlin@irc.l0cal.net> has joined #angularjs
[12:05:14] *** misterli <misterli!~misterli@static.69.85.40.188.clients.your-server.de> has joined #angularjs
[12:05:17] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[12:05:29] *** Letze <Letze!~Letze@195.218.6.184> has quit IRC (Read error: Connection reset by peer)
[12:05:43] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has joined #angularjs
[12:05:45] *** shinnya <shinnya!~shinnya@249.173.210.220.dy.bbexcite.jp> has joined #angularjs
[12:05:49] *** swaechter <swaechter!swaechter@randa/president/swaechter> has quit IRC (Ping timeout: 260 seconds)
[12:05:57] *** Letze <Letze!~Letze@195.218.6.184> has joined #angularjs
[12:06:05] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has quit IRC (Quit: This computer has gone to sleep)
[12:06:15] *** contradictioned <contradictioned!~quassel@2a01:4f8:c17:263d::30> has joined #angularjs
[12:06:19] *** deepy <deepy!deepy@wrongplanet/deepa> has joined #angularjs
[12:06:24] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has quit IRC (Ping timeout: 260 seconds)
[12:07:01] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has joined #angularjs
[12:07:06] *** ludjer <ludjer!~ludjer@2a01:4f8:150:72d4::2> has joined #angularjs
[12:08:19] *** wycats <wycats!sid79@gateway/web/irccloud.com/x-pdhjlgkpghjwqsgc> has joined #angularjs
[12:08:48] *** D-Boy <D-Boy!~D-Boy@unaffiliated/cain> has joined #angularjs
[12:09:16] *** tanepiper <tanepiper!sid491@gateway/web/irccloud.com/x-fruoanlmtvypaijc> has joined #angularjs
[12:10:07] *** tombee <tombee!sid840@gateway/web/irccloud.com/x-umpynrxcbpufmyuu> has joined #angularjs
[12:10:08] *** NullSoldier_ <NullSoldier_!sid892@gateway/web/irccloud.com/x-fbatskkscgddqshm> has joined #angularjs
[12:10:16] *** klobucar <klobucar!sid1012@gateway/web/irccloud.com/x-zarzfxendxrevigm> has joined #angularjs
[12:11:07] *** ish <ish!sid1441@gateway/web/irccloud.com/x-lyvhhyvkcegjviuf> has joined #angularjs
[12:11:26] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has joined #angularjs
[12:11:45] *** jpinnix_______ <jpinnix_______!sid1857@gateway/web/irccloud.com/x-xxxgtzmgeyrtawxe> has joined #angularjs
[12:11:55] *** SYMV3 <SYMV3!~SYMV3@88.128.80.41> has joined #angularjs
[12:12:03] *** Garrick <Garrick!sid2204@gateway/web/irccloud.com/x-sfxhzsrirntfvvod> has joined #angularjs
[12:13:04] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has joined #angularjs
[12:13:33] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Ping timeout: 240 seconds)
[12:14:06] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[12:15:50] *** Thorup <Thorup!~Thunderbi@80-62-116-184-mobile.dk.customer.tdc.net> has quit IRC (Ping timeout: 260 seconds)
[12:16:13] *** Mr-K <Mr-K!~wtf@host139.186-109-185.telecom.net.ar> has quit IRC (*.net *.split)
[12:16:13] *** Zonakusu` <Zonakusu`!~zonakusu@095-097-007-026.static.chello.nl> has quit IRC (*.net *.split)
[12:16:13] *** SET001 <SET001!~SET@193.111.242.92> has quit IRC (*.net *.split)
[12:16:13] *** yunus <yunus!~yunus@213.74.78.18> has quit IRC (*.net *.split)
[12:16:13] *** rscata <rscata!~cata@5.2.202.145> has quit IRC (*.net *.split)
[12:16:13] *** netameta <netameta!~netameta@24-158-130-85.dhcp.kgpt.tn.charter.com> has quit IRC (*.net *.split)
[12:16:13] *** NomadJim_ <NomadJim_!~NomadJim@pdpc/supporter/active/nomadjim> has quit IRC (*.net *.split)
[12:16:13] *** sharkasdf <sharkasdf!~Mike@162.216.46.45> has quit IRC (*.net *.split)
[12:16:13] *** Guest28821 <Guest28821!~quassel@76.79-160-146.customer.lyse.net> has quit IRC (*.net *.split)
[12:16:13] *** synalx <synalx!~alx@216.218.193.98> has quit IRC (*.net *.split)
[12:16:13] *** romanovic <romanovic!~romanovic@puritynine.com> has quit IRC (*.net *.split)
[12:16:13] *** monokrome <monokrome!~monokrome@54.88.139.115> has quit IRC (*.net *.split)
[12:16:13] *** Voltasalt <Voltasalt!~Voltasalt@5.101.100.240> has quit IRC (*.net *.split)
[12:16:13] *** step1step2 <step1step2!~step1step@p4FE0AE7C.dip0.t-ipconnect.de> has quit IRC (*.net *.split)
[12:16:13] *** _ds82 <_ds82!~dennis@udyr.ds82.de> has quit IRC (*.net *.split)
[12:16:13] *** crusty <crusty!~unknown@unaffiliated/amt> has quit IRC (*.net *.split)
[12:16:13] *** Chiefen <Chiefen!~mikaejo@itphone.edstud.chalmers.se> has quit IRC (*.net *.split)
[12:16:13] *** kaw <kaw!~kwe@130.255.73.84> has quit IRC (*.net *.split)
[12:16:13] *** TankBo <TankBo!stefan@boxbox.org> has quit IRC (*.net *.split)
[12:21:16] *** tristanp <tristanp!~tristanp@c-73-97-174-176.hsd1.wa.comcast.net> has quit IRC (Read error: Connection reset by peer)
[12:21:49] *** tristanp <tristanp!~tristanp@c-73-97-174-176.hsd1.wa.comcast.net> has joined #angularjs
[12:22:23] <arlekin> icebox: i did fix my datepicker issue, i manually erease input element value through $element, not elegant but works
[12:22:30] *** deepy <deepy!deepy@wrongplanet/deepa> has quit IRC (Read error: Connection reset by peer)
[12:22:44] *** deepy <deepy!deepy@wrongplanet/deepa> has joined #angularjs
[12:23:03] *** warpx <warpx!~warpx@go.gxp.world> has quit IRC (Ping timeout: 240 seconds)
[12:23:19] *** ludjer <ludjer!~ludjer@2a01:4f8:150:72d4::2> has quit IRC (Ping timeout: 260 seconds)
[12:23:21] <arlekin> also didn't manage to exactly reproduce my issue in plnkr so i wonder if it isn't somehow related to versioning (though i think not) and or maybe some weird edge cases due to embedded components
[12:23:34] *** contradictioned <contradictioned!~quassel@2a01:4f8:c17:263d::30> has quit IRC (Quit: No Ping reply in 180 seconds.)
[12:23:37] <icebox> arlekin: nice
[12:23:45] <arlekin> hate those brute-force solutions, but ain't got time for being stuck no more
[12:24:48] <arlekin> as i said angular-material would make a great gal in many aspects
[12:24:57] <arlekin> its cute, pretty, smart
[12:25:03] *** __alex_ <__alex_!~alex@wisdom.tricnet.de> has quit IRC (Ping timeout: 240 seconds)
[12:25:04] <arlekin> and sucks soo much :P
[12:25:04] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has quit IRC (Ping timeout: 260 seconds)
[12:25:10] *** contradictioned <contradictioned!~quassel@2a01:4f8:c17:263d::30> has joined #angularjs
[12:25:24] <arlekin> #sexismInTech
[12:25:37] *** ludjer <ludjer!~ludjer@2a01:4f8:150:72d4::2> has joined #angularjs
[12:25:42] *** __alex <__alex!~alex@wisdom.tricnet.de> has joined #angularjs
[12:25:50] *** cytrinox <cytrinox!~cyx@mail.chaospixel.com> has joined #angularjs
[12:26:47] *** warpx <warpx!~warpx@go.gxp.world> has joined #angularjs
[12:29:57] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 260 seconds)
[12:30:23] *** gojira_ <gojira_!sid120399@gateway/web/irccloud.com/x-rymjnmvrfnvgwkda> has joined #angularjs
[12:33:24] *** Daerist <Daerist!~Daerist@2001:660:4701:6001:edde:204a:3411:4a72> has quit IRC (Quit: Leaving)
[12:33:57] *** FritzLakritz <FritzLakritz!sid124208@gateway/web/irccloud.com/x-pdsmchylmmbvrxay> has joined #angularjs
[12:34:01] *** soren <soren!sid124229@ubuntu/member/soren> has joined #angularjs
[12:34:27] *** aphprentice <aphprentice!uid124612@gateway/web/irccloud.com/x-klyihfcdudquweey> has joined #angularjs
[12:34:45] *** mit <mit!0ec3eea0@gateway/web/freenode/ip.14.195.238.160> has joined #angularjs
[12:34:46] <mit> join
[12:34:49] *** braderhart <braderhart!sid124863@gateway/web/irccloud.com/x-dshfuvhctuoqnrfy> has joined #angularjs
[12:35:33] *** mit <mit!0ec3eea0@gateway/web/freenode/ip.14.195.238.160> has quit IRC (Client Quit)
[12:37:09] *** jtymes <jtymes!sid128462@gateway/web/irccloud.com/x-qzqkcnelenhlljzt> has joined #angularjs
[12:37:12] *** geggleto <geggleto!sid128475@gateway/web/irccloud.com/x-rwlcbjrqevpqykuq> has joined #angularjs
[12:37:25] *** svycka <svycka!~vytautas@89.249.92.142> has quit IRC (Ping timeout: 260 seconds)
[12:38:08] *** cmosguy <cmosguy!sid130111@gateway/web/irccloud.com/x-yxsqpzueunsgusfj> has joined #angularjs
[12:39:42] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Remote host closed the connection)
[12:39:55] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[12:40:07] *** b0x <b0x!~b0x@unaffiliated/b0x> has quit IRC (Quit: b0x)
[12:40:26] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[12:40:29] *** nilsi <nilsi!~nilsi@183.101.241.130> has joined #angularjs
[12:40:31] *** swaechter <swaechter!swaechter@randa/president/swaechter> has joined #angularjs
[12:41:30] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Ping timeout: 260 seconds)
[12:41:38] <arlekin> since not much is happening here at the moment, i have slightly offtopic question
[12:41:48] <arlekin> using npm outside of node development
[12:42:13] <arlekin> ie main (only) way to get angular-material without manually building it is via npm (or bower)
[12:42:20] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[12:42:43] <arlekin> and while i do understand the sense of bower, i'd like some confirmation of validity of npm for frontend stuff
[12:42:51] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[12:43:08] <arlekin> i do realize its much easier to do npm install instead of manually downloading script from web
[12:43:17] <arlekin> plus versioning and all that
[12:43:26] <arlekin> but how that works for client side ?
[12:43:48] <arlekin> i mean, in my mind, npm is for node like pip for python
[12:43:59] *** jtimon <jtimon!~quassel@4.28.134.37.dynamic.jazztel.es> has joined #angularjs
[12:44:03] <arlekin> and i understand that relation, but with frontend js...
[12:44:22] *** jagadeesh_ <jagadeesh_!75c915db@gateway/web/freenode/ip.117.201.21.219> has joined #angularjs
[12:44:59] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has joined #angularjs
[12:45:10] *** mischat <mischat!~mischat@92.40.248.63.threembb.co.uk> has joined #angularjs
[12:45:21] *** Lynxium <Lynxium!~Lynxium@bzq-84-109-128-19.cablep.bezeqint.net> has quit IRC (Ping timeout: 246 seconds)
[12:45:34] *** sharkasdf <sharkasdf!~Mike@162.216.46.45> has joined #angularjs
[12:45:52] <jagadeesh_> Hi i am new to angularjs and developing my first android app using ionic framwork.
[12:46:01] *** ketherah <ketherah!uid166870@gateway/web/irccloud.com/x-xligrnsjujunxdac> has joined #angularjs
[12:46:01] *** johnwl <johnwl!uid166938@gateway/web/irccloud.com/x-doshroxqmakmuzmt> has joined #angularjs
[12:46:18] <jagadeesh_> I could not ge $state.go correctly
[12:46:24] <jagadeesh_> can anyone here help me out
[12:46:40] <jagadeesh_> my state config
[12:46:43] *** rscata <rscata!~cata@5.2.202.145> has joined #angularjs
[12:46:52] <jagadeesh_> app.config(function($stateProvider, $urlRouterProvider) { $stateProvider .state('login', { url: "/login", cache: false, templateUrl: "templates/login.html", controller:"loginCtrl" }) .state('search', { url: "/search", cache: false, templateUrl: "templates/search.html", controller:"searchCtrl" }); $urlRouterProvider.otherwise("/login"); });
[12:46:52] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has quit IRC (Remote host closed the connection)
[12:46:56] <ngWalrus> don't paste code here
[12:47:00] <jagadeesh_> sry
[12:48:03] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[12:48:04] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has joined #angularjs
[12:48:18] <arlekin> icebox: you said recently you aare using npm, could you clarify it for me a bit ?
[12:48:25] *** jlebrech_ <jlebrech_!~jlebrech@109.109.143.238> has joined #angularjs
[12:49:24] *** soee_ <soee_!~soee@bin246.neoplus.adsl.tpnet.pl> has joined #angularjs
[12:49:29] <ngWalrus> jagadeesh_ your error is somewhere else
[12:49:34] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 258 seconds)
[12:49:47] *** Blackshark <Blackshark!~Blackshar@213-133-109-206.clients.your-server.de> has joined #angularjs
[12:49:47] *** Mr-K <Mr-K!~wtf@host139.186-109-185.telecom.net.ar> has joined #angularjs
[12:49:47] *** yunus <yunus!~yunus@213.74.78.18> has joined #angularjs
[12:49:47] *** SET001 <SET001!~SET@193.111.242.92> has joined #angularjs
[12:49:47] *** netameta <netameta!~netameta@24-158-130-85.dhcp.kgpt.tn.charter.com> has joined #angularjs
[12:49:47] *** NomadJim_ <NomadJim_!~NomadJim@pdpc/supporter/active/nomadjim> has joined #angularjs
[12:49:47] *** Guest28821 <Guest28821!~quassel@76.79-160-146.customer.lyse.net> has joined #angularjs
[12:49:47] *** synalx <synalx!~alx@216.218.193.98> has joined #angularjs
[12:49:47] *** romanovic <romanovic!~romanovic@puritynine.com> has joined #angularjs
[12:49:47] *** monokrome <monokrome!~monokrome@54.88.139.115> has joined #angularjs
[12:49:47] *** Voltasalt <Voltasalt!~Voltasalt@5.101.100.240> has joined #angularjs
[12:49:47] *** step1step2 <step1step2!~step1step@p4FE0AE7C.dip0.t-ipconnect.de> has joined #angularjs
[12:49:47] *** _ds82 <_ds82!~dennis@udyr.ds82.de> has joined #angularjs
[12:49:47] *** crusty <crusty!~unknown@unaffiliated/amt> has joined #angularjs
[12:49:47] *** Chiefen <Chiefen!~mikaejo@itphone.edstud.chalmers.se> has joined #angularjs
[12:49:47] *** TankBo <TankBo!stefan@boxbox.org> has joined #angularjs
[12:49:51] *** vinzusama <vinzusama!~Vinzu@AClermont-Ferrand-652-1-338-143.w90-4.abo.wanadoo.fr> has joined #angularjs
[12:50:05] *** whiskey_soda <whiskey_soda!~textual@184.75.223.211> has joined #angularjs
[12:50:18] <jagadeesh_> My controller part
[12:50:19] *** SET001 <SET001!~SET@193.111.242.92> has quit IRC (Write error: Connection reset by peer)
[12:50:19] *** monokrome <monokrome!~monokrome@54.88.139.115> has quit IRC (Max SendQ exceeded)
[12:50:30] *** ki__ <ki__!~kwe@130.255.73.84> has joined #angularjs
[12:50:48] *** plutoniix <plutoniix!~q@110.77.132.109> has quit IRC (Quit: จรลี จรลา)
[12:51:15] *** svycka <svycka!~vytautas@89.249.92.142> has joined #angularjs
[12:51:31] <jagadeesh_> @ngWalrus. I have attached my controller
[12:51:45] <ngWalrus> so what's the usecase here
[12:52:47] *** Alex231 <Alex231!~Alex231@host-92-13-88-187.as43234.net> has joined #angularjs
[12:52:50] *** monokrome <monokrome!~monokrome@54.88.139.115> has joined #angularjs
[12:53:16] <jagadeesh_> <ngWalrus> A login page which authenticated username and password and moves to another page
[12:53:30] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has joined #angularjs
[12:54:31] *** meum_ <meum_!5cdc1f12@gateway/web/freenode/ip.92.220.31.18> has joined #angularjs
[12:54:40] <jagadeesh_> @ngWalrus. I am getting from server properly for authentication
[12:54:59] <ngWalrus> well the issue isn't with state.go
[12:55:17] <ngWalrus> you are treating async code like it was synchronous
[12:55:21] <jagadeesh_> @ngWalrus. The page transition occurs when i reload ionic serve
[12:55:51] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:4ce3:1a9a:fe95:d119> has joined #angularjs
[12:56:05] <ngWalrus> you should post a minimal working plunkr if you want a concrete answer
[12:56:22] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[12:56:23] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has quit IRC (Remote host closed the connection)
[12:58:23] *** SET001 <SET001!~SET@193.111.242.92> has joined #angularjs
[12:58:46] <DarkPsy> How would you go about translating the page based on an ajax response in angular?
[12:58:46] *** stefanotorresi_ <stefanotorresi_!~etienne`@84.222.149.59> has quit IRC (Ping timeout: 244 seconds)
[12:59:38] <DarkPsy> I have a couple of templates setup but obviously cannot load the right one as I can't and shouldn't do any processing in the config app.js
[12:59:46] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[13:00:08] <ngWalrus> see how angular translate does it
[13:00:27] *** u0m3 <u0m3!~u0m3@86.120.82.37> has quit IRC (Quit: Leaving)
[13:00:45] *** leolrrj <leolrrj!~leolrrj@2601:580:c000:8ba:4ce3:1a9a:fe95:d119> has quit IRC (Ping timeout: 260 seconds)
[13:01:18] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no znc)
[13:01:20] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 260 seconds)
[13:01:20] *** davi <davi!~davi@gnu/davi> has quit IRC (Ping timeout: 260 seconds)
[13:02:43] *** mosulica <mosulica!~textual@82.208.160.88> has joined #angularjs
[13:03:02] *** one_zero <one_zero!~one_zero@ip68-5-177-152.oc.oc.cox.net> has quit IRC ()
[13:03:22] *** jottr_ <jottr_!~jottr@unaffiliated/jottr> has quit IRC (Quit: WeeChat 1.5)
[13:03:25] <DarkPsy> Thanks a lot ngWalrus!
[13:03:25] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[13:04:25] <arlekin> meum_: you did not put <ng-transclude> nowhere in your template so angular does not know where to put stuff
[13:04:30] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[13:05:02] <arlekin> meum_: btw it seems you got the exact same answer yesterday
[13:05:07] <arlekin> meum_: so what gives ?
[13:05:33] *** Mizar <Mizar!~benjamin@host98-75-static.225-95-b.business.telecomitalia.it> has joined #angularjs
[13:05:59] <jagadeesh_> @ngWalrus. Its not appearing as it should
[13:06:38] <meum_> arlekin, i am using the transclude() function in link and appending it manually to the element, my question is why that doesn't work
[13:09:09] <ngWalrus> jagadeesh_ well it isn't a working plunkr then
[13:09:28] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has joined #angularjs
[13:09:32] <jagadeesh_> yes i dont know what is the problem
[13:09:43] <jagadeesh_> but i could see it on my browser
[13:10:01] <arlekin> meum_: how are you going to transclude anything into ng-repeated items ??
[13:10:23] <arlekin> meum_: i mean, whats the point ?
[13:11:40] <ngWalrus> jagadeesh_ you have errors in your console
[13:11:49] <ngWalrus> or in your code rather
[13:12:03] *** Mizar <Mizar!~benjamin@host98-75-static.225-95-b.business.telecomitalia.it> has left #angularjs
[13:12:13] <arlekin> meum_: what are you trying to achieve in general ?
[13:12:22] <arlekin> !xyproblem
[13:12:33] *** fuchstronaut <fuchstronaut!~fuchstron@unaffiliated/fuchstronaut> has quit IRC ()
[13:12:33] <arlekin> seriously...
[13:12:36] <arlekin> !commands
[13:12:56] <jagadeesh_> @ngWalrus can you help me sort it
[13:13:12] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[13:13:15] <jagadeesh_> The page navigates when i refresh from ionic serve
[13:13:20] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has quit IRC (Quit: leaving)
[13:13:34] <jagadeesh_> but is does not navigates when in press submit button
[13:14:03] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has quit IRC (Client Quit)
[13:14:35] *** mischat <mischat!~mischat@92.40.248.63.threembb.co.uk> has quit IRC (Remote host closed the connection)
[13:14:45] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has joined #angularjs
[13:15:06] <ngWalrus> I already told you that you are treating async code as synchronous code
[13:15:11] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.6> has joined #angularjs
[13:15:34] <meum_> arlekin: the item in ng-repeat will have an optional template, in link i will either use $compile on that or use transclusion for the items without their own template. i can solve it with ng-transclude like you said, but now i'm more curious about the weird behavior in that jsfiddle
[13:16:09] <ngWalrus> jagadeesh_ meaning that the if block is running before the http post is resolved
[13:16:41] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Ping timeout: 244 seconds)
[13:16:50] <ngWalrus> also using == instead of === can cause problems later on
[13:17:05] <arlekin> meum_: i see, well i can't help you right now unfortunately
[13:17:38] <ngWalrus> also xyproblem.info is really good
[13:17:41] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[13:18:18] <arlekin> ngWalrus: added bot command for it (who would knew that it wasn't added already)
[13:18:24] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[13:18:39] <jagadeesh_> @ngWalrus i dont have problem with that i can validate username and password using ==
[13:19:19] <jagadeesh_> @ngWalrus Its not working even without http request. Like change page on form submit
[13:19:53] *** xdotcommer <xdotcommer!~xdotcomme@70.52.6.239> has quit IRC ()
[13:20:11] <ngWalrus> provide a minimal working plunkr and I'll show you how to fix it
[13:20:16] <icebox> arlekin: sorry, I was away... npm as package manager and build workflow with scripts
[13:20:44] <ngWalrus> I'm a bit busy at the moment so I don't have time to sort it out
[13:20:45] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 276 seconds)
[13:20:52] <arlekin> icebox: no worries, i feel that recently im bothering you too much as it is
[13:21:25] <icebox> arlekin: no no :) I am on vacation and I was out of home :)
[13:21:38] <arlekin> icebox: even worse, im bothering you on vacation
[13:21:39] *** ngbot <ngbot!~ngbot@192.30.252.46> has joined #angularjs
[13:21:39] <ngbot> angular.js/master 87eff27 Martin Staffa: fix(select): remove workaround for Chrome bug...
[13:21:39] *** ngbot <ngbot!~ngbot@192.30.252.46> has left #angularjs
[13:21:40] *** Perkol <Perkol!~Perkol@nat4-minsk-pool-46-53-177-64.telecom.by> has joined #angularjs
[13:21:45] *** moeabdol1 <moeabdol1!~moeabdol@136.0.0.6> has quit IRC (Ping timeout: 260 seconds)
[13:21:49] *** ahandy <ahandy!uid41870@gateway/web/irccloud.com/x-sapraphqnckygbcq> has joined #angularjs
[13:21:54] *** ngbot <ngbot!~ngbot@192.30.252.40> has joined #angularjs
[13:21:54] <ngbot> angular.js/master 8e55b78 Martin Staffa: fix(ngSanitize): call attribute setter in linky for all links...
[13:21:54] *** ngbot <ngbot!~ngbot@192.30.252.40> has left #angularjs
[13:22:56] *** ngbot <ngbot!~ngbot@192.30.252.46> has joined #angularjs
[13:22:56] <ngbot> angular.js/v1.5.x c4fad6a Martin Staffa: fix(ngSanitize): call attribute setter in linky for all links...
[13:22:56] *** ngbot <ngbot!~ngbot@192.30.252.46> has left #angularjs
[13:26:48] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has joined #angularjs
[13:26:55] *** mralex <mralex!~user@185.8.92.146> has joined #angularjs
[13:27:19] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has joined #angularjs
[13:27:48] <mralex> Hi. I have a question.
[13:28:13] <arlekin> mralex: we both have and have not an answer
[13:28:18] <grug> cool - ask it!
[13:28:23] <arlekin> its in superposition
[13:28:29] <arlekin> until you ask and collapse the field
[13:28:33] *** ngbot <ngbot!~ngbot@192.30.252.46> has joined #angularjs
[13:28:33] <ngbot> angular.js/master 146dad7 Wesley Cho: docs($animate): detail options object...
[13:28:33] *** ngbot <ngbot!~ngbot@192.30.252.46> has left #angularjs
[13:29:03] <mralex> I am retrieving a simple one word string from my database and getting it via $http and JSON. The word is quite important when in comes to case in the logic but in the view I need to capitalise the first letter.
[13:29:13] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[13:29:13] <ngbot> angular.js/v1.5.x aab6825 Wesley Cho: docs($animate): detail options object...
[13:29:13] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[13:29:14] <mralex> Should I capitalise it server side
[13:29:21] <mralex> or use angular filter ?
[13:30:37] <mralex> or does it really not matter?
[13:30:58] <grug> personally i'd just write a filter to do it as i like to keep the back end as dumb as possible
[13:31:07] <grug> as other things using that endpoint might not want the data to be capitalised
[13:31:20] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:3dc1:2d51:40da:22ec> has joined #angularjs
[13:31:27] <mralex> yeh great
[13:31:28] <mralex> thanks
[13:31:37] <mralex> Thats what I though too. Cheers for the confirmation.
[13:31:40] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has quit IRC (Ping timeout: 244 seconds)
[13:32:27] <grug> it also means you can reuse that filter for other things should you need to do that in the future
[13:32:50] <mralex> cool thanks.
[13:32:53] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[13:33:16] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[13:33:18] *** jlebrech_ <jlebrech_!~jlebrech@109.109.143.238> has quit IRC (Remote host closed the connection)
[13:33:42] *** Khurshid <Khurshid!7ab19118@gateway/web/freenode/ip.122.177.145.24> has joined #angularjs
[13:33:46] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[13:33:52] <Khurshid> hi
[13:33:57] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[13:34:04] <Khurshid> hello
[13:34:09] <Khurshid> any one here
[13:34:17] <Khurshid> i have a problem
[13:34:22] <Khurshid> with angularjs
[13:34:24] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Read error: Connection reset by peer)
[13:34:34] <Khurshid> hello
[13:34:41] *** trovster <trovster!~trovster@cpc99472-lich12-2-0-cust3260.3-2.cable.virginm.net> has joined #angularjs
[13:34:53] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[13:35:06] <grug> just ask your question
[13:35:30] <Khurshid> i wanna remove # from url
[13:35:48] *** tarnus <tarnus!~tarnus@2602:306:ccaa:9790:3dc1:2d51:40da:22ec> has quit IRC (Ping timeout: 250 seconds)
[13:35:51] <arlekin> icebox: nice, recently im pondering making a twitter account
[13:36:18] <arlekin> icebox: but then i pause and i wait for that feeling to pass
[13:36:20] *** Thorup <Thorup!~Thunderbi@80-62-116-184-mobile.dk.customer.tdc.net> has joined #angularjs
[13:36:51] <arlekin> Khurshid: i think that it wouldn't be entirely unreasonable to assume its not possible
[13:36:52] <icebox> arlekin: well... I have been using only to stay up to date with the tech news :)
[13:37:05] <arlekin> icebox: the only reason im actually even considering it
[13:37:11] <icebox> Khurshid: you may give a look html5mode
[13:37:23] <arlekin> but then again i feel like im enough up to date
[13:37:33] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[13:37:50] <Khurshid> i tried
[13:38:03] <Khurshid> but it din't work
[13:38:05] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Remote host closed the connection)
[13:38:21] <Khurshid> i have 5 projects in one solution
[13:38:43] <mralex> "<button (click)="clicked()">" <- is that Angular 2 syntax?
[13:39:47] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 258 seconds)
[13:40:09] <jagadeesh_> @ngWalrus can you help me with the above codepen
[13:40:28] <ngWalrus> that's what I'm getting
[13:41:07] <Khurshid> hello iceBox::::
[13:41:46] <ngWalrus> jagadeesh_ it's working as expected
[13:42:06] <ngWalrus> add searchCtrl and you'll see it'll work as expected
[13:42:51] <jagadeesh_> Can u tell me how u compiled the code. Coz iam just using notepad
[13:43:18] <ngWalrus> I just used the codepen
[13:44:01] <jagadeesh_> where should i add searchCtrl .
[13:44:24] <ngWalrus> Anywhere you want :)
[13:46:45] *** noobsu <noobsu!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Remote host closed the connection)
[13:47:17] *** brollypop <brollypop!~brollypop@195.178.115.1> has joined #angularjs
[13:47:39] *** brollypop <brollypop!~brollypop@195.178.115.1> has quit IRC (Client Quit)
[13:48:41] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[13:50:25] *** Baadier <Baadier!~Baadier@169.255.34.248> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[13:50:25] *** whiskey_soda <whiskey_soda!~textual@184.75.223.211> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[13:52:16] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has joined #angularjs
[13:52:18] *** absinthe_ <absinthe_!~absinthe@55d4cb47.access.ecotel.net> has joined #angularjs
[13:52:35] <jagadeesh_> @ngWalrus. Thankyou for your help
[13:52:55] <jagadeesh_> I should add controller to the app.js file
[13:53:19] <jagadeesh_> @ngWalrus thank you
[13:55:07] *** absinthe <absinthe!~absinthe@55d4e6de.access.ecotel.net> has quit IRC (Ping timeout: 260 seconds)
[13:55:18] *** trovster <trovster!~trovster@cpc99472-lich12-2-0-cust3260.3-2.cable.virginm.net> has quit IRC (Quit: trovster)
[13:55:36] *** tangorri <tangorri!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Ping timeout: 244 seconds)
[13:56:12] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[13:56:12] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no znc)
[13:56:23] *** jagadeesh_ <jagadeesh_!75c915db@gateway/web/freenode/ip.117.201.21.219> has quit IRC (Quit: Page closed)
[13:58:21] <Khurshid> @ngWalrus: can u help me
[13:58:27] <Khurshid> i have a problem
[13:58:29] *** maucar <maucar!~maurizioc@c-24-62-42-67.hsd1.ma.comcast.net> has joined #angularjs
[13:58:53] *** fedenunez <fedenunez!~fede@r167-60-101-243.dialup.adsl.anteldata.net.uy> has joined #angularjs
[14:00:19] *** tarnus <tarnus!~tarnus@108-202-169-121.lightspeed.spfdmo.sbcglobal.net> has joined #angularjs
[14:01:03] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[14:02:39] *** Daerist <Daerist!~Daerist@wifi-eduroam-0-230.u-strasbg.fr> has joined #angularjs
[14:03:19] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has joined #angularjs
[14:03:21] <Khurshid> @ngWarlus how to remove # from url. i tried html5mode but didn't work
[14:05:08] <grug> it does work
[14:05:35] <grug> there you go :)
[14:05:51] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Remote host closed the connection)
[14:06:07] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[14:06:14] *** mischat <mischat!~mischat@195.40.10.116> has joined #angularjs
[14:06:36] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has quit IRC (Quit: Computer has gone to sleep.)
[14:07:35] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[14:08:51] *** BadApe_ <BadApe_!~badape@cpc92712-cmbg20-2-0-cust161.5-4.cable.virginm.net> has quit IRC (Ping timeout: 276 seconds)
[14:09:04] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[14:09:22] *** encryptd_fractal <encryptd_fractal!~encryptd_@c-24-7-238-5.hsd1.mn.comcast.net> has quit IRC (Remote host closed the connection)
[14:09:56] *** encryptd_fractal <encryptd_fractal!~encryptd_@2601:449:8301:59dd:da8:1a9:fe18:5de1> has joined #angularjs
[14:11:03] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[14:11:11] *** wtf_ <wtf_!~wtf@181.111.3.27> has joined #angularjs
[14:12:33] *** gho5t <gho5t!~chatzilla@173.225.52.242> has joined #angularjs
[14:13:09] *** Mr-K <Mr-K!~wtf@host139.186-109-185.telecom.net.ar> has quit IRC (Ping timeout: 244 seconds)
[14:14:03] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 276 seconds)
[14:14:16] *** davi <davi!~davi@gnu/davi> has quit IRC (Ping timeout: 272 seconds)
[14:14:54] *** encryptd_fractal <encryptd_fractal!~encryptd_@2601:449:8301:59dd:da8:1a9:fe18:5de1> has quit IRC (Ping timeout: 272 seconds)
[14:15:24] <Khurshid> @grug i tried this
[14:16:33] <Khurshid> i have 5 projects in single solution. one for data layer ,another for entity and another for API and one enother for Client app
[14:16:55] <grug> 5 projects?!
[14:16:56] <grug> why?
[14:17:10] <grug> also, not sure why that will have a bearing on whether or not html5mode works
[14:17:49] <Khurshid> i tried many times
[14:18:47] <grug> well, that is the way to do it
[14:18:51] <grug> can you share your code?
[14:18:53] <Khurshid> is there any solution any body
[14:19:31] *** BeerLover <BeerLover!~abhyuditj@122.176.140.182> has quit IRC (Quit: Leaving)
[14:19:45] <grug> yes
[14:19:48] <grug> i linked the solution
[14:21:13] *** Nicky <Nicky!3d0c2373@gateway/web/freenode/ip.61.12.35.115> has joined #angularjs
[14:21:22] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 260 seconds)
[14:21:32] <Nicky> hi
[14:22:12] *** Perkol <Perkol!~Perkol@nat4-minsk-pool-46-53-177-64.telecom.by> has quit IRC (Quit: Leaving)
[14:23:15] *** Nicky <Nicky!3d0c2373@gateway/web/freenode/ip.61.12.35.115> has quit IRC (Client Quit)
[14:24:17] *** erol_ <erol_!~erol@AOrleans-656-1-74-30.w86-220.abo.wanadoo.fr> has quit IRC (Remote host closed the connection)
[14:25:12] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has joined #angularjs
[14:26:26] <Khurshid> oh sorry #grug
[14:26:33] <d0gmata> Hi all, anyone aware of a way to use the current element (ideally it's id but the whole object would do) inside ng-model ?
[14:26:39] <Khurshid> ican't share the code
[14:26:53] <grug> then you're probably SOL
[14:27:53] <ngWalrus> !xyproblem
[14:27:55] <ngWalrus> d0gmata
[14:29:47] <Khurshid> did any one done with more than one project in one solution
[14:30:17] <icebox> Khurshid: you don't need to show us your secret code... but you need to narrow the issue and show us the pattern you are using about the issue... all this using a very minimal plunker (usually a few lines of code long), if you want to get any concrete help
[14:31:14] <icebox> Khurshid: otherwise you can stay here asking for abstract and general questions without getting any concrete answer unless guess and educated replies
[14:31:40] *** avramel <avramel!~avramel11@173.94.186.158> has joined #angularjs
[14:32:38] <d0gmata> ngWalrus ... point taken it was a long story but i'll try. so i have a tables with rows (the rows are generated server side and in my client side application i'm trying to bind the input in each row to a dynamic item in the model. I've ben able to use ng-init on the row to create the model values (in an array), now i want to bind the inputs to the model. to do this i need a 'row index' but seeing as i can't use
[14:32:38] <d0gmata> ng-repeat though of applying a filter to the input's id (which contains the row's index) and use that for example ng-model="rowData[(input.id | getIndexFromId)].valueX"
[14:33:05] <d0gmata> and i can't chnage how the server side generates the rows
[14:33:11] *** absinthe <absinthe!~absinthe@55d4cb47.access.ecotel.net> has joined #angularjs
[14:33:22] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[14:33:50] *** absinthe_ <absinthe_!~absinthe@55d4cb47.access.ecotel.net> has quit IRC (Ping timeout: 258 seconds)
[14:34:00] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has joined #angularjs
[14:35:01] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has joined #angularjs
[14:35:40] <ngWalrus> you could just use plain old javascript
[14:35:57] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has joined #angularjs
[14:36:23] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[14:36:50] *** rho <rho!~rho@drupal.org/user/114058/view> has joined #angularjs
[14:37:11] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[14:37:54] <d0gmata> to bind the values? or for the whole project? could you elaborate cheers
[14:38:59] <himanshu> Hi, I am writing angular 1.x app for a startup. It's our internal product. My question is that : I have included all angular libs, controllers, and services JS files in index.html page itself. Is this correct way to do it ? I am new to angularjs.
[14:39:28] <ngWalrus> himanshu yes
[14:39:41] <ngWalrus> you also need to inject them in to your actual app too
[14:39:51] <icebox> himanshu: yes
[14:40:01] *** Mj <Mj!b64bcb12@gateway/web/freenode/ip.182.75.203.18> has joined #angularjs
[14:40:25] *** Mj is now known as Guest78521
[14:40:27] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[14:40:50] <icebox> himanshu: you may read John Papa or Todd Motto code style guide about that
[14:40:52] <himanshu> ok. I see on other's code snippet that they use require('angular'); on the script they want.
[14:40:52] *** Thorup <Thorup!~Thunderbi@80-62-116-184-mobile.dk.customer.tdc.net> has quit IRC (Quit: Thorup)
[14:41:10] <d0gmata> himanshu yes, although i usually keep controllers, directives etc in separate files and use grunt to merge them into a single app.js file that i then include in the index.html
[14:41:19] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Remote host closed the connection)
[14:41:29] <icebox> himanshu: that is called "browersify"... another approach, same result
[14:42:00] <icebox> himanshu: how to package and deploy your code is a very opinionated topic :)
[14:42:10] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has joined #angularjs
[14:42:28] <icebox> himanshu: your approach is the minimal and standard one
[14:42:29] <himanshu> icebox: Right now I tried browserify and uglify to merge them into one app.js file. But it was giving me error.
[14:42:45] <icebox> himanshu: is this another question? :)
[14:42:50] <himanshu> yes :P
[14:43:21] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[14:43:38] *** Khurshid <Khurshid!7ab19118@gateway/web/freenode/ip.122.177.145.24> has quit IRC (Ping timeout: 250 seconds)
[14:43:54] <himanshu> ahh. I will correct that myself. np. Thanks ngWalrus , d0gmata and icebox for reply.
[14:44:08] <icebox> himanshu: browserify and uglify are two distinct tasks... you should narrow what is the offending command
[14:44:45] <icebox> himanshu: if you uglify angular code, you should be aware to write the code with array notation style
[14:45:28] <icebox> himanshu: unless you are intending you get an error during the build process (vs. runtime)
[14:45:32] <d0gmata> theres a grunt plugin for that too which ensure's your are injecting properly ng-annotate i think it's called
[14:46:02] <grug> there is - and it's recommended to use it in the angular styleguide
[14:46:11] <grug> all hail john papa
[14:46:12] * grug bows
[14:46:42] *** noobsu_ <noobsu_!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[14:46:42] <ngWalrus> wasn't there some angular setting you could use too
[14:46:46] <ngWalrus> I forget which one it was
[14:47:58] <icebox> ngWalrus: myController.$inject = ["dep1", ...]
[14:50:56] <ngWalrus> Strict DI mode
[14:51:15] *** JBreit2 is now known as JBreit
[14:51:26] <ngWalrus> that way you actually get info if you are not injecting correctly before having to build
[14:51:27] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has joined #angularjs
[14:53:10] *** smokeo <smokeo!~smokeo@207.219.39.95> has joined #angularjs
[14:53:11] *** smokeo <smokeo!~smokeo@207.219.39.95> has quit IRC (Remote host closed the connection)
[14:53:25] *** vjacob <vjacob!05393252@gateway/web/freenode/ip.5.57.50.82> has quit IRC (Quit: Page closed)
[14:53:46] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has quit IRC (Quit: leaving)
[14:57:57] *** sbeex <sbeex!5bc64f1e@gateway/web/cgi-irc/kiwiirc.com/ip.91.198.79.30> has joined #angularjs
[14:57:59] <sbeex> hello devs
[14:58:35] *** c0ld <c0ld!~lucas@187.180.163.89> has joined #angularjs
[14:58:40] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[14:58:47] <ngWalrus> phew
[14:59:06] <sbeex> I have a done a component with angular 1.5 and I would like to see the ng-model value on init() is it possible ?
[14:59:08] <ngWalrus> making a long-click/touch directive took longer than expected
[14:59:12] <sbeex> It says to me undefined..
[15:00:20] *** calamity <calamity!~calamity@14-201-210-24.tpgi.com.au> has quit IRC (Ping timeout: 260 seconds)
[15:00:51] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[15:01:35] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[15:01:58] <ngWalrus> code?
[15:02:01] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has joined #angularjs
[15:03:18] *** elsevero_ <elsevero_!~elsevero@82.77.50.197> has joined #angularjs
[15:03:22] <sbeex> icebox: yes i tried but it says undefined too
[15:03:27] *** elsevero <elsevero!~elsevero@82.77.50.197> has quit IRC (Ping timeout: 276 seconds)
[15:03:27] *** elsevero_ is now known as elsevero
[15:03:34] <icebox> sbeex: code? :)
[15:03:44] <sbeex> 2sec :p
[15:04:12] *** Guest78521 <Guest78521!b64bcb12@gateway/web/freenode/ip.182.75.203.18> has quit IRC (Quit: Page closed)
[15:04:14] <icebox> sbeex: working plunker... unless you can debug the gist :)
[15:04:43] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[15:04:48] <sbeex> well is it something that looks wrong or not..
[15:04:57] <icebox> sbeex: visually no
[15:05:02] <sbeex> ok :)
[15:05:08] *** zorph <zorph!~zorph@mx.redtag.ca> has joined #angularjs
[15:05:11] <sbeex> thx
[15:05:21] *** fedenunez <fedenunez!~fede@r167-60-101-243.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 240 seconds)
[15:05:25] <icebox> sbeex: unless you mean you get undefined in onChange
[15:06:03] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[15:06:11] <sbeex> I have undefined on both..
[15:07:16] <sbeex> but my component displays the ngmodel value this is the strange part :D
[15:07:45] <icebox> sbeex: it depends how to call that component (in the html)... gotta go... see you
[15:08:03] <sbeex> yeah I think the components load before the controller sets values
[15:08:05] <sbeex> see u
[15:09:27] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[15:10:09] *** c0ld <c0ld!~lucas@187.180.163.89> has left #angularjs ("Leaving")
[15:11:00] *** FIFOd <FIFOd!~FIFOd@cpe-172-74-101-60.nc.res.rr.com> has joined #angularjs
[15:11:01] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 258 seconds)
[15:12:08] *** walden|afk is now known as walden
[15:12:09] *** trovster <trovster!~trovster@cpc99472-lich12-2-0-cust3260.3-2.cable.virginm.net> has joined #angularjs
[15:12:33] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has quit IRC (Ping timeout: 276 seconds)
[15:13:55] *** mylord <mylord!~mylord@5.29.106.190> has joined #angularjs
[15:14:23] <mylord> evail giving me : angular.min.js:111 TypeError: Cannot read property 'getAttribute' of null
[15:15:50] *** F1LT3R <F1LT3R!~F1LT3R@50.234.75.70> has joined #angularjs
[15:15:56] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[15:17:08] <F1LT3R> Hey all! Quick question, is there a way in angular to $watch for a dollarsigned variable, eg: how could I $watch for $selected if my code looked like: $scope.obj = { name: "John", $selected: false }; ?
[15:18:03] *** encryptd_fractal <encryptd_fractal!~encryptd_@50-203-59-198-static.hfc.comcastbusiness.net> has joined #angularjs
[15:19:36] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[15:20:03] *** stefanotorresi_ <stefanotorresi_!~etienne`@84.222.149.59> has joined #angularjs
[15:24:40] *** fedenunez <fedenunez!~fede@r167-61-9-51.dialup.adsl.anteldata.net.uy> has joined #angularjs
[15:25:15] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[15:26:44] *** Z3R0 <Z3R0!~mischief@24.27.227.1> has joined #angularjs
[15:27:49] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[15:28:03] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 240 seconds)
[15:28:04] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[15:28:09] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[15:30:02] *** F1LT3R <F1LT3R!~F1LT3R@50.234.75.70> has quit IRC ()
[15:30:33] *** eago <eago!~eagob@186.80.103.6> has quit IRC (Ping timeout: 240 seconds)
[15:30:51] *** stickystyle <stickystyle!~quassel@ec2-52-90-105-93.compute-1.amazonaws.com> has quit IRC (Remote host closed the connection)
[15:31:14] *** stickystyle <stickystyle!~quassel@ec2-52-90-105-93.compute-1.amazonaws.com> has joined #angularjs
[15:33:23] *** quakephil <quakephil!~smuxi@cpe-69-200-246-39.nyc.res.rr.com> has joined #angularjs
[15:33:44] *** F1LT3R <F1LT3R!~F1LT3R@50.234.75.70> has joined #angularjs
[15:34:35] <F1LT3R> I guess another way to go about it... is there an Angular convention to compare two objects with angular.equals(), while excluding some properties from the comparison?
[15:35:00] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:bde7:30f1:6b74:a156> has joined #angularjs
[15:35:12] <ngWalrus> not really
[15:35:26] <ngWalrus> at least to my knowledge
[15:35:35] <ngWalrus> !xyproblem
[15:35:57] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 276 seconds)
[15:36:01] <d0gmata> you could probably get some where with UnderscoreJS, plays quite nicely as an angular dependency
[15:36:51] <ngWalrus> underscore and lodash have nice array functions
[15:37:37] <F1LT3R> that's too bad
[15:37:42] <F1LT3R> thanks
[15:38:56] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has joined #angularjs
[15:39:06] *** Psychiatrist <Psychiatrist!~Psychiatr@wifi.itcollege.ee> has joined #angularjs
[15:39:10] *** ceaucari <ceaucari!~ceaucari@72.176.178.64> has joined #angularjs
[15:39:38] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[15:40:10] *** msafi <msafi!~msafi@76.21.4.200> has joined #angularjs
[15:42:03] *** dmto <dmto!~textual@c-73-15-129-14.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[15:42:52] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has quit IRC (Remote host closed the connection)
[15:43:13] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.144.11> has quit IRC (Ping timeout: 252 seconds)
[15:43:25] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has joined #angularjs
[15:45:28] *** msafi <msafi!~msafi@76.21.4.200> has quit IRC (Ping timeout: 272 seconds)
[15:46:07] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[15:46:18] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[15:47:04] *** jsightler <jsightler!~jsightler@redhat/jboss/jsightler> has joined #angularjs
[15:47:09] *** marcules <marcules!~marcules@unaffiliated/marcules> has joined #angularjs
[15:47:22] *** frem_ <frem_!uid16862@gateway/web/irccloud.com/x-mqxlcllgkmwmriam> has joined #angularjs
[15:47:51] *** moep <moep!~marcules@unaffiliated/marcules> has quit IRC (Ping timeout: 264 seconds)
[15:48:05]
*** sbeex <sbeex!5bc64f1e@gateway/web/cgi-irc/kiwiirc.com/ip.91.198.79.30> has quit IRC (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[15:50:49] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[15:51:02] *** Pingless_ <Pingless_!~quassel@paullessing.com> has joined #angularjs
[15:52:37] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[15:53:28] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has joined #angularjs
[15:54:52] *** iraj <iraj!~iraj___@unaffiliated/iraj> has joined #angularjs
[15:54:59] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has joined #angularjs
[15:55:03] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[15:55:50] *** marcules <marcules!~marcules@unaffiliated/marcules> has quit IRC (Quit: Leaving)
[15:56:00] *** meum_ <meum_!5cdc1f12@gateway/web/freenode/ip.92.220.31.18> has quit IRC (Ping timeout: 250 seconds)
[15:56:41] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[15:56:46] *** Daerist <Daerist!~Daerist@wifi-eduroam-0-230.u-strasbg.fr> has quit IRC (Quit: Leaving)
[15:56:50] *** george_v <george_v!~george_v@193.92.177.18.dsl.dyn.forthnet.gr> has quit IRC (Quit: Leaving)
[15:57:17] <eyi> I have a directive in which a callback fires and I'd like to get that data back to the parent scope. Do I need to use ngModel for that?
[15:58:09] <eyi> I'd like to be able to specify the parent scope property in the element ie <myDirective dataGoesHere="myModel.myData"></myDirective>
[15:58:53] *** zeioth <zeioth!~zeioth@217.red-88-26-16.staticip.rima-tde.net> has joined #angularjs
[15:59:26] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Ping timeout: 244 seconds)
[15:59:46] <mralex> I want to show a jquery modal when a variable exists and is not empty. What is the angular way? I have shown two options here:
[16:00:17] <mralex> sorry (is empty) - the pastebin explains it better.
[16:00:22] *** testild <testild!~Thunderbi@51.254.25.31> has quit IRC (Quit: testild)
[16:01:20] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:02:06] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[16:02:19] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has quit IRC (Quit: Leaving.)
[16:02:34] *** ahandy <ahandy!uid41870@gateway/web/irccloud.com/x-sapraphqnckygbcq> has quit IRC (Quit: Connection closed for inactivity)
[16:04:07] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[16:04:36] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has joined #angularjs
[16:04:52] *** deez79 <deez79!~deez79@78.238.197.104.bc.googleusercontent.com> has joined #angularjs
[16:05:03] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Read error: Connection reset by peer)
[16:05:12] *** ngbot <ngbot!~ngbot@192.30.252.45> has joined #angularjs
[16:05:12] <ngbot> angular.js/master 140820f Yiling Lu: docs($resourceProvider): provide info and example for configuring $resourceProvider
[16:05:12] <ngbot> angular.js/master 618e3f2 Georgios Kalpakas: docs($resourceProvider): improve wording and formatting...
[16:05:12] <ngbot> angular.js/master 96e34e3 Georgios Kalpakas: refactor($resource): explicitly set `$resourceProvider.defaults.cancellable` to false...
[16:05:12] *** ngbot <ngbot!~ngbot@192.30.252.45> has left #angularjs
[16:05:26] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[16:05:43] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[16:06:20] *** dandaman <dandaman!~Adium@2601:281:8300:ab90:bde7:30f1:6b74:a156> has quit IRC (Quit: Leaving.)
[16:06:27] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-31-168-51.dynamic.etb.net.co> has joined #angularjs
[16:07:09] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[16:08:00] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 260 seconds)
[16:10:10] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Ping timeout: 252 seconds)
[16:11:09] *** bytecounter <bytecounter!~mgreipl@host-091-097-215-178.ewe-ip-backbone.de> has quit IRC (Ping timeout: 246 seconds)
[16:11:35] *** nvankaam <nvankaam!~nick@83.232.64.34> has quit IRC (Remote host closed the connection)
[16:11:43] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[16:12:50] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has joined #angularjs
[16:13:05] *** icebox1 <icebox1!~nodebot@37.176.131.250> has joined #angularjs
[16:13:32] *** arlekin <arlekin!~arlekin@89-68-219-182.dynamic.chello.pl> has quit IRC (Quit: WeeChat 1.4)
[16:13:41] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[16:14:00] *** trovster <trovster!~trovster@cpc99472-lich12-2-0-cust3260.3-2.cable.virginm.net> has quit IRC (Quit: trovster)
[16:14:18] *** Ozd <Ozd!~Ozd@unaffiliated/ozd> has quit IRC (Quit: Leaving)
[16:15:36] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[16:15:58] *** dw73_ <dw73_!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[16:16:05] *** dandaman <dandaman!~Adium@c-24-9-62-27.hsd1.co.comcast.net> has quit IRC (Client Quit)
[16:16:33] *** icebox <icebox!~nodebot@37.176.131.250> has quit IRC (Ping timeout: 240 seconds)
[16:17:46] *** gain_ <gain_!~Gianni@101.9.61.188.dynamic.wline.res.cust.swisscom.ch> has quit IRC (Ping timeout: 272 seconds)
[16:19:02] *** dw73 <dw73!~dw73@82-132-236-116.dab.02.net> has quit IRC (Ping timeout: 272 seconds)
[16:20:06] *** elsevero_ <elsevero_!~elsevero@82.77.50.197> has joined #angularjs
[16:20:50] *** elsevero <elsevero!~elsevero@82.77.50.197> has quit IRC (Ping timeout: 260 seconds)
[16:20:50] *** elsevero_ is now known as elsevero
[16:21:54] *** denisra <denisra!~denisra@CPE54ae272620e3-CM84948c90df90.cpe.net.cable.rogers.com> has quit IRC (Quit: Leaving)
[16:25:33] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 240 seconds)
[16:25:44] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:26:28] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Quit: Probably either lunch time or home time.)
[16:26:33] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 246 seconds)
[16:26:43] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[16:26:49] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has joined #angularjs
[16:27:09] *** jr3_ <jr3_!~jr3@c-50-162-52-131.hsd1.tx.comcast.net> has joined #angularjs
[16:27:20] *** jr3 <jr3!~jr3@c-98-194-199-12.hsd1.tx.comcast.net> has quit IRC (Ping timeout: 244 seconds)
[16:27:20] *** jr3_ is now known as jr3
[16:27:41] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has joined #angularjs
[16:28:59] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[16:29:03] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has quit IRC (Ping timeout: 244 seconds)
[16:29:19] *** prophesi <prophesi!~Adium@fl-67-235-122-140.dhcp.embarqhsd.net> has quit IRC (Client Quit)
[16:29:55] <eyi> yargh just need scope.$apply :/ 4-hours of misery
[16:32:41] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has joined #angularjs
[16:32:43] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Ping timeout: 252 seconds)
[16:35:05] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 244 seconds)
[16:36:09] *** raijin <raijin!~raijin@unaffiliated/raijin> has joined #angularjs
[16:37:01] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[16:37:42] *** donguston <donguston!~GEEGEEGEE@cpc12-sprt2-2-0-cust478.17-2.cable.virginm.net> has joined #angularjs
[16:41:34] <d0gmata> anyone managed to use a directive to change a data binding on an element before ? all the examples i seem to find change the bound value instead of the actually binding
[16:43:27] *** diwas <diwas!diwas@nat/google/x-dfjeocfnjrlkkxpd> has joined #angularjs
[16:44:51] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has joined #angularjs
[16:45:20] *** raijin <raijin!~raijin@unaffiliated/raijin> has quit IRC (Ping timeout: 260 seconds)
[16:46:38] *** LuanNg <LuanNg!abfd1ad7@gateway/web/freenode/ip.171.253.26.215> has joined #angularjs
[16:48:32] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[16:49:24] *** Fanaen <Fanaen!~Fanaen@LStLambert-657-1-100-236.w90-63.abo.wanadoo.fr> has quit IRC (Quit: Leaving)
[16:49:31] *** bionikspoon <bionikspoon!~bionikspo@c-76-29-80-200.hsd1.il.comcast.net> has quit IRC (Remote host closed the connection)
[16:51:00] *** BigBangUDR <BigBangUDR!~Thunderbi@150.242.255.75> has quit IRC (Quit: BigBangUDR)
[16:51:02] *** LuanNg <LuanNg!abfd1ad7@gateway/web/freenode/ip.171.253.26.215> has quit IRC (Ping timeout: 250 seconds)
[16:51:02] *** yunus <yunus!~yunus@213.74.78.18> has quit IRC (Remote host closed the connection)
[16:51:12] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[16:51:21] *** bionikspoon <bionikspoon!~bionikspo@c-76-29-80-200.hsd1.il.comcast.net> has joined #angularjs
[16:52:33] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[16:52:59] *** shiriru <shiriru!~shiriru@213.91.236.225> has joined #angularjs
[16:54:02] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[16:54:40] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[16:55:25] *** Pyrrhus <Pyrrhus!~peter@095-097-155-024.static.chello.nl> has quit IRC (Quit: Leaving.)
[16:58:30] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 276 seconds)
[16:58:46] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has joined #angularjs
[16:59:54] *** rscata <rscata!~cata@5.2.202.145> has quit IRC (Quit: Leaving)
[17:00:08] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Remote host closed the connection)
[17:00:39] *** punknroll <punknroll!~Thunderbi@p83-219-165-60.snwdip.snw.at> has quit IRC (Quit: punknroll)
[17:02:06] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 272 seconds)
[17:02:14] *** Limarson <Limarson!~marcel.cr@p57978711.dip0.t-ipconnect.de> has quit IRC (Quit: Leaving.)
[17:03:07] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[17:03:19] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[17:03:36] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[17:03:41] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Remote host closed the connection)
[17:03:56] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[17:06:12] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Read error: Connection reset by peer)
[17:07:47] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[17:08:12] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[17:08:15] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[17:08:29] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[17:08:40] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[17:10:32] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[17:13:37] *** Alex231 <Alex231!~Alex231@host-92-13-88-187.as43234.net> has quit IRC (Quit: Leaving)
[17:13:44] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[17:15:16] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[17:15:24] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 276 seconds)
[17:16:42] *** nilsi <nilsi!~nilsi@183.101.241.130> has quit IRC (Remote host closed the connection)
[17:16:49] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[17:18:06] *** micabot <micabot!~mica@unaffiliated/mica> has joined #angularjs
[17:18:16] *** Lynxium <Lynxium!~Lynxium@bzq-84-109-128-19.red.bezeqint.net> has joined #angularjs
[17:19:02] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[17:21:33] *** cacts|works <cacts|works!~cactus@209.116.186.146> has joined #angularjs
[17:21:44] *** himanshu <himanshu!~Himanshu_@unaffiliated/himanshu> has quit IRC (Ping timeout: 272 seconds)
[17:23:12] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has quit IRC (Ping timeout: 276 seconds)
[17:23:16] *** stefanotorresi_ is now known as stefanotorresi
[17:23:39] *** svycka <svycka!~vytautas@89.249.92.142> has quit IRC (Ping timeout: 258 seconds)
[17:24:52] *** happahappa <happahappa!~happahapp@chello084112023020.14.11.vie.surfer.at> has joined #angularjs
[17:25:30] *** dmto <dmto!~textual@c-76-102-209-89.hsd1.ca.comcast.net> has joined #angularjs
[17:25:53] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[17:26:46] *** Twirl <Twirl!~andy@unaffiliated/twirl> has joined #angularjs
[17:27:11] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[17:27:57] *** F1LT3R <F1LT3R!~F1LT3R@50.234.75.70> has quit IRC ()
[17:28:36] *** SYMV3 <SYMV3!~SYMV3@88.128.80.41> has quit IRC ()
[17:31:01] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has joined #angularjs
[17:32:05] *** rud <rud!~r@unaffiliated/rud> has joined #angularjs
[17:32:36] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 244 seconds)
[17:36:49] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[17:41:17] *** magarcia <magarcia!~magarcia@132.red-83-41-22.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 258 seconds)
[17:41:19] *** msafi <msafi!~msafi@76.21.4.200> has joined #angularjs
[17:42:24] *** dw73_ <dw73_!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[17:42:35] *** tango <tango!~tangorri@ABordeaux-253-1-21-98.w82-125.abo.wanadoo.fr> has quit IRC (Quit: Leaving)
[17:42:54] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[17:44:02] *** sbellina <sbellina!~sbellina@c-69-246-28-36.hsd1.ms.comcast.net> has joined #angularjs
[17:44:08] *** Mounica <Mounica!~mounica@192.16.26.2> has quit IRC (Remote host closed the connection)
[17:45:33] *** msafi <msafi!~msafi@76.21.4.200> has quit IRC (Ping timeout: 240 seconds)
[17:45:42] *** mosulica <mosulica!~textual@82.208.160.88> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[17:46:25] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[17:47:55] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has quit IRC (Quit: Computer has gone to sleep.)
[17:47:56] *** absinthe <absinthe!~absinthe@55d4cb47.access.ecotel.net> has quit IRC (Remote host closed the connection)
[17:50:01] *** SYMV3 <SYMV3!~SYMV3@80.154.209.234> has joined #angularjs
[17:51:00] *** rud <rud!~r@unaffiliated/rud> has quit IRC (Quit: rud)
[17:55:55] *** mischat <mischat!~mischat@195.40.10.116> has quit IRC (Ping timeout: 260 seconds)
[17:56:09] *** Psychiatrist <Psychiatrist!~Psychiatr@wifi.itcollege.ee> has quit IRC (Read error: Connection reset by peer)
[17:56:26] *** bbankes_ <bbankes_!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[17:56:32] *** bbankes_ <bbankes_!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Read error: Connection reset by peer)
[17:56:48] *** DarkPsy <DarkPsy!d5a01417@gateway/web/freenode/ip.213.160.20.23> has quit IRC (Quit: Page closed)
[17:58:03] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 240 seconds)
[18:00:04] <icebox1> /nick icebox
[18:00:24] *** icebox1 <icebox1!~nodebot@37.176.131.250> has quit IRC (Read error: Connection reset by peer)
[18:00:44] *** icebox <icebox!~nodebot@37.176.131.250> has joined #angularjs
[18:01:15] *** Zonakusu <Zonakusu!~zonakusu@095-097-007-026.static.chello.nl> has quit IRC (Remote host closed the connection)
[18:01:20] *** shiriru <shiriru!~shiriru@213.91.236.225> has quit IRC (Quit: Leaving)
[18:01:36] *** Frenchiie <Frenchiie!1867686a@gateway/web/freenode/ip.24.103.104.106> has joined #angularjs
[18:01:41] <Frenchiie> anyone use rxjs?
[18:02:37] <icebox> Frenchiie: using angular 2
[18:02:44] *** Mounica <Mounica!~mounica@192.16.26.2> has joined #angularjs
[18:02:54] *** Jellyg00se <Jellyg00se!~Jellyg00s@46.33.133.248> has quit IRC (Remote host closed the connection)
[18:03:04] <Frenchiie> icebox: i am trying to make http get calls and use interval but i am having a lot of issues
[18:03:31] <Frenchiie> before i was doing Observable.this.http.get(this.dataUrl).map(this.extractData).catch(this.handleError);
[18:03:43] <Frenchiie> but when i add a .interval() to it i get an error about how it doesnt exist
[18:03:51] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[18:04:09] <icebox> Frenchiie: is interval a rxjs api?
[18:04:13] <Frenchiie> then i tried updating rxjs and doing Rx.Observable.interval().this.http.get(this.dataUrl).map(this.extractData).catch(this.handleError); but it says Rx doesn't exist.
[18:04:20] <Frenchiie> yeah
[18:04:28] <icebox> Frenchiie: did you import it?
[18:04:31] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[18:04:33] <Frenchiie> icebox: you've never used http.get before?
[18:04:46] <icebox> Frenchiie: because things changed
[18:04:48] <Frenchiie> i'm importing import {Observable} from 'rxjs/Rx';
[18:05:11] <icebox> Frenchiie: are you sure that it is enough?
[18:05:21] <Frenchiie> not sure.... documents unclear :/
[18:05:36] *** thevishy <thevishy!~thevishy@111.93.187.34> has joined #angularjs
[18:05:36] <icebox> Frenchiie: what do you mean for "never used"?
[18:05:51] <Frenchiie> have you used rxjs to make http get calls
[18:06:06] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 276 seconds)
[18:06:16] <Frenchiie> just curious if so whether you had to make them over intervals in the past
[18:06:23] <icebox> Frenchiie: sure... in Typesript, in ES2015 and in ES5
[18:06:37] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[18:07:15] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has quit IRC (Read error: Connection reset by peer)
[18:07:18] <icebox> Frenchiie: since beta you need to add operator you are using or importing all apis
[18:07:45] <Frenchiie> icebox: an operator?
[18:08:24] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has quit IRC (Quit: Computer has gone to sleep.)
[18:08:30] <Frenchiie> i could just do it the js way and call setInterval( () => this.http_call(), 11000); but the observable inside http_call would get recreated and destroyed on every interval
[18:08:42] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[18:09:17] <icebox> Frenchiie: interval is an operator :)
[18:09:32] *** plutoniix <plutoniix!~q@node-p1m.pool-101-108.dynamic.totbb.net> has joined #angularjs
[18:09:39] *** Bodin <Bodin!~bodinaren@c83-249-19-224.bredband.comhem.se> has joined #angularjs
[18:09:57] <icebox> Frenchiie: you need to import it
[18:10:01] <Frenchiie> oh i see
[18:10:26] <Frenchiie> and what about this issue when i add Rx in front of observable
[18:10:27] <Frenchiie> error TS2304: Cannot find name 'Rx'.
[18:10:33] *** \du <\du!~xava\du@unaffiliated/xava> has quit IRC (Ping timeout: 240 seconds)
[18:10:51] *** zivester <zivester!~zivester@38.104.66.138> has joined #angularjs
[18:10:55] <Frenchiie> i thought i needed to do Rx.Observable instead of Observable
[18:12:52] *** corioliss <corioliss!uid11429@gateway/web/irccloud.com/x-gvckoheaaovpmqug> has joined #angularjs
[18:12:58] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[18:13:45] *** asteele <asteele!~Cronoh@208.80.71.41> has quit IRC (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[18:13:54] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[18:14:40] <Frenchiie> icebox: yeah my issue is just that it cannot find Rx
[18:15:15] <Frenchiie> Obversable works but Rx.Observable doesn't and looking at the link you provided they use Rx.Observable for interval
[18:15:17] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[18:18:08] *** mandric <mandric!~mandric@177.166.189.59> has joined #angularjs
[18:18:09] *** phil23 <phil23!~filippo@151.36.122.230> has joined #angularjs
[18:18:37] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:19:44] *** Letze <Letze!~Letze@195.218.6.184> has quit IRC (Quit: Leaving)
[18:21:00] *** elsevero_ <elsevero_!~elsevero@79.117.32.245> has joined #angularjs
[18:22:21] *** wrainbolt <wrainbolt!~wrainbolt@dyn203195.shef.ac.uk> has quit IRC (Quit: leaving)
[18:22:49] *** tintapper <tintapper!~tintapper@c-66-41-74-151.hsd1.mn.comcast.net> has joined #angularjs
[18:24:37] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has joined #angularjs
[18:24:57] *** elsevero <elsevero!~elsevero@82.77.50.197> has quit IRC (Ping timeout: 276 seconds)
[18:24:57] *** elsevero_ is now known as elsevero
[18:24:59] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has joined #angularjs
[18:25:39] *** davi <davi!~davi@gnu/davi> has quit IRC (Ping timeout: 244 seconds)
[18:26:53] *** cactauz <cactauz!~cactus@209.116.186.146> has joined #angularjs
[18:27:24] *** Aliks <Aliks!~aliks@c-50-161-64-217.hsd1.ca.comcast.net> has quit IRC (Remote host closed the connection)
[18:28:41] *** OtherAllan <OtherAllan!~OtherAlla@ip68-107-106-70.sd.sd.cox.net> has joined #angularjs
[18:29:36] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[18:29:52] *** cacts|works <cacts|works!~cactus@209.116.186.146> has quit IRC (Ping timeout: 260 seconds)
[18:30:14] *** meum <meum!2e0917b2@gateway/web/freenode/ip.46.9.23.178> has quit IRC (Quit: Page closed)
[18:31:14] *** mralex <mralex!~user@185.8.92.146> has quit IRC (Quit: Leaving)
[18:32:20] *** asteele <asteele!~Cronoh@38.88.216.18> has joined #angularjs
[18:32:53] *** thevishy <thevishy!~thevishy@111.93.187.34> has quit IRC (Ping timeout: 244 seconds)
[18:33:31] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[18:33:32] *** wtf_ <wtf_!~wtf@181.111.3.27> has quit IRC (Remote host closed the connection)
[18:34:23] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has joined #angularjs
[18:34:39] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[18:35:17] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has joined #angularjs
[18:35:33] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[18:43:02] *** bayousoft <bayousoft!~textual@130.70.14.3> has joined #angularjs
[18:43:05] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[18:43:19] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[18:44:01] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has quit IRC (Remote host closed the connection)
[18:44:10] *** msafi <msafi!~msafi@76.21.4.200> has joined #angularjs
[18:45:24] *** qdk <qdk!~qdk@0190102301.0.fullrate.ninja> has quit IRC (Ping timeout: 260 seconds)
[18:46:03] *** phil23 <phil23!~filippo@151.36.122.230> has quit IRC (Ping timeout: 264 seconds)
[18:46:10] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[18:46:15] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Remote host closed the connection)
[18:46:44] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has joined #angularjs
[18:48:34] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Ping timeout: 252 seconds)
[18:49:31] *** akkonrad <akkonrad!~akkonrad3@gae109.internetdsl.tpnet.pl> has quit IRC (Ping timeout: 258 seconds)
[18:49:46] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:2d46:ac79:3fe0:d781> has joined #angularjs
[18:49:56] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has quit IRC (Ping timeout: 244 seconds)
[18:49:56] *** shayla <shayla!~Murph@93-46-189-23.ip109.fastwebnet.it> has quit IRC (Quit: Leaving)
[18:50:01] *** val__ <val__!~valere@195.66.82.9> has quit IRC (Remote host closed the connection)
[18:52:44] *** jr3 <jr3!~jr3@c-50-162-52-131.hsd1.tx.comcast.net> has quit IRC (Quit: jr3)
[18:53:11] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[18:55:23] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[18:55:59] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[18:56:09] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has quit IRC (Ping timeout: 276 seconds)
[18:57:37] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has joined #angularjs
[18:58:05] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[19:00:02] *** leolrrj <leolrrj!~leolrrj@50.243.248.21> has joined #angularjs
[19:00:47] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[19:01:22] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has quit IRC (Ping timeout: 260 seconds)
[19:02:06] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[19:02:09] *** asteele <asteele!~Cronoh@38.88.216.18> has quit IRC (Quit: cronoh out~)
[19:02:39] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[19:03:39] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[19:04:44] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[19:05:02] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[19:05:14] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 260 seconds)
[19:07:47] *** Jhon <Jhon!7c7b559f@gateway/web/freenode/ip.124.123.85.159> has joined #angularjs
[19:07:48] <Jhon> Hello
[19:08:09] <Jhon> How to fix the CORS in angularjs
[19:08:09] *** unclechu <unclechu!~unclechu@94.77.143.73> has quit IRC (Quit: Leaving)
[19:08:34] <Jhon> can anyone help me ,how to use cors
[19:09:03] *** msafi <msafi!~msafi@76.21.4.200> has quit IRC (Remote host closed the connection)
[19:09:30] *** msafi <msafi!~msafi@216.207.42.140> has joined #angularjs
[19:09:48] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[19:11:20] *** phil23 <phil23!~filippo@78-134-48-211.v4.ngi.it> has joined #angularjs
[19:11:42] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[19:12:03] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[19:12:46] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 252 seconds)
[19:12:54] *** ahhhndi <ahhhndi!~ahhhndi@82.119.183.35> has quit IRC (Quit: This computer has gone to sleep)
[19:13:55] *** asteele <asteele!~Cronoh@38.88.216.18> has joined #angularjs
[19:14:58] *** lavalamp <lavalamp!~lava@unaffiliated/lavalamp> has quit IRC (Ping timeout: 252 seconds)
[19:16:22] *** ngbot <ngbot!~ngbot@192.30.252.41> has joined #angularjs
[19:16:23] <ngbot> angular.js/v1.5.x aed9de9 Yiling Lu: docs($resourceProvider): provide info and example for configuring $resourceProvider
[19:16:23] <ngbot> angular.js/v1.5.x ffd5308 Georgios Kalpakas: docs($resourceProvider): improve wording and formatting...
[19:16:23] <ngbot> angular.js/v1.5.x 1c5db02 Georgios Kalpakas: refactor($resource): explicitly set `$resourceProvider.defaults.cancellable` to false...
[19:16:23] *** ngbot <ngbot!~ngbot@192.30.252.41> has left #angularjs
[19:16:23] *** dw73_ <dw73_!~dw73@82-132-228-254.dab.02.net> has joined #angularjs
[19:16:23] *** dw73 <dw73!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[19:18:03] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[19:18:31] *** dw73_ <dw73_!~dw73@82-132-228-254.dab.02.net> has quit IRC (Remote host closed the connection)
[19:19:36] *** mandric <mandric!~mandric@177.166.189.59> has quit IRC (Quit: Computer has gone to sleep.)
[19:19:41] *** davi <davi!~davi@gnu/davi> has quit IRC (Remote host closed the connection)
[19:19:55] *** Coldblackice <Coldblackice!~anonz@unaffiliated/coldblackice> has joined #angularjs
[19:20:11] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has quit IRC (Read error: Connection reset by peer)
[19:21:32] *** {DV8} <{DV8}!~Deviate@135-23-107-121.cpe.pppoe.ca> has joined #angularjs
[19:22:34] *** sergey <sergey!~sergey@46.98.43.221> has joined #angularjs
[19:25:26] *** Elisha_ <Elisha_!~elisha@tm.213.143.68.74.nm.telemach.net> has joined #angularjs
[19:25:52] *** Zonakusu <Zonakusu!~zonakusu@d194218.upc-d.chello.nl> has joined #angularjs
[19:28:41] *** Impaloo96 <Impaloo96!~Impaloo@pluto.redwill.se> has joined #angularjs
[19:29:25] *** d0gmata <d0gmata!~d0gmata@host86-139-43-168.range86-139.btcentralplus.com> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[19:29:29] *** mischat_ <mischat_!~mischat@2a02:c7f:c006:1e00:861:1053:f7c:96c3> has joined #angularjs
[19:31:46] *** cactauz <cactauz!~cactus@209.116.186.146> has quit IRC (Quit: Leaving)
[19:31:53] *** mandric <mandric!~mandric@177.166.189.59> has joined #angularjs
[19:31:58] *** Impaloo96 <Impaloo96!~Impaloo@pluto.redwill.se> has quit IRC (Remote host closed the connection)
[19:32:05] *** cacts|works <cacts|works!~cactus@209.116.186.146> has joined #angularjs
[19:32:15] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:2d46:ac79:3fe0:d781> has quit IRC (Ping timeout: 264 seconds)
[19:32:59] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-31-168-51.dynamic.etb.net.co> has quit IRC (Ping timeout: 244 seconds)
[19:33:46] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has quit IRC (Remote host closed the connection)
[19:33:57] *** Impaloo96 <Impaloo96!~Impaloo@pluto.redwill.se> has joined #angularjs
[19:34:01] *** bayousoft <bayousoft!~textual@130.70.14.3> has quit IRC ()
[19:35:23] *** sharpshooter <sharpshooter!~sharpshoo@182.74.14.238> has quit IRC (Remote host closed the connection)
[19:36:19] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[19:36:29] *** Psychiatrist <Psychiatrist!~Psychiatr@wifi.itcollege.ee> has joined #angularjs
[19:36:40] *** sam___ <sam___!7c7b559f@gateway/web/freenode/ip.124.123.85.159> has joined #angularjs
[19:37:06] <sam___> hi
[19:38:04] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Remote host closed the connection)
[19:38:17] <sam___> CORS header 'Access-Control-Allow-Origin' missing ERROR
[19:38:37] <sam___> when am using the cors
[19:39:01] *** PrinceAMD <PrinceAMD!~grizzly_b@unaffiliated/princeamd> has joined #angularjs
[19:40:39] <sam___> please give solution
[19:40:49] <skalpin> 2
[19:45:16] *** Impaloo96 <Impaloo96!~Impaloo@pluto.redwill.se> has quit IRC (Remote host closed the connection)
[19:45:25] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has joined #angularjs
[19:45:45] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has quit IRC (Remote host closed the connection)
[19:45:54] *** Impaloo <Impaloo!~Impaloo@pluto.redwill.se> has joined #angularjs
[19:47:02] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has joined #angularjs
[19:48:16] *** le <le!49ca86c7@gateway/web/freenode/ip.73.202.134.199> has joined #angularjs
[19:50:23] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has joined #angularjs
[19:51:21] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has quit IRC (Ping timeout: 240 seconds)
[19:52:46] *** Psychiatrist <Psychiatrist!~Psychiatr@wifi.itcollege.ee> has quit IRC (Ping timeout: 258 seconds)
[19:55:05] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has quit IRC (Quit: Computer has gone to sleep.)
[19:56:59] *** le <le!49ca86c7@gateway/web/freenode/ip.73.202.134.199> has quit IRC (Quit: Page closed)
[19:58:32] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has quit IRC (Quit: nah. no znc)
[19:58:56] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has joined #angularjs
[19:59:01] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[19:59:32] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has joined #angularjs
[19:59:37] *** Zonakusu <Zonakusu!~zonakusu@d194218.upc-d.chello.nl> has quit IRC (Remote host closed the connection)
[20:02:30] *** JenElizabeth <JenElizabeth!~jenelizab@cpc76804-brmb10-2-0-cust651.1-3.cable.virginm.net> has quit IRC (Ping timeout: 260 seconds)
[20:03:51] *** Psychiatrist <Psychiatrist!~Psychiatr@193.40.250.201> has joined #angularjs
[20:04:16] *** fedenunez <fedenunez!~fede@r167-61-9-51.dialup.adsl.anteldata.net.uy> has quit IRC (Read error: Connection reset by peer)
[20:05:02] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has quit IRC (Quit: Leaving.)
[20:05:17] *** fedenunez <fedenunez!~fede@r167-61-16-97.dialup.adsl.anteldata.net.uy> has joined #angularjs
[20:05:29] *** ceaucari <ceaucari!~ceaucari@72.176.178.64> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[20:05:41] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 240 seconds)
[20:08:01] *** mischat_ <mischat_!~mischat@2a02:c7f:c006:1e00:861:1053:f7c:96c3> has quit IRC (Remote host closed the connection)
[20:09:23] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has joined #angularjs
[20:09:54]
*** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has quit IRC (Quit: ZNC 1.6.3 - http://znc.in)
[20:11:28] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 272 seconds)
[20:13:15] *** marc_v92 <marc_v92!~marc_v92@unaffiliated/marc-v92/x-6202358> has quit IRC (Client Quit)
[20:14:15] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has quit IRC (Ping timeout: 264 seconds)
[20:15:48] *** davi <davi!~davi@198.199.92.152> has joined #angularjs
[20:15:48] *** davi <davi!~davi@198.199.92.152> has quit IRC (Changing host)
[20:15:48] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[20:16:21] *** thevishy <thevishy!~thevishy@122.167.220.116> has joined #angularjs
[20:16:41] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[20:16:54] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has joined #angularjs
[20:17:09] *** tintapper <tintapper!~tintapper@c-66-41-74-151.hsd1.mn.comcast.net> has quit IRC (Read error: Connection reset by peer)
[20:17:19] *** sam___ <sam___!7c7b559f@gateway/web/freenode/ip.124.123.85.159> has quit IRC (Quit: Page closed)
[20:17:22] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has quit IRC (Quit: Computer has gone to sleep.)
[20:18:39] *** s3shs <s3shs!~s3shs@wjtbd.lpl.arizona.edu> has joined #angularjs
[20:18:44] *** shinnya <shinnya!~shinnya@249.173.210.220.dy.bbexcite.jp> has quit IRC (Ping timeout: 260 seconds)
[20:20:23] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has joined #angularjs
[20:20:24] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.184.43> has joined #angularjs
[20:20:33] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[20:21:19] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.184.43> has quit IRC (Client Quit)
[20:22:56] *** Jhon <Jhon!7c7b559f@gateway/web/freenode/ip.124.123.85.159> has quit IRC (Ping timeout: 250 seconds)
[20:23:59] *** davi <davi!~davi@gnu/davi> has quit IRC (Remote host closed the connection)
[20:24:35] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[20:27:00] *** Zonakusu <Zonakusu!~zonakusu@d194218.upc-d.chello.nl> has joined #angularjs
[20:27:26] *** vrockai <vrockai!~vrockai@ip-89-102-10-111.net.upcbroadband.cz> has quit IRC (Remote host closed the connection)
[20:30:37] *** soee <soee!~soee@dsp44.neoplus.adsl.tpnet.pl> has joined #angularjs
[20:31:37] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[20:33:26] *** plajae <plajae!~textual@12.30.201.34> has joined #angularjs
[20:34:18] *** soee_ <soee_!~soee@bin246.neoplus.adsl.tpnet.pl> has quit IRC (Ping timeout: 244 seconds)
[20:34:30] *** ngbot <ngbot!~ngbot@192.30.252.42> has joined #angularjs
[20:34:30] <ngbot> angular.js/master f82eba8 Georgios Kalpakas: docs($exceptionHandler): include better example...
[20:34:30] *** ngbot <ngbot!~ngbot@192.30.252.42> has left #angularjs
[20:34:39] *** mylord_ <mylord_!~mylord@89-138-185-95.bb.netvision.net.il> has joined #angularjs
[20:35:28] *** qleane <qleane!~crd_@c83-254-83-183.bredband.comhem.se> has joined #angularjs
[20:35:32] *** mylord <mylord!~mylord@5.29.106.190> has quit IRC (Ping timeout: 272 seconds)
[20:35:32] *** mylord_ is now known as mylord
[20:35:48] *** ngbot <ngbot!~ngbot@192.30.252.34> has joined #angularjs
[20:35:48] <ngbot> angular.js/v1.5.x 3a366bd Georgios Kalpakas: docs($exceptionHandler): include better example...
[20:35:48] *** ngbot <ngbot!~ngbot@192.30.252.34> has left #angularjs
[20:37:34] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 244 seconds)
[20:37:38] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has joined #angularjs
[20:37:42] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[20:38:27] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[20:38:49] *** Leffa <Leffa!~Leffa@223.227.135.67> has joined #angularjs
[20:40:02] *** ceaucari <ceaucari!~ceaucari@72.176.178.64> has joined #angularjs
[20:40:46] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[20:42:36] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[20:43:27] *** SYMV3 <SYMV3!~SYMV3@80.154.209.234> has quit IRC ()
[20:44:04] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 252 seconds)
[20:45:03] *** heartburn <heartburn!~heartburn@213.21.33.24> has quit IRC (Ping timeout: 240 seconds)
[20:45:36] *** jae <jae!~jae@unaffiliated/jae> has joined #angularjs
[20:46:49] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Ping timeout: 252 seconds)
[20:49:02] *** realz_ is now known as realz
[20:51:37] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has joined #angularjs
[20:52:42] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[20:53:24] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[20:56:04] *** mandric <mandric!~mandric@177.166.189.59> has quit IRC (Quit: Computer has gone to sleep.)
[20:56:07] *** ton212 <ton212!7c7afa85@gateway/web/freenode/ip.124.122.250.133> has joined #angularjs
[20:57:19] *** ton212_ <ton212_!0114b1ce@gateway/web/freenode/ip.1.20.177.206> has joined #angularjs
[20:57:23] *** joshontheweb <joshontheweb!~joshonthe@183.89.29.114> has quit IRC (Quit: Computer has gone to sleep.)
[20:58:02] <ton212_> Hello
[20:58:11] *** dw73 <dw73!~dw73@host109-147-100-199.range109-147.btcentralplus.com> has joined #angularjs
[20:58:11] <ton212_> anybody here using angularjs 2 ?
[20:58:54] <ton212_> some of my css selector won't work on angularjs
[20:58:58] <ton212_> like :hover
[20:59:27] <ngWalrus> ?
[21:00:21] <ngWalrus> this sounds like an issue with your css rather than angular
[21:00:38] *** ton212 <ton212!7c7afa85@gateway/web/freenode/ip.124.122.250.133> has quit IRC (Ping timeout: 250 seconds)
[21:01:35] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[21:01:37] *** diwas <diwas!diwas@nat/google/x-dfjeocfnjrlkkxpd> has quit IRC (Quit: leaving)
[21:01:37] <ton212_> it's work without angular
[21:01:38] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[21:02:17] <ngWalrus> make a plunk reproducing the issue
[21:02:32] *** dw73 <dw73!~dw73@host109-147-100-199.range109-147.btcentralplus.com> has quit IRC (Ping timeout: 258 seconds)
[21:02:56] <ton212_> can you try loading the page and look at the css on the left navbar
[21:03:48] <ton212_> the first icon has --state_active and its background should be #333
[21:04:06] *** realz_ <realz_!~realz@unaffiliated/realazthat> has joined #angularjs
[21:04:14] <ton212_> even all :hover is not working
[21:04:25] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[21:04:26] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[21:04:39] *** davi <davi!~davi@gnu/davi> has quit IRC (Ping timeout: 264 seconds)
[21:05:19] <ngWalrus> will you be here in an hour or so? I'm on my phone at the moment so testing hovers is rather challenging
[21:05:37] <ton212_> oh ok
[21:06:05] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 260 seconds)
[21:06:08] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[21:06:20] <ngWalrus> I'll have a look at it when I can
[21:06:39] <ton212_> thank you so much
[21:07:27] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[21:07:40] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Ping timeout: 264 seconds)
[21:07:46] *** realz <realz!~realz@unaffiliated/realazthat> has quit IRC (Ping timeout: 250 seconds)
[21:08:00] <ton212_> I use angular cli to generate the project
[21:08:51] *** dw73 <dw73!~dw73@host109-147-100-199.range109-147.btcentralplus.com> has joined #angularjs
[21:09:42] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has joined #angularjs
[21:11:21] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[21:14:19] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 252 seconds)
[21:15:35] *** realz_ is now known as realz
[21:15:40] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[21:16:19] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Remote host closed the connection)
[21:16:34] *** dw73 <dw73!~dw73@host109-147-100-199.range109-147.btcentralplus.com> has quit IRC ()
[21:16:41] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has joined #angularjs
[21:17:40] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[21:18:49] *** weyer <weyer!~weyer@xdsl-213-196-254-55.netcologne.de> has quit IRC (Ping timeout: 260 seconds)
[21:18:54] *** shinnya <shinnya!~shinnya@249.173.210.220.dy.bbexcite.jp> has joined #angularjs
[21:19:24] *** weyer <weyer!~weyer@xdsl-81-173-154-30.netcologne.de> has joined #angularjs
[21:20:35] *** basiclaser <basiclaser!uid10861@gateway/web/irccloud.com/x-zaejmuadzgekdjnw> has joined #angularjs
[21:20:38] *** ril <ril!~ril@c-98-210-195-123.hsd1.ca.comcast.net> has joined #angularjs
[21:22:25] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[21:22:48] *** vkareh <vkareh!~vkareh@12.231.104.138> has joined #angularjs
[21:22:50] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[21:24:05] *** jr3 <jr3!~jr3@104-58-59-19.lightspeed.hstntx.sbcglobal.net> has joined #angularjs
[21:24:41] *** Limarson <Limarson!~marcel.cr@p57978711.dip0.t-ipconnect.de> has joined #angularjs
[21:26:13] *** cvanball <cvanball!~textual@a80-101-226-96.adsl.xs4all.nl> has quit IRC (Read error: Connection reset by peer)
[21:26:25] *** gho5t <gho5t!~chatzilla@173.225.52.242> has quit IRC (Ping timeout: 252 seconds)
[21:26:30] *** fees <fees!~fees_@d54C22E1C.access.telenet.be> has quit IRC (Remote host closed the connection)
[21:27:21] *** fees <fees!~fees_@d54C22E1C.access.telenet.be> has joined #angularjs
[21:31:02] *** drej <drej!~textual@unaffiliated/jedimind> has joined #angularjs
[21:32:59] *** qdk <qdk!~qdk@x1-6-a0-63-91-fb-46-ea.cpe.webspeed.dk> has joined #angularjs
[21:33:19] *** arizzo <arizzo!~arizzo@static-98-115-87-10.phlapa.fios.verizon.net> has joined #angularjs
[21:33:59] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[21:38:25] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[21:38:39] *** fedenunez <fedenunez!~fede@r167-61-16-97.dialup.adsl.anteldata.net.uy> has quit IRC (Ping timeout: 276 seconds)
[21:39:26] *** alex88 <alex88!~alex88@unaffiliated/alex88> has joined #angularjs
[21:40:05] <alex88> hi everyone, I'm using angular ui router, my html element has "data-ui-sref="{ id: item.id }" ui-sref-opts="{ reload: false }" however it still reloads the controller
[21:40:11] <alex88> is there something wrong with this?
[21:40:49] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[21:41:15] *** moeabdol <moeabdol!~moeabdol@136.0.2.230> has quit IRC (Ping timeout: 276 seconds)
[21:42:45] *** morissette <morissette!~morissett@rrcs-71-41-191-106.sw.biz.rr.com> has joined #angularjs
[21:43:39] *** ton212_ <ton212_!0114b1ce@gateway/web/freenode/ip.1.20.177.206> has quit IRC (Quit: Page closed)
[21:43:39] *** ahhhndi <ahhhndi!~ahhhndi@p579E4048.dip0.t-ipconnect.de> has joined #angularjs
[21:44:01] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 252 seconds)
[21:44:22] *** ahhhhndi <ahhhhndi!~ahhhndi@p579E4048.dip0.t-ipconnect.de> has joined #angularjs
[21:45:39] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has joined #angularjs
[21:45:48] *** weyer <weyer!~weyer@xdsl-81-173-154-30.netcologne.de> has quit IRC (Ping timeout: 276 seconds)
[21:45:52] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 260 seconds)
[21:46:03] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Ping timeout: 264 seconds)
[21:46:23] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[21:46:51] *** kuadrosx <kuadrosx!~kuadrosx@dynamic-186-31-168-51.dynamic.etb.net.co> has joined #angularjs
[21:47:28] *** magellanicloud <magellanicloud!~magellani@2a02:810b:8340:3f18:9440:17ab:2405:3b0d> has joined #angularjs
[21:48:18] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[21:48:24] *** ahhhndi <ahhhndi!~ahhhndi@p579E4048.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 276 seconds)
[21:49:39] *** ahhhhndi <ahhhhndi!~ahhhndi@p579E4048.dip0.t-ipconnect.de> has quit IRC (Quit: This computer has gone to sleep)
[21:51:04] *** ngbot <ngbot!~ngbot@192.30.252.46> has joined #angularjs
[21:51:04] <ngbot> angular.js/v1.5.x f176a2d Martin Staffa: docs(angular.element): note restrictions of addClass and removeClass...
[21:51:04] *** ngbot <ngbot!~ngbot@192.30.252.46> has left #angularjs
[21:51:05] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has quit IRC (Read error: Connection reset by peer)
[21:51:25] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has joined #angularjs
[21:52:36] *** iraj <iraj!~iraj___@unaffiliated/iraj> has quit IRC (Quit: Leaving)
[21:57:10] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has joined #angularjs
[21:57:30] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 276 seconds)
[21:57:42] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[21:58:09] *** zorph <zorph!~zorph@mx.redtag.ca> has quit IRC (Ping timeout: 276 seconds)
[21:58:17] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[21:58:39] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[21:59:01] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has joined #angularjs
[21:59:41] *** thevishy <thevishy!~thevishy@122.167.220.116> has quit IRC (Ping timeout: 240 seconds)
[22:01:14] *** Zonakusu <Zonakusu!~zonakusu@d194218.upc-d.chello.nl> has quit IRC ()
[22:01:22] *** noobsu_ <noobsu_!~noobsu@x4e37ab9a.dyn.telefonica.de> has quit IRC (Remote host closed the connection)
[22:01:27] *** Bruh <Bruh!~GitGud@unaffiliated/gitgud> has joined #angularjs
[22:01:35] *** anjumkaiser <anjumkaiser!~anjumkais@39.50.215.240> has joined #angularjs
[22:03:21] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Ping timeout: 276 seconds)
[22:07:21] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[22:07:45] *** absinthe <absinthe!~absinthe@HSI-KBW-134-3-212-19.hsi14.kabel-badenwuerttemberg.de> has quit IRC (Remote host closed the connection)
[22:09:08] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[22:09:40] *** smokeo <smokeo!~smokeo@76.9.204.178> has joined #angularjs
[22:11:00] *** smokeo <smokeo!~smokeo@76.9.204.178> has quit IRC (Remote host closed the connection)
[22:11:03] *** marthinal <marthinal!~chatzilla@8.red-83-42-153.dynamicip.rima-tde.net> has quit IRC (Ping timeout: 240 seconds)
[22:11:52] *** maucar <maucar!~maurizioc@c-24-62-42-67.hsd1.ma.comcast.net> has quit IRC (Quit: Leaving)
[22:12:27] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[22:16:53] *** macwinner <macwinner!~macwinner@192.77.239.202> has joined #angularjs
[22:16:58] *** plajae <plajae!~textual@12.30.201.34> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:17:00] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[22:17:12] *** vkareh <vkareh!~vkareh@12.231.104.138> has quit IRC (Quit: Leaving)
[22:19:45] *** enlightenmental <enlightenmental!~enlighten@c-73-5-140-85.hsd1.mn.comcast.net> has joined #angularjs
[22:19:59] *** enlightenmental <enlightenmental!~enlighten@c-73-5-140-85.hsd1.mn.comcast.net> has quit IRC (Client Quit)
[22:21:26] *** macwinner <macwinner!~macwinner@192.77.239.202> has quit IRC (Ping timeout: 250 seconds)
[22:21:39] *** enlightenmental_ is now known as enlightenmental
[22:25:28] *** phil23 <phil23!~filippo@78-134-48-211.v4.ngi.it> has quit IRC (Quit: WeeChat 1.4)
[22:27:24] *** fscala <fscala!~fscala@unaffiliated/fscala> has quit IRC (Ping timeout: 276 seconds)
[22:29:10] *** fscala <fscala!~fscala@unaffiliated/fscala> has joined #angularjs
[22:31:52] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has quit IRC (Ping timeout: 252 seconds)
[22:35:08] *** chachasmooth <chachasmooth!~chachasmo@unaffiliated/chachasmooth> has joined #angularjs
[22:35:36] *** zorph2 <zorph2!~zorph@mx.redtag.ca> has quit IRC (Quit: Nettalk6 - www.ntalk.de)
[22:36:17] *** davi <davi!~davi@gnu/davi> has joined #angularjs
[22:41:38] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[22:42:04] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[22:42:24] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[22:42:40] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[22:44:26] *** Xtremer <Xtremer!~xtremer@CPEf0f2495e69d3-CMf0f2495e69d0.cpe.net.cable.rogers.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[22:44:47] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[22:45:04] *** Lecht <Lecht!Lecht@cpe-75-191-201-228.ec.res.rr.com> has quit IRC (Ping timeout: 252 seconds)
[22:45:40] *** davi <davi!~davi@gnu/davi> has quit IRC (Remote host closed the connection)
[22:45:53] *** fedenunez <fedenunez!~fede@r167-60-100-167.dialup.adsl.anteldata.net.uy> has joined #angularjs
[22:46:07] *** cliluw <cliluw!~cliluw@unaffiliated/cliluw> has quit IRC (Quit: Leaving)
[22:46:25] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 260 seconds)
[22:46:29] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[22:47:17] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has joined #angularjs
[22:47:39] *** cyan__ <cyan__!~cyan@d156-83.icpnet.pl> has joined #angularjs
[22:48:21] *** mandric <mandric!~mandric@177.120.28.15> has joined #angularjs
[22:48:21] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Client Quit)
[22:48:54] *** cliluw <cliluw!~cliluw@unaffiliated/cliluw> has joined #angularjs
[22:50:12] <Fenikkusu> Any thoughts on how I can/should handle this? I'm using controllerAs syntax on my stuff (as I should). Some legacy code, still widely used in the system, does not use controllerAs. I'm running into an issue where changes to the scope are happening on the wrong scope, not the scope of the legacy code. Thoughts?
[22:51:44] *** jlebrech <jlebrech!~jlebrech@109.109.143.238> has quit IRC (Ping timeout: 244 seconds)
[22:52:09] *** Aliks <Aliks!~aliks@173.247.206.234> has quit IRC (Remote host closed the connection)
[22:52:20] *** zivester <zivester!~zivester@38.104.66.138> has quit IRC (Ping timeout: 272 seconds)
[22:53:41] *** heartburn <heartburn!~heartburn@213.21.33.24> has joined #angularjs
[22:56:44] *** micabot <micabot!~mica@unaffiliated/mica> has quit IRC (Quit: plaf!)
[22:58:16] *** PrinceAMD <PrinceAMD!~grizzly_b@unaffiliated/princeamd> has quit IRC (Ping timeout: 252 seconds)
[22:59:16] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:01:20] *** gvhoecke <gvhoecke!~gvhoecke@91.182.6.213> has joined #angularjs
[23:01:40] <Fenikkusu> Got it working. Had to use AngularJS Inspector to determine scope and then use $parent.$parent (ewww!!) to make it work.
[23:02:29] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has joined #angularjs
[23:04:02] *** blindbox_ <blindbox_!~blindbox@104.142.159.110.tm-hsbb.tm.net.my> has joined #angularjs
[23:04:27] *** blindbox <blindbox!~blindbox@175.142.178.137> has quit IRC (Ping timeout: 276 seconds)
[23:04:39] *** blindbox_ is now known as blindbox
[23:04:58] *** rgr <rgr!697014a7@gateway/web/freenode/ip.105.112.20.167> has joined #angularjs
[23:05:06] <rgr> ghhg
[23:05:13] *** rgr <rgr!697014a7@gateway/web/freenode/ip.105.112.20.167> has quit IRC (Client Quit)
[23:05:26] *** cyan__ is now known as gau
[23:05:33] *** gau is now known as gau__
[23:07:30] *** clarkpan <clarkpan!~clarkpan@203-214-157-66.perm.iinet.net.au> has quit IRC (Ping timeout: 258 seconds)
[23:07:55] *** edrocks <edrocks!~edrocks@66-194-206-178.static.twtelecom.net> has quit IRC (Ping timeout: 244 seconds)
[23:08:33] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has joined #angularjs
[23:09:59] *** jazzblue <jazzblue!4b31f9d8@gateway/web/freenode/ip.75.49.249.216> has joined #angularjs
[23:10:20] <jazzblue> hi
[23:10:25] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[23:12:32] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Client Quit)
[23:13:33] *** aghiuru <aghiuru!~aghiuru@92.177.67.70> has quit IRC (Ping timeout: 276 seconds)
[23:13:56] *** theBorgu <theBorgu!~theBorgu@pool-173-71-198-195.clppva.fios.verizon.net> has joined #angularjs
[23:14:29] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[23:17:08] *** tomphp <tomphp!~tomphp@213.165.147.195> has joined #angularjs
[23:18:56] <Frenchiie> k
[23:18:57] <Frenchiie> o
[23:22:44] *** Aliks <Aliks!~aliks@173.247.206.234> has joined #angularjs
[23:25:31] *** MacWinner <MacWinner!~Blah@192.77.239.202> has joined #angularjs
[23:25:59] *** tomphp <tomphp!~tomphp@213.165.147.195> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:32:24] *** Psychiatrist <Psychiatrist!~Psychiatr@193.40.250.201> has quit IRC (Ping timeout: 276 seconds)
[23:33:19] *** benbergman <benbergman!~ben@208.81.6.228> has left #angularjs
[23:33:22] *** arizzo <arizzo!~arizzo@static-98-115-87-10.phlapa.fios.verizon.net> has quit IRC (Remote host closed the connection)
[23:33:47] *** kakashiAL <kakashiAL!~kakashiAL@ip-37-201-20-72.hsi13.unitymediagroup.de> has quit IRC (Ping timeout: 260 seconds)
[23:34:44] *** TyrfingMjolnir <TyrfingMjolnir!~Tyrfing@62.92.82.250> has quit IRC (Ping timeout: 260 seconds)
[23:35:52] *** bbankes <bbankes!~bbankes@50-200-100-242-static.hfc.comcastbusiness.net> has joined #angularjs
[23:36:05] *** encryptd_fractal <encryptd_fractal!~encryptd_@50-203-59-198-static.hfc.comcastbusiness.net> has quit IRC (Remote host closed the connection)
[23:36:22] *** noobsu__ <noobsu__!~noobsu@x4e37ab9a.dyn.telefonica.de> has joined #angularjs
[23:37:00] *** stefanotorresi <stefanotorresi!~etienne`@84.222.149.59> has joined #angularjs
[23:37:34] *** sergey <sergey!~sergey@46.98.43.221> has quit IRC ()
[23:39:15] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:b155:66:8d11:e726> has joined #angularjs
[23:39:43] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:b155:66:8d11:e726> has quit IRC (Remote host closed the connection)
[23:40:31] *** karic <karic!~karic@cm-1433.sa.hs-hkb.ba> has joined #angularjs
[23:41:55] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:42:20] *** bengillies <bengillies!~bengillie@bengillies.net> has joined #angularjs
[23:42:21] *** mandric <mandric!~mandric@177.120.28.15> has quit IRC (Read error: Connection reset by peer)
[23:42:24] *** mischat <mischat!~mischat@2a02:c7f:c006:1e00:e4c6:fb26:53ae:b0aa> has joined #angularjs
[23:42:34] *** siba <siba!~textual@60-242-28-48.static.tpgi.com.au> has joined #angularjs
[23:43:13] *** mandric <mandric!~mandric@179.206.135.107> has joined #angularjs
[23:43:21] *** TheSimonator <TheSimonator!~TheSimona@208.91.123.102> has quit IRC (Remote host closed the connection)
[23:46:08] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has joined #angularjs
[23:46:33] *** bengillies <bengillies!~bengillie@bengillies.net> has quit IRC (Ping timeout: 240 seconds)
[23:47:15] *** krusty_ar <krusty_ar!~quassel@190.192.59.178> has quit IRC (Remote host closed the connection)
[23:47:38] *** _cdmsn is now known as cdmsn
[23:47:54] *** Frenchiie <Frenchiie!1867686a@gateway/web/freenode/ip.24.103.104.106> has quit IRC (Ping timeout: 250 seconds)
[23:48:24] <netameta> What option do i have if i want to pass a function from a controller to a directive - also will this function still be bound to the same scope ?
[23:48:35] *** drej <drej!~textual@unaffiliated/jedimind> has quit IRC (Quit: My Mac has gone to sleep. ZZZzzz…)
[23:49:00] *** italoacasas <italoacasas!~italoacas@199.72.84.54> has quit IRC (Client Quit)
[23:51:09] *** icebox <icebox!~nodebot@37.176.131.250> has quit IRC (Read error: Connection reset by peer)
[23:52:01] *** zivester <zivester!~zivester@pool-108-53-252-246.nwrknj.fios.verizon.net> has joined #angularjs
[23:53:27] *** gau__ <gau__!~cyan@d156-83.icpnet.pl> has quit IRC (Remote host closed the connection)
[23:55:45] *** Twirl <Twirl!~andy@unaffiliated/twirl> has quit IRC (Quit: Leaving.)
[23:58:31] *** ril is now known as ril[away]
[23:58:37] *** walden is now known as walden|afk
[23:58:54] *** codyw <codyw!~codywelsh@c-73-189-204-160.hsd1.ca.comcast.net> has joined #angularjs
[23:59:42] *** wonder95 <wonder95!~wonder95@50-39-193-168.bvtn.or.frontiernet.net> has quit IRC (Quit: You can't have everything. Where would you put it?)