Switch to DuckDuckGo Search
   November 12, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:00:06] *** bostonaholic has joined #angularjs
[00:00:06] <dsdeiz> anyone? :D
[00:00:08] <seriema> savantgarde_: how, exactly, did you install it? what command did you use?
[00:00:16] <savantgarde_> bower install --save underscore.string
[00:00:21] *** jrist has joined #angularjs
[00:00:33] <seriema> that's crazy
[00:00:47] *** goabonga has quit IRC
[00:01:02] <sekyms> wafflej0ck: is there a good way to take an array of IDs and do a $http call on each of them?
[00:01:42] *** plato|wtf has joined #angularjs
[00:01:43] <Rafzzz> wafflej0ck: promises!
[00:01:51] <Rafzzz> sekyms: promises!
[00:02:02] <shredjs> lol seriema thanks for your help but im not landing you money for that sorry :S
[00:02:09] <Rafzzz> sekyms: https://docs.angularjs.org/api/ng/service/$q look for all
[00:02:12] <wafflej0ck> dsdeiz: http://plnkr.co/edit/uOD740OM1UC4viVTOm6W?p=preview
[00:02:13] <sekyms> Rafzzz: then they become blocking yes?
[00:02:32] <seriema> I just tried installing underscore.string with bower, and it doesn't have a bower.json file
[00:02:36] *** zB0hs has quit IRC
[00:02:39] <seriema> wafflej0ck: I'm scared =/
[00:02:44] <Rafzzz> sekyms: well, no, they're async
[00:02:45] <wafflej0ck> sekyms: typically better to just bundle the array and have the backend handle it in a batch
[00:02:59] <seriema> shredjs: lol no not to me! to farmers in Africa and stuff. it's a charity thing =) check it out!
[00:03:01] <sekyms> wafflej0ck: yup, dealing with someone elses API ;)
[00:03:07] <dsdeiz> ohh got it
[00:03:07] <Rafzzz> sekyms: they're blocking in themselves, obviously and intentionally, but they don't block the call stack
[00:03:20] <savantgarde_> seriema: looks to me as if it installs components.json instead of bower.json
[00:03:36] <savantgarde_> components.json being the old name for bower.json I think!?
[00:03:44] <wafflej0ck> sekyms: ah right :) yeah you can have an array of promises from each of the $http.get calls that returns a promise and use $q.all([setofpromises]); <-- returns a promise, to know when they're all done
[00:03:54] <seriema> savantgarde_: isn't it for a competing system?
[00:03:55] <kuadrosx> savantgarde_: they are 2 separate projects
[00:04:04] <sekyms> wafflej0ck: so yes, but it's messy
[00:04:07] <wafflej0ck> sekyms: typically the browser will limit the number of concurrent HTTP connections though
[00:04:09] <wafflej0ck> sekyms: yeah
[00:04:10] *** bmac has joined #angularjs
[00:04:18] <savantgarde_> seriema: well, bower had to change at one point, in order to resolve the conflict
[00:04:34] *** siddart has quit IRC
[00:04:38] <savantgarde_> I remember it used the name 'components' for something in the installation, and then it changed
[00:04:38] <seriema> savantgarde_: that was a loooong time ago
[00:04:47] *** siddart has joined #angularjs
[00:04:52] <savantgarde_> seriema: well, I figure underscore.string messes up somehow
[00:04:57] *** Underbyte has quit IRC
[00:05:00] <savantgarde_> other deps don't behave that way
[00:05:07] <dsdeiz> wafflej0ck: thx man!
[00:05:11] <wafflej0ck> dsdeiz: np
[00:05:52] *** grantfunke_ has joined #angularjs
[00:06:02] *** jeremymarc has joined #angularjs
[00:06:25] *** Kosre has joined #angularjs
[00:06:25] <seriema> savantgarde_: I haven't come across that before. maybe worth putting as a bug?
[00:06:35] *** michaelSharpe has quit IRC
[00:06:36] *** rtpg has joined #angularjs
[00:06:36] <savantgarde_> yeah, but don't have the time now
[00:07:02] *** ferrao has joined #angularjs
[00:07:04] *** doodlehaus has quit IRC
[00:07:17] *** patcito has quit IRC
[00:07:54] *** trend has joined #angularjs
[00:07:56] *** Kosre has quit IRC
[00:08:07] <seriema> savantgarde_: in the time it took you to answer, I reported it :P https://github.com/epeli/underscore.string/issues/254
[00:08:22] <savantgarde_> seriema: thanks!
[00:08:28] <savantgarde_> I'm right in the middle of finishing a project though
[00:09:13] <seriema> np, I'm the Master of procrastination =)
[00:09:43] *** dcherman2 has joined #angularjs
[00:09:56] *** vassagus has quit IRC
[00:09:58] <seriema> savantgarde_: that link, it was an existing issue. about an error in package.json and bower not reacting
[00:09:59] *** jerev has quit IRC
[00:10:11] *** grantfunke_ has quit IRC
[00:10:32] <seriema> savantgarde_: lol found the error
[00:10:44] <seriema> savantgarde_: when he released 2.3.3 there wasn't a bower.json file
[00:11:07] <savantgarde_> right
[00:11:09] *** Linell has left #angularjs
[00:11:16] <seriema> and that was released over a year ago
[00:11:19] <savantgarde_> so it's fixed in git
[00:11:21] *** jeremymarc has quit IRC
[00:11:21] <savantgarde_> figured as much
[00:11:36] *** ferrao has quit IRC
[00:11:36] *** macabre has quit IRC
[00:11:40] *** Alina-malina has joined #angularjs
[00:11:45] <seriema> so for now, you'll have to add it manually. next release should work
[00:11:48] *** zwacky has joined #angularjs
[00:11:59] <savantgarde_> well, it works, so I'm happy for now
[00:12:01] <savantgarde_> thanks
[00:12:11] *** bradmaxs has quit IRC
[00:12:17] *** dcherman has quit IRC
[00:12:45] *** whitebook has joined #angularjs
[00:12:57] *** nattonerd has quit IRC
[00:12:57] *** FunnyLookinHat has quit IRC
[00:13:14] *** cbeacock1 has quit IRC
[00:13:43] *** kreiggers has quit IRC
[00:14:20] *** jrist has quit IRC
[00:14:22] *** kreiggers has joined #angularjs
[00:14:50] *** freeman42 has quit IRC
[00:15:36] *** kotyy has quit IRC
[00:15:43] *** Trindaz has quit IRC
[00:15:47] *** DoubleAW has joined #angularjs
[00:15:52] *** patric100e99 has joined #angularjs
[00:15:53] *** dcherman2 has quit IRC
[00:16:02] *** crakrjak_respawn has joined #angularjs
[00:16:19] *** patcito has joined #angularjs
[00:16:39] *** bahoo has joined #angularjs
[00:16:40] <wafflej0ck> savantgarde_: also FYI you can install directly from a git repo too using bower, like bower install gitrepurlhere#versionBranchOrSHA
[00:17:23] *** sonofdirt has quit IRC
[00:17:27] <wafflej0ck> for my own stuff I package into bower components and don't always publish publicly so that along with "bower link" are nice options to have
[00:17:31] *** mspier is now known as mspier|away
[00:17:36] *** jerev has joined #angularjs
[00:17:58] *** spatialbrew has quit IRC
[00:18:04] *** sonofdirt has joined #angularjs
[00:18:06] <bahoo> Q: Does anyone have experience using AngularJS in a browser extension, where you’ll be making edits to DOM elements written by a 3rd party?
[00:18:16] *** AWAW has quit IRC
[00:18:38] <bahoo> Seems technically doable, I just wonder how big of a pain in the ass I’m in for...
[00:18:52] *** doginal has quit IRC
[00:18:56] *** optikalmouse has quit IRC
[00:19:02] *** mzabriskie has quit IRC
[00:19:13] *** nuizzy has joined #angularjs
[00:19:16] <wafflej0ck> bahoo: probably not a huge deal, ng-inspector is a pretty popular chrome/safari plugin that uses angular probably worth taking a gander at
[00:19:16] *** spaceonline has joined #angularjs
[00:19:38] *** evilaliv3 has quit IRC
[00:19:44] *** crakrjak_respawn has quit IRC
[00:19:46] <bahoo> Ooh, thank you wafflej0ck, I’ll take a look.
[00:20:02] *** siddart has quit IRC
[00:20:03] *** mdedetrich has quit IRC
[00:20:18] *** siddart has joined #angularjs
[00:20:27] *** grantfunke_ has joined #angularjs
[00:20:30] *** ctanga has quit IRC
[00:20:35] *** oste has quit IRC
[00:20:37] *** patric100e99 has quit IRC
[00:21:23] *** CitizenKane has quit IRC
[00:21:30] *** mven has quit IRC
[00:21:30] <wafflej0ck> weird gander means a male goose and too look at something :) ah english
[00:21:34] *** CitizenKane has joined #angularjs
[00:21:36] *** zwischenzug has joined #angularjs
[00:21:37] *** thedodd has quit IRC
[00:21:44] <wafflej0ck> to*
[00:21:48] *** edy has quit IRC
[00:21:52] *** bmac has quit IRC
[00:22:18] *** sonofdirt has quit IRC
[00:22:33] *** kcccccc has quit IRC
[00:22:43] *** mdedetrich has joined #angularjs
[00:22:50] *** Reskp has quit IRC
[00:22:54] *** trend has quit IRC
[00:23:07] *** mjs2600 has joined #angularjs
[00:23:09] *** edy has joined #angularjs
[00:23:46] *** Reskp has joined #angularjs
[00:23:54] *** spaceonline has quit IRC
[00:24:03] *** trend has joined #angularjs
[00:24:35] *** siddart has quit IRC
[00:24:43] <Grokling> Geese are very curious creatures.
[00:24:52] *** siddart has joined #angularjs
[00:25:00] *** grantfunke_ has quit IRC
[00:25:02] <wafflej0ck> I think you're thinking of cats :)
[00:25:13] <Grokling> cats are dogfood.
[00:25:23] *** doginal has joined #angularjs
[00:25:30] <Rafzzz> Anyone using angular with TypeScript in Visual Studio in prep for 2.0?
[00:25:30] <caitp> i think geese probably fit into that box too
[00:25:32] <wafflej0ck> Geese are the big poopy birds, ewe
[00:25:50] <oniijin> geese are kinda fierce
[00:26:00] *** BillCriswell has joined #angularjs
[00:26:11] <seriema> Rafzzz: no, but if you find someone that does PLEASE TELL ME (I'm writing an article on 2.0)
[00:26:16] *** fouadm has joined #angularjs
[00:26:29] *** rtpg has quit IRC
[00:26:30] <Grokling> geese maybe big poopy birds, but they don't sit around your house all day dropping fur and demanding attention, then go out at night and kill native birdlife.
[00:26:34] *** intellix has joined #angularjs
[00:26:38] <Rafzzz> seriema: we're all moving to it at work this week
[00:26:43] <wafflej0ck> Grokling: you have a point
[00:26:46] *** yts has quit IRC
[00:26:47] *** xavia has quit IRC
[00:26:59] <Rafzzz> seriema: organising VMs for everyone with Visual Studio and TS
[00:27:03] <oniijin> http://youtu.be/6cV4FCwtTEo?t=51s
[00:27:10] <Grokling> Also applies to teenagers I suspect ;-)
[00:27:25] <seriema> Rafzzz: http://todomvc.com/examples/typescript-angular/#/ could be worth checking out
[00:27:36] *** Limix has quit IRC
[00:27:37] *** edy has quit IRC
[00:27:43] *** mjs2600 has quit IRC
[00:27:58] <Grokling> oniijin: It was just having a gander at his boat ;-)
[00:27:59] *** bmac has joined #angularjs
[00:28:40] *** dnewkerk has quit IRC
[00:28:40] *** baweaver has quit IRC
[00:28:42] <zwischenzug> hello, i have a common html snippet which i have made into a partial, and am trying to pass objects into this partial. it doesn't really make sense to create a separate controller for each instance of the partial, as the scope for all of them should be the same. i've hacked ng-repeat, and it works, but it feels wrong. is there a better way to do this? this is what i have so far: http://plnkr.co/edit/hawxexosZOhKPfIrEs
[00:28:42] <zwischenzug> VH?p=preview
[00:28:44] *** Underbyte has joined #angularjs
[00:28:55] <zwischenzug> one line link: http://plnkr.co/edit/hawxexosZOhKPfIrEsVH?p=preview
[00:29:05] <oniijin> Grokling har har iseewhatudidthar
[00:29:14] <Grokling> Also, pro kayaker who can't get back in his own kayak?? I call BS.
[00:29:35] <oniijin> kayak _angler_
[00:29:41] <oniijin> he's a pro fisherman
[00:29:45] *** m3l720 has quit IRC
[00:29:46] <Grokling> He sure had it on an angle '-)
[00:30:34] <wafflej0ck> heh well that was entertaining
[00:30:57] <oniijin> they're pretty vicious animals. and they bite
[00:31:08] <oniijin> geese and camels. not to be fcked with
[00:31:25] <davek> Have the angular guys mentioned anything about community RFC channels?
[00:31:28] *** ChadStrat has joined #angularjs
[00:31:38] *** mansoormb has joined #angularjs
[00:32:00] <davek> Like to see if I can push for an extensible-AR style resource implementation to go with the new object-oriented approach
[00:32:18] *** bahoo has left #angularjs
[00:32:47] *** juanpablo_ has quit IRC
[00:32:48] *** PointBlank has quit IRC
[00:32:49] *** arathunku has quit IRC
[00:33:01] *** damain has quit IRC
[00:33:27] <robdubya> omg
[00:34:12] *** Reskp has quit IRC
[00:34:26] <Grokling> tla blasphemy.
[00:34:32] <wafflej0ck> Grokling: you ever watch my drunk kitchen you'd love the puns :)
[00:34:47] <Grokling> Nope - never heard of it?
[00:34:52] <wafflej0ck> davek: haven't heard anything
[00:34:59] <davek> robdubya, you live!
[00:35:03] <robdubya> indeed i do
[00:35:18] <wafflej0ck> Grokling: it's just a YouTube channel but pretty popular and good if you're in a silly mood, host loves terrible puns
[00:35:21] <davek> How'd everything go?
[00:35:28] *** stormbytes has joined #angularjs
[00:35:59] *** Reskp has joined #angularjs
[00:36:04] *** cannap has quit IRC
[00:36:19] *** BillCriswell has quit IRC
[00:36:22] <Grokling> Just typed 'youtube' into the chrome location box, hit tab, and got a surprise. Awesome.
[00:36:44] *** siddart has quit IRC
[00:36:52] *** desp has quit IRC
[00:36:55] *** mspier|away is now known as mspier
[00:37:00] *** siddart has joined #angularjs
[00:37:04] <oniijin> was it bewbs
[00:37:27] *** CamonZ has joined #angularjs
[00:38:15] *** merobertsjr has joined #angularjs
[00:38:16] *** _ritchie_ has quit IRC
[00:38:43] <CamonZ> hi, is there a way to grab the values set on a tag for a directive like <some-directive id='x'>otherVal</some-directive> and use them on the template for the directive?
[00:38:49] *** kreiggers has quit IRC
[00:39:03] <CamonZ> I'm interested in grabbing the "x" and the "otherVal" in my example
[00:39:12] *** cakirke has joined #angularjs
[00:39:16] *** tripu has joined #angularjs
[00:39:16] *** discgo has joined #angularjs
[00:39:17] <wafflej0ck> CamonZ: pretty sure you can grab it off of the attrs, otherVal would be a transcluded value
[00:39:29] *** kreiggers has joined #angularjs
[00:39:37] *** frankblizzar has quit IRC
[00:39:49] <CamonZ> wafflej0ck: how so grab it off of the attrs?
[00:40:01] *** mary5030 has quit IRC
[00:40:04] <wafflej0ck> CamonZ: the id yea, for the content see I think I'm going to abolish eleven through nineteen and start using ten-one through ten-nine, also stop using first, second, third, and fourth and instead use place 1, place 2, and instead of 1/4 being one fourth it should be take one from four :)
[00:40:06] <wafflej0ck> oops
[00:40:09] <wafflej0ck> wrong paste again
[00:40:09] <CamonZ> on my link function I'm simply setting event handlers, not the compilation of the template
[00:40:20] <wafflej0ck> https://docs.angularjs.org/api/ng/directive/ngTransclude
[00:40:24] <wafflej0ck> misfire on the ctrl+c
[00:40:33] <CamonZ> :)
[00:40:34] <CamonZ> thanks
[00:40:39] <wafflej0ck> np
[00:41:11] <wafflej0ck> was just bitching more about english but decided to withhold it and got put in the clipboard :)
[00:41:52] *** MJD has joined #angularjs
[00:42:54] *** dcherman has joined #angularjs
[00:43:02] *** AtomicCookie has quit IRC
[00:43:14] *** shackleford has quit IRC
[00:43:20] *** Oddman_ has quit IRC
[00:43:23] *** uru is now known as uru|away
[00:44:49] *** ethlor has quit IRC
[00:45:05] *** siddart has quit IRC
[00:45:21] <wafflej0ck> but yeah most of that stuff about number in English was from a some video I watched examining why asians are better at math, basic point was the language we use for numbers is more complex and makes it more difficult to reason about the values themselves, interesting idea if nothing else
[00:45:22] *** siddart has joined #angularjs
[00:45:30] <seriema> wafflej0ck: I agree with you though. why are eleven etc special
[00:45:36] *** shinnya has joined #angularjs
[00:45:49] *** oncenull has joined #angularjs
[00:45:51] *** Oddman has joined #angularjs
[00:46:00] <seriema> wafflej0ck: I think they're better because they're shamed into suicide if they don't study :(
[00:46:13] <wafflej0ck> seriema: certainly cultural difference too
[00:46:23] <Grokling> Asians are also better at representing their family tree.. none of this "second cousin twice removed" nonsense.
[00:47:11] *** doginal has quit IRC
[00:47:31] <seriema> wafflej0ck: as a side note, I'm currently fascinated with Swedish (my native tounge) as my gf is learning it (Portuguese is hers, and my second language). While Brazil will put a new word, probably from latin, on EVERYTHING, Swede's just take two existing words and mash them together.
[00:47:59] <Grokling> like waffle+jock?
[00:48:04] <wafflej0ck> seriema: hmm pretty interesting
[00:48:22] <wafflej0ck> hehe yeah I'm waffle-head and camel-jockey (belgian and pakistani descent)
[00:48:43] *** Johnny13371337 has quit IRC
[00:48:51] *** OddDuck has joined #angularjs
[00:48:51] *** OddDuck has joined #angularjs
[00:48:53] <seriema> like "ear-nose-throat-doctor" vs "otorrinolaringologista"
[00:49:02] *** m3l720 has joined #angularjs
[00:49:03] <Grokling> Awesome. I'd just assumed you had a day job in a caravan selling waffles to tourists ;-)
[00:49:06] *** TyrfingMjolnir has joined #angularjs
[00:49:08] *** siddart has quit IRC
[00:49:10] <wafflej0ck> seriema: yeah I did notice that about swedish words seem to go on forever
[00:49:23] *** dc_ has quit IRC
[00:49:24] <seriema> usually it's not that bad
[00:49:30] *** oncenull has quit IRC
[00:49:33] <seriema> "sick-house" vs "hospital"
[00:49:46] *** m3l720 has quit IRC
[00:50:29] <Grokling> seriema: I don't think that's probably a good example - ottolaring... is the original latin, ENT doctor is us westernised lazy arses being uneducated in proper medical terminology.
[00:50:29] <wafflej0ck> seriema: yeah I actually personally prefer sick-house or using more pieces to make a whole instead of new words entirely so much jargon and so much overlap in jargon in English it's crazy
[00:50:41] <Grokling> bum vs Gleuteus Maximus.
[00:50:54] <seriema> Grokling: no the otto thing was Portuguese =/
[00:50:55] *** marshall has quit IRC
[00:50:57] *** akrikos has joined #angularjs
[00:51:18] *** siddart has joined #angularjs
[00:51:22] <Grokling> The only difference between that word in portuguese, and in english is the 'a' on the end..
[00:51:35] <seriema> lol
[00:51:44] *** merobertsjr has quit IRC
[00:51:59] *** dimetron has quit IRC
[00:52:07] *** cthrax has quit IRC
[00:52:10] *** dimetron has joined #angularjs
[00:52:15] <seriema> which makes it a perfect example. in swedish we actually say "öron, näsa, halsdoktor" (ear, nose, throat doctor)
[00:52:24] <Grokling> Here, we have Anaesthetists. In the US, they have Anaesthesiologists.
[00:52:28] *** DLSteve has quit IRC
[00:52:54] <Grokling> In common language here, we also say 'Ear Nose and Throat doctor'
[00:53:04] <seriema> ah
[00:53:05] *** oniMaker has joined #angularjs
[00:53:06] *** tomzx is now known as tomzx`afk
[00:53:15] <seriema> common language in brazil is actually the otto-thing =)
[00:53:20] <ClearsTheScreen> that doc is good example in German, too -- Hals-Nase-Ohrenarzt; abbreviated HNO --, though we'd call them Anaesthesist too. seems like we do a bit of this, a bit of that :o
[00:53:35] <oniMaker> How can I console.log/var_dump something in ng-class (or anywhere in html really) ?
[00:53:37] <Grokling> But if you find one and ask him what his proper job title is, you'd get the otto thing.
[00:53:58] *** sonicparke|bradm has quit IRC
[00:54:04] <seriema> yeah, but I think in Sweden the dr would say the ear-nose....
[00:54:08] *** kborchers has quit IRC
[00:54:24] <Grokling> Probably because he isn't a pretentious prat ;-)
[00:54:33] <seriema> less stellar example: "child-child" vs "grandchild"
[00:54:46] <seriema> Grokling: lol ye
[00:54:53] *** m_gol has quit IRC
[00:55:00] *** Underbyte has quit IRC
[00:55:11] <Grokling> What do you do with man-child then though?
[00:55:13] <ClearsTheScreen> well the whole HNO thing is on all signs, in all 'common' publications; it's the "official" name, even if there might be a latin-derived one too :o
[00:55:34] <seriema> "cooling box" vs "refrigerator"
[00:56:07] *** jwowwz has quit IRC
[00:56:28] *** fairuz has quit IRC
[00:56:29] <seriema> ClearsTheScreen: we don't have an abbreviation :O
[00:56:32] *** Underbyte has joined #angularjs
[00:56:42] <seriema> Grokling: man-child? like a cry-baby?
[00:56:44] <Grokling> very cold = frigid, so you could have a frigid box. Something that was once frigid, and needs to be that way again needs 're-frigiding'
[00:57:11] <seriema> hmm
[00:57:16] <Grokling> seriema: man-child is an apparently adult male who behaves like a child.
[00:57:22] *** sekyms has quit IRC
[00:57:28] <seriema> Grokling: we just say child :P
[00:57:32] *** Trow has quit IRC
[00:57:36] *** kreiggers has quit IRC
[00:57:36] *** m_gol has joined #angularjs
[00:57:48] *** kuadrosx has quit IRC
[00:57:57] <Grokling> Language is so broken..
[00:58:12] *** kuadrosx has joined #angularjs
[00:58:15] *** kreiggers has joined #angularjs
[00:58:16] <seriema> newspeak ftw
[00:58:18] <ClearsTheScreen> seriema: might be time to introduce it :D OeNH-doktor :D
[00:58:36] *** kborchers has joined #angularjs
[00:58:45] <seriema> ClearsTheScreen: lol if we had the same broken patenting system as the US I could probably make money on that :P
[00:59:19] * seriema remembers when people tried to sue McD for making them fat and getting money in the US, while Swedish judges kicked them out of the court
[00:59:24] <ClearsTheScreen> eh i can imagine that the docs as group have enough capital to sue you into oblivion and then use th ename anyways x3
[00:59:24] *** bbankes has quit IRC
[00:59:51] <seriema> ClearsTheScreen: isn't that what counter-sueing is for? lol
[01:00:02] <dsdeiz> hey all, i'm trying this one out http://plnkr.co/edit/RihsxA?p=preview although i'm not sure if i got it correctly because my form is inside an ng-switch
[01:00:19] <Foxandxss> so you people started to drink?
[01:00:22] <ClearsTheScreen> seriema: yes; i just plain assumed you don't have the money to combat The Medicine Industry x3
[01:00:35] *** netdiablo has quit IRC
[01:01:03] *** piotr123 has quit IRC
[01:01:12] <seriema> ClearsTheScreen: mmmm all that money IF I would win...
[01:01:26] <ClearsTheScreen> :D
[01:01:26] <seriema> ClearsTheScreen: but honestly, they'd probably just buy me off anyway? :D
[01:01:27] *** intellix has quit IRC
[01:01:31] <wafflej0ck> dsdeiz: what's wrong?
[01:01:32] <ClearsTheScreen> well. best of luck to you :D
[01:01:34] <ClearsTheScreen> hehe probably :3
[01:01:35] <seriema> lol
[01:01:40] *** DannyCallaghan has joined #angularjs
[01:01:55] <wafflej0ck> dsdeiz: don't see a ng-switch in there either am I missing it?
[01:02:37] *** Underbyte has quit IRC
[01:02:58] <Grokling> Foxandxss: <script src="/lib/ng-scotch/scotch-neat.js></shriiptt>
[01:03:04] *** Latros-OS has joined #angularjs
[01:03:08] <Grokling> But no. Not yet.
[01:03:23] *** akrikos has quit IRC
[01:03:26] <oniMaker> How do you guys debug within html templates?
[01:03:34] *** nycdevgirl has quit IRC
[01:03:35] <dsdeiz> sorry, that's an existing example.. i'll make a plnkr
[01:03:35] <oniMaker> how can I see what a value is within ng-class ?
[01:03:38] <seriema> set a breakpoint in the HTML
[01:03:39] <seriema> jk
[01:03:52] <lebster> why doesnt my message clear after the request - http://plnkr.co/edit/2BS2Ir9QPc8aWhfAo3dD?p=preview
[01:03:55] <ClearsTheScreen> generally by putting th thing i need to debug into a $scope method and calling that in the HTML
[01:04:07] <seriema> ok, sleepy time. night yall
[01:04:11] <wafflej0ck> yeah also just use inspector
[01:04:14] <wafflej0ck> night seriema
[01:04:25] *** cthrax has joined #angularjs
[01:04:26] *** seriema has quit IRC
[01:04:31] <oniMaker> ClearsTheScreen: I'm attaching something to $rootScope, but it doesn't appear to be matching correctly
[01:04:49] <ClearsTheScreen> awr :(
[01:04:50] *** OliverJAsh has quit IRC
[01:04:55] *** TommyO has quit IRC
[01:04:59] *** seriema has joined #angularjs
[01:05:35] <oniMaker> pretty new to angular, so I'm not sure how to go about digging into it
[01:05:36] *** Underbyte has joined #angularjs
[01:05:46] <oniMaker> in the .run function where it gets set, I can see that it's correct
[01:05:50] <wafflej0ck> oniMaker: show how you reference it, ideally don't use $rootScope really a service or factory is more isolated at least, also grab Batarang if you don't have it, when you inspect in chrome and select an element you'll see an AngularJS properties section along with styles etc
[01:05:53] *** DannyCallaghan has quit IRC
[01:06:28] <wafflej0ck> oniMaker: also ng-inspector is another plugin that can be helpful for understanding the scopes and current values
[01:07:14] *** mtsr has joined #angularjs
[01:07:22] <oniMaker> wafflej0ck: cool thank you... I'm using batarang now, and I can see the $rootScope property is there
[01:07:41] <wafflej0ck> oniMaker: yeah more likely the reference from the view isn't correct for some reason
[01:07:46] <oniMaker> the class I've got is... ng-class="{active:activePath=='/foo/bar'}"
[01:08:02] <oniMaker> do I need to reference root in there, or will activePath default to the root scope?
[01:08:37] <wafflej0ck> activePath will be looking on the current scope, but all scopes will descend from $rootScope so if $rootScope.activePath has the value that should work I believe
[01:09:03] <oniMaker> hmm... I can see in batarang that $rootScope.activePath is '/foo/bar'
[01:09:18] <oniMaker> well, $root.activePath apparently
[01:09:41] <oniMaker> on $parent it's not there though
[01:09:55] *** seriema has quit IRC
[01:09:59] *** mccarrontr1ck has quit IRC
[01:10:02] *** baweaver has joined #angularjs
[01:10:05] *** gurke_ has quit IRC
[01:10:07] <wafflej0ck> hmm yeah not so sure about that, personally I always make a service or factory to wrap things up I only use $rootScope if I need to broadcast a message to everything in the app or I need to call $apply from in a service/factory where I don't have a handle on the regular scope object
[01:10:11] <oniMaker> adding in $root.activePath works
[01:10:18] *** abailarri has joined #angularjs
[01:10:45] *** adpirz has joined #angularjs
[01:10:46] <oniMaker> what's the difference between $root and $rootScope ?
[01:11:40] <wafflej0ck> oniMaker: didn't know but this SO post explains http://stackoverflow.com/questions/22216441/what-is-the-difference-between-scope-root-and-rootscope-angular-js
[01:12:12] <abailarri> Hello. I'm creating a new app and strange thing happens to me. When I visit a page I render a html, and when I visit another page, the first rendered element persists on tha page and new html is introduced below it. Any suggestion please?
[01:12:13] *** Underbyte has quit IRC
[01:12:20] <oniMaker> hmm, interesting
[01:12:23] <oniMaker> confusing too
[01:12:26] <wafflej0ck> strange though since I thought new scopes were made to inherit from rootScope but not something I'm intimately familiar with
[01:12:52] <wafflej0ck> abailarri: no errors in the console?
[01:12:53] *** TuRnaD0 has quit IRC
[01:12:54] *** wd40s has quit IRC
[01:12:55] *** nattonerd has joined #angularjs
[01:13:24] *** jonr22 has joined #angularjs
[01:13:46] <robdubya> that sounds like a you're mixing server and client side rendering thing
[01:14:09] <robdubya> i'll take "things you should never do in angular for 200 alex"
[01:14:13] <jaydubya> in ui-router, I am on admin.users and want to move to the detail page for the user and have this: <a class="btn btn-success" ui-href="user/{{u.id}}">edit</a> inside a u in users ng-repeat. Is this not correct?
[01:14:37] *** bitpimp has left #angularjs
[01:14:47] <robdubya> ui-sref="theState(theStateParams)"
[01:14:56] <lebster> why doesnt the message clear in my success function ? http://plnkr.co/edit/2BS2Ir9QPc8aWhfAo3dD?p=preview
[01:15:06] *** adpirz has quit IRC
[01:15:13] *** glitch100 has joined #angularjs
[01:15:24] <abailarri> wafflej0ck, only this TypeError: dbg is undefined
[01:15:25] <dsdeiz> it's somewhat like this http://plnkr.co/edit/5qAPq7Dt8UwpWQkkz7QC?p=preview
[01:15:30] <glitch100> what isn't the expression working? http://plnkr.co/edit/A72xKrTJmT3CpR2mAeYA?p=preview
[01:15:33] *** bostonaholic has quit IRC
[01:15:44] <wafflej0ck> abailarri: will want to fix any errors in the console before debugging other stuff
[01:15:45] <kuadrosx> ui-sref="admin.users.edit({userId: u.id}))
[01:15:54] <kuadrosx> jaydubya: ↑
[01:16:00] <abailarri> wafflej0ck, what means this error?
[01:16:03] *** kalehv has joined #angularjs
[01:16:45] *** BillCriswell has joined #angularjs
[01:16:49] <Grokling> abailarri: Means you're doing something wrong - can you make a plunker so we can see your code?
[01:17:01] <wafflej0ck> abailarri: somewhere in the code it's referencing dbg which isn't defined... I think typically this particular error is if you use strict mode in JS and don't use var dbg; when declaring a new variable
[01:17:17] *** stephen has joined #angularjs
[01:17:36] *** artisangoose has quit IRC
[01:17:42] <wafflej0ck> abailarri: in JS without 'use strict' if you say dbg = "something"; it will just make up the variable dbg if it doesn't exist, with strict mode you must say var dbg; somewhere
[01:17:43] *** icfantv has quit IRC
[01:17:57] *** jonr22 has quit IRC
[01:18:16] <abailarri> in my app.js and in services.js there is no dbg variable defined
[01:18:38] *** motionman has joined #angularjs
[01:18:45] <lebster> anyone?
[01:18:46] <glitch100> *why isn't
[01:18:47] <wafflej0ck> abailarri: would need to look in the stack trace (usually below the error) showing what function caused the problem
[01:19:23] *** BillCriswell has quit IRC
[01:19:24] *** enigmarm has quit IRC
[01:19:37] <jaydubya> kuadrosx: would that make the .config something like this --> https://gist.github.com/anonymous/4cf23f0dd85d11f2d8cb
[01:20:17] *** grantfunke_ has joined #angularjs
[01:20:21] *** pootpoot has quit IRC
[01:20:33] <kuadrosx> url: '/users/edit/:id' -> '/users/edit/:userId'
[01:20:35] *** tkimmel has quit IRC
[01:20:35] <wafflej0ck> dsdeiz: http://plnkr.co/edit/slBJWbnUH5wx8toxC33U?p=preview don't think you can refer to the element based on the model it has to be by name so far as I know
[01:20:37] *** moritzs has joined #angularjs
[01:20:49] *** damain has joined #angularjs
[01:20:52] <kuadrosx> jaydubya: ↑ but yes
[01:20:52] *** bostonaholic has joined #angularjs
[01:20:57] <Grokling> glitch100: you haven't created an angular module, and you haven't identified one in your <html ng-app> tag.
[01:21:05] <dsdeiz> ahh.. thx again wafflej0ck
[01:21:08] <dsdeiz> wafflej0ck++
[01:21:08] <UniBot> wafflej0ck Karma: 1
[01:21:10] <dsdeiz> wafflej0ck++
[01:21:10] <UniBot> dsdeiz: you must wait an hour between giving karma
[01:21:19] <wafflej0ck> dsdeiz: np
[01:21:20] <dsdeiz> UniBot: then i will wait for another hour! :D
[01:21:39] *** doodlehaus has joined #angularjs
[01:21:45] *** SergioFilhow has joined #angularjs
[01:21:51] *** gnrlbzik has joined #angularjs
[01:22:13] *** Underbyte has joined #angularjs
[01:22:28] <Grokling> glitch100: in the topic of this channel is a link to a working angular plunker template.
[01:23:22] *** mtsr has quit IRC
[01:23:59] *** crakrjak_respawn has joined #angularjs
[01:24:57] *** grantfunke_ has quit IRC
[01:25:00] *** cotko has quit IRC
[01:25:10] *** crakrjak_respawn has quit IRC
[01:25:13] <wafflej0ck> abailarri: as Grokling just pointed out too there is a link to a template in the IRC topic /topic to see it if you can copy/paste portions of your code and recreate the issue we can help fix it
[01:25:19] *** Sky[x] has quit IRC
[01:25:28] *** brwr has joined #angularjs
[01:25:39] <abailarri> yes wafflej0ck I'm studing my code again
[01:25:41] *** cacts|works has quit IRC
[01:25:44] *** _ritchie_ has joined #angularjs
[01:26:04] <glitch100> Grokling: created the module and identified it in the ng-app... working now! thx! ;-D
[01:26:06] *** joebobjoe has joined #angularjs
[01:26:22] *** iribarne_ has joined #angularjs
[01:26:27] <dsdeiz> hey all, is it somewhat possible to make use of ng-class and ng-dirty i.e. ng-class="{ error: foo.bar.$invalid && ng-dirty }"
[01:26:48] <glitch100> Grokling++
[01:26:48] <UniBot> Grokling Karma: 1
[01:26:55] <jaydubya> anyone have a plunker with ui-router included? I can't include it in a new one ... it just ignores the click
[01:27:10] <wafflej0ck> dsdeiz: believe there is also a $dirty flag, haven't used it though
[01:27:15] <wafflej0ck> jaydubya: see the ui-router docs
[01:27:20] <wafflej0ck> jaydubya: links to plunkr from there
[01:27:24] <jaydubya> k
[01:27:52] <Grokling> jaydubya: http://plnkr.co/edit/LZTqdd
[01:28:35] *** mguillech has quit IRC
[01:28:53] *** iribarne has quit IRC
[01:28:53] *** iribarne_ is now known as iribarne
[01:29:13] *** syzygy_ has quit IRC
[01:29:28] *** Shilon has quit IRC
[01:29:48] <joebobjoe> Does anyone know if protractor will start phantomjs for me?
[01:29:56] <joebobjoe> Or do I have to run phantomjs before I run protractor
[01:31:26] <wafflej0ck> lebster: http://plnkr.co/edit/Uw4UG5kKN6dbe2Rxt02i?p=preview
[01:31:59] *** stormbytes has quit IRC
[01:31:59] <wafflej0ck> joebobjoe: no idea about protractor
[01:32:05] *** mot0rola has joined #angularjs
[01:32:09] *** aton` has quit IRC
[01:32:19] *** iribarne has quit IRC
[01:32:34] *** doug64k has quit IRC
[01:32:45] <wafflej0ck> joebobjoe: my guess is it's automated or there are scripts but have only done karma/jasmine testing haven't gotten into E2E/protractor stuff yet
[01:33:07] *** mdel has quit IRC
[01:33:25] *** platonic has joined #angularjs
[01:33:46] <lebster> wafflej0ck: damn so simple thanks
[01:34:14] <wafflej0ck> joebobjoe: you follow this http://angular.github.io/protractor/#/getting-started ?
[01:34:37] <wafflej0ck> lebster: np yeah I'm a big hater of "this" in JS but everyone recommends var ctrl = this; then just use ctrl
[01:34:40] *** merobertsjr has joined #angularjs
[01:34:46] *** iribarne has joined #angularjs
[01:34:49] *** joebobjoe has quit IRC
[01:35:18] *** joebobjoe has joined #angularjs
[01:35:45] *** whiteboo_ has joined #angularjs
[01:35:46] <lebster> wafflej0ck: oh, you prefer to just use $scope ?
[01:36:01] *** syzygy_ has joined #angularjs
[01:36:06] *** gnrlbzik has quit IRC
[01:36:13] <wafflej0ck> lebster: eh well I'm going to pry myself away from that since it's not the way going forward
[01:36:33] <wafflej0ck> lebster: I just generally don't like the wishy washy nature of "this" in JS it's so much clearer in OOP languages
[01:36:39] *** BobbieBarker has joined #angularjs
[01:36:48] *** corehook has joined #angularjs
[01:36:57] *** whitebook has quit IRC
[01:36:59] *** Kosre has joined #angularjs
[01:37:15] *** DrMabuse has quit IRC
[01:37:18] <BobbieBarker> i could use a little input/insight
[01:37:18] <BobbieBarker> http://stackoverflow.com/questions/26877145/hosting-angularjs-app-on-heroku-express-server-not-working
[01:37:20] <wafflej0ck> joebobjoe: appears the browser settings are in the config like with Karma so I imagine you don't need to actually start them up manually http://angular.github.io/protractor/#/browser-setup
[01:37:53] *** tomzx`afk is now known as tomzx
[01:38:09] *** platonic has quit IRC
[01:38:10] <robdubya> wafflej0ck oh like "self" in iOS ....
[01:38:41] *** monir has joined #angularjs
[01:38:47] *** gnrlbzik has joined #angularjs
[01:38:51] <wafflej0ck> robdubya: eh dunno self or iOS so I can't speak to that but "this" in Java or C++ is referring to the instance you're operating in so it's just simple
[01:38:54] *** kalehv has quit IRC
[01:39:18] *** knownasilya has quit IRC
[01:39:29] <wafflej0ck> same in OOP PHP
[01:39:31] *** kalehv has joined #angularjs
[01:39:41] <Fifty5Plus> wafflej0ck: so, where was it _we_ left off ;?) ... greetings!
[01:39:58] <lebster> wafflej0ck: ohh i see, okay. wellthanks for the helps
[01:40:01] *** BillCriswell has joined #angularjs
[01:40:23] *** mansoormb has quit IRC
[01:40:30] <wafflej0ck> Fifty5Plus: hey yeah I made some more updates to the repo last night/this morning while delirious but got it to do the sliding out the left and right sides instead of overlaying them
[01:40:54] <wafflej0ck> Fifty5Plus: still gotta merge the code from develop back to master though and update the README and gh-pages
[01:41:19] *** emmesswhy has joined #angularjs
[01:41:45] *** patcito has quit IRC
[01:41:52] *** michaelSharpe has joined #angularjs
[01:42:24] <wafflej0ck> didn't realize I had all that junk in the README file already luckily no passwords or anything :D glad I use keyfiles and programs for all that stuff or I'd be leaking information daily
[01:42:47] *** BillCriswell has quit IRC
[01:42:55] *** savantgarde_ has quit IRC
[01:43:05] *** Underbyte has quit IRC
[01:43:07] *** subtone100 has joined #angularjs
[01:43:16] *** gnrlbzik has quit IRC
[01:43:19] *** ctanga has joined #angularjs
[01:43:21] *** sh2 has quit IRC
[01:43:26] *** soee has quit IRC
[01:43:29] *** g33k5z has joined #angularjs
[01:44:00] *** kalehv has quit IRC
[01:44:26] *** dimetron has quit IRC
[01:44:45] <wafflej0ck> Fifty5Plus: you get it running locally yesterday?
[01:45:58] <Fifty5Plus> wafflej0ck: yes and the only comment i was going to make on visual aspect was resizing ... so i was going to ask what is doing all that animation ... bootstrap ?
[01:46:26] <wafflej0ck> Fifty5Plus: the animation is just set as a linear transition in the master.css file
[01:46:56] <wafflej0ck> Fifty5Plus: was thinking I could swap in a style to temporarily disable the animation while you're resizing and it's responding to that so you don't get the weird animated fixing itself business
[01:47:40] *** krawek has quit IRC
[01:48:27] <wafflej0ck> Fifty5Plus: really bootstrap is just making the buttons prettier and I wanted to be sure it wouldn't break the divs since bootstrap does some business changing the box-sizing on divs
[01:48:28] <joebobjoe> wafflej0ck, I used these settings: https://github.com/angular/protractor/blob/master/docs/browser-setup.md#setting-up-phantomjs
[01:49:14] <wafflej0ck> joebobjoe: hmm interesting so they are recommending against it, you using this for CI?
[01:49:17] <joebobjoe> wafflej0ck, But it still doesn't work unless I start phantomjs manually and specify seleniumDriver port number in config
[01:49:23] <joebobjoe> wafflej0ck, Yea
[01:49:28] <joebobjoe> wafflej0ck, I need headless
[01:49:33] <wafflej0ck> joebobjoe: hmm interesting, yeah dunno mein let me know if you make progress
[01:49:49] <joebobjoe> wafflej0ck, I think I will try to find a grunt task that starts phantomjs manually
[01:49:51] *** preben_ has quit IRC
[01:49:57] *** whiteboo_ has quit IRC
[01:50:35] <BobbieBarker> anyone interested in taking a look at my question on so?
[01:50:41] *** phyoe has joined #angularjs
[01:50:52] <wafflej0ck> BobbieBarker: yeah read through it but dunno yack about Heroku
[01:51:09] <BobbieBarker> i appreciate you taking a look
[01:51:10] *** caitp has quit IRC
[01:51:11] <BobbieBarker> thanks dude
[01:51:24] *** caitp has joined #angularjs
[01:51:24] *** mary5030 has joined #angularjs
[01:51:37] <wafflej0ck> BobbieBarker: or node for that matter but np
[01:51:58] *** AlexZan has quit IRC
[01:52:03] *** rtpg has joined #angularjs
[01:52:29] *** Rafzzz has quit IRC
[01:53:10] <stephen> So... I have a stupid Chrome bug that I bet someone here has dealt with, looking for your solutions.
[01:53:20] *** christianbking has joined #angularjs
[01:53:32] *** Rejected has quit IRC
[01:53:34] <stephen> Basically: an <a href> with an image inside it reports with offsetWidth and offsetHeight of 0
[01:53:39] <stephen> Chrome only
[01:54:09] *** asher^ has joined #angularjs
[01:54:10] <stephen> I used it to determine tabbability. Thoughts?
[01:54:20] *** bmac has quit IRC
[01:54:37] *** Reskp has quit IRC
[01:54:44] <wafflej0ck> weird
[01:55:09] <wafflej0ck> stephen: have you tried maybe tweaking the display of the anchor?
[01:55:19] <Fifty5Plus> wafflej0ck: how do i get a url for development version and then refresh my local install without doing all from scratch
[01:55:29] <wafflej0ck> stephen: like display:inline-block;
[01:55:56] *** michael-g has joined #angularjs
[01:56:02] <wafflej0ck> Fifty5Plus: you mean you're restarting grunt right now? not sure I follow
[01:56:07] *** mary5030 has quit IRC
[01:56:18] *** michael-g has left #angularjs
[01:56:22] *** gnrlbzik has joined #angularjs
[01:56:23] *** ome has joined #angularjs
[01:56:50] *** corehook has quit IRC
[01:56:54] <Fifty5Plus> wafflej0ck: lol - will grunt update holygrail and not just the libraries?
[01:56:57] *** mruzekw has joined #angularjs
[01:56:58] *** cornerma1 has joined #angularjs
[01:57:23] *** corehook has joined #angularjs
[01:57:48] *** codeman has joined #angularjs
[01:58:02] <wafflej0ck> Fifty5Plus: ah okay are you just asking how to get the latest from the development version?
[01:58:08] *** _2_nay has joined #angularjs
[01:58:19] *** shinnya has quit IRC
[01:58:34] <stephen> wafflej0ck, TBH, I'm leaving out the fact that jQuery uses this in it's :hidden/:visible filter
[01:58:36] <Fifty5Plus> wafflej0ck: yes - without creating new folder then npm and grunt installs
[01:58:45] *** bostonaholic has quit IRC
[01:59:23] *** whitebook has joined #angularjs
[01:59:37] <wafflej0ck> Fifty5Plus: you'd want to, git checkout develop, then git pull, to get the latest stuff I committed for now, you'd want to bower install or bower upgrade (maybe update I always forget), both npm install (uses package.json) and bower install (uses bower.json) will just get new stuff if you already have the node_modules and bower_components folders which you'll have
[01:59:53] *** cornerman has quit IRC
[02:00:03] *** marshall has joined #angularjs
[02:00:05] *** cornerma1 is now known as cornerman
[02:00:13] *** svycka has joined #angularjs
[02:00:15] *** brwr has quit IRC
[02:00:22] *** night-owl is now known as zz_night-owl
[02:00:25] *** conan_the_destro has quit IRC
[02:00:38] *** frankblizzar has joined #angularjs
[02:00:54] <wafflej0ck> the bower update/upgrade one will check for new packages even if you have local ones in bower_components
[02:00:57] *** cthrax has quit IRC
[02:01:42] *** pingupingu has quit IRC
[02:01:52] <wafflej0ck> Fifty5Plus: if you edited anything locally and want to revert it so you can pull changes use, git checkout -- .
[02:01:53] *** tilgovi has quit IRC
[02:02:06] <wafflej0ck> Fifty5Plus: or check out git stash, alternatively
[02:02:42] <wafflej0ck> check out/look into (ARRGGGH English!)
[02:03:28] <Grokling> have a gander at ;-)
[02:03:30] <wafflej0ck> wish there was some way to *bold* in IRC
[02:03:34] <wafflej0ck> Grokling: heh
[02:03:54] <Grokling> have a squiz over..
[02:04:10] *** poolside has quit IRC
[02:04:35] <wafflej0ck> hmm had to urban dictionary it
[02:04:53] *** junmin has quit IRC
[02:05:25] *** seriema has joined #angularjs
[02:05:27] *** frankblizzar has quit IRC
[02:05:32] <wafflej0ck> Fifty5Plus: really though the git pull is all you should need I didn't add anything
[02:05:40] <Grokling> That old saying about it being darkest just before the dawn. I think it applies to coding too. I was about ready to walk away in disgust, but now it works!
[02:05:57] *** dllama has quit IRC
[02:06:19] *** dllama has joined #angularjs
[02:07:36] *** woah has quit IRC
[02:07:54] <Fifty5Plus> dir
[02:07:56] *** yujin has joined #angularjs
[02:08:03] *** spaceonline has joined #angularjs
[02:08:21] *** yujin has quit IRC
[02:08:33] <Evanion> hello fellow nightgremlins .. It’s feeding time!
[02:08:43] *** mot0rola has quit IRC
[02:08:49] *** Kosre has quit IRC
[02:08:53] <Fifty5Plus> lol , wrong window "dir" - hehehe
[02:08:57] *** rho has quit IRC
[02:09:00] <wafflej0ck> .
[02:09:01] <wafflej0ck> ..
[02:09:07] <wafflej0ck> /files
[02:09:14] <Grokling> Whatchu talkin bout willis? It's 14:08 here..
[02:09:18] *** mot0rola has joined #angularjs
[02:09:37] *** {DV8} has joined #angularjs
[02:09:38] <wafflej0ck> Fifty5Plus: so running windows eh :)
[02:09:49] *** cacts has joined #angularjs
[02:09:50] <Grokling> first mistake ;-)
[02:10:07] <Evanion> well .. in europe we are all 00:00+
[02:10:14] <glitch100> is $scope unpopular now?
[02:10:22] <Grokling> europe is a big place..
[02:10:25] <glitch100> seeing references to this.
[02:10:27] <wafflej0ck> glitch100: it's not the way forward
[02:10:29] *** abailarri has quit IRC
[02:10:35] *** chintanparikh has joined #angularjs
[02:10:37] <glitch100> wafflej0ck: ok. I'll learn both methods.
[02:10:41] *** AlSquirrel has quit IRC
[02:10:41] <wafflej0ck> glitch100: it along with controllers will not be accessed that way ni the future
[02:10:44] <Fifty5Plus> at 55+ it's difficult to translate all this ...pull this pull that ... when microsoft pulled my brains out
[02:10:50] <Grokling> glitch100: that said, it's going to be around for a couple more years yet..
[02:10:55] <wafflej0ck> yup
[02:10:57] <chintanparikh> Hey people, really new to angular here. Does angular mess with whitespace in templates? https://gist.github.com/chintanparikh/3a4c388371380bc60c62 - when I remove the blank line 7 it goes from https://www.dropbox.com/s/mpug5jsd507b1ff/Screenshot%202014-11-11%2020.07.16.png?dl=0 to https://www.dropbox.com/s/egjl3t8mm68mbqs/Screenshot%202014-11-11%2020.07.46.png?dl=0
[02:11:01] <wafflej0ck> glitch100: good to know both not a huge deal
[02:11:10] <chintanparikh> Also if it's relevant, I'm using Angular with Rails
[02:11:14] *** woah has joined #angularjs
[02:11:34] *** christianbking has quit IRC
[02:11:37] *** morenoh150 has quit IRC
[02:11:38] <glitch100> wafflej0ck: yeah... I can see there's going to be a ton of $scope lying around, so I'd better grok both.
[02:11:50] *** seriema has quit IRC
[02:12:27] *** grantfunke_ has joined #angularjs
[02:12:27] <Evanion> well chintanparikh … wos that was a mought full … ahem … you have a syntax error on row 5
[02:12:29] *** gnrlbzik has quit IRC
[02:12:30] *** monir has quit IRC
[02:12:44] *** jolts has quit IRC
[02:12:45] *** spaceonline has quit IRC
[02:12:53] *** melter_ has joined #angularjs
[02:13:04] <wafflej0ck> glitch100: typically it's just best both in terms of your app structure and reusability and future proofing to keep your controllers slim and put functionality into services/factories and use directives where appropriate
[02:13:42] <chintanparikh> Evanion: I don't see it?
[02:13:52] <Evanion> other then that rogue ‘,’ I don’t see what could be the problem
[02:13:52] *** nemothek_ has joined #angularjs
[02:14:01] *** ChadStrat has quit IRC
[02:14:23] <chintanparikh> Oh wow, yep that was it, thanks!
[02:14:28] *** wmbutler has joined #angularjs
[02:14:37] *** drew33 has joined #angularjs
[02:14:38] <wafflej0ck> glitch100: eventually web components will phase out the need for directives too but like Grokling said all this stuff is going to take time and there will still be need for support on legacy browsers using the then older framework
[02:14:51] *** ChadStrat has joined #angularjs
[02:14:56] *** ctanga has quit IRC
[02:15:37] *** mmealling has quit IRC
[02:15:49] *** tilgovi has joined #angularjs
[02:16:12] <wafflej0ck> glitch100: regarding this vs $scope specifically you're going to encounter lots of older examples with $scope since the controller as and using this in the controller is somewhat new
[02:16:15] *** nemothekid has quit IRC
[02:17:13] <Evanion> Time to start injecting me some redbull i think …now where did I put that needle…
[02:17:14] *** grantfunke_ has quit IRC
[02:17:50] *** zz_night-owl is now known as night-owl
[02:17:57] *** rburns has joined #angularjs
[02:18:49] <Evanion> Did I just kill the chat?
[02:18:54] <wafflej0ck> Fifty5Plus: haha just saw your message up there I hear ya
[02:19:01] <wafflej0ck> Evanion: you annihalted it
[02:19:06] <wafflej0ck> wow sp?
[02:19:16] <wafflej0ck> whatever you know what I meant
[02:19:24] <Grokling> Evanion: Drink it with a straw. But first take a pin and stab a hundred holes in the straw. You'll be flying like never before.
[02:19:37] <Evanion> ..hehe
[02:19:54] <wafflej0ck> Fifty5Plus: git is a small nightmare but better than any previous SCM stuff like CVS or SVN
[02:19:58] *** mspier is now known as mspier|away
[02:20:20] *** BillCriswell has joined #angularjs
[02:20:22] <Evanion> Fifty5Plus .. If you run OSX, I highly recommend getting ‘Tower’
[02:20:30] <wafflej0ck> Fifty5Plus: but really you should be able to just go in that directory and do a, git checkout develop, that'll switch you to the develop branch, then git pull to get the latest changes on that branch
[02:20:37] <Evanion> http://www.git-tower.com/
[02:20:39] *** doodlehaus has quit IRC
[02:20:41] <wafflej0ck> Evanion: MS
[02:20:43] *** mjs2600 has joined #angularjs
[02:20:47] <Evanion> bah...
[02:20:50] <wafflej0ck> I think SmartGit is a MS client
[02:20:55] <wafflej0ck> I use git cola in Linux
[02:21:07] <wafflej0ck> and then command line for other stuff it doesn't do
[02:21:09] <glitch100> wafflej0ck: thanks for lining me out. that's very helpful.
[02:21:12] <Evanion> I Bought my first mac 3 years ago … now my PC is just a game machine...
[02:21:14] <wafflej0ck> glitch100: np
[02:21:51] <wafflej0ck> Evanion: yeah same but using Linux on the laptop for work stuffs and desktop is just the game rig now, nice to have separate hardware
[02:22:06] <wafflej0ck> think it's only been like 2 yrs actually
[02:22:23] *** AciD`` has quit IRC
[02:22:33] <Evanion> Well .. there is way better software on OSX … not to mention that you have a CLI you can work with ...
[02:22:58] *** marr has quit IRC
[02:23:07] *** merobertsjr has quit IRC
[02:23:09] *** rburns has quit IRC
[02:23:20] <drew33> Looking for help with angular factory, anyone available ?
[02:23:27] *** zwacky has quit IRC
[02:23:28] <Evanion> and running unix on your workstation makes it easier to run local environments
[02:23:35] <wafflej0ck> Evanion: yeah the terminal/CLI Unix stuff is so much better than on windows it's insane.... I basically switched over because installing npm and node on windows at the time seemed impossible to me and I did it with like 2 commands in linux
[02:23:44] <Grokling> drew33: Whats up?
[02:24:03] <chintanparikh> Okay so I have an even weirder error, every second time I refresh, the template changes. I'll post code and images
[02:24:04] <Fifty5Plus> wafflej0ck i got it buy sownloding the zip of development ... till i learn git ;)
[02:24:29] *** mmealling has joined #angularjs
[02:24:29] *** mclenithan has quit IRC
[02:24:40] <Evanion> mm OSX, linux … what ever you fancy .. is better then windows ...
[02:24:44] <Evanion> for working
[02:24:44] <wafflej0ck> Fifty5Plus: ah k gotcha, yeah git definitely takes some time playing around... there are some good video walkthroughs explaining git for beginners too
[02:24:49] <Fifty5Plus> wafflej0ck: sliding is working fine and it's down to what ... removing animation in resizing
[02:24:55] <drew33> hey Grokling how do i message you directly
[02:25:00] <wafflej0ck> Fifty5Plus: yup in terms of UI stuff
[02:25:03] *** lele has quit IRC
[02:25:05] <chintanparikh> Code: https://gist.github.com/chintanparikh/99aa3eccf2f2bf43d8db - it alternates between https://www.dropbox.com/s/wwy0zgcgshvsl3k/Screenshot%202014-11-11%2020.24.43.png?dl=0 and https://www.dropbox.com/s/n098jio5tkots8p/Screenshot%202014-11-11%2020.24.55.png?dl=0 every time I refresh
[02:25:05] *** moritzs has quit IRC
[02:25:12] *** nemothekid has joined #angularjs
[02:25:18] <Evanion> osx is just prettyer .. and more support with banking software etc ...
[02:25:24] *** emmesswhy has quit IRC
[02:25:30] <Evanion> so it makes everyday personal use simpler ...
[02:25:31] *** Reskp has joined #angularjs
[02:25:38] <Grokling> drew33: Don't. ask in here, that way several people who may be able to help you can see what's happening.
[02:25:47] *** AlexZan has joined #angularjs
[02:25:52] *** KernelCurry has quit IRC
[02:25:57] <Evanion> drew33, cna you give us a plunkr?
[02:26:06] *** bostonaholic has joined #angularjs
[02:26:07] <wafflej0ck> Evanion: yeah only reason I would go OS X is for the proprietary software but it's been getting a lot better on Linux recently at least in terms of games, hoping that brings over some more stuff and Qt makes cross platform and modern stuff possible
[02:26:18] <drew33> I have the code up on github .. but I will see about putting together a plunkr
[02:26:22] *** doginal has joined #angularjs
[02:26:30] <Fifty5Plus> wafflej0ck: if you wanted to do some self promotion you could make a video in which you step through all the code and offer it to egghead.io ... but please NO TYPING while you present ;)
[02:26:38] <Evanion> runnable code > github
[02:26:54] *** bostonaholic has quit IRC
[02:27:15] *** bgerami has quit IRC
[02:27:19] *** woah has quit IRC
[02:27:32] *** jolts has joined #angularjs
[02:27:38] *** nemothek_ has quit IRC
[02:27:42] <drew33> Grokling > give me a couple minutes
[02:27:49] <Grokling> wafflej0ck: I have an epic template - so much stuff going on it's obscene. To mitigate that, I've effectively got an ng-if kinda thing going on. But, it's a bit slow changing tabs. So, I'm wondering, if I take the hit the first time, and load it all into DOM, and then use ng-show.. trouble is that that's goign to end up with ~8000 $watches.
[02:27:50] <Evanion> I have 1 software that I haven’t found any equivalent to in linux … and it’s Coda
[02:27:56] *** fouadm has quit IRC
[02:28:10] <Evanion> no other IDE have as good project management
[02:28:12] <Grokling> drew33: sure.
[02:28:26] <Evanion> and their built in FTP client is second to none
[02:28:26] *** toad-br has joined #angularjs
[02:28:42] <wafflej0ck> Grokling: yeah I think keeping things out of the DOM really is going to be more beneficial than having it all precomputed
[02:29:13] *** danecando has quit IRC
[02:29:20] <Grokling> wafflej0ck: just trying to think of ways to cut down the lag between tabs (~2s on mobile)
[02:29:29] <wafflej0ck> Grokling: cause there is going to be a ton of stuff that's going to lock up the browser (think mobile) and on top of that tons of watches
[02:29:31] *** bostonaholic has joined #angularjs
[02:29:36] *** fairuz has joined #angularjs
[02:29:45] *** paperElectron has quit IRC
[02:29:47] *** bostonaholic has quit IRC
[02:29:48] <wafflej0ck> Grokling: not sure what you got going but I would profile with unminified source and see what's eating up the CPU
[02:30:02] *** ngbot has joined #angularjs
[02:30:02] <ngbot> [angular.js] caitp pushed 1 new commit to master: http://git.io/oWWgEA
[02:30:02] <ngbot> angular.js/master b7afd11 Caitlin Potter: refactor($parse): don't use bind-once interceptor for non-bind-once expressions...
[02:30:02] *** ngbot has left #angularjs
[02:30:10] <wafflej0ck> Grokling: ionic tabs switch pretty snappy but sure it depends on the contents and other factors
[02:30:13] *** Reskp has quit IRC
[02:30:15] *** Foxandxss has quit IRC
[02:30:21] <Grokling> Basically, it's the ~1800 ish $watches that's screwing it over.
[02:30:32] *** dllama has quit IRC
[02:30:35] *** crakrjak has joined #angularjs
[02:30:43] <Fifty5Plus> wafflej0ck: I will go through all of the code bit later on tonight - first to learn some of the things you are doing and then to critique it ;)
[02:30:47] <Grokling> Tried bindonce, and didn't really win anything.
[02:30:53] *** dllama has joined #angularjs
[02:31:18] <wafflej0ck> Evanion: well I setup Jenkins to do CI and CD so I just push stuff to my repo and it deploys for me, I've gone minimal on the IDE side and just use an E, SublimeText in particular
[02:31:27] <wafflej0ck> Fifty5Plus: sounds good
[02:31:32] <Grokling> drew33: Does this help? http://plnkr.co/edit/PnP60l8sqZML20b0vEb6?p=info
[02:31:59] *** gnrlbzik has joined #angularjs
[02:32:01] <wafflej0ck> Fifty5Plus: I made it a bit more coherent so hopefully you can make sense out of it, basically split things into little utility functions to try to keep it more DRY
[02:32:03] *** kreiggers has quit IRC
[02:32:06] <Evanion> I manage around 100 joomla sites …
[02:32:26] <Evanion> Use Strider CD for all my node/ANgular stuff though
[02:32:58] <wafflej0ck> Evanion: Joomla Python or PHP I forget?
[02:33:02] <drew33> no .. my thing is very simple. list customers, show detail of individual customer.
[02:33:04] *** dllama has quit IRC
[02:33:06] <Evanion> php
[02:33:11] *** enigmarm has joined #angularjs
[02:33:23] *** dllama has joined #angularjs
[02:33:34] <wafflej0ck> Evanion: mm cool yeah never really checked it out, I do some PHP dev but while all the PHP frameworks were fighting it out I was doing Java dev
[02:33:42] *** RobinBAwesome_ has joined #angularjs
[02:33:50] <Evanion> It’s hell to mantain…
[02:33:51] <wafflej0ck> now using Eloquent ORM (big part of laravel) for doing RESTful backends
[02:33:58] *** SonikBoom has quit IRC
[02:34:21] <drew33> Grokling > http://plnkr.co/edit/MrVTKIvQbSEBC06BXBvk?p=info
[02:35:04] <Evanion> we used laravel for our angular project before .. but migrated to node since the node community have mroe experience with mongodb, and to keep everything in one language
[02:35:05] <drew33> its the getCustomer that is causing me all the headaches. I can get a list of all customers no problem.
[02:35:15] *** richiebkr has joined #angularjs
[02:35:17] *** RobinBAwesome has quit IRC
[02:35:18] *** RobinBAwesome_ is now known as RobinBAwesome
[02:35:25] <wafflej0ck> Evanion: yeah I think node is the next thing I'll explore
[02:35:42] <wafflej0ck> Evanion: have been tempted by many to get into Ruby but node seems a bit more practical to me
[02:36:03] *** lele has joined #angularjs
[02:36:17] *** danecando has joined #angularjs
[02:36:26] <baweaver> depends on what you're doing
[02:36:35] <baweaver> practical is a nastily relative term
[02:36:42] <wafflej0ck> for now have just been getting my CI/CD and started writing more tests, so will start experimenting more with Traceur ECMA6 stuff and node pretty soon here
[02:36:50] *** _ritchie_ has quit IRC
[02:36:56] <Evanion> I was considering ruby before .. but then I found laravel and shortly after I got in to node … never looked back
[02:37:15] <Grokling> drew33:I'll have a quick look now.
[02:37:17] <wafflej0ck> baweaver: yeah sorry couldn't think of a better one... guess easier and more approachable and usable without learning lots of extra syntax/theory type stuff
[02:37:41] *** DrMabuse has joined #angularjs
[02:37:41] *** moritzs has joined #angularjs
[02:37:44] <baweaver> the theory is there no matter what you end up in
[02:37:44] <wafflej0ck> baweaver: I did check out Ruby/Rails and can kind of understand the syntax now
[02:38:01] <baweaver> syntax wise, Rails makes heavy use of domain specific languages.
[02:38:16] <wafflej0ck> baweaver: right guess that's more what I'm getting at
[02:38:23] *** damain has quit IRC
[02:38:27] <baweaver> so do some javascript frameworks
[02:38:29] <wafflej0ck> baweaver: by "theory" I mean doing things in the right way with what's provided by rails
[02:38:50] <Evanion> TBH .. most of my work the past few years have been using ‘ech’ ‘if’ ‘else’ etc … not much more … rest have been HTML, CSS, LESS
[02:38:50] <TheAceOfHearts> Ruby is great~
[02:38:55] <baweaver> The issue Rails always ends up with is that if you stray from "The Rails Way" you're boned
[02:38:59] *** brwr has joined #angularjs
[02:39:03] <TheAceOfHearts> yup
[02:39:06] *** Zren is now known as Shadeness
[02:39:09] <TheAceOfHearts> well, it's not even that bad
[02:39:13] <TheAceOfHearts> Rails just isn't suited for certain problems
[02:39:18] <baweaver> depends on how much you jump the path
[02:39:22] <baweaver> indeed
[02:39:33] <TheAceOfHearts> but at best Rails gives you a starting point, at worse you'll pass the same amount of effort as if you were building it all yourself
[02:39:50] <TheAceOfHearts> the big problem is when you have tons of magical gems and then suddenly you wanna deviate from the Rails way
[02:39:53] <TheAceOfHearts> THEN you're boned
[02:39:55] <baweaver> try realtime anything in Rails, that's one of it's nasty areas.
[02:40:19] <Evanion> Started with Angular @ begining of summer … from plactically not knowing any JS … I must say that Angular have been good to me … there is more then learning a syntax when learning to be a programmer (I come from an art background)
[02:40:20] <baweaver> I think we're generally referring to the same thing, just in difference of semantics.
[02:40:29] <Grokling> drew33: It's always really helpful if you're making a plunker to make it actually run. Preferably so that it breaks and illustrates the problem.
[02:40:33] <TheAceOfHearts> I don't think it's actually that bad, I think it's simpler to do real-timey stuff with node, though
[02:40:33] *** Aerospark has joined #angularjs
[02:40:43] <baweaver> I was an Artist / Musician
[02:40:44] *** htmelvis has joined #angularjs
[02:40:55] <baweaver> Eventmachine is a hot mess anymore
[02:41:17] <drew33> working on completeing it .. was just seeing if you could catch the problem of pulling an individual customer in getCustomer
[02:41:21] <baweaver> Spent the past few weeks trying to make it behave coherently and it makes more of a mess than it's worth
[02:41:27] <Evanion> I was a 3D artist in the game industry
[02:41:47] *** jonathanpglick has joined #angularjs
[02:41:58] *** trend has quit IRC
[02:42:00] <robdubya> Evanion sucks for you, its all changing :D
[02:42:15] <Evanion> spent a few years as a CSR for Tele2 … Support tech with TIeto (IT outsourcing company)… then got in to web a few years back
[02:42:21] <baweaver> I make the game industry work
[02:42:25] *** dhcar is now known as dhcar_AFK
[02:42:43] *** DrMabuse has quit IRC
[02:42:53] *** jonatha__ has quit IRC
[02:42:57] *** poolside has joined #angularjs
[02:42:59] <baweaver> Ruby has real strength in System Administration and Automation, too many people focus on Rails
[02:43:16] <TheAceOfHearts> Ruby is awesome for scripting
[02:43:18] <Grokling> drew33: sadly, I'm out of time, and have to take off now. I'm sure that once you get your plunker complete, someone will be able to jump in and point it out right away.
[02:43:25] *** grantfunke_ has joined #angularjs
[02:43:30] *** damain has joined #angularjs
[02:43:39] <baweaver> The web, it's great for most needs
[02:43:41] <drew33> thanks
[02:43:49] <baweaver> just some areas that are landmines.
[02:43:52] *** Guest3471 has quit IRC
[02:43:55] <baweaver> but that's true of any language
[02:43:58] <TheAceOfHearts> the web is terrible
[02:44:05] <TheAceOfHearts> it's hacky and inconsistent
[02:44:07] <baweaver> the point of being pragmatic is knowing where not to step if at all possible
[02:44:09] <Grokling> drew33: also, look into array.map() to replace your for(i in customers) looping thing.
[02:44:18] <baweaver> to be honest, so is most programming in general
[02:44:18] *** Guest3471 has joined #angularjs
[02:44:19] *** cakirke has quit IRC
[02:44:20] <Evanion> I’m a firm beliver that the web is mankinds greatest achivement
[02:44:23] *** chintanparikh has quit IRC
[02:44:26] <robdubya> awwwww Grokling you're all grown up
[02:44:31] <robdubya> i'm so proud *sniff*
[02:44:41] *** kuadrosx has quit IRC
[02:44:43] *** lele has quit IRC
[02:44:44] <Grokling> Actually, all you're really doing there is filtering, so have a look at the ES6 array.filter as well.
[02:44:53] *** jonathanpglick has quit IRC
[02:45:00] * Grokling blames robdubya for everything he knows about js.
[02:45:00] *** joebobjoe has quit IRC
[02:45:02] <TheAceOfHearts> the web is awesome
[02:45:03] *** kuadrosx has joined #angularjs
[02:45:04] <baweaver> It's great, but that doesn't mean that you see shining gears under the hood
[02:45:16] <Evanion> And I want to spend my time making it easier for people to use the webs power
[02:45:23] <baweaver> more like loads of duct tape and empty whisky bottles.
[02:45:37] <robdubya> filter is es5 no?
[02:45:41] <robdubya> find is 6
[02:45:44] <baweaver> yeah
[02:45:49] <Evanion> I gues we could compare the web to the x11 package ...
[02:45:59] <robdubya> HAHA
[02:46:00] <TheAceOfHearts> but man, you just open up native apps and they're so much nicer and faster; scrolling through hundreds of thousands of rows? no problem~
[02:46:11] *** doginal has quit IRC
[02:46:13] <Grokling> I still need you robdubya.. cause I just don't know my 5's from my 6's..
[02:46:22] <baweaver> mozilla dev network
[02:46:26] *** nachinius has quit IRC
[02:46:52] <baweaver> I still have a feeling that native apps are going to burn in ~5 years
[02:47:08] *** toad-br has quit IRC
[02:47:18] <TheAceOfHearts> not while we have terrible startup times
[02:47:18] <baweaver> Too many things like Phonegap, Cordova, and friends coming along
[02:47:20] <Evanion> now I got a bad concious for comparing the web to x11 … nothing is as bad as x11
[02:47:24] <baweaver> hence 5 years
[02:47:26] <TheAceOfHearts> yeah, and they all suck pretty terribly
[02:47:43] <TheAceOfHearts> yeah
[02:47:49] <baweaver> I'm just saying the wagon is rolling
[02:47:53] *** AWAW has joined #angularjs
[02:47:57] *** doginal has joined #angularjs
[02:48:00] *** grantfunke_ has quit IRC
[02:48:08] <baweaver> and I have a feeling it won't die of dysentry along the way.
[02:48:22] *** lele has joined #angularjs
[02:48:34] <baweaver> Most of the reason I hold off on learning native
[02:48:38] *** poolside has quit IRC
[02:48:44] <Evanion> If I remember right … Gnome 3 use CSS and a HTML like setup for the interface right?… and Windows Metro apps are HTML5...
[02:48:45] <baweaver> Well, that and I don't want to learn another language unless necessary
[02:48:52] <baweaver> and I'm a SysAdmin / DevOps guy
[02:48:58] *** nesquerra has joined #angularjs
[02:49:09] <baweaver> They are
[02:49:16] *** SergioFilhow has quit IRC
[02:49:32] <TheAceOfHearts> imo, the big benefits for web apps are that they're easier to build and they mostly run everywhere
[02:49:47] <TheAceOfHearts> but you can always get a better experience with a native application
[02:49:50] <TheAceOfHearts> it's harder, though, of course
[02:49:58] *** TommyO has joined #angularjs
[02:50:00] <Evanion> And we have webGL getting better and better for each yeaar…
[02:50:05] <baweaver> the compromise is normally to make an API
[02:50:05] *** dnull has joined #angularjs
[02:50:15] <baweaver> famo.us has you there on WebGL
[02:50:20] <Evanion> native just have a better API with the system ...
[02:50:24] <TheAceOfHearts> famous is really sluggish
[02:50:26] <wafflej0ck> yeah
[02:50:29] *** jheady has joined #angularjs
[02:50:30] *** adpirz has joined #angularjs
[02:50:37] <wafflej0ck> agreeing with things moving more and more to the web that is
[02:50:41] <baweaver> still the view layer of angular 2
[02:50:49] <dnull> How can i say if I want to check is has array for say input, how can i do hasOwnPropert['1']
[02:50:50] *** _ritchie_ has joined #angularjs
[02:50:50] <Evanion> If you give web based apps the same APIs as native … they can do the same things
[02:50:59] <wafflej0ck> famou.us seems pretty good here and not on some fancy GPU just some Intel HD4000 chipset
[02:51:39] <Evanion> I was considering famo.us … until I saw material.angularjs.org
[02:51:40] <baweaver> APIs referring to service oriented architectures.
[02:51:55] *** DoubleAW has quit IRC
[02:51:57] *** d10n-work has quit IRC
[02:52:09] <baweaver> I'd keep an eye on it
[02:52:13] *** mot0rola has quit IRC
[02:52:15] *** RobinBAwesome has quit IRC
[02:52:26] <Evanion> It feels like material will be sweeping the market in years to come …
[02:52:32] <baweaver> They announced that they were the official view layer of Angular 2.0 at NG Europe
[02:52:37] <Evanion> but, yea … famo.us is great tech
[02:52:50] *** jheady has left #angularjs
[02:52:53] <TheAceOfHearts> material will just be the new bootstrap
[02:53:00] *** goodenough has quit IRC
[02:53:10] <baweaver> Freaking bootstrap Javascript tabs
[02:53:11] <Evanion> I want material implemented in Famo.us ...
[02:53:22] <baweaver> people keep forgetting that it changes the URL and don't fix it
[02:53:26] <baweaver> makes ui-router a pain
[02:53:31] *** brwr has quit IRC
[02:53:33] *** grantfunke_ has joined #angularjs
[02:53:35] <wafflej0ck> Evanion: yeah Famo.us has it's place I think and hopefully they flesh things out but they have a long term roadplan
[02:53:49] *** grantfunke_ has quit IRC
[02:53:52] <Evanion> yea … and they are fighting an uphill battle
[02:53:54] <wafflej0ck> Evanion: something like 25 million dollars to work on the project with not a humongous team
[02:54:04] <baweaver> I'm in SF
[02:54:25] <baweaver> I've seen their stuff live, and they have enough rabbits up their hats to pull some crazy stuff out yet.
[02:54:39] <Evanion> I hope so …
[02:54:41] *** _ritchie_ has quit IRC
[02:54:45] *** doginal has quit IRC
[02:55:06] *** codeman has quit IRC
[02:55:31] <Evanion> BTW .. when I’m talking about material .. I’m not talking specifically about angulars implementation of it … but the philosophy of googles guidelines
[02:55:57] <Evanion> that everything should have weight, volume .. and a reason...
[02:56:12] <Evanion> it feels like we have forgotten those stuff along the way
[02:56:21] <Evanion> … in recent years
[02:56:53] <baweaver> well, time to call it a night for me
[02:56:55] <glitch100> when a server returns an array of json objects, how do I access, say, the value from a key in the first object in a binding expression?
[02:56:58] *** Aerospark has quit IRC
[02:57:22] <Evanion> the web isn’t 2D any more … and we don’t live in a 2D universe … but now days .. there are no depth in our interfaces ..
[02:57:23] <baweaver> array[0].key
[02:57:24] <drew33> If anyone can assist. Trying to get customer details to load from customer list http://plnkr.co/edit/MrVTKIvQbSEBC06BXBvk
[02:57:42] <Evanion> that said .. I’m not saying we should go back to bevel & emboss
[02:57:52] *** Aerospark has joined #angularjs
[02:58:10] *** doginal has joined #angularjs
[02:58:41] <Evanion> ow .. its 3 AM .. time for a few hours of sleep .. and try and get an early start on the day
[02:58:45] *** jolts has quit IRC
[02:58:51] *** RedOrangeZ has quit IRC
[02:58:52] *** joshontheweb has joined #angularjs
[02:59:22] *** caitp has quit IRC
[02:59:25] *** lsiv568 has joined #angularjs
[02:59:51] <BobbieBarker> any recomendations for webshosting going from codeship to anything?
[03:00:00] <BobbieBarker> i'm done fucking around with heroku
[03:00:04] *** TyrfingMjolnir has quit IRC
[03:00:09] *** baweaver has quit IRC
[03:00:17] <glitch100> baweaver: that's what I would have thought... but it's not working...
[03:00:37] *** motionman has quit IRC
[03:00:53] <glitch100> BobbieBarker: aws is pretty cool... but a steep curve.
[03:01:07] <BobbieBarker> i want something that i can deploy to with very minimal effort
[03:01:21] <BobbieBarker> and i want PaaS or static hosting i don't want to be managing hard ware
[03:01:26] *** kalehv has joined #angularjs
[03:01:43] <glitch100> BobbieBarker: then scratch aws. it's minimal *once* you've set it up and learned it, but that takes a while.
[03:01:53] *** rburns has joined #angularjs
[03:01:55] <BobbieBarker> i have no patience for learning shit that isn't writing code
[03:01:56] *** grantfunke_ has joined #angularjs
[03:02:17] *** jonr22 has joined #angularjs
[03:03:06] *** moritzs has quit IRC
[03:03:10] *** Sjimi has quit IRC
[03:03:16] *** Kermit__ has quit IRC
[03:03:56] *** nuizzy has quit IRC
[03:04:14] *** Latros-OS has quit IRC
[03:06:03] *** gnrlbzik has quit IRC
[03:06:06] *** Kosre has joined #angularjs
[03:07:06] *** jonr22 has quit IRC
[03:07:44] *** damain has quit IRC
[03:08:27] *** dnewkerk has joined #angularjs
[03:08:44] *** crakrjak has quit IRC
[03:08:50] <Kosre> Hey, I'm really new to Angular (and IRC!). can someone point me in the proper direction if I want to persist scope across multiple views? It's for multi-view form submissions.
[03:09:08] *** tkimmel has joined #angularjs
[03:09:17] *** busticated has quit IRC
[03:09:19] *** wallerdev has quit IRC
[03:09:28] <robdubya> use a service bro
[03:09:35] <glitch100> angular is bringing me to the world of promises; how do I inspect the value of a promise once it's successfully fulfilled in Chrome dev tools? just finding undefined variables...
[03:09:37] *** monir has joined #angularjs
[03:09:43] *** mrkake has quit IRC
[03:09:44] *** bostonaholic has joined #angularjs
[03:10:09] <Kosre> robdubya: Have a service that I DI across all controllers, and persist the attributes within that?
[03:10:35] *** eBureau has quit IRC
[03:10:36] <jaydubya> finally got the plunker done ... http://plnkr.co/edit/k97q1f ... from admin link, then users page, i can't get edit button to open the form to edit that user
[03:10:49] *** TommyO has quit IRC
[03:10:57] *** LordlyLord has quit IRC
[03:11:26] *** AlexZan has quit IRC
[03:11:40] *** poofmooter has quit IRC
[03:11:44] *** jonr22 has joined #angularjs
[03:12:05] *** deanclkclk_ has joined #angularjs
[03:12:12] *** JBreit has quit IRC
[03:12:14] *** kreiggers has joined #angularjs
[03:12:16] *** poofmooter has joined #angularjs
[03:12:50] <glitch100> just found the async checkbox in chrome... looks like that will help.
[03:12:52] *** jolts has joined #angularjs
[03:12:58] *** doginal has quit IRC
[03:13:03] *** junmin has joined #angularjs
[03:13:39] *** tkimmel has quit IRC
[03:14:20] *** jshultz has quit IRC
[03:14:27] *** TommyO has joined #angularjs
[03:14:43] *** adpirz has quit IRC
[03:14:48] *** stormbytes has joined #angularjs
[03:15:04] <stormbytes> how would you set a function to trigger when a certain $scope.variable changes?
[03:15:24] *** mrkake has joined #angularjs
[03:15:31] *** ChadStrat has quit IRC
[03:15:57] *** joebobjoe has joined #angularjs
[03:16:10] <wafflej0ck> stephen: $scope.$watch('variable', function(newVal, oldVal){});
[03:16:12] *** caitp has joined #angularjs
[03:16:17] <wafflej0ck> oops stormbytes ^ not stephen
[03:16:17] *** ProLoser has quit IRC
[03:16:25] *** plex0r has joined #angularjs
[03:16:33] *** deanclkclk_ has quit IRC
[03:16:35] <stormbytes> ahhh thanks wafflej0ck :)
[03:16:53] *** svycka has quit IRC
[03:16:53] <stormbytes> figured there had to be something like that in this socialist framework!! :P
[03:17:02] <wafflej0ck> Kosre: yea
[03:17:24] <stephen> wafflej0ck, I wrote a fix for that problem I was having
[03:17:26] *** nairys has quit IRC
[03:17:27] <stephen> https://github.com/FesterCluck/jQuery.tabbable
[03:17:32] *** bmac has joined #angularjs
[03:17:36] *** joebobjoe has quit IRC
[03:17:37] *** ProLoser has joined #angularjs
[03:17:55] <stephen> And submitted a pull to the guy. My choice on overriding jQuery filters was probably poor, but I think their choice was poor
[03:18:11] *** frem has quit IRC
[03:19:11] *** deanclkclk_ has joined #angularjs
[03:19:46] *** doginal has joined #angularjs
[03:20:17] *** poofmooter has quit IRC
[03:20:49] *** Kosre has quit IRC
[03:20:53] *** nesquerra has quit IRC
[03:21:50] <wafflej0ck> stephen: hmm interesting little utility never seen that before
[03:22:10] <wafflej0ck> stephen: glad you found a way to fix it though, hopefully they take the pull request
[03:22:11] *** platonic has joined #angularjs
[03:22:26] *** bostonaholic has quit IRC
[03:22:54] *** zanea is now known as zanea|away
[03:23:42] *** Shrooms has quit IRC
[03:25:06] *** rhp has quit IRC
[03:25:51] *** bmac has quit IRC
[03:26:16] *** Reskp has joined #angularjs
[03:26:17] *** deanclkclk_ has quit IRC
[03:26:23] *** nesquerra has joined #angularjs
[03:26:41] *** woah has joined #angularjs
[03:26:42] *** mmealling has quit IRC
[03:26:55] *** platonic has quit IRC
[03:27:13] *** jrahmy has joined #angularjs
[03:27:52] *** deanclkclk_ has joined #angularjs
[03:28:06] *** mikhailvs has joined #angularjs
[03:28:10] *** kuadrosx has quit IRC
[03:28:18] *** patricka_ has quit IRC
[03:28:20] *** mikhailvs has left #angularjs
[03:28:20] *** kuadrosx has joined #angularjs
[03:28:44] <glitch100> why does, say, $http.get('https://api.github.com/users/douglascrockford'); work fine without causing cross origin domain issues?
[03:28:53] *** AR45 has quit IRC
[03:29:19] <wafflej0ck> glitch100: the headers may have an open policy for that endpoint
[03:29:19] *** michaelSharpe has quit IRC
[03:29:45] *** michaelSharpe has joined #angularjs
[03:29:53] *** scythe__ has quit IRC
[03:30:09] <glitch100> so, to make my microservice to work, I have to change the headers on my server?
[03:30:31] <wafflej0ck> glitch100: if it's being served from a different domain or port then yes
[03:30:56] *** frkout_ has joined #angularjs
[03:31:07] *** Reskp has quit IRC
[03:31:33] <stephen> wafflej0ck, thanks. Yeah, I discovered jQuery incorrectly considers inline elements with offsetWidth and offsetHeight of 0 as hidden. Inline elements aren't really supposed to retain those values.
[03:31:33] *** prashanth has joined #angularjs
[03:31:41] <Fifty5Plus> wafflej0ck: I am confused as to what introduced the need for box-sizing: inital ... padding is part of each of 9 panel sizes ... this has no concept of border and the light gray shows or not because of position: absolute and lef: and right: values ... but being an old noob ;)
[03:31:52] <prashanth> hi
[03:31:52] *** rburns has quit IRC
[03:31:58] *** Orbitrix has quit IRC
[03:32:07] <prashanth> how to run node js
[03:32:08] *** goodenough has joined #angularjs
[03:32:15] *** CamonZ has quit IRC
[03:32:20] <prashanth> with angfular
[03:32:28] *** rburns has joined #angularjs
[03:33:02] *** prashanth has quit IRC
[03:33:20] *** bostonaholic has joined #angularjs
[03:33:46] *** frkout has quit IRC
[03:33:48] *** Fire-Dragon-DoL has quit IRC
[03:34:07] <wafflej0ck> Fifty5Plus: yea that was just because bootstrap sets the box-sizing to box-model I think otherwise
[03:34:08] *** wallerdev has joined #angularjs
[03:34:48] *** cesarkawakami has joined #angularjs
[03:35:04] <Fifty5Plus> wafflej0ck: what's that bootstrap box-model?
[03:35:19] *** poolside has joined #angularjs
[03:35:19] *** ctanga has joined #angularjs
[03:35:38] *** mary5030 has joined #angularjs
[03:35:48] <wafflej0ck> Fifty5Plus: yeah if you take out that line in the master.css and check it out with bootstrap loaded you'll see it sets, box-sizing: box-model; I'm pretty sure
[03:35:52] *** poolside has quit IRC
[03:36:09] <wafflej0ck> on all the divs
[03:36:47] <Fifty5Plus> wafflej0ck: as long as it box-sizing works wherever angularjs works ;)
[03:36:51] *** Aerospark has quit IRC
[03:37:34] *** guiambros has joined #angularjs
[03:37:40] <wafflej0ck> Fifty5Plus: yeah well it's more a bootstrap issue not angular itself but I imagine it would fallback okay assuming the rest of this CSS works on older browsers
[03:37:45] *** whitebook has quit IRC
[03:37:52] <wafflej0ck> Fifty5Plus: I haven't really done any testing on this aside from Chrome so far
[03:38:28] <wafflej0ck> gonna run out for some coffee and something to munch on bbiab
[03:38:31] *** angularius_ has joined #angularjs
[03:38:47] <Fifty5Plus> box-sizing might be ok but transition: is not supported in IE9
[03:38:54] <Fifty5Plus> wafflej0ck: ^
[03:38:59] <angularius_> Hi, I want to call a function every 10 seconds - can I do that in angularjs?
[03:38:59] <wafflej0ck> Fifty5Plus: ah it doesn't just ignore it?
[03:39:23] <angularius_> if not, can I do it in jquery and call an angularjs function from jquery?
[03:39:34] <wafflej0ck> if it just snaps it's okay too, I don't care about IE users :P
[03:39:52] *** stormbytes has quit IRC
[03:39:55] <wafflej0ck> will check it in browserling when I get back though
[03:40:27] *** bostonaholic has quit IRC
[03:40:50] <Fifty5Plus> wafflej0ck: uhhhhhh toggling without transition: is so violent :)))))))))))))
[03:40:58] *** jareddlc has quit IRC
[03:42:18] *** trend has joined #angularjs
[03:42:43] *** tilgovi has quit IRC
[03:43:01] *** monir has quit IRC
[03:43:27] *** Aerospark has joined #angularjs
[03:43:57] *** DrMabuse has joined #angularjs
[03:44:16] *** whitebook has joined #angularjs
[03:44:31] <angularius_> in my jquery, i call angular.element('#myController').scope().getFunction();
[03:45:57] *** deanclkclk_ has quit IRC
[03:46:36] *** technickul has joined #angularjs
[03:46:40] *** nattonerd has quit IRC
[03:47:21] <Fifty5Plus> wafflej0ck IE 11 is working the way Chrome works when box-sizing: initial is removed
[03:47:32] *** trend has quit IRC
[03:49:00] *** JoshGlzBrk has joined #angularjs
[03:49:01] *** Aliks has quit IRC
[03:49:02] *** DrMabuse has quit IRC
[03:50:07] *** SergioFilhow has joined #angularjs
[03:50:27] *** gnrlbzik has joined #angularjs
[03:50:37] *** mary5030 has quit IRC
[03:52:32] *** mary5030 has joined #angularjs
[03:52:49] *** joker666 has quit IRC
[03:52:55] *** rburns has quit IRC
[03:53:00] *** mot0rola has joined #angularjs
[03:53:04] *** rburns has joined #angularjs
[03:53:05] *** mjs2600 has quit IRC
[03:53:11] *** jrahmy has quit IRC
[03:54:03] *** asher^ has quit IRC
[03:54:22] *** dc_ has joined #angularjs
[03:54:24] *** SergioFilhow has quit IRC
[03:56:11] *** cesarkawakami has quit IRC
[03:56:53] *** spaceonline has joined #angularjs
[03:57:10] *** beckyconning_ has joined #angularjs
[03:57:19] *** nattonerd has joined #angularjs
[03:57:44] *** mot0rola has quit IRC
[03:58:32] <Fifty5Plus> wafflej0ck box-sizing: content-box works on Chrome, Firefox and IE 11
[03:58:35] *** jonr22 has quit IRC
[03:58:49] *** wmbutler has quit IRC
[03:59:05] *** jagga_ has quit IRC
[03:59:17] *** MetaCosm has quit IRC
[03:59:53] *** cesarkawakami has joined #angularjs
[04:00:16] *** mary5030 has quit IRC
[04:00:23] <beckyconning_> so i started working on another company's app. they apparently have their angular unit tests set up buuut from they haven't written any directives yet. so i just tried to start writing a directive but for some reason the test just won't compile the element properly. they are using phantomjs which i don't normally use but i've been trying to work this out for
[04:00:24] <beckyconning_> 4 hours now and i can't wrap my head around it.
[04:00:25] <beckyconning_> if anyone could have a look to see if there is anything obviously wrong with this test i'd be really grateful. the test output is below https://gist.github.com/beckyconning/a5b63a6d4c8211eaa22c
[04:00:38] <beckyconning_> (ps the naming conventions etc are theirs)
[04:01:45] *** spaceonline has quit IRC
[04:01:53] *** gnrlbzik has quit IRC
[04:02:31] *** subtone100 has quit IRC
[04:02:46] *** mogaj has joined #angularjs
[04:02:47] *** zivester has joined #angularjs
[04:03:01] *** AngularUI has joined #angularjs
[04:03:02] <AngularUI> [ui-router] christopherthielen pushed 2 new commits to master: http://git.io/ArHsvg
[04:03:02] <AngularUI> ui-router/master 6374a3e christopherthielen: fix($urlMatcherFactory): Pre-replace certain param values for better mapping...
[04:03:02] <AngularUI> ui-router/master 8ce69d9 christopherthielen: fix(ui-router): re-add IE8 compatibility for map/filter/keys...
[04:03:03] *** AngularUI has left #angularjs
[04:03:08] *** akrikos has joined #angularjs
[04:04:06] *** kreiggers has quit IRC
[04:04:11] *** dllama has quit IRC
[04:04:32] *** nycdevgirl has joined #angularjs
[04:04:43] *** lvegerano-home has joined #angularjs
[04:04:47] *** dllama has joined #angularjs
[04:04:56] *** kreiggers has joined #angularjs
[04:05:01] *** adpirz has joined #angularjs
[04:05:10] *** meinside has joined #angularjs
[04:05:40] *** kreiggers has quit IRC
[04:06:07] *** Hackwar1 has quit IRC
[04:06:23] <beckyconning_> the directive template is rendering fine in chrome just not in this for some reason
[04:07:06] *** Hackwar has joined #angularjs
[04:07:43] *** tsalb has quit IRC
[04:07:56] *** diegoaguilar has joined #angularjs
[04:08:13] *** gnrlbzik has joined #angularjs
[04:08:16] <wafflej0ck> Fifty5Plus: ah okay yeah I just guessed on that apparently wrong, I'll update it
[04:08:46] *** seriema has joined #angularjs
[04:08:49] *** exodys has quit IRC
[04:09:10] *** exodys has joined #angularjs
[04:10:13] *** doginal has quit IRC
[04:10:29] *** richiebkr has quit IRC
[04:10:30] *** bpceee has joined #angularjs
[04:10:50] <bpceee> wtf
[04:11:14] *** bpceee has quit IRC
[04:11:51] *** sneakertack has joined #angularjs
[04:13:16] *** gnrlbzik has quit IRC
[04:13:19] <Fifty5Plus> wafflej0ck: how do we take out these manual position calculations? .body-row { position: absolute; top: 82px; bottom: 82px; }
[04:13:45] *** nemothekid has quit IRC
[04:14:17] *** seriema has quit IRC
[04:14:43] *** araujo has quit IRC
[04:14:44] *** ProLoser has quit IRC
[04:14:53] *** lsiv568 has quit IRC
[04:15:10] <wafflej0ck> Fifty5Plus: could handle it in JS too but still using that wonky getClass function that parses the stylesheets and tries to find matches
[04:15:35] *** oniijin has quit IRC
[04:15:55] <wafflej0ck> If I had some way to get the Cascaded style for a given element across browers that would be better
[04:16:01] *** ProLoser has joined #angularjs
[04:16:32] <wafflej0ck> but using getComputedStyle() you have to hide the parent element in order to see the percentages otherwise it shows you the pixel values which isn't what I need to compute things
[04:16:35] *** wallerdev has quit IRC
[04:17:06] *** patrick99e99 has joined #angularjs
[04:17:23] <Fifty5Plus> wafflej0ck: initially, sides are not sliding from off page - so there is outer but no inner EXTRA_PADDING
[04:17:28] *** eBureau has joined #angularjs
[04:18:06] <wafflej0ck> Fifty5Plus: you mean while it's animating?
[04:18:17] *** cacts is now known as cactus
[04:18:22] *** adpirz has quit IRC
[04:18:26] *** cactus is now known as cacts
[04:18:32] *** rtpg has quit IRC
[04:18:35] *** bostonaholic has joined #angularjs
[04:18:38] <wafflej0ck> Fifty5Plus: it should still have some padding in between the sides and the center region but I'm sure that could use some tweaking
[04:18:48] <Fifty5Plus> wafflej0ck: yes and it's mostly visible if all 3 columns have dark gray color
[04:19:19] *** Oddman has quit IRC
[04:19:26] <Fifty5Plus> wafflej0ck: not so visible with green and red sides
[04:19:30] *** phyoe has quit IRC
[04:20:14] <wafflej0ck> Fifty5Plus: yeah I mean if I just have this stuff specified in the JS or HTML directly being passed to the directive I can just compute the sizes for all the parts like I am now but get rid of the silly stylesheet parsing business but then you can't specify the sizes in CSS, not sure how big of a deal that is really though
[04:20:35] <wafflej0ck> Fifty5Plus: seems like maybe the component should just be supplied with config that gives the min-width max-width and percentage and whatever else is needed
[04:20:57] *** Hackwar1 has joined #angularjs
[04:21:18] *** Hackwar has quit IRC
[04:22:02] *** patrick99e99 has quit IRC
[04:22:31] *** akrikos has quit IRC
[04:22:43] <wafflej0ck> and just lay stuff out based on the config instead of really relying quite so much on the data in the stylesheet
[04:22:44] <angularius_> if i do console.log(mylist) - i see an array of objects
[04:22:51] <angularius_> but when i do mylist.length it says its 0
[04:22:54] <angularius_> why does it do this
[04:23:08] <Fifty5Plus> wafflej0ck: I agree, because the developer would determine how much space sides need, in terms of what is shown on various desktops and there is no even vertical bars for resizing because of the nature of this ... so %/min/max need to be set very much with content in mind ... so, yes, I agree that config would be best ... including the EXTRA_PADDING
[04:23:17] *** shampine has joined #angularjs
[04:23:17] *** rburns has quit IRC
[04:23:24] <Fifty5Plus> however, colors should be in css
[04:23:32] *** rburns has joined #angularjs
[04:23:34] <wafflej0ck> right I would leave as much as I can in CSS
[04:23:39] *** robdubya has quit IRC
[04:23:44] <wafflej0ck> I just don't want to have to duplicate between the two really
[04:23:46] <wafflej0ck> that's the only concern
[04:24:13] <wafflej0ck> but I think I can just set the styles within the directive to avoid needing things in the CSS if they are needed in the JS
[04:24:33] *** Left_Turn has quit IRC
[04:24:34] <angularius_> i'm using mylist.push(obj) to get items in the array
[04:24:35] *** mven has joined #angularjs
[04:24:42] <angularius_> could i be doing something wrong there?
[04:25:03] *** Wiseboy has quit IRC
[04:25:12] *** morenoh150 has joined #angularjs
[04:25:29] <Fifty5Plus> wafflej0ck the only thing that would go into the config json file is the following
[04:25:51] <Fifty5Plus> (1) EXTRA_PADDING
[04:26:30] <beckyconning_> oh i worked it out i was missing a wrapping element lol
[04:26:35] <Fifty5Plus> (2) width: 20%; min-width: 60px; max-width: 275px; .... separately for west and east as they could be different
[04:27:00] *** g33k5z has quit IRC
[04:27:01] *** Reskp has joined #angularjs
[04:27:23] *** ProLoser has quit IRC
[04:27:53] *** mmealling has joined #angularjs
[04:28:04] *** doug64k has joined #angularjs
[04:28:07] *** robdubya has joined #angularjs
[04:28:10] *** michaelSharpe has quit IRC
[04:28:21] *** ProLoser has joined #angularjs
[04:28:28] <Fifty5Plus> (3) height: 60px; ....... separate for each of ....west-head, main-head, east-head and then 3 for row
[04:28:36] *** g33k5z_ has joined #angularjs
[04:29:19] <wafflej0ck> Fifty5Plus: wait on 3 we just want north and south no?
[04:29:49] <Fifty5Plus> wafflej0ck: with those settings the app dev sets what the app needs and the styler puts in padding and whatever else to achieve spacing
[04:30:46] <wafflej0ck> Fifty5Plus: also I need left and right on the west and east parts respectively to take that into account for sizing the center region to leave the EXTRA_PADDING between them
[04:31:15] <wafflej0ck> and maybe top bottom if I take in doing the calculation for that too and take it out of the CSS
[04:31:26] *** Orbitrix has joined #angularjs
[04:31:30] <Fifty5Plus> wafflej0ck: they should be separate because you could have a main-head that is twice as high as west and east (for a 'key box" that needs lots of info) whereas logo or some buttons stay the same on sides ... then maybe thre is no west/east-foot or maybe they are there but no main-foot
[04:31:38] *** Reskp has quit IRC
[04:31:40] *** dc_ has quit IRC
[04:32:15] <wafflej0ck> Fifty5Plus: hmm well not sure how you would properly calcuate and lay all those parts out if they are different sizes though
[04:32:32] <Fifty5Plus> wafflej0ck: yes, and if someone sets EXTRA_PADDING to zero then they would be next to each other
[04:33:07] <Fifty5Plus> wafflej0ck: it's actually easy ... trust me :)))))))))))))))))
[04:33:08] *** goodenough has quit IRC
[04:33:31] *** mary5030 has joined #angularjs
[04:33:54] <Fifty5Plus> wafflej0ck: maybe you should not
[04:33:58] <wafflej0ck> Fifty5Plus: to take your example say the north center box is bigger and the east and west are smaller, does this mean they are center, top, or bottom aligned with regard to the center box?
[04:34:15] <wafflej0ck> it just makes calculating everything a lot more complicated and lots of ways to handle the outcomes
[04:34:35] *** shampine has quit IRC
[04:34:43] <wafflej0ck> I could see hiding some parts and taking that into account
[04:35:04] <Fifty5Plus> wafflej0ck: we are basically sizing height of each *-col independently of each other
[04:35:36] *** Makpoc has quit IRC
[04:35:48] <Fifty5Plus> wafflej0ck: but css padding: will mess us up
[04:35:55] <wafflej0ck> Fifty5Plus: hmm okay
[04:36:06] <wafflej0ck> I'll take your word for it :)
[04:36:50] *** nemothekid has joined #angularjs
[04:36:56] <jaydubya> http://plnkr.co/edit/k97q1f ... from admin link, then users page, i can't get edit button to open the form to edit that user
[04:36:57] *** anjumkaiser1 has quit IRC
[04:37:10] <jaydubya> ui-router issue
[04:37:14] <Fifty5Plus> wafflej0ck: which word?
[04:37:28] *** bmac has joined #angularjs
[04:37:42] <dnull> here is input filed, not sure how to apply default values+ http://plnkr.co/edit/eZccHVWPi3TZ4k44j89o?p=catalogue
[04:37:44] *** akrikos has joined #angularjs
[04:38:11] *** kba has quit IRC
[04:38:16] *** curfont has quit IRC
[04:38:21] <Fifty5Plus> wafflej0ck: i have a crazy idea ;) if you're game :)))))))))))))
[04:38:49] *** kba has joined #angularjs
[04:39:23] *** deanclkclk_ has joined #angularjs
[04:39:24] *** DannyCallaghan has joined #angularjs
[04:39:31] *** curfont has joined #angularjs
[04:40:16] *** monir has joined #angularjs
[04:40:26] *** ProLoser has quit IRC
[04:41:16] <wafflej0ck> Fifty5Plus: always interested in crazy :)
[04:41:27] *** ProLoser has joined #angularjs
[04:41:41] <Fifty5Plus> wafflej0ck: is there a way to set up vars that component.js and less or sass can read .. but then we rely on those beasts ;)
[04:42:26] <wafflej0ck> Fifty5Plus: hmm not that I know of but I only have a surface level knowledge of LESS
[04:43:07] *** grantfunke_ has quit IRC
[04:43:25] *** davesidious_ has joined #angularjs
[04:43:31] <Fifty5Plus> wafflej0ck: i have none so lets not go there ... config it is ... structured how ... json object ?
[04:43:35] <wafflej0ck> Fifty5Plus: I think I just need to supply just about all the pixel or percentage based things (mostly what you listed already) into the config for the object and I can setup all the appropriate styles within the JS then
[04:43:39] *** merobertsjr has joined #angularjs
[04:44:12] *** DannyCallaghan has quit IRC
[04:44:14] <wafflej0ck> Fifty5Plus: yeah was just gonna make a plain JS object for now, like how ng-table or some other directives work that need config objects to work
[04:44:45] *** merobertsjr has quit IRC
[04:45:24] *** JoshGlzBrk has quit IRC
[04:45:46] *** merobertsjr has joined #angularjs
[04:46:21] <Fifty5Plus> wafflej0ck: this is more like the old GUI desktop apps development or CRM and layout is very close to the heart of the application ... colorig and rest of styling not ... in fact it almost does not make sense to have it in .css because they can mess it up :)))))))))
[04:46:34] *** merobertsjr has quit IRC
[04:46:57] *** merobertsjr has joined #angularjs
[04:46:57] *** zoeycakes has joined #angularjs
[04:47:07] <wafflej0ck> Fifty5Plus: yeah lots of math as is to figure that out
[04:47:17] *** davesidious has quit IRC
[04:47:37] *** merobertsjr has quit IRC
[04:48:25] <wafflej0ck> Fifty5Plus: you think top, bottom, left, right should be separate or just 1 outsidePadding option?
[04:48:55] *** merobertsjr has joined #angularjs
[04:48:56] *** Aliks has joined #angularjs
[04:49:27] *** merobertsjr has quit IRC
[04:50:07] <Fifty5Plus> wafflej0ck: not following
[04:50:10] <angularius_> Hello
[04:50:16] <jaydubya> dnull, no angular yet
[04:50:23] *** woah has quit IRC
[04:50:31] <angularius_> If I have a function that makes a GET call, calls some other functions which also make GET calls etc
[04:50:36] <angularius_> is there a way I can have a call back
[04:50:54] <angularius_> so instead of just putting everything in the final GET to be called, I can just have a function run when everything is finished
[04:50:56] *** goodenough has joined #angularjs
[04:52:15] <beckyconning_> given a directive with a template such as "<div><ul><li id="#one>{{ one }}</li><li id="#two">{{ two }}</li></ul></div>" which when compiled in a parent scope x produces "<div><ul><li id="one">Bob</li><li id="#two">Linda</li></ul></div>" is it best to unit test using code like this `angular.element("#one#").text() === "Bob";` or code like this
[04:52:16] <beckyconning_> `angular.element.find(":contains(\"Bob\")").length > 0;`?
[04:52:30] <Fifty5Plus> wafflej0ck: i use irccloud.com and it has 2 narrow panels on right and none are resizable and only message area on left is
[04:52:44] *** discgo has quit IRC
[04:52:56] <jaydubya> dnull, set the default_bet value in the controller and use it in the ng-model of the input
[04:53:26] <jaydubya> now it is two-way bound so it will be default to begin and will update on change
[04:53:31] <wafflej0ck> Fifty5Plus: one of the pixel values I need is the offset for the west panels from the left and the east panels from the right and top panels distance from the top and bottom panels distance from the bottom so I can calculate everything
[04:53:48] *** mot0rola has joined #angularjs
[04:53:49] *** rburns has quit IRC
[04:54:05] *** themime has quit IRC
[04:54:07] <wafflej0ck> Fifty5Plus: just wondering if you think the top, left, bottom, and right offsets for creating that outside border should be all the same or each specified individually
[04:54:09] *** rburns has joined #angularjs
[04:54:19] <Fifty5Plus> wafflej0ck: are they not all equal to EXTRA_PADDING
[04:54:28] <wafflej0ck> Fifty5Plus: as is they are
[04:54:48] <wafflej0ck> Fifty5Plus: everything is 3px but they could be different if you think that'd ever be advantageous
[04:55:56] *** JR_ has joined #angularjs
[04:56:30] <Fifty5Plus> wafflej0ck: now that you are asking, IMHO the ouside "extra_padding" should be the same on all 4 sides ... there is maybe something to be said about inner vertical "bars" being the same but different then inner horizontal ones - just like we have now
[04:56:40] <JR_> hello guys
[04:56:52] <JR_> good afternoon (:
[04:56:57] <wafflej0ck> Fifty5Plus: yeah that's what I was thinking innerPadding outerPadding
[04:57:08] <Fifty5Plus> wafflej0ck: in lots of cases you would want inner verticals of say 3px or 5px or maybe even 10px: but horizontal of zero
[04:57:18] *** joshontheweb has quit IRC
[04:57:20] *** chrisbirk has joined #angularjs
[04:57:29] *** kuadrosx has quit IRC
[04:57:41] *** crakrjak has joined #angularjs
[04:57:47] *** AngularUI has joined #angularjs
[04:57:47] <AngularUI> [ng-grid] cxr29 opened pull request #2068: Fix pinning column menu item duplication when i18n, update i18n zh-cn.js and zh-tw.js. (master...master) http://git.io/0tqJLA
[04:57:47] *** AngularUI has left #angularjs
[04:58:26] *** oddalot has joined #angularjs
[04:58:32] *** mot0rola has quit IRC
[04:58:34] <JR_> anyone using xchat
[04:58:35] <JR_> ?
[04:59:09] <oddalot> when I set the authorization headers using the $http service they aren't being set in the actual request.
[04:59:25] <oddalot> Anyway ever done this before?
[04:59:30] <wafflej0ck> Fifty5Plus: alright gonna pull out this get class CSS jankiness and start trying to implement
[04:59:41] *** advy has joined #angularjs
[04:59:46] <wafflej0ck> Fifty5Plus: you have a github account? if not should make one I think I can give you write privileges to the repo too then
[04:59:53] <Fifty5Plus> wafflej0ck: what about rendering speed?????
[05:00:23] <wafflej0ck> Fifty5Plus: we can profile after getting rid of this stylesheet parsing stuff I'm sure it's adding quite a bit of overhead when it loads
[05:01:06] <Fifty5Plus> wafflej0ck: so, lets think out loud of what needs recalcing on window resize
[05:02:01] *** ssucreme has joined #angularjs
[05:02:15] <Fifty5Plus> wafflej0ck: horizontal positions for all 3 columns and vertical positions for all 3 *-row
[05:02:55] *** bmac has quit IRC
[05:03:36] <JR_> hi i'm thinking about learning angularjs. i'm kinda new here
[05:03:39] <JR_> any resources?
[05:03:50] <JR_> I'm using angular as a frontend.
[05:03:58] <Fifty5Plus> JR_ are you 55+ ;?)
[05:04:05] <JR_> I need to hook it up to my backend sailsjs
[05:04:11] <JR_> 55+?
[05:04:18] <Fifty5Plus> as in old ;?)
[05:04:29] <wafflej0ck> JR_: https://github.com/jmcunningham/AngularJS-Learning and https://www.youtube.com/watch?v=ZhfUv0spHCY
[05:04:59] <JR_> I'm 24 lol
[05:05:01] <JR_> thanks (L
[05:05:02] <wafflej0ck> JR_: good to play with some tutorials if you get stuck use plunkr link in the IRC topic to get the idea across and show your problem and you can get help here
[05:05:02] <JR_> (:*
[05:05:15] <JR_> oh gosh. this is great.
[05:05:15] <Fifty5Plus> egghead.io has good videos if you are not new to web dev and know what you are doing and are looking for how angularjs does it .. otherwise they are bit too terse for web dev noobs
[05:05:24] <JR_> does meanjs has a community like this too?
[05:05:39] <wafflej0ck> JR_: dunno about that I just hang here mostly
[05:05:47] <wafflej0ck> and in #ubuntu sometimes
[05:06:09] <wafflej0ck> JR_: definitely a fair amount of node devs though
[05:06:21] <Fifty5Plus> wafflej0ck: what do you do for a living? as in what pays bills?
[05:06:49] <wafflej0ck> Fifty5Plus: web dev, have my own little business just do projects for other small/medium businesses and contracting/consulting sometimes
[05:07:27] <wafflej0ck> Fifty5Plus: ex Flex/AS3/Java dev, did USAF stuff for like 3.5 years professionally but got kinda burnt out on it and Flash was dying so felt I needed to switch and move on
[05:07:31] <Fifty5Plus> wafflej0ck: how about doing someting online - together ;)
[05:08:37] *** akrikos has quit IRC
[05:08:41] <Fifty5Plus> f'n adobe and flash .. do not get me going ... because i was into flex 3-4 years ago before html started getting traction ... ok thats off topic
[05:09:06] *** ctanga has quit IRC
[05:09:49] <wafflej0ck> Fifty5Plus: yeah I need to set something up so I can get paid for consulting hours online too, just got done working through basic invoices on our site with payments but need to setup a thing for getting money up front and tracking hours working on projects so I don't put myself in the hole... had a guy from the chat recently kick me some hours on a project and paid through PayPal but would be nice to make the whole process more
[05:09:49] <wafflej0ck> formal
[05:09:51] <Fifty5Plus> USAF as in air force?
[05:10:08] *** seriema has joined #angularjs
[05:10:12] <wafflej0ck> Fifty5Plus: yea
[05:10:29] <wafflej0ck> Fifty5Plus: worked through contractors who worked through Lockheed
[05:10:42] *** marshall has quit IRC
[05:10:45] *** zoeycakes has quit IRC
[05:10:56] *** platonic has joined #angularjs
[05:11:02] <wafflej0ck> we basically did charting and grids and data/logistics stuff but I started off doing front end and was taught Java/iBatis to do the backend
[05:11:14] *** cesarkawakami has quit IRC
[05:11:40] <jaydubya> wafflej0ck: Don't tell me ... the stealth bomber cockpit is all Flex.
[05:11:52] <wafflej0ck> now I just use Eloquent ORM in PHP to get stuff in and out of MySQL and Angular on the front for everything
[05:11:55] <wafflej0ck> jaydubya: haha
[05:12:11] *** lvegerano-home has quit IRC
[05:12:39] *** monir has quit IRC
[05:13:11] <jaydubya> The F-14 was all Flash but the battery drainage was intense
[05:13:12] *** marshall has joined #angularjs
[05:13:19] *** JohnBat26 has joined #angularjs
[05:13:41] *** kalehv_ has joined #angularjs
[05:14:08] *** gnrlbzik has joined #angularjs
[05:14:49] *** seriema has quit IRC
[05:15:49] *** rtpg has joined #angularjs
[05:15:56] *** platonic has quit IRC
[05:16:15] *** kalehv has quit IRC
[05:16:42] <Fifty5Plus> WORTH REPEATING :) jaydubya> The F-14 was all Flash but the battery drainage was intense
[05:17:00] *** ProLoser has quit IRC
[05:17:27] <Fifty5Plus> wafflej0ck you have a pm
[05:18:41] *** BillCriswell has quit IRC
[05:19:02] *** ssucreme has quit IRC
[05:19:05] *** gnrlbzik has quit IRC
[05:19:51] *** bmac has joined #angularjs
[05:20:23] *** zivester has quit IRC
[05:20:42] *** ProLoser has joined #angularjs
[05:21:23] *** zivester has joined #angularjs
[05:22:19] <Fifty5Plus> I am going to do everyting in AngularJS, NodeJs and CouchDB ;)
[05:22:36] *** Oddman has joined #angularjs
[05:22:46] *** MistahKurtz has quit IRC
[05:22:57] *** cullinan has joined #angularjs
[05:23:06] <jaydubya> ui-router anyone?
[05:23:53] *** ryst has quit IRC
[05:24:18] *** bmac has quit IRC
[05:24:18] *** rburns has quit IRC
[05:24:33] *** rburns has joined #angularjs
[05:24:39] *** joshontheweb has joined #angularjs
[05:24:48] *** mary5030 has quit IRC
[05:24:57] *** damain has joined #angularjs
[05:25:53] *** damain has quit IRC
[05:26:25] *** Oddman has quit IRC
[05:26:50] *** paperElectron has joined #angularjs
[05:26:52] *** opiates has joined #angularjs
[05:27:44] *** Reskp has joined #angularjs
[05:28:24] <Fifty5Plus> wafflej0ck: in the process of doing this, we got rid of the initial ui-router config stuff ... in fact there will never be one single "desktop" .... you could have one for MENU, another for NEWS a third one for VIDEO for purposes of building a more traditional web page layouts
[05:28:33] *** damain has joined #angularjs
[05:29:03] *** whunt has quit IRC
[05:29:07] *** chris_tdp has joined #angularjs
[05:29:16] *** iribarne has quit IRC
[05:29:18] *** bgerami has joined #angularjs
[05:29:23] <jaydubya> Fifty5Plus: you know ui-router well?
[05:29:31] *** whitebook has quit IRC
[05:29:31] *** JBreit has joined #angularjs
[05:30:01] *** chris_tdp has quit IRC
[05:30:33] <wafflej0ck> Fifty5Plus: yeah I just pulled out the ui-router part becuase that would be up to the end user to include it should still work fine though
[05:30:47] <Fifty5Plus> jaydubya: i know enough of eveything to be able to imagine lots of things and that's it
[05:30:49] <wafflej0ck> Fifty5Plus: I haven't removed the module dependency yet though accidentally left that in there
[05:31:17] *** SimpleGuy has joined #angularjs
[05:31:33] *** josh3336 has joined #angularjs
[05:32:08] *** goodenough has quit IRC
[05:32:10] *** dc_ has joined #angularjs
[05:32:13] <Fifty5Plus> wafflej0ck: wo if i wanted to have 2 sets of these with own css and all, where would my ui-router stuff go ... into mainApp.js ?
[05:32:26] *** Reskp has quit IRC
[05:32:36] *** goodenough has joined #angularjs
[05:32:52] *** sacho_ has joined #angularjs
[05:32:55] *** DrMabuse has joined #angularjs
[05:33:35] *** jstimm has joined #angularjs
[05:33:48] *** brandom has quit IRC
[05:34:29] <wafflej0ck> Fifty5Plus: yeah the ui-router parts would be in mainApp.js or whatever the end consumer of the directive is, this way they can use ng-route or custom stuff for that, the directive shouldn't care where the contents come from ideally
[05:35:21] <wafflej0ck> Fifty5Plus: not sure about them having different CSS though, that'd need to be handled with another directive, you can do it by using JS to find a style tag and remove it and add a new style tag to load totally new CSS but it's sort of an orthogonal issue
[05:35:46] *** TommyO has quit IRC
[05:35:57] *** hecatonicosachor has quit IRC
[05:36:22] *** josh3336 has quit IRC
[05:36:39] *** burzum2 has joined #angularjs
[05:37:15] *** Shrooms has joined #angularjs
[05:37:17] <Fifty5Plus> wafflej0ck: ah but that higher keybox on main-head could be on just one of several desktops ... and all of this brings me to a key question and mostly because i do not understand DOM really , so let me try to illustrate
[05:37:23] *** dc_ has quit IRC
[05:37:35] <nycdevgirl> hiii alll helppp meee……i have an external link sent in an email, that will send a user to a page, but if they're not logged in it sends them to a login page, how can then I redirect a user who's now logged in, back to the orginal page i was tyring to send them to via the link
[05:37:36] *** ryst has joined #angularjs
[05:37:41] *** DrMabuse has quit IRC
[05:37:45] *** burzum has quit IRC
[05:38:04] <oddalot> bleh, this api call works fine with i make the token a query string paramater. but if I try to add it as a header it doesn't seem to get added
[05:38:08] <oddalot> CORS is hard lol
[05:38:38] *** whitebook has joined #angularjs
[05:38:54] *** SergioFilhow has joined #angularjs
[05:39:32] *** damain has quit IRC
[05:40:16] <Fifty5Plus> wafflej0ck: so if you are building a traditional web and maybe even CRM you would have different pages for videos like youtube then perhaps for text news feeds ... maybe they would be same but maybe not ...so we need different desktop layouts and sizing and all ... now consider ...
[05:40:36] *** gnrlbzik has joined #angularjs
[05:42:01] <Fifty5Plus> wafflej0ck: now forget all that and pretend that you pull up a list of customers and then drill down on orders and then on invoices ... then you want to go into employees module ... now ... does browser history button handle all the going back and forth
[05:42:11] <wafflej0ck> Fifty5Plus: yeah I think that'd be fine because the contents within the main area can have different styles as can the containers we're making using ng-class
[05:42:25] <wafflej0ck> Fifty5Plus: regarding history if you use ngRoute or ui-router it will take care of that for you
[05:42:29] <nycdevgirl> i guess i have to do something like this but without cookies http://nadeemkhedr.wordpress.com/2014/03/16/redirect-to-the-original-requested-page-after-login-using-angularjs/
[05:42:44] <wafflej0ck> Fifty5Plus: yeah should be all good I think
[05:43:15] *** SergioFilhow has quit IRC
[05:44:12] <wafflej0ck> Fifty5Plus: only problem really is if the sizes we are providing via the config object change we'd have to include watches in the directive to recalc and resize/position things
[05:44:32] *** mruzekw has quit IRC
[05:44:38] <Fifty5Plus> so on page A i have customers and on page B orders and on each page is a data grid ... the browser will know that going from A to B one data grid was replaced with the other one ?!?
[05:45:03] *** damain has joined #angularjs
[05:45:14] *** whitebook has quit IRC
[05:45:43] *** spaceonline has joined #angularjs
[05:45:43] <Fifty5Plus> wafflej0ck: yes, and perhaps for speed purposes only keep recalcing the visible desktop but do a recalc when desktops change
[05:45:45] <wafflej0ck> Fifty5Plus: yeah ui-router and ngRoute use $location pretty sure it's the underlying part that deals with the browser history being updated, might be some other part, but basically since you map some URL to some template/view it just needs to put the URL into the browser history and it all works
[05:45:46] *** jae has joined #angularjs
[05:46:11] <wafflej0ck> Fifty5Plus: yeah it would only recalc if the end user changed the config object but does add some overhead to watch for changes
[05:46:23] *** deanclkclk_ has quit IRC
[05:46:43] *** jae has left #angularjs
[05:47:08] *** josh3336 has joined #angularjs
[05:48:10] *** flyingducks has joined #angularjs
[05:48:16] *** TommyO has joined #angularjs
[05:50:00] *** spaceonline has quit IRC
[05:50:16] *** derrick13 has left #angularjs
[05:50:36] <Fifty5Plus> wafflej0ck: so you have a datagrid of customers and when you click on the third customer the whole desktop changes and now you are looking at a datagrid of all the orders for that customer ... then you click on order 5 and the desktop changes once again ... so each change is a different state ... but what about the 'widgets" on each state ... are they there
[05:50:36] <Fifty5Plus> in memory and what about the data model - there would have to be one for each level that you have stacked ?!?
[05:50:52] *** oste has joined #angularjs
[05:51:20] *** technickul has quit IRC
[05:52:12] *** damain has quit IRC
[05:52:21] *** dllama has quit IRC
[05:52:23] *** oste has quit IRC
[05:52:31] <wafflej0ck> Fifty5Plus: well ui-router is nice about that kind of thing, you can specify different views to be used in different parts of the DOM by using named ui-view sections then in the states you can specify that in some set of child states it is only changing the ui-view within one section... it's hard to explain but ui-router is pretty flexible with all this kind of stuff just takes some fiddiling and planning to get it right
[05:52:42] *** dllama has joined #angularjs
[05:53:11] *** damain has joined #angularjs
[05:53:20] <wafflej0ck> Fifty5Plus: regarding the data model it typically lives in a service or factory or provider (all the same just different ways of defining a provider), factory/service are singletons so persist for the life of the app as a single instance
[05:54:05] <wafflej0ck> Fifty5Plus: https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views
[05:54:33] *** mot0rola has joined #angularjs
[05:54:33] *** rburns has quit IRC
[05:54:44] <Fifty5Plus> wafflej0ck: actually that much i understand (the pasting together and orchestrating) ... for example that top/left corner will have a logo and it will be named view that is re-used in all the states in all the desktops - which is cool
[05:54:48] *** kotyy has joined #angularjs
[05:54:57] *** kotyy has quit IRC
[05:55:02] <wafflej0ck> yup
[05:55:10] *** rburns has joined #angularjs
[05:55:36] <wafflej0ck> Fifty5Plus: this is the page with the nitty gritty on providers https://docs.angularjs.org/guide/providers
[05:55:41] <Fifty5Plus> wafflej0ck: my example actually had 3 desktops and 9 blocks on each and i was able to mix and match named view amongst them but then stripped it down for the example i put on plunker
[05:56:09] <wafflej0ck> Fifty5Plus: easier to understand just by working with them but the docs are useful once you start playing with them more that page is useful
[05:57:11] <wafflej0ck> Fifty5Plus: yeah I don't think anything I did will conflict with that just figured I'd remove the dependency to keep it simple as possible
[05:57:17] *** jrist has joined #angularjs
[05:57:37] <jaydubya> wafflej0ck: LOL, that link is the exact resource I used but I can't get it to work at the next level
[05:57:48] *** corehook has joined #angularjs
[05:57:53] *** nesquerra has quit IRC
[05:58:06] <wafflej0ck> jaydubya: whats that exactly? which link (dropped two)?
[05:58:27] <jaydubya> wafflej0ck: Multiple-Named-Views
[05:58:32] <Fifty5Plus> wafflej0ck: i got only as far as mixing and matching of named views with static content and then now need to get into [say] data grids and was curious if i will be dynamically changing what's in a grid or if i will end up with a named view for each piece of data that could be in a data grid or just one data grid in which data changes ;)
[05:58:34] *** grantfunke_ has joined #angularjs
[05:58:53] *** mot0rola has quit IRC
[05:59:18] <wafflej0ck> Fifty5Plus: yeah so with state parameters you can just reload the data within the same view but just depends on use case how to handle that
[05:59:50] *** cacts has quit IRC
[06:00:21] <jaydubya> wafflej0ck: I use the abstract state to load the wrapper view and then child routes to load in the content but I can't seem to link to an edit form from a child routes
[06:00:27] <Fifty5Plus> ideally i want to have a json document in a db describing presentation of diff types of data and then a single named view to slide it into
[06:00:38] *** Guest3471 has quit IRC
[06:02:34] <wafflej0ck> jaydubya: you try using $state.go and the state name directly?
[06:02:50] *** tfennelly has joined #angularjs
[06:02:53] *** JohnBat26 has quit IRC
[06:03:02] <jaydubya> wafflej0ck: was THAT in that article??? uhhh, no
[06:03:33] <wafflej0ck> jaydubya: heh yeah dunno I still have to fiddle around with ui-router a lot but can almost always get it doing what I want eventually
[06:03:49] <wafflej0ck> jaydubya: it can get tricky with the relative routing stuff
[06:04:01] <jaydubya> I have a plunker if you could take a quick look
[06:04:20] *** kalehv_ has quit IRC
[06:04:28] <wafflej0ck> sure can poke at it a bit in between doing this layout thing
[06:05:15] <jaydubya> http://plnkr.co/edit/k97q1f <-- if on home page, click "Admin" and it's the EDIT buttons that go nowhere
[06:05:37] <Fifty5Plus> good night everyone ... wafflej0ck
[06:05:49] *** macobo has joined #angularjs
[06:05:54] *** mary5030 has joined #angularjs
[06:05:55] <wafflej0ck> night Fifty5Plus
[06:05:58] *** mary5030 has quit IRC
[06:06:20] <jaydubya> Fifty5Plus: I'll catch you in July
[06:06:27] *** mruzekw has joined #angularjs
[06:06:56] <Fifty5Plus> jaydubya: on my birthday ;)))))))))))
[06:06:58] *** mary5030 has joined #angularjs
[06:07:11] <jaydubya> Fifty5Plus: I'll be 55 in July
[06:07:18] *** adpirz has joined #angularjs
[06:07:34] *** JR_ is now known as JR___
[06:07:42] *** tfennelly has quit IRC
[06:07:45] <Fifty5Plus> lol ... welcome
[06:07:53] <jaydubya> lol
[06:08:20] <Fifty5Plus> actually i just turned 56 but did not want to change my nick ;)
[06:08:32] *** Orbitrix has quit IRC
[06:08:47] <jaydubya> at least I get to move up to the gold tees
[06:09:32] *** damain has quit IRC
[06:09:37] *** marshall has quit IRC
[06:09:39] *** crakrjak has quit IRC
[06:09:46] *** monir has joined #angularjs
[06:09:51] <Fifty5Plus> i made this nick mostly because of immature kids over there on #css thinking it may get me some sympathy :)
[06:10:04] *** tkimmel has joined #angularjs
[06:10:32] <jaydubya> ha! 20-somethings don't realize WE TAMED I.E. 6.5 ... no respect!
[06:10:44] <wafflej0ck> haha
[06:11:03] *** seriema has joined #angularjs
[06:11:08] *** stormbytes has joined #angularjs
[06:11:12] <stormbytes> hello
[06:11:20] *** josh3336 has quit IRC
[06:11:22] <wafflej0ck> hey I wrote some DHTML I've got IE 6 cred
[06:11:26] <stormbytes> can somone tell me why i can't bind my string to the $scope
[06:11:27] <stormbytes> https://gist.github.com/6395bc42db63b0e9a760
[06:11:29] *** evilaliv3 has joined #angularjs
[06:11:39] <stormbytes> line #30
[06:11:48] <wafflej0ck> anyone remember VRML
[06:11:54] <jaydubya> nice wafflej0ck!
[06:11:58] *** adpirz has quit IRC
[06:12:10] <stormbytes> VRML omg that's like mid-90's
[06:12:20] <wafflej0ck> man I loved that so much :D
[06:12:21] <jaydubya> how about "classic ASP"?
[06:12:22] <Fifty5Plus> The first thing that I ever tamed were those bubble cards that you fill in with pencils and then came punch cards and then those big green IBM 3270 terminals and 50 years later we got the same pig with lipstick called browser :))))))))))))))
[06:12:24] *** danecando has quit IRC
[06:12:32] <stormbytes> hah
[06:12:35] *** meinside has quit IRC
[06:12:43] *** josh3336 has joined #angularjs
[06:12:46] <stormbytes> original 'active server pages' started out being called '#includes'
[06:13:04] <jaydubya> My first computer was a Timex Sinclair and I bought it at a drug store
[06:13:06] <stormbytes> SSI was at around 1998
[06:13:27] <jaydubya> and THEN I went "uptown" with a Commodore 64
[06:13:28] *** diegoaguilar has quit IRC
[06:13:41] <stormbytes> the 128 was kick ass :P
[06:13:59] <jaydubya> LOL, yeah it put my tape deck out of date
[06:14:00] <stormbytes> fist ever 'porn' was essentially ascii-nudes
[06:14:03] <wafflej0ck> yeah I'm only 31 so started off with a 386 Intel, missed the era of commodore and sinclair
[06:14:31] <jaydubya> When I bought an Apple II-c, i was the shit!
[06:14:32] *** robdubya has quit IRC
[06:14:40] <talnti> 286sx25! :)
[06:14:40] *** tkimmel has quit IRC
[06:14:48] *** yujin has joined #angularjs
[06:14:50] <talnti> turbo buttons.
[06:14:56] <wafflej0ck> though I do remember 14.4 modems an being amazed by 56k
[06:15:00] <stormbytes> lol those were the days
[06:15:04] <wafflej0ck> talnti: hah yeah turbo was great
[06:15:10] <wafflej0ck> just toggle this button here
[06:15:20] <stormbytes> wafflej0ck 14.4 *was* amazing !! i remember 9600
[06:15:22] <jaydubya> just made the fan louder but you thought it was faster
[06:15:44] *** whitebook has joined #angularjs
[06:15:50] <talnti> i think i remember a game called... entrop
[06:15:56] <jaydubya> I bought a LISA on the first day it was available for sale
[06:16:05] <talnti> and it had some colorful squares.. and if you hit the turbo button, the game would run like.. way too fast
[06:16:07] <stormbytes> wow.. that was a ton of loot
[06:16:29] <jaydubya> and i ... wait for it ... "took a Mac for a test drive"
[06:16:39] <stormbytes> hah
[06:16:40] *** seriema has quit IRC
[06:16:46] <Fifty5Plus> (((((((((: you kids are so nostalgic :)))))))))))
[06:16:58] <talnti> gorillas, nibbles...
[06:17:14] <talnti> scorched earth
[06:17:25] *** sctskw has joined #angularjs
[06:17:36] <wafflej0ck> talnti: scorched earth was good, I redid it in a Java class... wonder if I have that code somewhere still
[06:17:42] <stormbytes> so can someone look at l#30 and tell me why i'm not binding on $scope = https://gist.github.com/6395bc42db63b0e9a760
[06:17:47] <wafflej0ck> talnti: probably on the NAS never to be found
[06:17:48] <talnti> lemmings, commander keen, duke nukem, jazz jackrabit
[06:18:12] <stormbytes> i still remember my old 7600
[06:18:18] *** patrick99e99 has joined #angularjs
[06:18:20] <jaydubya> Mac had a game called Crystal Quest that almost cost me a college diploma
[06:18:37] <sacho_> stormbytes, what's the error you're getting
[06:18:45] <sacho_> also, why are you passing a $scope to that function
[06:18:54] <stormbytes> sacho_ no error but {{ message }} is coming up blank
[06:18:57] <sacho_> and where are you calling it?
[06:19:03] <stormbytes> from inside the html
[06:19:15] <sacho_> ok, how are you calling it
[06:19:17] <stormbytes> under ng-controller="mainCtrl"
[06:19:38] <stormbytes> damn.. its not in the child scope is it
[06:19:45] <stormbytes> or should it be
[06:19:48] <stormbytes> dang these scopes
[06:20:09] <sacho_> why are you passing a scope at all
[06:20:11] <sacho_> it doesn't make sense
[06:20:36] *** Skrypter has quit IRC
[06:20:38] <stormbytes> because i'm a n00b
[06:20:43] <stormbytes> playing guessing games
[06:21:29] *** howitdo has quit IRC
[06:21:42] <stormbytes> and the docs on angular are barely better then the google-translated manual for my china-made motherboard
[06:21:46] *** marshall has joined #angularjs
[06:21:55] *** Skrypter has joined #angularjs
[06:22:37] *** patrick99e99 has quit IRC
[06:22:50] <wafflej0ck> stormbytes: haha it really isn't so bad it's just like AWS they have their own set of terminology, once you figure out what is what the parts fit together and you can actually read most of it
[06:23:18] <sacho_> stormbytes, so what was your plan
[06:23:29] *** Skrypter has quit IRC
[06:23:45] <stormbytes> wafflej0ck the same can be said of Mayan hieroglyps
[06:23:57] <stormbytes> err.. hieroglyphs, pardon
[06:24:14] *** whitebook has quit IRC
[06:24:22] <stormbytes> sacho_ you tell me :) what do I gots to do to bind that to (any) $scope so I can access it in the view/html?
[06:25:01] *** josh3336 has quit IRC
[06:25:04] *** Zaran_ has joined #angularjs
[06:25:10] *** daviesgeek has quit IRC
[06:25:32] <wafflej0ck> jaydubya: looks like you got angular loaded in here twice?
[06:25:53] <sacho_> stormbytes, binding to "any" scope doesn't make sense.
[06:25:58] <sacho_> so what are you trying to do with this event?
[06:26:02] <sacho_> event handler*
[06:26:10] <jaydubya> wafflej0ck: I sure do
[06:26:13] *** gnrlbzik has quit IRC
[06:26:23] <wafflej0ck> jaydubya: getting some crazy no $location errors in the console not sure if it's related to the end problem
[06:26:29] *** g33k5z_ has quit IRC
[06:26:36] <wafflej0ck> jaydubya: the ui-sref part looks okay to me though
[06:26:39] <stormbytes> its returning a 'payload' into the eventHandler function, and i'mt rying to pass that object up the chain (out of the e.h. function) and into the controller $scope
[06:26:40] *** mennea has joined #angularjs
[06:27:17] *** daviesgeek has joined #angularjs
[06:27:22] *** asher^ has joined #angularjs
[06:27:26] <sacho_> eh
[06:27:30] <Fifty5Plus> being the oldest here, let me make a dumb statement to test it's correctness ... you pass parameters into js functions and in the functions you receive them ... within angularjs there are certain types of "shared variables" such as $scope which can be received by functions without ever being passed into them ... this they call various forms of "incjectables"
[06:27:30] <Fifty5Plus> ;)
[06:27:34] *** nesquerra has joined #angularjs
[06:27:49] <sacho_> no
[06:27:56] <sacho_> injection works because it's angular calling the functions
[06:28:07] *** DannyCallaghan has joined #angularjs
[06:28:08] <sacho_> you're essentially telling the framework what parameters you want your functions to be called with
[06:28:17] <sacho_> angular is still calling functions and passing parameters
[06:28:28] <wafflej0ck> jaydubya: oh actually mayeb should have the param like {userId:u.id}
[06:28:29] *** jolts has quit IRC
[06:28:32] <sacho_> stormbytes, just get rid of the $scope parameter and your function would "work"
[06:28:34] *** Reskp has joined #angularjs
[06:28:51] <stormbytes> as-is ?
[06:29:01] *** doginal has joined #angularjs
[06:29:01] *** mennea has quit IRC
[06:29:02] <sacho_> probably
[06:29:07] <jaydubya> in users.html?
[06:29:13] <sacho_> spend some time learning chrome's debugger functions
[06:29:24] <wafflej0ck> jaydubya: yeah where the edit button has ui-sref on it wherever that was
[06:29:55] <jaydubya> k
[06:30:17] <wafflej0ck> Fifty5Plus: it really all works with this thingamabob https://docs.angularjs.org/api/auto/service/$injector
[06:30:24] <angularius_> is it possible to have controllers within controllers?
[06:30:41] <stormbytes> nope
[06:30:51] *** mennea has joined #angularjs
[06:30:53] <wafflej0ck> sure
[06:31:07] <stormbytes> sacho_ i got rid of the $scope func param, and left the assigment statement as '$scope.message = 'foo''
[06:31:11] <wafflej0ck> you can nest controllers in terms of usage in the view
[06:31:14] <jaydubya> still have that Cannot Read property 'name' of null
[06:31:18] <stormbytes> sacho_ then tried {{ message }} and it didn't pick it up
[06:32:14] <stephen> wafflej0ck, still around, eh?
[06:32:28] *** DannyCallaghan has quit IRC
[06:32:29] <stormbytes> sacho_ nevermind.. just figured it out, needed to trigger a digest cycle.. how's that done again?
[06:32:34] <stephen> How do you feel your function optimization chops are?
[06:33:07] *** Reskp has quit IRC
[06:33:41] <stephen> stormbytes, $scope.$apply()
[06:33:46] <stormbytes> ;) thx
[06:34:02] *** josh3336 has joined #angularjs
[06:34:18] <wafflej0ck> stephen: yeah
[06:34:22] <stormbytes> works perfecto ;) thx
[06:34:43] *** festercluck has joined #angularjs
[06:34:46] <wafflej0ck> stephen: decent
[06:35:03] *** stephen has quit IRC
[06:35:09] <wafflej0ck> stephen: I enjoy some algorithm analysis and profiling stuff
[06:35:11] *** festercluck is now known as Stephen
[06:35:25] <Stephen> forgot to disco from vpn
[06:35:27] *** doginal_ has joined #angularjs
[06:35:28] <Stephen> https://gist.github.com/FesterCluck/bb44b4e4fb72d6f27d44
[06:35:42] <Stephen> wafflej0ck, check it out :-)
[06:35:45] *** sinequanon has joined #angularjs
[06:35:51] *** doginal has quit IRC
[06:35:51] *** doginal_ is now known as doginal
[06:36:13] <Stephen> I'm assuming in disableTabbing that I've got it failing out as early as possible always, but it's a bit obtuse
[06:37:04] *** TyrfingMjolnir has joined #angularjs
[06:38:38] *** mspier|away is now known as mspier
[06:39:15] <jaydubya> wafflej0ck: I cleared out all those errors but those buttons are still dead ... aarrggg
[06:39:41] *** angularius has quit IRC
[06:39:46] *** mennea has quit IRC
[06:39:51] *** gaganjyot has joined #angularjs
[06:39:56] <dllama> Hey guys
[06:40:13] *** derrick13 has joined #angularjs
[06:40:26] *** mennea has joined #angularjs
[06:40:41] <fairuz> hey
[06:41:16] <wafflej0ck> jaydubya: hmm yeah dunno usually good to put event handlers in for the state change events and error events to see what's up with ui-router
[06:41:24] <jaydubya> wafflej0ck: i looked in the console and ng is making that this url: admin/users/users/edit/1 <-- Why add in the second "users"
[06:41:32] *** caitp has quit IRC
[06:42:05] <jaydubya> if it was just admin/users/edit/1, I bet it would work
[06:42:39] <wafflej0ck> jaydubya: ah check you url definition it should be relative to the parent state URL
[06:43:05] *** monir has quit IRC
[06:44:20] *** tomzx is now known as tomzx`afk
[06:44:44] *** pen has joined #angularjs
[06:44:52] *** morenoh150 has quit IRC
[06:45:23] *** chrisbirk has quit IRC
[06:47:02] <jaydubya> wafflej0ck: do you mean the url def in app.js or the url def in users.html?
[06:47:06] *** dharmit has joined #angularjs
[06:47:33] <wafflej0ck> jaydubya: in app.js typically
[06:47:47] <jaydubya> k
[06:47:58] <dllama> just saying hello this time around :)
[06:48:05] <wafflej0ck> jaydubya: yeah looks like admin is a child of users already
[06:48:16] <wafflej0ck> jaydubya: so you don't need the leading /users for the admin state def
[06:48:30] <wafflej0ck> jaydubya: it is one of the confusing bits at first
[06:48:37] *** josh3336 has quit IRC
[06:49:01] <jaydubya> yeah because you do need it in the name with the dot notation
[06:49:09] *** jolts has joined #angularjs
[06:49:39] *** corehook has quit IRC
[06:52:59] *** mary5030 has quit IRC
[06:53:49] *** MistahKurtz has joined #angularjs
[06:54:12] <jaydubya> wafflej0ck, I know you're busy, so thanks for taking time to look!
[06:54:28] <wafflej0ck> jaydubya: sure thing
[06:54:30] *** NormySan has joined #angularjs
[06:55:32] *** bberry_ has joined #angularjs
[06:55:38] *** Aerospark has quit IRC
[06:56:06] *** mennea has quit IRC
[06:56:06] *** rburns has quit IRC
[06:56:09] *** JR___ has quit IRC
[06:56:20] *** rburns has joined #angularjs
[06:56:42] *** mennea has joined #angularjs
[06:56:47] *** ish has joined #angularjs
[06:57:25] *** jasonp has quit IRC
[06:57:45] *** jaydubya has quit IRC
[06:57:49] <derrick13> hi, i am new to angular and having problems porting functionality from another script that i was using. Basically, i created a service for socket.io functionality so that i can use the socket data to provide data to the controller to end up on the view. I know that the controller is half way working because I can emit a socket request from the view. If anyone can help that would be greatly appreciated. http://plnkr.co/edit
[06:58:18] *** jaydubya has joined #angularjs
[06:58:32] <wafflej0ck> Stephen: yeah too much jQuery and too late for me to go through that right now
[06:58:35] *** bgerami has quit IRC
[06:58:43] <Stephen> lol
[06:58:43] *** bostonaholic has quit IRC
[06:58:47] *** doginal has quit IRC
[06:58:59] <wafflej0ck> Stephen: maybe tomorrow but for now my brain isn't groking it
[06:59:04] *** ehalas3 has joined #angularjs
[06:59:04] *** bberry has quit IRC
[06:59:22] <Stephen> I'm just screwing with you. Going through that many (|| ) this time of night hurts
[06:59:33] <Stephen> Besides, this is an angular chan
[06:59:42] *** platonic has joined #angularjs
[06:59:49] <Stephen> But, Im glad to know you play along
[06:59:53] <wafflej0ck> Stephen: yeah I can help with angular stuff jQuery I would have to be reading docs for a while
[06:59:55] <wafflej0ck> heh
[07:00:02] *** charuru has quit IRC
[07:00:09] *** doginal has joined #angularjs
[07:01:46] *** charuru has joined #angularjs
[07:01:54] <BahamutWC|Work> fml…14 hour day yet again
[07:01:59] *** quantax has quit IRC
[07:02:07] *** SomeKittens has joined #angularjs
[07:02:17] *** jaydubya has quit IRC
[07:02:53] *** quantax- has joined #angularjs
[07:03:45] *** DrMabuse has joined #angularjs
[07:04:15] *** platonic has quit IRC
[07:04:33] *** corehook has joined #angularjs
[07:05:18] *** ggrzybek has joined #angularjs
[07:06:22] *** glosoli has joined #angularjs
[07:06:32] *** howitdo has joined #angularjs
[07:07:00] *** slopjong has joined #angularjs
[07:07:01] *** slopjong_ has joined #angularjs
[07:07:14] *** JoshGlzBrk has joined #angularjs
[07:08:00] *** DrMabuse has quit IRC
[07:09:59] *** bjtitus has quit IRC
[07:11:06] *** JR___ has joined #angularjs
[07:11:12] *** thumpba has joined #angularjs
[07:11:46] *** VeeWee has joined #angularjs
[07:12:04] *** seriema has joined #angularjs
[07:12:17] *** zvd has joined #angularjs
[07:12:35] *** drej has quit IRC
[07:13:49] *** {DV8} has quit IRC
[07:15:12] *** thumpba has quit IRC
[07:17:06] *** ProLoser has quit IRC
[07:17:22] *** seriema has quit IRC
[07:17:30] *** syzygy_ has quit IRC
[07:17:33] *** doginal has quit IRC
[07:19:18] *** Moikzz has joined #angularjs
[07:20:30] *** trend has joined #angularjs
[07:21:12] *** Soop has joined #angularjs
[07:21:35] *** sinequanon has quit IRC
[07:22:03] *** zivester has quit IRC
[07:22:29] *** guiambros has quit IRC
[07:22:46] *** corehook has quit IRC
[07:22:52] *** slopjong_ has quit IRC
[07:24:13] <Moikzz> Hi guys....anyone can help me out... i have this output in json images[{ image_url="Big_picture.jpg"}, {image_url="thumbnail1.jpg"}, {image_url="thumbnail2.jpg"}] my problem is the thumbnail 1 and so on are not showing only the first one
[07:24:23] *** morenoh150 has joined #angularjs
[07:25:08] *** trend has quit IRC
[07:25:45] *** NormySan has quit IRC
[07:25:48] <Moikzz> the way i called to display is {{ img.image_url }}
[07:27:01] *** gnrlbzik has joined #angularjs
[07:27:32] <Moikzz> someone here?
[07:27:34] *** SergioFilhow has joined #angularjs
[07:27:44] *** doginal has joined #angularjs
[07:28:32] *** Shai-Tan has quit IRC
[07:28:54] *** plato|wtf has quit IRC
[07:29:13] *** plex0r has quit IRC
[07:29:29] *** Reskp has joined #angularjs
[07:29:39] <stormbytes> awesome article about apply() & digest() for anyone that wants to gain a good understanding http://www.sitepoint.com/understanding-angulars-apply-digest/
[07:29:45] *** platonic has joined #angularjs
[07:29:49] *** marshall has quit IRC
[07:30:42] <angularius_> What is the best way to call jQuery code from angularjs controller/function?
[07:31:02] *** Reskp_ has joined #angularjs
[07:31:27] <Soop> inside of a directive or not at all
[07:31:45] *** gnrlbzik has quit IRC
[07:31:45] *** rburns has quit IRC
[07:32:00] <wafflej0ck> as Soop said
[07:32:04] *** rburns has joined #angularjs
[07:32:06] *** SergioFilhow has quit IRC
[07:32:36] <Soop> Chances are you can do what youre trying to do with angular, it might just take you a little thought as to how at first
[07:33:02] <angularius_> I want to start automatically scrolling to the bottom of the page
[07:33:22] <angularius_> so the moment the $http.get has succeeeded - start scrolling
[07:33:30] *** Reskp has quit IRC
[07:34:02] *** cullinan has quit IRC
[07:34:05] <angularius_> over say, 10 seconds
[07:34:32] *** spaceonline has joined #angularjs
[07:34:34] *** evilaliv3 has quit IRC
[07:34:55] *** bgerami has joined #angularjs
[07:35:38] <Soop> Look at this http://ngmodules.org/modules/spark-scroll. Maybe its similar to what youre trying to do
[07:35:41] *** Reskp_ has quit IRC
[07:36:00] *** zwacky has joined #angularjs
[07:36:44] *** soshnik has joined #angularjs
[07:38:34] *** evilaliv3 has joined #angularjs
[07:38:40] *** spaceonline has quit IRC
[07:39:40] *** walken has joined #angularjs
[07:40:53] *** JR___ has quit IRC
[07:42:40] *** fqawfaf has quit IRC
[07:43:06] *** ahmetkapikiran has quit IRC
[07:43:16] *** mot0rola has joined #angularjs
[07:43:24] *** rabbi1 has joined #angularjs
[07:44:08] <rabbi1> Hi, I am trying to display item status (CRUD) to the user similar to popup/ notification but inline to the element. any directives available ?
[07:44:53] *** MattWelch has quit IRC
[07:45:13] <Soop> Im trying to pull data from an API (works no problem), but Im having trouble displaying the data I need which is nested down in an array that contains, arrays. Is there a good way to handle this?
[07:46:09] <rabbi1> Soop: using restangular/ $resource ?
[07:46:44] <sacho_> Soop, what have you tried
[07:46:52] *** mguillech has joined #angularjs
[07:47:19] <angularius_> Soop: I don't think I need anything that advanced
[07:47:31] <Soop> Im using $resource. Have thought about using restangular though
[07:47:37] *** MattWelch has joined #angularjs
[07:47:51] *** mot0rola has quit IRC
[07:48:16] *** LossFor has quit IRC
[07:48:25] *** raptor has joined #angularjs
[07:48:30] <Soop> Currently Im having to show the data by calling it with ng-repeat="foo in data.foos" {{ data.data.foo.bar}}
[07:49:12] *** numenor has joined #angularjs
[07:49:13] <Soop> Wouldnt be a huge deal other than I cant get any of the sorting / filtering to work in ng-table or ui.grid
[07:49:24] <sacho_> I doubt that's your code
[07:49:34] <sacho_> since the ng-repeat has nothing to do with the interpolation
[07:50:14] *** blocky has joined #angularjs
[07:50:17] *** sahbeewah has joined #angularjs
[07:50:28] *** dcherman has quit IRC
[07:50:32] *** junmin has quit IRC
[07:50:34] *** nemothekid has quit IRC
[07:51:03] *** junmin has joined #angularjs
[07:51:04] <Soop> <li ng-repeat="character in group.data.members"> {{ character.character.name }} </li>
[07:51:04] *** mguillech has quit IRC
[07:51:25] *** drew33 has quit IRC
[07:51:32] <rabbi1> Soop: provide your service and controller code
[07:51:47] <Soop> 1 minute and ill plnk it
[07:51:50] <sacho_> Soop, well, if character.character is all you care about, you could use a map
[07:52:12] <sacho_> e.g. $scope.group.data.members = $scope.group.data.members.map(function (char) { return char.character })
[07:52:18] *** MattWelch has quit IRC
[07:54:44] *** mogaj|2 has joined #angularjs
[07:55:19] *** richiebkr has joined #angularjs
[07:55:20] *** dc_ has joined #angularjs
[07:55:39] *** junmin has quit IRC
[07:56:09] *** adpirz has joined #angularjs
[07:56:10] *** mennea has quit IRC
[07:56:24] *** Owner__ has joined #angularjs
[07:56:45] *** mennea has joined #angularjs
[07:56:48] *** Owner__ is now known as Guest43840
[07:57:22] *** MistahKurtz has quit IRC
[07:57:24] *** mogaj has quit IRC
[07:58:59] *** DannyCallaghan has joined #angularjs
[07:59:17] *** tkimmel has joined #angularjs
[07:59:29] *** raptor has quit IRC
[07:59:37] *** dc_ has quit IRC
[07:59:52] *** hmsimha has joined #angularjs
[08:00:12] <rabbi1> Any directive to manager item notifications inline ?
[08:00:26] *** adpirz has quit IRC
[08:00:43] <hmsimha> Hi, I'm doing some front-end work with a startup, and I'm implementing designs passed to me from our designer. I haven't taken the time to start using Angular yet, but our lead developer has decided that we are using it.
[08:01:05] <Soop> Want it in a workable plnk or just in one so that you can see?
[08:01:32] *** gaganjyot has quit IRC
[08:01:44] <hmsimha> But I've been told not to worry about using it in implementing the designs.. A form I'm working on right now has an according interface. Is it possible for me to implement the skeleton for this in an angular-friendly way without using Angular?
[08:02:18] *** spazbite has joined #angularjs
[08:02:18] *** rburns has quit IRC
[08:02:32] <hmsimha> It's a slightly modified accordion pattern; clicking the header shouldn't expand the panel, rather each header has a section that should be clicked to expand it
[08:02:32] *** rburns has joined #angularjs
[08:02:51] *** dnull has quit IRC
[08:03:07] <rabbi1> hmsimha: we really can't decide what you or your team need, if it's only about accordion, you can just use jquery/ bootsrap/ angularjs.
[08:03:12] <Soop> http://embed.plnkr.co/yoM7LLI4OEJMKdFvTI0F/preview Isnt working but Ive got the controller and html in there so you can see what im doing.
[08:03:23] *** DannyCallaghan has quit IRC
[08:03:31] *** DrMabuse has joined #angularjs
[08:03:41] *** eBureau has quit IRC
[08:03:53] <Soop> Whats in the plunk works 100% until I try to do any form of sorting / filtering
[08:03:54] *** marshall has joined #angularjs
[08:04:05] *** one0one has quit IRC
[08:04:19] *** tkimmel has quit IRC
[08:04:28] *** mruzekw has quit IRC
[08:05:03] *** joshontheweb has joined #angularjs
[08:05:07] *** JohnBat26 has joined #angularjs
[08:06:33] *** zwacky has quit IRC
[08:07:25] *** joshontheweb has quit IRC
[08:07:47] *** joshontheweb has joined #angularjs
[08:08:07] *** mdedetrich has quit IRC
[08:08:17] *** DrMabuse has quit IRC
[08:08:40] *** LossFor has joined #angularjs
[08:09:23] *** dnewkerk has quit IRC
[08:10:09] *** soee has joined #angularjs
[08:10:19] *** AndreasLutro has joined #angularjs
[08:10:53] *** Xethron has joined #angularjs
[08:10:53] *** Xethron has joined #angularjs
[08:11:33] *** JoshGlzBrk has quit IRC
[08:11:43] <zvd> Hello guys! I'm looking cloud hosting like heroku, anyone could tell me alternative services?
[08:12:42] <Moikzz> how can i display this horizontally? http://plnkr.co/edit/?p=preview
[08:13:03] *** seriema has joined #angularjs
[08:13:11] <Moikzz> http://plnkr.co/edit/pU7GoVq3EXYs77WV9NGc?p=preview
[08:13:16] <Moikzz> this one i mean
[08:13:30] <Soop> Cant go wrong with either DigitalOcean or Vultr.
[08:14:01] *** ryst has quit IRC
[08:14:10] *** Grokling_ has joined #angularjs
[08:14:14] <Moikzz> how can i display this horizontally? http://plnkr.co/edit/pU7GoVq3EXYs77WV9NGc?p=preview
[08:14:20] *** jolts has quit IRC
[08:15:22] <Grokling> Moikzz: it's the li that's tripping you up. put the ng-repeat in the span, and remove the li.
[08:15:40] <Moikzz> ok ill try thanks
[08:15:50] *** jolts has joined #angularjs
[08:16:00] *** flyingducks has quit IRC
[08:16:09] <Moikzz> ohh thanks i got it
[08:16:10] *** MistahKurtz has joined #angularjs
[08:16:28] *** elrabin has joined #angularjs
[08:18:28] *** richiebkr has quit IRC
[08:18:33] *** seriema has quit IRC
[08:18:37] *** zwacky has joined #angularjs
[08:18:38] *** Grokling_ has quit IRC
[08:20:15] *** sinclair has joined #angularjs
[08:21:03] *** platonic has quit IRC
[08:22:11] *** sinequanon has joined #angularjs
[08:22:30] <rabbi1> Unable to destroy the time.. any suggestions? https://gist.github.com/anonymous/b5d6af22745627455ef0
[08:22:52] *** Soop has quit IRC
[08:22:58] *** doginal has quit IRC
[08:24:08] <angularius_> can someone talk to me a bit more about using directives to call jquery?
[08:24:15] *** sinequan_ has joined #angularjs
[08:24:17] *** corehook has joined #angularjs
[08:24:21] *** macobo has quit IRC
[08:24:25] <angularius_> $http.get(apiLink).success(...................
[08:24:26] *** sinequan_ has quit IRC
[08:24:34] <angularius_> at the end of that, I want to call some jquery
[08:24:38] <angularius_> how do I do it?
[08:24:41] <sacho_> call it
[08:24:51] *** sinequan_ has joined #angularjs
[08:24:56] <angularius_> how?
[08:25:05] *** Evanion has quit IRC
[08:25:06] <angularius_> the jquery function is inside of a $(document).ready(function() {....
[08:25:21] <sacho_> the same way you'd call it if you weren't using angular
[08:25:38] *** sinequan_ is now known as sinequanon_
[08:25:58] *** sacho_ has quit IRC
[08:26:11] *** mennea has quit IRC
[08:26:21] *** sacho_ has joined #angularjs
[08:26:46] *** ryst has joined #angularjs
[08:26:47] *** mennea has joined #angularjs
[08:27:13] *** elrabin has quit IRC
[08:27:17] *** asher^ has quit IRC
[08:27:29] <Stephen> Okay
[08:27:30] <Stephen> Sorry
[08:27:31] <sacho_> angularius_, well, make those functions visible to your angular code somehow. The simplest way would be to define a service in the same block, which has access to them
[08:27:42] *** mansoormb has joined #angularjs
[08:27:49] *** sinequanon has quit IRC
[08:27:50] *** gnrlbzik has joined #angularjs
[08:27:52] <angularius_> Thanks Stephen
[08:27:52] <Stephen> note: I've been feeding angularius_ his autoscroll code from the jquery channel
[08:28:03] <Stephen> angularius_, Is this function supposed to run when the page loads?
[08:28:17] <angularius_> yeah
[08:28:22] *** monir has joined #angularjs
[08:28:44] <angularius_> so I've got an $http.get, at the end of the success callback I want to run the scroll code
[08:28:51] *** mennea has quit IRC
[08:29:01] <Stephen> Why would you run it after the $http.get?
[08:29:02] *** asher^ has joined #angularjs
[08:29:05] <Stephen> It's loading content?
[08:29:13] <angularius_> I've noticed that at the moment, its running before the success callback is finished so it's only scrolling part of the way
[08:29:18] <sacho_> angularius_, regardless of when you want to run it, your problem is visibility
[08:29:20] <angularius_> yeah it's loading content
[08:29:33] <angularius_> so it's only scrolling to the height of the page before the content was loaded
[08:29:37] <sacho_> either make the function global(or add it to a global object), or add it as an angular service which you could inject
[08:29:54] <Stephen> angularius_, You'll want an angular service here.
[08:30:04] <angularius_> ok
[08:30:07] <Stephen> Actually, possibly a service & a directive
[08:30:12] <Stephen> But the directive will be simple
[08:30:26] <rabbi1> Unable to destroy the timer.. any suggestions? https://gist.github.com/anonymous/b5d6af22745627455ef0
[08:30:53] <Stephen> angularius_, So, where in your code are you calling this $http.get?
[08:31:00] <Stephen> How are you populating this data?
[08:31:03] <angularius_> I will paste bin it, one moment
[08:31:07] <Stephen> thanks
[08:31:47] *** Reskp has joined #angularjs
[08:31:54] *** morenoh150 has quit IRC
[08:32:09] <Stephen> channel: does jqLite support jquery's various animate features?
[08:32:34] *** gnrlbzik has quit IRC
[08:32:57] <Stephen> answered own question: no
[08:32:57] *** rburns has quit IRC
[08:33:09] *** rburns has joined #angularjs
[08:33:28] *** grantfunke_ has quit IRC
[08:33:30] *** mogaj has joined #angularjs
[08:33:34] *** Ch4rAss has joined #angularjs
[08:33:39] <angularius_> Stephen: http://pastebin.com/LpGxeJ9F
[08:34:03] *** MistahKurtz has quit IRC
[08:34:14] *** jolts has quit IRC
[08:34:27] *** morenoh150 has joined #angularjs
[08:34:32] <Stephen> angularius_, can you pastebin the view too please?
[08:34:34] *** jolts has joined #angularjs
[08:35:46] *** sacho has joined #angularjs
[08:35:50] <angularius_> http://pastebin.com/eBq74CBV
[08:35:57] *** seriema has joined #angularjs
[08:35:59] *** mogaj|2 has quit IRC
[08:36:27] <angularius_> so basically, i just want to be able to scroll through a list of contributors (users)
[08:36:37] *** Reskp has quit IRC
[08:37:10] *** beachandbytes has joined #angularjs
[08:37:15] <angularius_> which it is doing with the jquery code you provided earlier, it's just it's only scrolling part of the way - I believe because it's only scrolling to the height of the page when the jquery was called, which was before the full users list had been downloaded and bound to the view
[08:37:21] *** corehook has quit IRC
[08:37:45] *** crawleyprint has joined #angularjs
[08:38:00] *** corehook has joined #angularjs
[08:38:45] *** sacho_ has quit IRC
[08:38:53] *** ashish has joined #angularjs
[08:40:14] *** seriema has quit IRC
[08:43:26] *** jstroem has joined #angularjs
[08:43:37] *** larsgk has joined #angularjs
[08:43:37] *** jdj_dk has joined #angularjs
[08:45:04] *** TripTastic has joined #angularjs
[08:46:05] *** Sjimi has joined #angularjs
[08:47:03] *** jstroem has quit IRC
[08:47:15] *** derickf has joined #angularjs
[08:47:22] *** JBreit has quit IRC
[08:47:54] *** macobo has joined #angularjs
[08:48:19] *** tech2_ has joined #angularjs
[08:48:40] *** doginal has joined #angularjs
[08:49:05] <derickf> I have a two arrays of objects that can be selected with a dropdown, but when I sawp the arrays I can see that both arrays are listed for a split second when I change the array being rendered in ng-repeat, any ideas what might be going on there?
[08:49:42] *** mspier is now known as mspier|away
[08:50:24] *** ProLoser has joined #angularjs
[08:50:26] <soee> good morning
[08:50:43] <derickf> hey soee
[08:52:15] *** larsgk has quit IRC
[08:52:26] *** Raging_Hog has joined #angularjs
[08:53:48] *** thomastuts has joined #angularjs
[08:54:04] <thomastuts> morning everyone
[08:54:58] *** tarnus has quit IRC
[08:55:10] *** gurke_ has joined #angularjs
[08:55:21] *** guilbep has joined #angularjs
[08:55:40] <gurke_> good morning. :)
[08:56:42] *** MaxV has joined #angularjs
[08:57:31] *** jaznow has joined #angularjs
[08:57:53] *** fixl has joined #angularjs
[08:58:01] *** desp has joined #angularjs
[08:59:16] *** zwacky has quit IRC
[08:59:30] *** soshnik has quit IRC
[09:00:14] *** fbenoit has joined #angularjs
[09:00:42] *** derickf has quit IRC
[09:00:48] <Stephen> angularius_, look at this:
[09:00:48] <Stephen> http://plnkr.co/edit/pwfuTT6rr4g1BQDbHTao?p=catalogue
[09:01:06] *** derickf has joined #angularjs
[09:01:48] <angularius_> Stephen: thanks, I'll give it a go
[09:02:02] *** monir has quit IRC
[09:02:06] <Stephen> It may be a bit to take it, but this is the gist:
[09:02:26] *** nfroidure has joined #angularjs
[09:02:33] *** josh-k has joined #angularjs
[09:02:36] *** stiteler has joined #angularjs
[09:02:43] <Stephen> The factory/service "UserService" does the loading of users, has a scoped array to hold onto them, and has a promise to notify when the users are loaded.
[09:03:07] *** desp has quit IRC
[09:03:08] *** rburns has quit IRC
[09:03:24] *** josh-k_ has joined #angularjs
[09:03:35] *** rburns has joined #angularjs
[09:04:13] <Stephen> the "autoScroll" directive should be added to the body element
[09:04:15] *** frkout_ has quit IRC
[09:04:24] *** frkout has joined #angularjs
[09:04:45] *** eamonn has joined #angularjs
[09:04:57] <Stephen> It shares the UserService with the controller. The directive is simply waiting for a promise to resolve before it starts the autoscroll
[09:05:23] <angularius_> ok
[09:05:30] *** dllama has quit IRC
[09:05:31] <angularius_> yeah I'll just need to study the code you've used
[09:05:35] *** sinclair has quit IRC
[09:05:52] <angularius_> why do you use "then" instead of "success"?
[09:05:55] *** bgerami has quit IRC
[09:06:55] *** jagga_ has joined #angularjs
[09:07:21] *** IJNX has joined #angularjs
[09:07:33] *** josh-k has quit IRC
[09:07:47] <derickf> Is there any way I can wait for ng-repeat to finish removing the current array before it starts rendering the next? currently, I see both for a split second
[09:07:55] *** Shrooms has quit IRC
[09:08:09] *** larsgk has joined #angularjs
[09:08:26] *** ngbot has joined #angularjs
[09:08:26] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/hKryaQ
[09:08:26] <ngbot> angular.js/master 7e233eb PatrickJS: docs($q): missing finally notifyCallback API...
[09:08:26] *** ngbot has left #angularjs
[09:09:11] *** Aswebb has joined #angularjs
[09:09:12] <derickf> ngbot, thats cool!
[09:09:14] *** trend has joined #angularjs
[09:10:27] *** phzon has joined #angularjs
[09:10:40] <Moikzz> Hi guys... why is that when i used <span class="list item-avatar"> the image wont show but if i use <div class="list item-avatar"> it will show...
[09:10:57] *** ryst has quit IRC
[09:11:04] *** ProLoser has quit IRC
[09:11:31] *** categoryzero has joined #angularjs
[09:11:35] *** pakakali has joined #angularjs
[09:11:53] *** zwacky has joined #angularjs
[09:12:18] *** uru|away is now known as uru
[09:13:17] *** eamonn has quit IRC
[09:13:20] <Stephen> angularius_, here's probably a better version
[09:13:21] <Stephen> http://plnkr.co/edit/pwfuTT6rr4g1BQDbHTao?p=catalogue
[09:13:26] *** trend has quit IRC
[09:14:03] *** ngbot has joined #angularjs
[09:14:04] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/Rz-Upg
[09:14:04] <ngbot> angular.js/master fa0d8c4 Henrique Ramos Limas: docs($controller): mention "controller as" syntax...
[09:14:04] *** ngbot has left #angularjs
[09:14:04] <Stephen> angularius_, you should get in the habit of using then. It's only a syntax difference in this case, but when using deferreds .then() is the most common api. It just makes you code more readable
[09:14:14] <angularius_> ok
[09:14:31] <Stephen> derickf, that's not how ng-repeat works.
[09:15:06] *** Sjimi has quit IRC
[09:15:07] <Stephen> derickf, no array gets replaced. items get pushed on or removed, but the array instance remains the same.
[09:15:15] *** phzon has quit IRC
[09:15:26] *** shampine has joined #angularjs
[09:15:29] *** Evanion has joined #angularjs
[09:15:40] <Stephen> derickf, however, you might want to look into https://docs.angularjs.org/api/ng/directive/ngCloak
[09:16:16] <derickf> Stephen: that makes a lot more sense, I’ll take a look at ngCloak, thanks for the hint
[09:16:18] <angularius_> after " users.push(user);", in my app I will be making another $http.get call to get some more information about them. How will that work with your code?
[09:16:20] *** SergioFilhow has joined #angularjs
[09:16:23] *** corehook has joined #angularjs
[09:16:27] *** MaxV has quit IRC
[09:16:36] <angularius_> Should I make the call to that API where you have loading.resolve();, and instead put loading.resolve() at the end of the 2nd API call?
[09:16:45] *** thalfeld has joined #angularjs
[09:16:52] *** stormbytes has quit IRC
[09:16:54] <Stephen> angularius_, so you're making a second call to get more user data, yes?
[09:17:03] <Stephen> Per user loaded
[09:18:27] <Stephen> angularius_, is that data to be displayed immediately, or for later use?
[09:18:40] *** ProLoser has joined #angularjs
[09:18:48] <Stephen> Understanding promises/deferreds is going to become key here
[09:18:54] *** CamonZ has joined #angularjs
[09:19:01] *** AndreasLutro has quit IRC
[09:19:21] <angularius_> it is going to be displayed immediately
[09:19:29] <angularius_> it doesn't have to be exactly the same time as the usernames
[09:19:33] *** frankblizzar has joined #angularjs
[09:19:40] <angularius_> but as soons as the data has finished downloading it, i will bind it immediately
[09:19:43] <Stephen> Ok, so this data counts towards our scroll height though, yes?
[09:19:50] <angularius_> yeah
[09:20:04] <Stephen> Ok, so we want it loaded before our autoscroll begins. One sec
[09:20:39] *** SergioFilhow has quit IRC
[09:20:59] *** urh has joined #angularjs
[09:21:08] <Stephen> angularius_, is there any possibility you will ever need to hit this api at a later time?
[09:21:31] *** thomastuts has quit IRC
[09:21:43] <Stephen> and, is this api a get or a post?
[09:21:45] *** platonic has joined #angularjs
[09:22:18] *** pakakali has quit IRC
[09:22:22] *** Shadeness has quit IRC
[09:22:29] <angularius_> it's all get, and yeah in the future I plan to have it refresh every few minutes
[09:22:38] *** Ajans has joined #angularjs
[09:22:46] *** yts has joined #angularjs
[09:23:09] *** thomastuts has joined #angularjs
[09:23:20] *** spaceonline has joined #angularjs
[09:23:25] *** Poppabear has quit IRC
[09:23:37] *** Shadeness has joined #angularjs
[09:24:06] *** ryst has joined #angularjs
[09:24:42] *** walken has quit IRC
[09:25:18] *** nemothekid has joined #angularjs
[09:25:22] *** jolts has quit IRC
[09:25:47] *** Juanchito has joined #angularjs
[09:26:08] *** platonic has quit IRC
[09:26:20] *** thomastuts has quit IRC
[09:26:45] *** bengillies has joined #angularjs
[09:27:52] *** spaceonline has quit IRC
[09:27:58] *** Yankie has joined #angularjs
[09:28:04] <Yankie> Should XSS be handle on client-side or back-end side? Or even both???
[09:28:30] *** ProLoser has quit IRC
[09:28:35] *** gnrlbzik has joined #angularjs
[09:29:12] *** thomastuts has joined #angularjs
[09:29:24] *** ProLoser has joined #angularjs
[09:29:24] *** tfennelly has joined #angularjs
[09:30:27] *** jolts has joined #angularjs
[09:30:44] *** Click66 has joined #angularjs
[09:30:55] <wafflej0ck> Yankie: ideally both, server side can sanitize data being put into the DB that will be served up, client side $sce in angular helps to stop any scripts from being injected into the page
[09:31:12] *** AndreasLutro has joined #angularjs
[09:31:17] <wafflej0ck> without being explicitly trusted at least
[09:31:17] <Yankie> Thank you wafflej0ck
[09:31:21] <wafflej0ck> np
[09:31:43] <Stephen> angularius_, see http://plnkr.co/edit/pwfuTT6rr4g1BQDbHTao?p=catalogue
[09:31:49] <Stephen> The updated UserService
[09:31:55] *** sctskw has quit IRC
[09:32:05] *** mot0rola has joined #angularjs
[09:32:27] *** ssawickik has joined #angularjs
[09:32:53] *** slopjong has quit IRC
[09:33:15] *** bengillies has quit IRC
[09:33:36] *** pakakali has joined #angularjs
[09:33:37] *** rburns has quit IRC
[09:33:43] *** mennea has joined #angularjs
[09:34:01] *** bengillies has joined #angularjs
[09:34:02] *** stiteler has quit IRC
[09:34:12] *** rburns has joined #angularjs
[09:34:15] *** numenor has quit IRC
[09:34:19] *** grantfunke_ has joined #angularjs
[09:35:01] <angularius_> Stephen: thanks
[09:35:06] <angularius_> I can't thank you enough for your help
[09:35:17] <Stephen> Not a problem. This stuff can get wierd your first time
[09:35:20] *** tfennelly has quit IRC
[09:35:28] *** mguillech has joined #angularjs
[09:35:28] <wafflej0ck> twss
[09:35:30] <angularius_> I have to admit, looking at it is still a bit foreign but it certainly helps to have a solution in front of me to look at
[09:35:30] <Stephen> Do you understand what's going on?
[09:35:53] <Stephen> I know I'm just coding instead of answering many questions.
[09:36:43] *** pilette has joined #angularjs
[09:36:48] *** mot0rola has quit IRC
[09:36:50] *** BahamutWC|Laptop has quit IRC
[09:37:05] *** joshontheweb has quit IRC
[09:37:12] *** sinclair has joined #angularjs
[09:37:24] *** OliverJAsh has joined #angularjs
[09:37:31] *** mennea_ has joined #angularjs
[09:37:38] *** OliverJAsh has left #angularjs
[09:38:08] <Stephen> angularius_, updated again to add a reloadData and reloadUser function http://plnkr.co/edit/pwfuTT6rr4g1BQDbHTao?p=catalogue
[09:38:23] *** grantfunke_ has quit IRC
[09:39:56] <rabbi1> what is the ngpattern for only alphabets and space ? tried [/^[a-zA-Z]?$/]
[09:40:04] *** Makpoc has joined #angularjs
[09:40:19] *** mguillech has quit IRC
[09:40:28] <wafflej0ck> [/^[a-zA-Z\s]?$/]
[09:40:29] <wafflej0ck> maybe
[09:40:51] *** mennea has quit IRC
[09:41:11] <angularius_> wow, thanks Stephen
[09:41:25] *** phzon has joined #angularjs
[09:42:01] *** thomastuts has quit IRC
[09:42:12] <wafflej0ck> rabbi1: typically use this to test these out http://regex101.com/
[09:42:19] *** tech2_ has quit IRC
[09:42:39] <wafflej0ck> rabbi1: if you want just literally a space I think you just include that too
[09:42:47] <wafflej0ck> [/^[a-zA-Z ]?$/]
[09:42:56] *** jstroem has joined #angularjs
[09:43:11] *** martianboy has joined #angularjs
[09:43:12] *** thomastuts has joined #angularjs
[09:43:26] <rabbi1> Thanks
[09:43:31] *** raskel has joined #angularjs
[09:43:52] <Stephen> angularius_, fixed a small bug in loadUserData: http://plnkr.co/edit/pwfuTT6rr4g1BQDbHTao?p=catalogue
[09:43:52] *** dan2k3k4 has joined #angularjs
[09:44:08] <Stephen> angularius_, note: Im updating the same link every time.
[09:44:11] *** derrick13 has quit IRC
[09:44:39] <Stephen> angularius_, also note Im not running any of this code. If you find something broken, remember I'm just making the best sample code I can.
[09:44:43] <raskel> why when i 'echo' {{ $parent }} it returns "$SCOPE"? i "call" it from level 2, i mean i have a main model with ng-repeat and below than i have questions of that object as a property.
[09:44:44] <wafflej0ck> hmm k so swapping out one big mess of a JS function for reading styles for another bigger function for making classes from JS, hopefully this works out for the better anyhow
[09:44:46] *** DannyCallaghan has joined #angularjs
[09:44:46] <Stephen> But let me know
[09:45:05] *** adpirz has joined #angularjs
[09:45:08] *** categoryzero1 has joined #angularjs
[09:45:13] *** jstroem has quit IRC
[09:45:18] <Stephen> raskel, plunkr or pastebin please?
[09:45:19] *** Aswebb has quit IRC
[09:45:23] *** marshall has quit IRC
[09:45:24] *** categoryzero1 has quit IRC
[09:45:38] *** jstroem has joined #angularjs
[09:45:53] *** gunn has quit IRC
[09:46:01] <raskel> Stephen, sure.
[09:46:23] *** Usuario has joined #angularjs
[09:46:23] *** Usuario is now known as frobs
[09:46:25] *** gjaldon has joined #angularjs
[09:46:35] <Stephen> wafflej0ck, modifiying the current stylesheet from JS? I love doing that.
[09:46:40] *** ssawickik has quit IRC
[09:47:10] <angularius_> Will do Stephen
[09:47:14] <wafflej0ck> Stephen: yeah it's a bit of insanity for one that works cross browser
[09:47:18] *** categoryzero has quit IRC
[09:47:20] *** ashish has quit IRC
[09:47:21] <wafflej0ck> Stephen: http://stackoverflow.com/questions/1720320/how-to-dynamically-create-css-class-in-javascript-and-apply
[09:47:23] <angularius_> I'll probably be back tomorrow with the results :)
[09:47:28] <angularius_> thanks once again
[09:47:38] *** ryst has quit IRC
[09:47:40] <Stephen> wafflej0ck, are you modifying text in style tags, or are you actually going after the stylesheet objects?
[09:48:14] *** tkimmel has joined #angularjs
[09:48:33] *** gunn has joined #angularjs
[09:48:49] *** ogdabou has joined #angularjs
[09:49:01] <wafflej0ck> Stephen: I need to be able to adjust certain class selectors or create them so we don't have to repeat information in the JS objects for setting up this layout thing and in the CSS
[09:49:12] *** DannyCallaghan has quit IRC
[09:49:12] <Stephen> wafflej0ck, yup, stylesheet objects. Another cool thing you can do is make your selectors in separate stylesheets, then enable or disable those specfic stylesheets on whole. Quick flipping like
[09:49:24] *** adpirz has quit IRC
[09:49:29] <raskel> Stephen, here is the html: http://paste.ofcode.org/8iiSPwynXfgvwZ8ta4xT9Z . angularjs: http://paste.ofcode.org/qBk7iRENxDUDChdNjV63W5
[09:49:33] <wafflej0ck> Stephen: unfortunately not just applying styles to individual elements though need to be able to set the specific pixel values for certain classes like footer-row
[09:49:47] <wafflej0ck> er .footer-row, you get the idea
[09:49:48] <Stephen> wafflej0ck, why?
[09:50:03] *** sahbeewah has quit IRC
[09:50:26] *** AngularUI has joined #angularjs
[09:50:26] <AngularUI> [ng-grid] PaulL1 pushed 3 new commits to master: http://git.io/w3sJTQ
[09:50:26] <AngularUI> ng-grid/master b984bae cxr29: Fix pinning column menu item duplication when i18n, update i18n zh-cn.js and zh-tw.js
[09:50:27] <AngularUI> ng-grid/master 642a8e4 cxr29: Compare pinning menu item by name property.
[09:50:27] <AngularUI> ng-grid/master ac4b0bd Paul: Merge pull request #2068 from cxr29/master...
[09:50:27] *** AngularUI has left #angularjs
[09:50:56] *** walken has joined #angularjs
[09:51:11] *** Madis has joined #angularjs
[09:51:15] *** shampine has quit IRC
[09:51:18] <rabbi1> wafflej0ck: still, doesn't work. space not allowed :(
[09:51:28] *** Madis is now known as madis2
[09:52:03] <madis2> Hello. Does anyone know if I can give a promise as modal.open resolve parameter?
[09:52:41] *** tkimmel has quit IRC
[09:52:42] *** moritzs has joined #angularjs
[09:52:49] <madis2> Trying to do so gives undefined in modal controller for some reason
[09:53:09] *** sahbeewah has joined #angularjs
[09:53:18] *** MaxV has joined #angularjs
[09:53:32] <wafflej0ck> rabbi1: hmm strange works in regex101 with \s it's usually any kind of whitespace but also just listing characters in the [] typically means match any of those chars
[09:53:43] <wafflej0ck> Stephen: basically this http://plnkr.co/edit/naOfKINyZXdkugdTpwML?p=preview
[09:54:13] <rabbi1> wafflej0ck: i did try this "/^[a-zA-Z \s]?$/" with space and \s both
[09:54:18] *** sk87 has joined #angularjs
[09:54:31] <Stephen> raskel, ok, so $parent in that context accesses the parent scope, not parent repeat object
[09:54:46] <wafflej0ck> Stephen: it's just a layout that allows you to set min/max/percent width for the left and right and the center is automatically calculated, but to really calculate everything properly need some of the info in the JS otherwise have to calcualte more stuff by hand for the CSS to work
[09:55:08] <wafflej0ck> rabbi1: hmm strange sorry dunno what else to tell ya, not a lot of experience with ng-pattern itself
[09:55:21] <rabbi1> :)
[09:55:23] <Stephen> wafflej0ck, I see. In the end, you plan on saving the stylesheet somewhere I assume.
[09:55:37] <raskel> Stephen, so, what should i read about to find out a solution? :)
[09:55:59] <Stephen> raskel, what are you actually trying to get at with that $parent call?
[09:56:03] <wafflej0ck> Stephen: yeah well this function in the SO post will let me generate a style dynamically and add it in so should serve the purpose but lots of code and need to figure out how it's working really so I don't choke the browser
[09:56:04] <Stephen> what value?
[09:56:39] <wafflej0ck> rabbi1: just 1 character match is what you're going for right?
[09:56:45] <wafflej0ck> otherwise need * instead of ?
[09:56:58] <raskel> Stephen, i need to get a int value, an ordered one. One solution is to use ng-init inside the first ng-repeat, but the problem is that i use ng-sortable, and if i move the agendaItem ( first level/ng-repeat ) afterwards i lose the order.
[09:57:01] *** thalfeld has quit IRC
[09:57:04] *** milka has joined #angularjs
[09:57:09] *** Sjimi has joined #angularjs
[09:57:19] *** numenor has joined #angularjs
[09:57:20] *** jlebrech has joined #angularjs
[09:57:20] <thomastuts> i have the weirdest bug
[09:57:34] <thomastuts> i have this form on a view that used to work, it creates a new package so it performs a POST
[09:57:43] <Stephen> raskel, are you trying to get at a property on agendaItem?
[09:57:45] <thomastuts> now when i submit the form, it somehow redirects to the same page and adds all the form data to the URL
[09:58:00] <thomastuts> the thing is, it does that even if there is no function attached to the form's submit
[09:58:00] <wafflej0ck> thomastuts: do you have an action on the form?
[09:58:09] <thomastuts> wafflej0ck: nope
[09:58:15] <raskel> Stephen, no, i don't have a property of agendaItem which stores that order, i need to generate it.
[09:58:26] <thomastuts> only an ng-submit but even if i remove that it does the same thing
[09:58:31] *** marcjs has joined #angularjs
[09:58:40] <rabbi1> wafflej0ck: i want any alphabets and any number of space
[09:58:43] <Stephen> raskel, but what is $parent supposed to represent there?
[09:58:46] <thomastuts> the URL looks like this after 'submit': http://localhost:3000/?package_name=dqzdqzdqzd#/packages/create
[09:58:50] <rabbi1> wafflej0ck: but not numbers
[09:58:56] *** NoNMaDDeN has joined #angularjs
[09:59:02] <thomastuts> it looks like a full redirect
[09:59:23] <Stephen> It's a question item. Is it linking to the next questionItem, or the next agendaitem?
[09:59:30] <Stephen> raskel ^
[09:59:34] <thomastuts> it actually *is* a full redirect
[10:00:20] *** Nijikokun has quit IRC
[10:00:31] *** tfennelly has joined #angularjs
[10:00:41] *** beachandbytes2 has joined #angularjs
[10:00:44] <raskel> Stephen, $parent represents the same as $index represents inside the second ng-repeat. :)
[10:00:53] *** _dizzy has joined #angularjs
[10:01:04] *** TweedleDee has quit IRC
[10:01:22] *** TweedleDee has joined #angularjs
[10:01:25] *** ryst has joined #angularjs
[10:01:29] *** moritzs has quit IRC
[10:01:48] *** edy has joined #angularjs
[10:01:53] *** arthas has joined #angularjs
[10:01:58] *** chaohuanghong1 has joined #angularjs
[10:02:03] <Stephen> raskel, so it's a questionItem. You just need a name for questionItems like "#questionItem_11"
[10:02:22] *** kent\n has quit IRC
[10:02:28] <Stephen> raskel, rather, name="questionItem_11" or id="questionItem_11"
[10:02:34] <Stephen> to get the links to work
[10:02:49] *** beachandbytes has quit IRC
[10:02:49] *** felixn has quit IRC
[10:03:02] *** jstroem has quit IRC
[10:03:13] *** Aswebb has joined #angularjs
[10:03:18] *** abailarri has joined #angularjs
[10:03:37] *** derickf has quit IRC
[10:03:51] *** jstroem has joined #angularjs
[10:04:10] *** slopjong has joined #angularjs
[10:04:11] *** rburns has quit IRC
[10:04:11] <raskel> Stephen, yes i know :). I've tried that too, to use the agendaItem's name but the problem is the agendaItem can has whitespace... well, i've used a filter for that. but it can has "special characters" as ? too... i could get this done but filtering the agendaItem's name only for A-Z... but i was looking for a better solution, just an ordered int value. :)
[10:04:14] *** kent\n has joined #angularjs
[10:04:29] *** grantfunke_ has joined #angularjs
[10:04:31] *** rburns has joined #angularjs
[10:04:32] *** felixn has joined #angularjs
[10:04:41] <wafflej0ck> rabbi1: works for me http://plnkr.co/edit/eVRGxYKpmk6NnCdv7qZw?p=preview
[10:04:46] <Stephen> raskel, if your agendaItem has a name, I'd use something like 'name="(( agendaItem.name ))_(( questionItem.name ))_(( $index+1))"'
[10:04:55] <Aswebb> is someone here using angular slush?
[10:05:03] <wafflej0ck> sounds delicious
[10:05:03] <Stephen> raskel, or 'name="(( agendaItem.name ))_question_(( $index+1))"'
[10:05:45] *** Oxynum has joined #angularjs
[10:05:47] <Stephen> raskel, ahh, you want the index of the parent... the one you've lost scope too
[10:05:48] <Stephen> I got it
[10:05:52] <raskel> Stephen, i guess agendaItem.name + $index is enough, though what should i read about to understand why i cant "access" the $index of the parent from the second ng-repeat?
[10:06:01] *** poacher2k has joined #angularjs
[10:06:01] <abailarri> Hello. Anyone can help me? My templates not showing: http://plnkr.co/edit/IxwpSq4knWZlCYBTWLcU?p=preview
[10:06:02] *** DannyCallaghan has joined #angularjs
[10:06:22] <abailarri> and I get Error: [$injector:modulerr] Failed to instantiate module kaleaApp due to:
[10:06:32] *** AciD`` has joined #angularjs
[10:06:45] *** pakakali has quit IRC
[10:06:47] <Stephen> raskel, inside your first ng-repeat, like the next line:
[10:07:25] <rabbi1> wafflej0ck: yeah, works for me too, the change was from ? to *
[10:07:28] <Stephen> <input type="hidden" ng-init='agendaIndex = {{ $index }}' ng-model="agendaIndex">
[10:07:32] <rabbi1> wafflej0ck: thanks
[10:07:36] <wafflej0ck> rabbi1: sure thing
[10:07:58] <Stephen> Then just reference (( $parent.agendaIndex ))
[10:08:20] <Stephen> or maybe even just (( agendaIndex ))
[10:08:21] <raskel> Stephen, i know... i've tried that. :) it works, but the problem is that i use ng-sortable for agendaItems, so if i move between them, i get two agendaItems with the same index.
[10:08:27] <Stephen> Not sure which one you'd need
[10:08:42] *** mityaz has joined #angularjs
[10:08:43] *** grantfunke_ has quit IRC
[10:08:59] <Stephen> raskel, you need the index numbers to stay unique across sorts, eh?
[10:10:11] <Stephen> But you'd need the agendaItems to still give next() like the next one visually... hmmmm
[10:11:05] <Stephen> raskel, You need to stop using href for this.
[10:11:25] <Stephen> raskel, You need a function onclick that looks for the next sibling in order to do next.
[10:11:46] <raskel> Stephen, something like that. Or to update dinamically, not on a event. I could "update" the agendaIndex on a click over it, but the problem is tha the user can move a question of that AgendaItem before to click on it to update the index ---> bug.
[10:11:48] *** bengillies has quit IRC
[10:11:50] *** freelyfred has joined #angularjs
[10:11:51] <Stephen> Or at least build the href after the render/sort happens
[10:11:52] <thomastuts> wow my issue just keeps getting weirder
[10:12:09] <thomastuts> it looks like my view is not even a proper angular view, it's not even rendering the template
[10:12:18] *** bengillies has joined #angularjs
[10:12:22] <Stephen> raskel, You don't need the agenda index. That scope won't hold after sorts the way you need.
[10:12:24] <thomastuts> i can literally see the bindings: {{ createPackage }}
[10:12:52] <thomastuts> not getting any errors in console either
[10:12:55] <raskel> Stephen, ok, so i should think about an other method. :)
[10:13:12] <Stephen> raskel, build a directive that adds an onclick handler to the <a> element in question. that click handler will look up the next sibling realtime at time of click event
[10:14:28] <Stephen> If you need it to do next based on what's showing visually, and that can change, either you have to look for the sibling at the click event, or you have to rewrite the hrefs of every item each time you sort or load. I recommend the click event handler.
[10:14:48] <raskel> Stephen, thanks. gonna try it out.
[10:14:53] *** eamonn has joined #angularjs
[10:15:18] *** pakakali has joined #angularjs
[10:15:23] <thomastuts> it looks like my controller isn't being loaded for that route even though it's the exact same name
[10:15:27] *** madis2 has left #angularjs
[10:15:30] <thomastuts> it loads fine for other routes using the same controller
[10:15:31] <thomastuts> o_O
[10:15:44] *** Seich has quit IRC
[10:15:49] *** talntid has joined #angularjs
[10:17:05] *** SergioFilhow has joined #angularjs
[10:17:28] *** Sky[x] has joined #angularjs
[10:17:30] *** mtsr has joined #angularjs
[10:18:37] *** talnti has quit IRC
[10:19:43] *** patrick99e99 has joined #angularjs
[10:20:41] *** edzez has joined #angularjs
[10:20:52] <abailarri> Anyone can help me with this code? http://plnkr.co/edit/IxwpSq4knWZlCYBTWLcU?p=preview I don't know why is not loading the app
[10:21:21] *** Seich has joined #angularjs
[10:21:42] *** greengriminal has quit IRC
[10:21:43] *** SergioFilhow has quit IRC
[10:22:23] *** m8 has joined #angularjs
[10:22:28] *** connix has joined #angularjs
[10:22:59] *** Aswebb has quit IRC
[10:23:10] <jlebrech> is there a module to disable a while div, or a nice way to show some elements in a disabled state in templating?
[10:23:17] *** lexek__ has joined #angularjs
[10:23:20] <jlebrech> a whole div* or element
[10:23:27] *** monir has joined #angularjs
[10:24:16] *** pakakali has quit IRC
[10:24:20] *** jstroem has quit IRC
[10:24:22] *** bronwen has quit IRC
[10:24:31] *** patrick99e99 has quit IRC
[10:24:34] *** dnull has joined #angularjs
[10:24:44] *** StryKaizer has joined #angularjs
[10:24:48] *** jstroem has joined #angularjs
[10:25:55] <wafflej0ck> jlebrech: typically just ng-class I think
[10:26:02] *** jstroem has quit IRC
[10:26:05] <wafflej0ck> jlebrech: can use it to conditionally apply classes based on some boolean
[10:26:32] *** jstroem has joined #angularjs
[10:27:17] *** walken has quit IRC
[10:27:38] *** walken has joined #angularjs
[10:28:31] <jlebrech> wafflej0ck: guess i'll just ng-hide and ng-show etc.. or maybe a directive later on
[10:28:38] *** Shilon has joined #angularjs
[10:29:04] *** asher^ has quit IRC
[10:29:09] <wafflej0ck> jlebrech: yea if you need more than ng-class or want to handle it in a more elegant way usually directives and services help
[10:29:47] *** thomastuts has quit IRC
[10:29:59] *** zwacky has quit IRC
[10:30:09] *** platonic has joined #angularjs
[10:30:52] <jlebrech> wafflej0ck: i miss using real gui toolkits where you could disable a panel and the buttons inside would become disabled
[10:31:42] *** Sjimi has quit IRC
[10:31:45] *** Evanion has quit IRC
[10:31:50] *** ssawickik has joined #angularjs
[10:32:19] <wafflej0ck> jlebrech: angular isn't really a gui toolkit just the mvc portion
[10:32:26] *** cakirke has joined #angularjs
[10:32:34] <wafflej0ck> jlebrech: things like ionic built on top of it have to handle this stuff
[10:32:37] *** intellix has joined #angularjs
[10:32:51] <jlebrech> yeah :D not sure about ionic
[10:33:13] <wafflej0ck> eh it's still a work in progress but really pretty good already
[10:33:33] <jlebrech> not sure why it has to be mobile only, i'm using angular-ui
[10:34:08] *** TheAceOfHearts has quit IRC
[10:34:27] <wafflej0ck> it's just the focus for that framework, ui-bootstrap and foundation are more geared towards desktop webapps but still not complete component sets for either with all those kinds of options
[10:34:43] *** SomeKittens has quit IRC
[10:34:46] *** platonic has quit IRC
[10:34:56] <jlebrech> yeah, I wish there was a delphi for angularjs or something like that
[10:35:54] <wafflej0ck> maybe angular polymer stuff or angular material stuff is worth checking out for more flexible UI controls
[10:35:55] <jlebrech> miss the times where they made the libraries, languages and ide all together.
[10:36:10] *** recidive has joined #angularjs
[10:36:23] <wafflej0ck> eh the web is just working towards that still and in some ways things are better in other ways things are worse
[10:36:35] <wafflej0ck> jlebrech: you can always hack on Qt on the side or something :)
[10:36:38] <jlebrech> yeah i started this project in polymer but it's not really mature yet, i'll play with it when they have a full blown ui editor like interface builder tho
[10:37:25] <wafflej0ck> I heard there's a thing called broadway for using GTK apps through the browser
[10:37:27] <jlebrech> yeah you can compile qt or gtk in emscripten, but i'd like to use emscipten with a library that's aware that's it's for the web
[10:37:46] <jlebrech> oooh
[10:38:11] <wafflej0ck> jlebrech: never seen emscripten though interesting
[10:38:32] *** chung has joined #angularjs
[10:38:47] *** emmesswhy has joined #angularjs
[10:39:00] <jlebrech> i think they've missed a boat there, i'm look to use native-like coding but for the web rather than port native apps
[10:39:09] <jlebrech> remember cappuccino?
[10:39:21] *** nesquerra has quit IRC
[10:39:37] *** Raging_Hog has quit IRC
[10:39:40] <jlebrech> i'm looking into nimrod because it compiles to js
[10:39:43] *** Guest43840 has quit IRC
[10:40:15] *** azizur has joined #angularjs
[10:40:21] *** Foxandxss has joined #angularjs
[10:40:28] *** fairuz has quit IRC
[10:40:48] *** marshall has joined #angularjs
[10:41:38] *** ehalas3 has quit IRC
[10:42:03] *** ehalas3 has joined #angularjs
[10:42:47] *** frkout has quit IRC
[10:43:08] *** deranged_user is now known as Jess
[10:43:14] *** frkout has joined #angularjs
[10:43:30] *** arkin has joined #angularjs
[10:43:38] *** Jess is now known as Guest18376
[10:43:55] *** tarnus has joined #angularjs
[10:43:56] *** dnull has quit IRC
[10:44:26] *** doginal has quit IRC
[10:44:45] *** sneakertack has quit IRC
[10:45:24] *** koorb has joined #angularjs
[10:45:24] *** marshall has quit IRC
[10:47:32] *** Guest18376 is now known as deranged_user
[10:47:33] *** nemothekid has quit IRC
[10:48:17] *** tarnus has quit IRC
[10:48:29] *** Shadeness has quit IRC
[10:48:43] *** Shadeness has joined #angularjs
[10:48:58] *** mewm has joined #angularjs
[10:49:06] *** numenor has quit IRC
[10:49:17] <abailarri> I don't understand why this script not works, I googled for few hours but I not get result http://plnkr.co/edit/IxwpSq4knWZlCYBTWLcU?p=preview
[10:49:36] *** mansoormb has quit IRC
[10:49:54] *** josh-k_ has quit IRC
[10:50:27] <rabbi1> http://jsfiddle.net/NfPcH/93/ x-editable accepting empty field :( anybody can suggest how to solve ?
[10:50:42] *** niklasmodess has joined #angularjs
[10:50:48] *** josh-k has joined #angularjs
[10:50:57] *** eamonn has quit IRC
[10:51:10] *** rtpg has quit IRC
[10:51:20] *** Shilon has quit IRC
[10:51:33] *** josh-k_ has joined #angularjs
[10:51:34] *** StryKaizer has quit IRC
[10:51:49] *** Sebastien-L has joined #angularjs
[10:52:36] *** fedenunez has joined #angularjs
[10:53:15] *** Ch4rAss has quit IRC
[10:53:21] <sahbeewah> abailarri: you need to load the js file
[10:53:34] <abailarri> sahbeewah, what JS file?
[10:53:41] *** tech2_ has joined #angularjs
[10:53:44] *** rburns has quit IRC
[10:53:48] *** eamonn has joined #angularjs
[10:54:02] <sahbeewah> app.js
[10:54:09] *** thomastuts has joined #angularjs
[10:54:36] *** marr has joined #angularjs
[10:54:39] *** Glen_ has joined #angularjs
[10:54:49] <Glen_> hello
[10:54:52] <Glen_> :D
[10:55:43] *** josh-k has quit IRC
[10:55:55] <ProLoser> any node+passport pros?
[10:56:31] <Glen_> is it ok to ask technical questions in this channel? (if not, my apologies) :-)
[10:56:40] *** monir has quit IRC
[10:56:51] <ProLoser> Glen_: too late
[10:57:00] *** fred_ has joined #angularjs
[10:57:10] *** gularpol1 has quit IRC
[10:57:11] *** monir has joined #angularjs
[10:57:12] <Glen_> it's only ~9pm in Sydney!
[10:57:13] <Glen_> :D
[10:57:24] *** Guest87406 has joined #angularjs
[10:57:38] <Guest87406> hi everyone
[10:57:43] *** BahamutWC|Laptop has joined #angularjs
[10:57:49] *** motionman has joined #angularjs
[10:57:59] *** trend has joined #angularjs
[10:58:46] *** BahamutWC|Laptop has quit IRC
[10:58:48] <Helzibah> it's 10am in the UK!
[10:58:53] <Glen_> haha :D
[10:58:57] <Glen_> goood morning!!!
[10:59:03] <Helzibah> :)
[10:59:15] *** chinchang has joined #angularjs
[10:59:19] *** Asiajey has joined #angularjs
[10:59:21] *** chinchang has left #angularjs
[10:59:44] *** jstroem has quit IRC
[10:59:54] *** jstroem has joined #angularjs
[11:00:03] <Foxandxss> Glen_: the channel exist basically for that
[11:00:10] *** Evanion has joined #angularjs
[11:00:13] <Glen_> oh I see haha, thanks Foxandxss
[11:00:22] <Glen_> didn't want to spam and annoy anyone :-)
[11:00:34] *** grantfunke_ has joined #angularjs
[11:01:18] <frobs> hello, i have a doubt exist any way of redirect to one controller or another depends of a paramater passing in a url with uirouter?, use case i have a modification form with the same template i want make a conditional in route pseudo code if(url.contains(:id){controller:modificationController}else{controller:createController} exist a way of make this?
[11:01:43] *** monir has quit IRC
[11:02:19] *** trend has quit IRC
[11:03:21] <bd-> i think you want to make two different routes
[11:03:30] <Glen_> (I am new to AngularJS) - I created a factory to wrap the $http service and all it does is obtain some results from the database.. for example, getTransactions(), postRefund(), etc.. actually for the getTransactions method I will display the results along with pagination controlls... to cut a long story short I am interested in how people are approaching cancelling/aborting http requests from a factory in this kind of scenario
[11:04:02] <arkin> Glen_: if the user presses cancel for example/
[11:04:04] *** gularpold has joined #angularjs
[11:04:45] <arkin> Glen_: either way, this will probably help — http://stackoverflow.com/questions/13928057/how-to-cancel-an-http-request-in-angularjs
[11:04:52] <arkin> return the promise, and allow it to be cancelled
[11:05:06] *** thomastuts has quit IRC
[11:05:17] *** jae has joined #angularjs
[11:05:39] *** grantfunke_ has quit IRC
[11:05:56] <Glen_> fantastic
[11:06:09] <Glen_> thank you very much I really appreciate your help haha
[11:06:10] <Glen_> :D
[11:06:13] *** spaceonline has joined #angularjs
[11:06:15] *** thomastuts has joined #angularjs
[11:06:22] *** Sjimi has joined #angularjs
[11:06:46] *** svycka has joined #angularjs
[11:06:53] <Glen_> if you are ever in Sydney, the beers are on me
[11:06:53] *** mac_nibblet has joined #angularjs
[11:06:56] <Glen_> :-)
[11:07:17] <arkin> Glen_: lol cheers, if you want to retain the "timeout" set a $timeout to cancel the promise too
[11:07:43] *** Shilon has joined #angularjs
[11:07:49] <Foxandxss> lol, heard bears
[11:07:49] *** jstroem has quit IRC
[11:07:52] <Foxandxss> no thanks
[11:08:14] *** jstroem has joined #angularjs
[11:08:23] *** Shilon has quit IRC
[11:08:31] *** arthas has quit IRC
[11:08:35] <Glen_> haha
[11:09:02] <Glen_> drop bears?
[11:09:16] <Glen_> that'd be fair enough :D
[11:09:19] *** hekep has joined #angularjs
[11:09:28] <Glen_> thanks guys
[11:10:13] *** SparSio has joined #angularjs
[11:10:59] *** marshall has joined #angularjs
[11:11:24] <Glen_> yes that works beautifully.. awesome.. thank you again
[11:11:38] *** Schtive has joined #angularjs
[11:11:45] *** arthas has joined #angularjs
[11:11:52] *** azizur6 has joined #angularjs
[11:12:18] *** frkout_ has joined #angularjs
[11:13:10] *** delphicokami has quit IRC
[11:13:16] *** emmesswhy has quit IRC
[11:13:26] *** motionman has quit IRC
[11:14:20] *** TyrfingMjolnir has quit IRC
[11:14:24] *** azizur has quit IRC
[11:15:35] *** frkout has quit IRC
[11:15:43] *** marshall has quit IRC
[11:16:08] *** gjaldon has quit IRC
[11:16:22] <Evanion> aussies and their beer and BBQs .. the good life
[11:16:48] *** walken has quit IRC
[11:17:00] *** DrJae has joined #angularjs
[11:17:34] *** Rejected has joined #angularjs
[11:18:47] *** arthas has quit IRC
[11:18:52] *** Asiajey has quit IRC
[11:19:00] *** CaShY has quit IRC
[11:19:04] *** arthas has joined #angularjs
[11:19:23] *** jae has quit IRC
[11:20:00] *** Asiajey has joined #angularjs
[11:20:03] *** Asiajey has quit IRC
[11:20:03] *** Asiajey has joined #angularjs
[11:20:04] <Glen_> haha :D
[11:20:51] *** mot0rola has joined #angularjs
[11:21:01] <Glen_> it's a lucky place to live considering... thank goodness
[11:21:14] <Glen_> but yes, the beaches, the beer, the barbeques
[11:21:15] <Foxandxss> with all those foster beers
[11:21:28] <Glen_> I would be hard pressed to make a formal complaint
[11:21:42] <Glen_> lol yep
[11:21:44] <Foxandxss> time to bring the hammer
[11:21:52] *** ChanServ sets mode: +o Foxandxss
[11:22:09] <Glen_> to be honest though I have drunk fosters perhaps once in my life
[11:22:09] *** Foxandxss sets mode: +b *!~connix@213.143.61.229
[11:22:09] *** connix was kicked by Foxandxss (Your behavior is not conducive to the desired environment.)
[11:22:12] *** chinchang has joined #angularjs
[11:22:21] <Foxandxss> private spam
[11:22:27] <Foxandxss> about pr0n shows
[11:22:32] <Helzibah> I like your kick message, very professional
[11:22:39] <Helzibah> I'll have to steal it
[11:22:42] <Glen_> there are really amazin local beers I guess much the same in america/elsewhere
[11:22:49] <Foxandxss> Helzibah: it is the default of my client
[11:23:04] <Helzibah> fair enough!
[11:23:04] <Glen_> haha
[11:23:11] <Foxandxss> Glen_: I won't change my paulaner (even when it is not from here) for any beer
[11:23:16] *** MattWelch has joined #angularjs
[11:23:19] *** mewm has quit IRC
[11:23:41] <Foxandxss> https://dl.dropboxusercontent.com/u/10283624/2014-11-09%2000.31.03.jpg
[11:23:47] <Foxandxss> that was a good saturday night
[11:24:15] *** mguillech has joined #angularjs
[11:24:16] *** CaShY has joined #angularjs
[11:24:26] <Helzibah> I had a pumpkin beer last night, that was good
[11:24:44] <Glen_> oh wonderful
[11:24:46] <Helzibah> http://www.wharfebankbrewery.co.uk/tag/ghoul/
[11:25:15] *** mot0rola has quit IRC
[11:25:39] <Glen_> thanks Helzibah!! having a look
[11:25:49] <Foxandxss> sounds good
[11:26:10] <Glen_> will try my best to pick up some Paulaner and Wharfe locally ! :D
[11:26:37] *** chinchang has quit IRC
[11:27:30] <Foxandxss> paulaner is a corn beer
[11:28:50] *** cannap has joined #angularjs
[11:29:08] *** mguillech has quit IRC
[11:30:57] *** ac360 has joined #angularjs
[11:31:10] <ac360> Guys, I’m trying to write Documentation for a new and unconventional concept. It’s the first time I’ve written Documentation. Could anyone check it out and give me some advice as to how I can make it better? – https://developers.servant.co
[11:34:00] *** adpirz has joined #angularjs
[11:35:31] *** StryKaizer has joined #angularjs
[11:36:21] *** gjaldon has joined #angularjs
[11:36:27] *** freelyfred has quit IRC
[11:36:40] *** poacher2k has quit IRC
[11:37:06] *** tkimmel has joined #angularjs
[11:37:13] *** Websoftwarez has quit IRC
[11:37:32] *** Nizumzen has joined #angularjs
[11:38:00] *** StryKaizer has quit IRC
[11:38:12] *** adpirz has quit IRC
[11:38:20] <abailarri> I'm trying to create a login form but I get this error in the console: ReferenceError: Login is not defined --> http://plnkr.co/edit/IxwpSq4knWZlCYBTWLcU?p=preview Anyone can help me please?
[11:39:26] *** preben_ has joined #angularjs
[11:39:34] *** damain has joined #angularjs
[11:39:45] *** Raging_Hog has joined #angularjs
[11:41:22] *** tkimmel has quit IRC
[11:42:30] *** edy has quit IRC
[11:42:32] *** SuRfDeMo1 has joined #angularjs
[11:42:33] <Foxandxss> abailarri: think about it
[11:42:33] *** m8 has quit IRC
[11:42:38] <Foxandxss> loginController.js
[11:42:39] *** NoNMaDDeN has quit IRC
[11:42:46] <Foxandxss> how can that know what's Login?
[11:42:52] *** m8 has joined #angularjs
[11:43:05] <abailarri> Foxandxss, in var auth = Login.auth($scope.loginData);
[11:43:10] <Foxandxss> yes
[11:43:13] <abailarri> en authService I define Login
[11:43:23] <Foxandxss> and how the controller knows you mean that?
[11:43:44] <Foxandxss> that you want to use Login you defined somewhere
[11:43:57] *** Left_Turn has joined #angularjs
[11:44:09] *** SuRfDeMoN has quit IRC
[11:44:17] *** mchapman has joined #angularjs
[11:44:24] <abailarri> Foxandxss, I believed to be sufficient to define it in app.js
[11:44:51] *** MattWelch has quit IRC
[11:45:07] <Foxandxss> abailarri: think it like boxes
[11:45:14] <Foxandxss> you're creating boxes, a couple
[11:45:20] <Foxandxss> there you put stuff
[11:45:32] <Foxandxss> you are just creating a list of "what boxes are available"
[11:45:34] <Foxandxss> but nothing esel
[11:45:41] *** dc_ has joined #angularjs
[11:45:46] <Foxandxss> uhm
[11:46:08] <abailarri> aja
[11:46:09] <Foxandxss> see the Login factory you created
[11:46:21] <Foxandxss> there is a var authUser = $http
[11:46:26] <Foxandxss> why does that work?
[11:46:26] <abailarri> yes
[11:46:32] <Foxandxss> you didn't list it on app.js
[11:46:40] <abailarri> yes
[11:46:52] <abailarri> and how can I say to controller to use it?
[11:47:03] *** Shilon has joined #angularjs
[11:47:05] <Foxandxss> the same way you said your factory to use $http
[11:47:14] <Foxandxss> there is a concept called "dependency injection"
[11:47:23] <Foxandxss> where you can inject dependencies when you need them
[11:47:24] *** Schtive has quit IRC
[11:47:34] <Foxandxss> since Login needs $http, you put $http as a parameter
[11:47:43] <Foxandxss> and angular will inject a instance of $http for you
[11:47:55] *** AlexZan has joined #angularjs
[11:47:57] <Foxandxss> so when you need dependencies, you put them as parameters and angular will manage to insert the real deal for you there
[11:48:00] *** beckyconning_ has quit IRC
[11:48:11] *** edzez has quit IRC
[11:48:18] *** edzez has joined #angularjs
[11:48:45] *** apertoire has quit IRC
[11:48:46] *** jstroem has quit IRC
[11:49:14] *** jstroem has joined #angularjs
[11:49:17] <Foxandxss> to be able to do that tho, you need that "list of what boxes are avaiable" so since you have your AuthSrvc listed, you can inject what it contains (Login)
[11:49:18]
[11:49:24] <Foxandxss> try
[11:49:25] *** Aswebb has joined #angularjs
[11:49:40] *** glosoli has quit IRC
[11:50:08] *** abailarri has quit IRC
[11:50:17] *** dc_ has quit IRC
[11:50:25] <Aswebb> Woud u guys suggest to use slush angular ?
[11:51:02] <Foxandxss> if that works for you, yes
[11:52:05] *** atomatt has joined #angularjs
[11:54:10] *** ciwolsey has joined #angularjs
[11:54:29] *** Oxynum has quit IRC
[11:55:00] *** gjaldon has quit IRC
[11:55:26] *** damain has quit IRC
[11:56:04] *** ac360 has quit IRC
[11:56:14] *** mtsr has quit IRC
[11:56:35] *** Oxynum has joined #angularjs
[11:56:35] *** aendrew has joined #angularjs
[11:58:03] *** chinchang has joined #angularjs
[11:58:04] *** fedenunez has quit IRC
[11:58:54] *** iksik has joined #angularjs
[11:59:56] *** fedenunez has joined #angularjs
[11:59:58] *** jstroem has quit IRC
[12:00:00] *** m8 has quit IRC
[12:00:38] *** m8 has joined #angularjs
[12:01:05] *** monir has joined #angularjs
[12:01:11] *** jstroem has joined #angularjs
[12:01:14] *** duygu has joined #angularjs
[12:02:01] *** Glen_ has quit IRC
[12:02:08] *** grantfunke_ has joined #angularjs
[12:02:10] *** dnull has joined #angularjs
[12:02:34] *** yujin has quit IRC
[12:02:35] *** jstroem_ has joined #angularjs
[12:02:49] <duygu> hi
[12:03:01] <duygu> angular channela
[12:03:21] *** mmealling has quit IRC
[12:03:30] <frobs> Aswebb, if the project structure like you, use it :)
[12:03:49] *** chinchang has left #angularjs
[12:03:52] <Aswebb> well I'm struggling to decide whether I should use Karma+Mocha or something else
[12:04:08] <Aswebb> never did unit testing, so atm I'm looking at the different framework available
[12:05:43] *** mjs2600 has joined #angularjs
[12:05:47] *** jstroem has quit IRC
[12:05:48] *** SergioFilhow has joined #angularjs
[12:06:18] *** derrick13 has joined #angularjs
[12:06:18] *** grantfunke_ has quit IRC
[12:07:25] *** jstroem has joined #angularjs
[12:08:47] *** jstroem__ has joined #angularjs
[12:09:17] *** jstroem_ has quit IRC
[12:10:10] <frobs> Aswebb, if is a pet project or a execise for learning i would use two or three and take a decision, if is a work project with deadlines i would use the tool with better documentation
[12:10:41] *** SergioFilhow has quit IRC
[12:10:44] <Aswebb> Well it's a project with deadlines, what would u rec frobs between Mocha & Jasmine for example?
[12:10:56] *** Sjimi has quit IRC
[12:11:26] *** Yankie has quit IRC
[12:11:28] *** ehalas3 has quit IRC
[12:11:57] *** jstroem has quit IRC
[12:11:58] *** Oddman has joined #angularjs
[12:13:31] *** Yankie has joined #angularjs
[12:13:47] *** NoNMaDDeN has joined #angularjs
[12:14:20] *** Lebby1 has joined #angularjs
[12:14:30] *** Lebby1 has left #angularjs
[12:15:04] <Foxandxss> Aswebb: jasmine has more doc for angular
[12:15:12] <Foxandxss> s/doc/articles
[12:16:04] *** _dizzy has quit IRC
[12:16:13] <Aswebb> mhh I see, thanks Foxandxss
[12:16:22] <frobs> Aswebb, in my short experience Jasmine is easier to learn
[12:16:25] <Aswebb> do u also use karma Foxandxss?
[12:16:29] <Foxandxss> no
[12:16:50] <Aswebb> So only jasmine?
[12:16:50] <Foxandxss> but it is the one with more articles as well
[12:17:28] <Foxandxss> Aswebb: do you know the difference between jasmine and karma?
[12:18:13] *** jstroem has joined #angularjs
[12:18:19] <Aswebb> Well Karma is going to run the tests in a browser and Jasmine/Mocha are frameworks dedicated to e2e testing no?
[12:18:28] *** jstroem has quit IRC
[12:18:40] *** jstroem__ has quit IRC
[12:18:54] *** platonic has joined #angularjs
[12:19:06] <Aswebb> Don't people usually use karma with Jasmine or Mocha?
[12:19:18] *** Oxynum has quit IRC
[12:19:31] *** Oxynum has joined #angularjs
[12:19:35] <Foxandxss> karma is a test runner
[12:19:41] <Foxandxss> jasmine is a framework to make tests yes
[12:19:45] <Foxandxss> both unit test and e2e tests
[12:19:52] *** duygu has quit IRC
[12:20:01] <Foxandxss> so yes, with jasmine you write tests, with karma you run them
[12:20:04] *** jstroem has joined #angularjs
[12:20:09] <Foxandxss> and that is pretty common
[12:20:26] *** antons has quit IRC
[12:21:14] *** patrick99e99 has joined #angularjs
[12:21:29] *** eamonn has quit IRC
[12:21:35] *** mot0rola has joined #angularjs
[12:22:37] *** Caroga_afk is now known as Caroga
[12:23:28] *** platonic has quit IRC
[12:23:43] *** Greed has quit IRC
[12:24:21] *** josh-k_ has quit IRC
[12:24:52] *** josh-k has joined #angularjs
[12:25:42] *** patrick99e99 has quit IRC
[12:26:04] *** mot0rola has quit IRC
[12:28:02] *** qdk has quit IRC
[12:28:54] *** _dizzy has joined #angularjs
[12:29:26] *** josh-k has quit IRC
[12:29:29] *** cakirke has quit IRC
[12:29:33] *** sukanta_ has quit IRC
[12:31:42] *** monir has quit IRC
[12:32:02] *** spatialbrew has joined #angularjs
[12:32:10] *** sukanta has joined #angularjs
[12:32:42] *** stschwark has joined #angularjs
[12:32:45] *** SergioFilhow has joined #angularjs
[12:32:47] *** tarnus has joined #angularjs
[12:32:54] *** cakirke has joined #angularjs
[12:33:29] *** yts_ has joined #angularjs
[12:35:21] *** fedenunez has quit IRC
[12:35:57] *** Sjimi has joined #angularjs
[12:36:52] *** zivester has joined #angularjs
[12:37:13] *** RangerRick has quit IRC
[12:37:20] *** tarnus has quit IRC
[12:37:31] *** RangerRick has joined #angularjs
[12:38:41] *** mjs2600 has quit IRC
[12:39:55] *** jstroem has quit IRC
[12:40:25] *** jstroem has joined #angularjs
[12:41:49] *** yts_ has quit IRC
[12:41:53] *** zivester has quit IRC
[12:43:11] *** texinwien has joined #angularjs
[12:43:59] *** ogdabou has quit IRC
[12:45:12] *** drej has joined #angularjs
[12:45:24] <Aswebb> thanks Foxandxss
[12:46:02] *** nerder has joined #angularjs
[12:46:09] <nerder> hello
[12:46:14] *** jstroem has quit IRC
[12:46:41] *** jstroem has joined #angularjs
[12:46:44] *** trend has joined #angularjs
[12:46:47] <ivaldi> hi - what is the best way to use data binding with external urls (action="...") for form? if i use data-target-url="{{ url }}" it works, but it's cached and the url doesn't change if "url" is changed. if i use action="{{ url }}" it doesn't work (even if i set $scope.url = $sce.trustAsResourceUrl(...) in my controller) - the html looks fine but it doesn't use the right url (which is present in the DOM)
[12:47:11] *** hugofirth has joined #angularjs
[12:47:21] <nerder> how can i pass data from a controller to another controller?
[12:47:31] *** JR_ has joined #angularjs
[12:48:00] *** jdj_dk_ has joined #angularjs
[12:48:01] <nerder> i mean, i have a controller that get data from a form in one view, on click event i go in another view to show result... how can i do?
[12:48:11] *** jstroem has quit IRC
[12:48:19] *** jstroem has joined #angularjs
[12:48:20] <Foxandxss> nerder: services
[12:48:54] <nerder> cool
[12:49:04] <nerder> Foxandxss: you have a good tutorial?
[12:49:19] <Foxandxss> nothing at hand
[12:49:26] <Foxandxss> but look for any tutorial of how to create a service
[12:49:30] <Foxandxss> they are singleton
[12:49:39] <Foxandxss> so if you put something there from one controller, the other will be able to see it
[12:50:16] <nerder> Foxandxss: okok i guess it's pretty basic so i'm gonna study that thing :)
[12:50:19] <nerder> thank you
[12:50:42] <Foxandxss> it is yes
[12:51:07] *** trend has quit IRC
[12:51:30] *** jdj_dk has quit IRC
[12:51:39] *** mdedetrich has joined #angularjs
[12:51:43] *** slopjong has quit IRC
[12:51:44] *** kas84 has joined #angularjs
[12:57:37] *** JR_ has quit IRC
[12:58:08] *** ogdabou has joined #angularjs
[12:59:09] *** cesarkawakami has joined #angularjs
[13:00:36] *** mjs2600 has joined #angularjs
[13:01:03] *** arpu has quit IRC
[13:01:36] *** Cromulent has joined #angularjs
[13:01:36] *** mmealling has joined #angularjs
[13:01:41] *** Cromulent has quit IRC
[13:01:44] *** mmealling has quit IRC
[13:02:06] *** mdedetrich has quit IRC
[13:02:15] *** Nizumzen has quit IRC
[13:02:21] *** chung has quit IRC
[13:02:30] *** \du has joined #angularjs
[13:02:33] *** zemanel has joined #angularjs
[13:03:13] *** grantfunke_ has joined #angularjs
[13:04:05] *** deviled has joined #angularjs
[13:04:29] *** eamonn has joined #angularjs
[13:05:13] *** deviled has quit IRC
[13:05:54] *** Oxynum has quit IRC
[13:06:07] *** edy has joined #angularjs
[13:06:26] *** GeneralChoomin has quit IRC
[13:06:26] *** jstroem has quit IRC
[13:06:57] *** jstroem has joined #angularjs
[13:06:59] *** GeneralChoomin has joined #angularjs
[13:07:17] *** grantfunke_ has quit IRC
[13:07:54] *** marcjs has quit IRC
[13:08:54] *** cesarkawakami has quit IRC
[13:09:51] *** milka has quit IRC
[13:09:58] *** EvilOne_ has joined #angularjs
[13:09:58] *** fedenunez has joined #angularjs
[13:10:39] *** eBureau has joined #angularjs
[13:12:56] *** slopjong has joined #angularjs
[13:12:57] *** intellix has quit IRC
[13:14:31] *** anderskristo has quit IRC
[13:15:13] *** gurke_ has quit IRC
[13:16:13] *** Guest87406 has quit IRC
[13:16:17] *** anderskristo has joined #angularjs
[13:16:49] *** mot0rola has joined #angularjs
[13:17:11] *** rtpg has joined #angularjs
[13:17:31] *** Ch4rAss has joined #angularjs
[13:18:00] *** EvilOne_ has quit IRC
[13:18:25] *** azizur6 has quit IRC
[13:18:41] *** Sjimi has quit IRC
[13:19:34] *** mennea has joined #angularjs
[13:19:44] *** mot0rola has quit IRC
[13:20:09] *** hugofirth has quit IRC
[13:20:41] *** mot0rola has joined #angularjs
[13:20:57] *** jlebrech has quit IRC
[13:21:57] *** mennea_ has quit IRC
[13:22:57] *** adpirz has joined #angularjs
[13:22:57] *** Click66 has quit IRC
[13:23:15] *** cotko has joined #angularjs
[13:24:07] *** drej has quit IRC
[13:24:33] *** Caroga is now known as Caroga_afk
[13:24:52] *** mot0rola has quit IRC
[13:24:54] *** mtsr has joined #angularjs
[13:25:09] *** jlebrech_ has joined #angularjs
[13:25:35] *** recidive has quit IRC
[13:25:59] *** tkimmel has joined #angularjs
[13:26:20] *** recidive has joined #angularjs
[13:26:32] *** frkout_ has quit IRC
[13:26:59] *** frkout has joined #angularjs
[13:27:07] *** adpirz has quit IRC
[13:27:18] *** diosney has joined #angularjs
[13:27:19] *** Abhijit has joined #angularjs
[13:27:48] *** darwinrc has joined #angularjs
[13:27:51] *** whitebook has joined #angularjs
[13:28:03] *** rtpg has quit IRC
[13:28:57] *** monir has joined #angularjs
[13:30:16] *** tkimmel has quit IRC
[13:31:12] *** nagappan_ has quit IRC
[13:31:29] *** bealtine has quit IRC
[13:31:45] *** nagappan_ has joined #angularjs
[13:32:33] *** FunnyLookinHat has joined #angularjs
[13:32:58] *** jpiasetz has quit IRC
[13:33:33] *** cswelin has quit IRC
[13:33:36] *** dharmit has quit IRC
[13:33:37] *** taaz has quit IRC
[13:33:41] *** Sjimi has joined #angularjs
[13:33:41] *** jpiasetz has joined #angularjs
[13:33:54] *** jheady has joined #angularjs
[13:35:00] *** oncenull has joined #angularjs
[13:36:02] *** ProLoser has quit IRC
[13:36:04] *** Aswebb has quit IRC
[13:36:19] *** ProLoser has joined #angularjs
[13:36:34] *** doodlehaus has joined #angularjs
[13:36:36] *** cswelin has joined #angularjs
[13:36:54] *** Abhijit has quit IRC
[13:37:02] *** ProLoser has quit IRC
[13:37:07] *** jreeter_ has joined #angularjs
[13:37:18] *** jreeter_ is now known as Jr3Says
[13:37:32] *** sk87 has quit IRC
[13:37:36] *** jheady has left #angularjs
[13:38:15] *** SashaYu has joined #angularjs
[13:38:24] *** Nizumzen has joined #angularjs
[13:40:52] *** preben___ has joined #angularjs
[13:41:09] *** preben_ has quit IRC
[13:41:36] *** kas84 has quit IRC
[13:41:58] *** chovy has quit IRC
[13:42:24] *** SashaYu has left #angularjs
[13:42:30] *** SparSio has quit IRC
[13:42:35] *** mtsr has quit IRC
[13:42:53] <ssawickik> How to keep order in ng-repeat? I have got some list of dicts [{'a': 1}, {'a':2}]. When i do ng-repeat="(key, value in data)" there is no sure then first will be a=1, how to keep original order for loop?
[13:43:06] *** danecando has joined #angularjs
[13:43:09] *** tubiz has joined #angularjs
[13:43:13] *** gjaldon has joined #angularjs
[13:44:00] *** aendrew has quit IRC
[13:44:40] <merpnderp> Is there an angular pattern for only loading modules and adding navbar entries if the user is authorized?
[13:45:05] <Helzibah> ssawickik: use a filter for custom ordering?
[13:45:23] <ssawickik> @Helzibah Nope
[13:45:33] <merpnderp> Would it be something like if the user is authorized, return a different config array for the navbar, and also load another <script> that contains the ui-router for that nav entry?
[13:45:47] <ssawickik> @Helzibah There is no any custom/default filters
[13:45:47] *** jlambert121 has joined #angularjs
[13:46:04] <Helzibah> ssawickik: https://docs.angularjs.org/api/ng/filter/orderBy ?
[13:46:56] *** azizur has joined #angularjs
[13:47:19] *** Sebastien-L has quit IRC
[13:47:57] *** jaydubya has joined #angularjs
[13:48:05] <ssawickik> @Helzibah i try something like | orderBy:'$index':true but it still does not work
[13:49:19] *** whitebook has quit IRC
[13:49:20] <Helzibah> yes, that's because $index is the index for the default ordering
[13:49:34] *** Click66 has joined #angularjs
[13:49:38] <Helzibah> ssawickik: look at that example on the page, play with it in plunker, it should do what you want
[13:50:01] <Helzibah> i.e. order an array [{'a':1},{'a':2}] by a
[13:50:30] *** HardFu has joined #angularjs
[13:50:30] *** HardFu has joined #angularjs
[13:50:42] *** yozilla has joined #angularjs
[13:50:45] *** Schtive has joined #angularjs
[13:51:28] *** Aswebb has joined #angularjs
[13:51:32] *** nimomo has joined #angularjs
[13:51:39] *** bbankes has joined #angularjs
[13:51:49] <nimomo> hi, anyone here have an experience with PhantomJS and AngularJS?
[13:52:50] *** duall has joined #angularjs
[13:52:56] *** Schtive2 has joined #angularjs
[13:53:01] *** waverider has joined #angularjs
[13:53:03] *** jagga__ has joined #angularjs
[13:53:06] *** pnode has joined #angularjs
[13:53:13] *** zep--- has joined #angularjs
[13:53:46] *** jbub has quit IRC
[13:53:52] *** fairuz has joined #angularjs
[13:54:11] *** SergioFilhow has quit IRC
[13:55:08] *** akrikos has joined #angularjs
[13:55:09] *** jbub has joined #angularjs
[13:55:29] *** koorb has quit IRC
[13:55:48] *** Abhijit has joined #angularjs
[13:56:12] *** darwinrc has quit IRC
[13:56:16] *** doodlehaus has quit IRC
[13:56:29] *** Schtive has quit IRC
[13:56:30] *** jagga_ has quit IRC
[13:56:30] *** zep-_- has quit IRC
[13:56:30] *** pnade has quit IRC
[13:57:26] *** phzon has quit IRC
[13:58:34] *** Rohit has joined #angularjs
[13:58:58] <Rohit> how to implement pinch and zoom using AngularJS
[13:58:59] *** Rohit is now known as Guest82465
[13:59:11] *** danecando has quit IRC
[13:59:35] *** Guest82465 has quit IRC
[13:59:42] *** crakrjak has joined #angularjs
[14:00:00] *** Oxynum has joined #angularjs
[14:00:30] *** hmsimha has quit IRC
[14:00:31] *** tarnus has joined #angularjs
[14:00:50] *** jaydubya has quit IRC
[14:01:01] *** MattWelch has joined #angularjs
[14:01:07] *** gurke_ has joined #angularjs
[14:01:09] *** tripu has quit IRC
[14:01:44] *** akrikos has quit IRC
[14:01:57] <iivvoo> how can I access a form (not its controls) in a controller? Specifically, it's $valid status?
[14:01:59] *** rho_ has joined #angularjs
[14:01:59] *** rho_ has joined #angularjs
[14:02:13] *** dsdeiz has quit IRC
[14:02:20] *** monir has quit IRC
[14:02:27] <ssawickik> @Helzibah Thx i have a mistake :)
[14:02:29] * iivvoo has a bunch of dynamically generated forms and I want the save button disabled if any of them are $invalid
[14:02:37] *** hugofirth has joined #angularjs
[14:02:56] <iivvoo> I have named them form1 form2 form3 .. formN
[14:03:02] <Helzibah> ssawickik: you're welcome, glad you got there in the end
[14:03:02] *** atomatt has quit IRC
[14:04:03] *** grantfunke_ has joined #angularjs
[14:04:32] *** defaultdict has joined #angularjs
[14:04:37] <Foxandxss> iivvoo: you can access them by their name
[14:04:40] <Foxandxss> they are on $scope
[14:04:55] *** lsiv568 has joined #angularjs
[14:05:04] *** jaydubya has joined #angularjs
[14:05:24] *** azizur1 has joined #angularjs
[14:05:55] <iivvoo> Foxandxss, I thought something like that but it doesn't seem to be working. Let me try further..
[14:05:56] *** lsiv568 has quit IRC
[14:06:02] *** lsiv568_ has joined #angularjs
[14:06:06] <Foxandxss> iivvoo: remember, race condition
[14:06:06] *** jaznow has quit IRC
[14:06:26] <Foxandxss> if you try to access them directly, not in a method
[14:06:36] <Foxandxss> maybe they are not created by that time
[14:06:40] <Foxandxss> so you can't use them
[14:06:44] <iivvoo> hmmm
[14:07:26] *** tomzx`afk is now known as tomzx
[14:07:40] *** platonic has joined #angularjs
[14:07:51] <iivvoo> I have name="devicepropsform1" (I see it in my inspected html) but $scope.devicepropsform1 remains undefined
[14:08:11] *** dc_ has joined #angularjs
[14:08:20] *** azizur has quit IRC
[14:08:36] *** grantfunke_ has quit IRC
[14:08:42] *** intellix has joined #angularjs
[14:08:44] *** cakirke has quit IRC
[14:08:52] <Foxandxss> iivvoo: then apply what I just said :P
[14:09:02] *** nagappan_ has quit IRC
[14:09:07] *** cornerma1 has joined #angularjs
[14:09:13] <Foxandxss> if you try to access it before the DOM actually creates it, it won't be there
[14:09:44] *** nagappan_ has joined #angularjs
[14:09:49] *** stschwark has quit IRC
[14:10:42] *** Jr3Says has quit IRC
[14:11:24] *** caitp has joined #angularjs
[14:11:52] *** Yankie has quit IRC
[14:12:04] *** platonic has quit IRC
[14:12:05] <iivvoo> even once they're created - my canSave() function is invoked after each change in the forms, forms remain undefined
[14:12:27] <Foxandxss> right
[14:12:33] <Foxandxss> so you are creating those forms in the wrong scope
[14:12:39] *** cornerman has quit IRC
[14:12:40] *** cornerma1 is now known as cornerman
[14:12:41] <Foxandxss> remember, dot rule
[14:12:43] *** mguillech has joined #angularjs
[14:13:03] *** sk87 has joined #angularjs
[14:13:05] *** robk has quit IRC
[14:13:21] *** crakrjak has quit IRC
[14:14:12] *** tkimmel has joined #angularjs
[14:14:22] <iivvoo> I know, I'm even storing them now in an object
[14:14:29] <iivvoo> name="bla.forms[id]"
[14:14:43] *** crakrjak has joined #angularjs
[14:14:45] *** mogaj has quit IRC
[14:14:46] *** nesquerra has joined #angularjs
[14:15:03] <Foxandxss> and you have $scope.blah = {} on your controller, right?
[14:15:22] *** aendrew has joined #angularjs
[14:15:34] <iivvoo> right. It appears that name="bla.forms[id]" doesn't work, name="bla.forms{{id}}" does
[14:16:23] *** nycdevgirl has quit IRC
[14:16:32] *** robk has joined #angularjs
[14:16:32] *** robk has joined #angularjs
[14:16:56] <sacho> eh?
[14:17:06] <sacho> what's your data
[14:17:17] *** cbeacock1 has joined #angularjs
[14:18:00] <sacho> is forms an array?
[14:18:05] <sacho> or do you have forms1, forms2...
[14:18:13] <Foxandxss> yeah, different :P
[14:19:28] *** m8 has quit IRC
[14:19:42] *** m8 has joined #angularjs
[14:21:43] *** m8 has quit IRC
[14:22:11] <jaydubya> The crazies continue ... I click "Admin" on the landing page and I get Users (cool) ... I click "Edit" next to Tony Stark and the edit form shows for Steve Rogers (not cool) ... http://plnkr.co/edit/k97q1f?p=preview
[14:22:42] *** deostroll has joined #angularjs
[14:22:58] *** Latros-OS has joined #angularjs
[14:23:02] <iivvoo> ok, I made a wrong assumption I guess. http://stackoverflow.com/a/22965461 gave me the impression that you could bound to arbitrary objects using name="foo.bar", and that foo['bar']" would also work
[14:23:06] <iivvoo> but the latter is not the case
[14:23:22] *** phishy_ is now known as phishy
[14:23:31] <iivvoo> since I'm iterating over multiple forms I have to do some interpolation in stead
[14:23:38] <iivvoo> then it works
[14:23:54] *** optikalmouse has joined #angularjs
[14:24:13] *** milka has joined #angularjs
[14:24:35] <iivvoo> actually, name="bla.htmlforms.{{id}}" works
[14:24:35] *** phzon has joined #angularjs
[14:25:02] *** tristanp has joined #angularjs
[14:25:11] *** crakrjak has quit IRC
[14:25:17] <iivvoo> also I don't need the additional level of 'bla', that was just an experiment, 'htmlforms' will work. So solved :)
[14:25:22] *** gjaldon has quit IRC
[14:25:33] *** crunch-choco has joined #angularjs
[14:25:43] *** gjaldon has joined #angularjs
[14:25:57] *** Poppabear has joined #angularjs
[14:26:30] <crunch-choco> guys, i know {{ 'variable' | transalte }}, but how do i translate text from my filters.js?
[14:26:45] *** CamonZ has quit IRC
[14:26:58] *** Fishy has joined #angularjs
[14:27:11] <deostroll> can anyone explain why listctrlr is executed twice... http://bit.ly/deotasklist2
[14:27:19] *** Fishy has quit IRC
[14:27:27] *** LossFor has quit IRC
[14:27:33] *** DrJae is now known as Jae
[14:27:37] *** Jae has joined #angularjs
[14:27:53] *** Fishy has joined #angularjs
[14:27:55] *** Linell has joined #angularjs
[14:28:03] <deostroll> apologize for pasting bit link, sending it from android app...
[14:28:45] *** hugofirth is now known as hugofirth|away
[14:28:54] *** g33k5z_ has joined #angularjs
[14:28:56] *** LossFor has joined #angularjs
[14:29:14] *** tplaner has joined #angularjs
[14:29:15] *** hswolff has quit IRC
[14:29:34] *** poofmooter has joined #angularjs
[14:29:51] *** pen has quit IRC
[14:30:03] *** hswolff has joined #angularjs
[14:30:11] *** jmckind has joined #angularjs
[14:30:14] *** sojic has joined #angularjs
[14:30:24] *** Sjimi has quit IRC
[14:30:25] <sojic> I am developing software for icecast internet radio streaming statistics... User might own multiple radio stations... but, he might select to "follow" only few. I am creating API "listeners"... Which option is better, to return listeners for "all" stations, or clientside to query listeners for each station (ex: listeners/radioId).
[14:30:39] *** mccarrontr1ck has joined #angularjs
[14:31:02] *** pen has joined #angularjs
[14:31:17] *** tplaner has quit IRC
[14:31:48] *** nimomo has quit IRC
[14:31:59] *** duall has quit IRC
[14:32:20] *** tplaner has joined #angularjs
[14:32:39] <waverider> deostroll, if you specify controller:'ListCtrlr' in $routeProvider you don't need to specify it in html as well
[14:32:49] *** azizur1 has quit IRC
[14:32:59] *** g33k5z_ has quit IRC
[14:33:41] *** Yankie has joined #angularjs
[14:33:54] *** jr3 has joined #angularjs
[14:34:01] *** shinnya has joined #angularjs
[14:34:10] <waverider> sojic, are your users authenticated or anonymous?
[14:34:10] *** Yankie has quit IRC
[14:34:11] *** davidreis has joined #angularjs
[14:34:24] <sojic> authenticated
[14:34:34] *** dsdeiz has joined #angularjs
[14:34:37] <deostroll> waverider, in that case DataCtrlr all gets called 1ce...? why so?
[14:34:54] *** Sjimi has joined #angularjs
[14:34:57] *** azizur has joined #angularjs
[14:35:10] *** Aswebb has quit IRC
[14:35:29] *** trend has joined #angularjs
[14:35:33] <waverider> sojic, because there is no ng-controller in your add.html
[14:36:11] <waverider> I bet MarkCtrlr is called twice, because you have <div id="list" ng-controller="MarkCtrlr">
[14:36:44] <sojic> ??? The last one is not for me I guest
[14:37:11] <waverider> sojic, sorry, it was for deostroll
[14:37:16] *** marcjs has joined #angularjs
[14:37:25] *** kalehv has joined #angularjs
[14:37:25] *** m8 has joined #angularjs
[14:37:25] <sojic> waverider, so... should api return all listeners for all radios of the authenticated user, or client to do multiple requests? I can provide link for current state!
[14:37:30] *** bkuberek has quit IRC
[14:37:44] <waverider> sojic, i'd create an API end-point /statistics that returns all data for current user, you can also filter them like /stastisics?stations=3,6,7
[14:38:02] <waverider> sojic, you'd reduce number of http requests this way and make everyone happy
[14:38:10] *** rho_ has quit IRC
[14:38:15] <sojic> waverider! great... The best solution!
[14:38:16] <Linell> Returning them all at once is the way to do it unless they've got a TON of data
[14:38:19] <sojic> Thanks!
[14:38:37] <waverider> sojic, unleses it takes a huge amount of time to return those stats
[14:38:40] <Linell> clear
[14:38:48] *** rho_ has joined #angularjs
[14:38:48] <waverider> Linell, yeah :)
[14:38:56] *** pen has quit IRC
[14:39:42] <deostroll> waverider, that figures...thanks.
[14:39:42] *** m8 has quit IRC
[14:39:49] *** pen has joined #angularjs
[14:39:51] *** Nizumzen has quit IRC
[14:39:59] <waverider> no problem
[14:39:59] <Evanion> Anyone know if ui-routers controller property in the state definition can be a function, like templateUrl can?
[14:40:06] *** trend has quit IRC
[14:40:12] <waverider> Evanion, yes, it can
[14:40:15] *** m8 has joined #angularjs
[14:40:27] <waverider> especially since controller is a function :)
[14:40:32] <Evanion> .. then why ain’t it working … hmm …. back to debugging then
[14:40:56] *** m8 has joined #angularjs
[14:41:16] *** VeeWee has quit IRC
[14:41:16] <Evanion> true .. but I want to have the controller definition be a function that returns the controller that the state should use
[14:41:22] <waverider> Evanion, just double-checked: https://github.com/angular-ui/ui-router/wiki#controllers
[14:41:27] *** azizur has quit IRC
[14:41:33] *** D-Boy has joined #angularjs
[14:41:44] <waverider> Evanion, I don't think it works that way
[14:42:04] *** pen has quit IRC
[14:42:19] <waverider> Evanion, you could probably have a function CALL that returns a function
[14:42:31] *** Moikzz has quit IRC
[14:42:37] <waverider> like: function() { return function() {} } ()
[14:42:41] <Evanion> ah .. thanks for the link … RTFM … I need to use the ControllerProvider instead of controller property
[14:42:44] <waverider> notice the () at the end = call
[14:42:49] *** azizur has joined #angularjs
[14:43:07] *** pen has joined #angularjs
[14:43:12] *** kalehv has quit IRC
[14:43:54] *** martianboy has quit IRC
[14:44:24] <Evanion> Na I just needed to use another property .. ‘controllerProvider’ instead of ‘controller’
[14:46:26] <Evanion> ok .. so now that works … but the parent have stopped working … when ever I try to access /parent i get /parent/stateParam1/stateParam2 ....
[14:46:42] *** Oxynum has quit IRC
[14:47:45] *** mike_f has quit IRC
[14:48:04] *** Oxynum has joined #angularjs
[14:48:23] <Evanion> ..fixed .. Just another day in the life of development
[14:48:45] *** mmealling has joined #angularjs
[14:49:28] *** pen has quit IRC
[14:49:31] <sojic> waverider, another question... statistics?stations=2,3,4 or statistics?station[]=2&station[]=3&station[]=4.... The first one is shorter, readable... the second one is more "logic" (passing array of stations, instead to convert string to array on the server)?
[14:49:54] <Linell> sojic: keep it as simple as possible in the request. Logic on the server
[14:50:19] *** pen has joined #angularjs
[14:50:25] <sojic> Linell, so... the first version?
[14:50:30] <sojic> statistics?stations=2,3,4
[14:50:33] *** jstroem has quit IRC
[14:50:35] <Linell> sojic yup, I'd say so
[14:50:40] <sojic> Thanks!
[14:50:41] <waverider> sojic, no need to use []. Since it's not the same as an array of values in a POST. It just a string "2,3,4" which you later splut to [2, 3, 4]
[14:50:45] *** zlalanne has joined #angularjs
[14:50:52] *** danecando has joined #angularjs
[14:51:01] *** jstroem has joined #angularjs
[14:51:05] <jlebrech_> what is the benefit of dependency injection, and why don't we just include all the thing in every module?
[14:52:00] <waverider> jlambert121, separation of concearns and tesability for instance. Google is your friend :)
[14:52:03] *** ciro_nunes has quit IRC
[14:52:31] <waverider> sorry, not separation of concearns but minimize dependancies between components
[14:52:57] *** sojic has quit IRC
[14:53:17] *** livingstn has joined #angularjs
[14:53:22] *** lahwran has quit IRC
[14:53:37] <waverider> jlebrech_, http://en.wikipedia.org/wiki/Dependency_injection#Advantages
[14:53:40] *** deviled has joined #angularjs
[14:53:47] *** scythe__ has joined #angularjs
[14:53:55] *** Asiajey has quit IRC
[14:54:10] *** sojic has joined #angularjs
[14:54:23] *** titanomachy has quit IRC
[14:54:23] *** mike_f has joined #angularjs
[14:54:28] <jlebrech_> waverider: isolation?
[14:54:37] *** nesquerra has quit IRC
[14:54:40] *** qdk has joined #angularjs
[14:54:53] <waverider> jlebrech_, yup
[14:55:20] *** Asiajey has joined #angularjs
[14:55:32] *** leyluj has joined #angularjs
[14:55:41] <jlebrech_> :)
[14:55:49] *** ctanga has joined #angularjs
[14:55:56] *** kas84 has joined #angularjs
[14:56:29] <jlebrech_> waverider: my code is sound and i don't need to isolate, but anyone else's might not :D
[14:56:31] <jlebrech_> that logic?
[14:56:45] *** eamonn has quit IRC
[14:57:05] <waverider> jlebrech_, it's the difference between programming and software engineering
[14:57:14] <waverider> i bet you don't "need" unit testing either :P
[14:57:36] <jlebrech_> :D
[14:57:37] <waverider> your approach is ~fine on small projects and single guy team
[14:57:39] *** mven has quit IRC
[14:57:52] *** lahwran has joined #angularjs
[14:58:03] <sacho> jlebrech_, the same reason why you don't pass 50 parameters to a function that needs only one - you just don't need to.
[14:58:05] <jlebrech_> yeah i'm a single guy :D but i know i'll be doing proper testing soon
[14:58:05] *** deviled has quit IRC
[14:58:05] <waverider> trying doing that on thousands or more LOC and 2+ persons team
[14:58:31] *** pen has quit IRC
[14:58:32] *** jstroem has quit IRC
[14:58:34] <sacho> jlebrech_, the main benefit of dependency injection is easing testing, that's all
[14:58:38] <waverider> jlebrech_, if "soon" actually ever arrives you'll rewrite your code to be testable
[14:58:55] <jlebrech_> yes i will rewrite
[14:59:01] *** duall has joined #angularjs
[14:59:03] *** jstroem has joined #angularjs
[14:59:35] <jlebrech_> kinda spec'ing as i go along, when things need to be set testing is much easier
[14:59:41] <waverider> jlebrech_, anyhow do your thing and try to test from time to time, in a few years you'll almost do TDD (Test Driven Development), that's it went for me
[14:59:44] *** monir has joined #angularjs
[14:59:53] *** whitebook has joined #angularjs
[14:59:56] <waverider> *how
[15:00:27] <jlebrech_> yeah, i'll test 100% when my codebase is more stable :D
[15:00:37] <waverider> jlebrech_, yeah right... :D
[15:00:42] <jlebrech_> lol
[15:00:45] <DannyCallaghan> hey. can anyone help me with the controller as syntax, using 1.3. i'm clearly missing the point somewhere.
[15:00:53] <waverider> code base is never stable and if you don't have tests you'll do refactoring cat
[15:00:57] *** mike_f has quit IRC
[15:01:01] <Linell> DannyCallag: what's giving you trouble?
[15:01:08] <waverider> http://pandawhale.com/post/10513/code-refactoring-cat-in-bathtub-gif
[15:01:13] <jlebrech_> waverider: wishing i didn't have to code to test code
[15:01:21] *** walden|afk is now known as walden
[15:01:26] *** deostroll has left #angularjs
[15:01:26] *** BahamutWC|Laptop has joined #angularjs
[15:01:36] *** michaelSharpe has joined #angularjs
[15:01:56] *** angularUnitTest has joined #angularjs
[15:01:59] *** nerder has quit IRC
[15:02:21] <waverider> jlambert121, life's a bitch, but I can point you to a few total failure projects because they don't do automatic tests. Every release is another opportunity to release regression bugs. And they use every opportunity for that!
[15:02:22] *** fedenunez has quit IRC
[15:02:26] *** aendrew has quit IRC
[15:02:27] *** josh3336 has joined #angularjs
[15:02:38] <jlambert121> waverider: i think you're meaning to hit jlebrech_
[15:03:11] <waverider> jlambert121, true - sorry :)
[15:03:11] *** beachandbytes2 has quit IRC
[15:03:14] *** crakrjak has joined #angularjs
[15:03:16] <Foxandxss> yeah, I agree with sacho, the good part of DI is testing
[15:03:23] <Evanion> If you don’t want to code … You fell in the wrong hole somewhere...
[15:03:24] <Foxandxss> not hardcoding dependencies
[15:03:56] *** jdcasey has quit IRC
[15:04:48] *** grantfunke_ has joined #angularjs
[15:04:49] *** jdcasey has joined #angularjs
[15:04:51] *** whitebook has quit IRC
[15:05:00] *** crakrjak has quit IRC
[15:05:04] <Evanion> Unit tests are more like working with CSS/less any way … take this data, shake & bake, see what comes out .. did it match what you wanted? … Test success
[15:05:42] *** imehesz has joined #angularjs
[15:06:02] <Foxandxss> I don't see that relation I am afraid :P
[15:06:09] <Foxandxss> because everything is like that (more or less)
[15:06:10] *** josh3336 has quit IRC
[15:06:17] *** zivester has joined #angularjs
[15:06:22] *** corehook has quit IRC
[15:06:35] *** VeeWee has joined #angularjs
[15:06:42] *** pen has joined #angularjs
[15:06:48] *** mike_f has joined #angularjs
[15:06:49] <Evanion> basically … ‘give it some parameters and see what comes out’ … same as with css
[15:06:57] *** FIFOd[a] has joined #angularjs
[15:06:57] *** corehook has joined #angularjs
[15:07:07] *** corehook has quit IRC
[15:07:24] <duall> how to test css tho ?
[15:07:25] *** gaganjyot has joined #angularjs
[15:07:43] *** crakrjak has joined #angularjs
[15:07:44] *** gnrlbzik has quit IRC
[15:07:45] <waverider> duall, you can test with selenium and alikes, protractor including
[15:07:55] *** fourq has quit IRC
[15:08:17] *** josh3336 has joined #angularjs
[15:08:28] <duall> but the testing process ? is it checking if the width/height/color are as expected on certain browser ?
[15:08:36] *** Oddman_ has joined #angularjs
[15:08:51] *** cacts has joined #angularjs
[15:09:02] *** VeeWee has quit IRC
[15:09:23] *** _ritchie_ has joined #angularjs
[15:09:25] *** grantfunke_ has quit IRC
[15:09:28] <waverider> duall, yes selenium can do that. I have some basic smole test to see if a div is approximately in the right place
[15:09:34] <waverider> *smoke
[15:09:42] *** SergioFilhow has joined #angularjs
[15:10:10] <duall> WOW
[15:10:11] <duall> W)OW
[15:10:12] <Evanion> I have heard of some projects that analyze screenshots to see if the data is the same
[15:10:39] <waverider> duall, full CSS automatic testing doesn't make sense IMHO, since you still need human testing. But some basic staff can be checked
[15:10:42] *** josh3336 has quit IRC
[15:10:53] *** zvd has quit IRC
[15:10:55] <waverider> *stuff :P
[15:10:59] *** aendrew has joined #angularjs
[15:11:01] <Evanion> vendor markup for instance ...
[15:11:39] <duall> so unit tests,end-to-end tests + css tests is 300% ttd ?
[15:11:48] *** sonicparke|bradm has joined #angularjs
[15:11:52] *** adpirz has joined #angularjs
[15:11:57] *** crakrjak has quit IRC
[15:12:12] <waverider> i've put css tests in e2e tests
[15:12:15] <Linell> https://github.com/Huddle/PhantomCSS
[15:12:36] <waverider> ttd? you mean tdd?
[15:12:38] *** darrin has joined #angularjs
[15:12:56] <Helzibah> OpenTTD
[15:12:59] *** Sebastien-L has joined #angularjs
[15:13:06] *** josh3336 has joined #angularjs
[15:13:19] *** jeffszusz_ has joined #angularjs
[15:13:24] *** azizur has quit IRC
[15:13:27] *** crakrjak has joined #angularjs
[15:13:35] <Evanion> OTTD rocks!
[15:14:00] <Evanion> All your coal are belong to me!
[15:14:04] *** Asiajey_ has joined #angularjs
[15:14:04] *** Asiajey has quit IRC
[15:14:06] <waverider> :)
[15:14:13] *** SergioFilhow has quit IRC
[15:14:18] *** nesquerra has joined #angularjs
[15:14:30] <zomg> I wonder how long til someone ports OpenTTD to the browser
[15:14:33] <zomg> that would be fantastic
[15:14:33] <zomg> :D
[15:14:34] *** jeffszusz_ is now known as jeffszusz
[15:14:39] *** kas84 has left #angularjs
[15:14:43] *** crakrjak has quit IRC
[15:14:44] <Evanion> Ive considered it
[15:14:50] <zomg> Me too :p
[15:14:55] *** jeffszusz has quit IRC
[15:15:06] *** twelverobots has quit IRC
[15:15:07] <Evanion> The tech is there ...
[15:15:10] *** DelphicOkami has joined #angularjs
[15:15:13] *** jeffszusz has joined #angularjs
[15:15:16] <frobs> hello, i have a doubt, is posible three state inheritance in ui router? with two states parent:'' work fine but with three level of state inheritance doesn't work
[15:15:24] <Evanion> It would be possible to do so cool stuff now..
[15:15:29] *** josh3336 has quit IRC
[15:15:43] <Evanion> sure you can
[15:15:49] <Evanion> (frobs)
[15:15:57] *** adpirz has quit IRC
[15:16:39] *** vassagus has joined #angularjs
[15:17:28] *** dman777_alter has joined #angularjs
[15:17:38] *** jpierre03 has quit IRC
[15:17:46] *** SergioFilhow has joined #angularjs
[15:18:03] <frobs> i try to do it whit this code http://pastebin.com/1ZnB54tX but doesn't work
[15:18:07] *** josh3336 has joined #angularjs
[15:18:12] <frobs> Evanion,
[15:18:17] *** Asiajey_ has quit IRC
[15:18:24] *** Stephen has quit IRC
[15:18:45] *** Asiajey has joined #angularjs
[15:18:46] *** Asiajey has joined #angularjs
[15:18:59] *** davidreis has quit IRC
[15:19:16] *** mven has joined #angularjs
[15:19:17] *** davidreis has joined #angularjs
[15:19:43] <Evanion> This will explain it for you: https://github.com/angular-ui/ui-router/wiki/Nested-States-%26-Nested-Views
[15:19:56] *** josh3336 has quit IRC
[15:19:57] *** davidreis has quit IRC
[15:20:00] *** jaydubya_ has joined #angularjs
[15:20:13] *** davidreis has joined #angularjs
[15:20:21] <Evanion> Though I would rather use ngInclude for the partial
[15:20:31] *** crakrjak has joined #angularjs
[15:20:43] *** josh3336 has joined #angularjs
[15:20:51] <DannyCallaghan> need help with controller as, please. i'm adding a custom validator to an input field in a controller that uses controller as syntax. as soon as i add the custom validator, the controller as syntax breaks. i'm assuming it's a scope issue. how can i get the value of the form element back? a stripped down example here --> http://plnkr.co/edit/agEeZmnHnzct0qa0tKQd?p=preview
[15:21:11] *** fedenunez has joined #angularjs
[15:21:42] *** jaydubya has quit IRC
[15:22:07] *** rburns has joined #angularjs
[15:22:12] *** riaz has joined #angularjs
[15:22:39] <storkme> anybody got any tips for testing with Restangular?
[15:23:02] *** riaz has quit IRC
[15:23:10] *** Wiseboy has joined #angularjs
[15:23:36] *** crakrjak has quit IRC
[15:23:38] <storkme> I guess I need $httpBackend?
[15:23:43] *** jeffszusz has quit IRC
[15:24:08] <frobs> Evanion, y see this information but i don't found a example with three level of inheritance, i don't if ui router has a limitation in the number of levels inheritable
[15:24:13] <frobs> i*
[15:24:15] *** davidreis has quit IRC
[15:24:16] *** recidive has quit IRC
[15:24:32] <frobs> all the examples of the documentation is with two level
[15:24:35] *** davidreis has joined #angularjs
[15:25:17] <Evanion> No, You can apply the nested view and state on how many levels you want
[15:25:20] <waverider> storkme, I'm using $resource and mocked requests by using $httpBackend, i.e.: $httpBackend.expect('GET', "#{CONFIG.api_url}/invoices/" + rid).respond({key: 123})
[15:25:43] <waverider> storkme, I assume you'd do the same thing for restangular
[15:26:00] *** arkin has quit IRC
[15:26:06] <DannyCallaghan> no one have controller as / $validators / 1.3 knowledge?
[15:26:08] <waverider> ( "#" part is coffescript :) )
[15:26:46] <maraneta> hey guys, is there any way to run a scope function after an ng-repeat finishes filtering in my template?
[15:26:53] <frobs> Evanion, then i don't know why doesn't works
[15:26:57] *** SergioFilhow has quit IRC
[15:27:34] *** SergioFilhow has joined #angularjs
[15:27:40] *** hugofirth|away has quit IRC
[15:28:00] <storkme> sounds good to me waverider, thanks
[15:28:03] <Evanion> frobs, have you checked this part: https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views
[15:28:16] *** drej has joined #angularjs
[15:28:35] <Evanion> depending on what you want to do, you might need to use the absolute view name
[15:28:40] *** bmac has joined #angularjs
[15:28:45] *** rtpg has joined #angularjs
[15:28:46] <Evanion> <viewname>@<state>
[15:28:48] <jaydubya_> In this plunker, if you click "Admin" you get to the users route. I am trying to use the same form for new and edit there. All I could figure out was to add a blank record with "Add New User" and then you have to click "Edit" to fill in the info. Could someone point me to a resource so I could do that in one step? http://plnkr.co/edit/k97q1f?p=preview
[15:28:51] *** ajk27 has quit IRC
[15:29:54] *** milka has quit IRC
[15:30:12] *** pen has quit IRC
[15:30:24] *** someA has joined #angularjs
[15:30:34] *** doodlehaus has joined #angularjs
[15:31:16] *** AlSquirrel has joined #angularjs
[15:31:19] *** tfennelly has quit IRC
[15:31:28] *** azizur has joined #angularjs
[15:31:40] *** pen has joined #angularjs
[15:32:11] <frobs> Evanion, i found the problem, in a little comment in the documentation
[15:32:12] <frobs> / Note: abstract still needs a ui-view for its children to populate.
[15:32:12] <frobs> // You can simply add it inline here.
[15:32:13] <frobs> template: '<ui-view/>'
[15:32:15] *** monir has quit IRC
[15:32:28] *** someA has left #angularjs
[15:32:52] <frobs> all states need a <ui-view/>
[15:32:53] *** spatialbrew has quit IRC
[15:32:54] <frobs> thank you
[15:32:59] <Evanion> yea, I tend to use abstract views to load layout views (ie single full screen view, or view with sidebar)
[15:33:22] *** _dizzy has quit IRC
[15:33:57] *** g33k5z has joined #angularjs
[15:34:17] <Evanion> But I have been starting to wonder if it’s not possible to load a template file in the state object, and then add templates to the different views in that file, in the same state object...
[15:34:27] *** Sebastien-L has quit IRC
[15:34:44] <Evanion> I’m planing on testing that soon
[15:35:00] <jaydubya_> Evanion: what would be the benefit?
[15:35:20] <Evanion> Simpler code …
[15:35:33] *** rho_ is now known as rho
[15:35:34] <Evanion> not using parent state for layout modifications
[15:36:03] *** azizur has quit IRC
[15:36:10] <jaydubya_> I asked because I use that same technique with abstracts
[15:36:13] *** trend has joined #angularjs
[15:36:52] <frobs> i have a big product form divided in tabs, every tab is a controller with separated logic, and for change between tabs controllers/template i use states
[15:37:18] <Evanion> I would say that the parent function should be used for navigation and content hirearcy .. not to modify your pages layouts
[15:37:37] *** gaganjyot has quit IRC
[15:37:41] *** Siyfion has joined #angularjs
[15:38:16] *** azizur has joined #angularjs
[15:38:17] <Evanion> Forbs, why not just use ngController and ngInclude? .. feels like it would make it more maintainable
[15:38:20] *** tripu has joined #angularjs
[15:38:29] *** nagappan_ has quit IRC
[15:38:33] <Evanion> keeping everything in a single state
[15:38:37] *** tripu has quit IRC
[15:38:45] *** evilaliv3 has quit IRC
[15:39:00] *** _dizzy has joined #angularjs
[15:39:18] *** nagappan_ has joined #angularjs
[15:39:18] <frobs> if is only a graphical i do this with ng-include, a ng-include that render the template specified in a $scope variable, when the $scope variable change the html loaded by the ng-include change
[15:39:21] *** benjah1 has joined #angularjs
[15:40:27] <Evanion> or another way would be to just use a single state and define different controllers to different named views in that state ...
[15:40:58] *** trend has quit IRC
[15:41:00] *** preben___ has quit IRC
[15:41:10] <frobs> because is a big form with several request to get select options from back, i use distinct state for use distinct controller in each tab and only request the resources that i need for this tab instead of make all request together
[15:41:12] *** preben_ has joined #angularjs
[15:41:19] <Evanion> There are many ways to flay this particular cat …
[15:41:27] *** fedenunez has quit IRC
[15:41:46] *** mot0rola has joined #angularjs
[15:42:26] *** leyluj has quit IRC
[15:42:56] *** bmac has quit IRC
[15:43:18] *** KurtB has joined #angularjs
[15:43:33] *** gurke_ has quit IRC
[15:43:58] *** ajk27 has joined #angularjs
[15:44:00] *** fbenoit has quit IRC
[15:44:30] *** bmac has joined #angularjs
[15:44:39] *** alinouman has joined #angularjs
[15:44:41] *** thedodd has joined #angularjs
[15:45:04] *** Sebastien-L has joined #angularjs
[15:45:04] *** frankblizzar has quit IRC
[15:45:13] <jaydubya_> can calculations be done inside the state object?
[15:46:12] <BobbieBarker> the state provider?
[15:46:17] <jaydubya_> yes
[15:46:20] <Evanion> you can resolve stuff in the state provider yes
[15:46:28] *** wafflej0ck has quit IRC
[15:46:31] *** Hackwar has joined #angularjs
[15:46:42] <BobbieBarker> are you trying to use $state inside a controller or do something inside your route like Evanion suggested
[15:47:01] *** syzygy__ has joined #angularjs
[15:47:17] *** hardyvent has joined #angularjs
[15:47:23] <digisky> can of worms opeing... lol
[15:47:29] *** recidive has joined #angularjs
[15:47:37] <Evanion> ;)
[15:47:38] <BobbieBarker> nah no worms here
[15:47:55] *** wafflej0ck has joined #angularjs
[15:47:57] *** Hackwar1 has quit IRC
[15:47:58] <BahamutWC> jaydubya_: you can but it is highly not recommended
[15:48:05] <BahamutWC> you cannot test that logic if it's in the resolve
[15:48:05] <Evanion> it’s just a question of asking the right questions in the right way …
[15:48:17] <jaydubya_> Right now to create a new record I have to add a blank (1 click) and then edit (another click) and I am trying to do it in one step and reuse the form. I am thinking I could grab the max id of the array and increment and edit that if I can calculate inside the state provider
[15:48:24] *** crakrjak has joined #angularjs
[15:48:34] <BobbieBarker> what BahamutWC|Work is saying is if you feel like you need some logic/operations in the route, write it to a service then inject it
[15:48:39] <BobbieBarker> so it's testable
[15:48:46] <dman777_alter> does traceur work with Angular yet?
[15:48:52] <BahamutWC> also keep in mind, the resolve block blocks the controller from instantiating
[15:48:53] <dman777_alter> I am trying to compile with traceur ../app.js -out dude.js but I get ModuleEvaluationError: angular is not defined at /home/one/github/encore-ui-template/app/src/app.js.
[15:49:00] <BahamutWC> dman777_alter: it works
[15:49:07] <BobbieBarker> double block statement
[15:49:09] *** fedenunez has joined #angularjs
[15:49:10] <BobbieBarker> BahamutWC|Work: wins
[15:49:11] <BahamutWC> angular 1.3 or 2.0?
[15:49:17] *** rho has quit IRC
[15:49:23] <dman777_alter> BahamutWC: angular 1.2
[15:49:25] <dman777_alter> BahamutWC: angular 1.3
[15:49:26] <dman777_alter> sorry
[15:49:36] <BahamutWC> dman777_alter: definitely works then - I have a working app in ES6 and angular 1.3
[15:49:40] *** Snugug has joined #angularjs
[15:49:46] *** rho has joined #angularjs
[15:49:49] <BahamutWC> using system.js, ES6 module loader and traceur
[15:50:03] *** rho has quit IRC
[15:50:04] *** rho has joined #angularjs
[15:50:29] *** Mymy24 has joined #angularjs
[15:51:12] *** sk87 has quit IRC
[15:51:23] <dman777_alter> BahamutWC: http://dpaste.com/35DWK73 any idea what I am doing wrong?
[15:51:31] *** shinnya has quit IRC
[15:51:40] *** mnngfltg has joined #angularjs
[15:51:43] *** pen has quit IRC
[15:52:05] *** zB0hs has joined #angularjs
[15:52:17] *** advy has quit IRC
[15:52:49] *** ggrzybek has quit IRC
[15:53:03] <jaydubya_> So I am going to try to write a service to find the max id of a $scope object and add 1 to it and pass that id back to the controller and inject it into the edit route?
[15:53:09] *** deanclkclk_ has joined #angularjs
[15:53:10] *** pen has joined #angularjs
[15:53:16] *** crakrjak has quit IRC
[15:53:25] *** crunch-choco has quit IRC
[15:53:44] <jaydubya_> inject it into the resolve of the route or just the edit controller?
[15:53:53] *** Shilon has quit IRC
[15:54:06] *** kalehv has joined #angularjs
[15:54:12] *** Owner__ has joined #angularjs
[15:54:14] *** soee has quit IRC
[15:54:20] *** bjtitus has joined #angularjs
[15:54:36] *** Owner__ is now known as Guest90111
[15:54:48] *** gnrlbzik has joined #angularjs
[15:55:20] *** frankblizzar has joined #angularjs
[15:56:21] *** shackleford has joined #angularjs
[15:56:24] *** platonic has joined #angularjs
[15:56:24] *** chrisbirk has joined #angularjs
[15:56:37] *** Oxynum has quit IRC
[15:57:25] *** annlewis has joined #angularjs
[15:57:46] *** damain has joined #angularjs
[15:58:00] *** chrisbirk has quit IRC
[15:58:17] *** kalehv has quit IRC
[15:58:44] *** twelverobots has joined #angularjs
[15:59:32] *** deanclkclk has joined #angularjs
[15:59:39] *** Asiajey has quit IRC
[15:59:52] *** mrwn has joined #angularjs
[15:59:57] *** jdj_dk_ has quit IRC
[15:59:58] *** Asiajey has joined #angularjs
[16:00:03] *** Asiajey has joined #angularjs
[16:00:03] *** AndreasLutro has quit IRC
[16:00:34] *** shackleford has quit IRC
[16:00:48] *** fbenoit has joined #angularjs
[16:00:50] *** davidreis has quit IRC
[16:00:52] *** platonic has quit IRC
[16:00:58] *** ssawickik has quit IRC
[16:01:22] <SergioFilhow> Does anyone have an idea why I always get this message when my application change state?
[16:01:23] <SergioFilhow> TypeError: Cannot read property 'name' of undefined
[16:01:23] <SergioFilhow> at isMatch (http://localhost:8082/js/ui-router/angular-ui-router.js:3607:39)
[16:01:36] *** deanclkclk_ has quit IRC
[16:01:47] *** jstroem has quit IRC
[16:02:01] *** lugzer has joined #angularjs
[16:02:03] *** ctanga has left #angularjs
[16:02:07] *** jstroem has joined #angularjs
[16:02:12] *** waverider has left #angularjs
[16:02:21] <SergioFilhow> the line is (inside isMatch): return $state.includes(state.name) && matchesParams();
[16:02:24] *** lsiv568_ has quit IRC
[16:02:29] *** mary5030 has joined #angularjs
[16:02:33] *** MistahKurtz has joined #angularjs
[16:02:33] *** Xantier has joined #angularjs
[16:02:33] *** Reitnax has joined #angularjs
[16:03:01] <Evanion> can you add your code to a plunkr or similar so we can runtest it?
[16:03:10] *** gnrlbzik has quit IRC
[16:03:19] <Evanion> snipets in chat don’t do much help, unfortunately
[16:03:21] *** shackleford has joined #angularjs
[16:03:24] *** bmac has quit IRC
[16:03:27] *** zivester has quit IRC
[16:03:46] *** Shilon has joined #angularjs
[16:05:31] *** grantfunke_ has joined #angularjs
[16:05:49] *** whitebook has joined #angularjs
[16:06:11] *** Oddman_ has quit IRC
[16:06:22] *** zzing has joined #angularjs
[16:06:39] <SergioFilhow> you can check the $state config here: http://pastebin.com/bhxWyByA
[16:07:56] *** robozahn has joined #angularjs
[16:08:32] *** jasonp has joined #angularjs
[16:08:36] *** kuadrosx has joined #angularjs
[16:08:47] *** tangorri has joined #angularjs
[16:08:58] *** lsiv568 has joined #angularjs
[16:09:18] *** grantfunke_ has quit IRC
[16:09:20] *** zumba_addict has joined #angularjs
[16:09:38] <Evanion> can you repoduce it in a plunkr? can’t runtest a pastebin
[16:09:39] *** dsdeiz has quit IRC
[16:09:39] <zumba_addict> morning folks, anyone here use vim?
[16:09:50] *** grantfunke_ has joined #angularjs
[16:09:51] <Linell> every day
[16:09:52] <bd-> worse editor ever
[16:09:53] *** gfhgfh has joined #angularjs
[16:09:56] <dan2k3k4> anyone using anything different to google analytics?
[16:09:58] <bd-> but today i'm using it
[16:10:01] <zumba_addict> what plugin do you use for auto completion?
[16:10:07] <zumba_addict> bd, worse? why?
[16:10:11] *** christianbking has joined #angularjs
[16:10:12] *** preben_ has quit IRC
[16:10:12] <dan2k3k4> Really dislike the UI on google analytics :/
[16:10:24] *** gfhgfh has quit IRC
[16:10:24] <bd-> i had that neocomplecache auto complete and it was terrible
[16:10:25] <Evanion> Piwik?
[16:10:30] *** jlebrech_ has quit IRC
[16:10:31] <Linell> https://github.com/Valloric/YouCompleteMe
[16:10:32] <bd-> kept activating and changing stuff while navigating
[16:10:50] <zumba_addict> bd, i have youcompleteme and it's not prompting me variables after $scope.
[16:11:03] *** Click66 has quit IRC
[16:11:07] <zumba_addict> never experienced that
[16:12:02] *** grantfunke_ has quit IRC
[16:12:06] <dman777_alter> BahamutWC: weird... I had to have the --out first. traceur --out bob.js _HomeSvcs.js. I would of thought google would of made tracur where order of args wouldn't matter
[16:12:06] *** thomasreggi has joined #angularjs
[16:12:39] *** jstroem has quit IRC
[16:12:42] <Linell> Hmm... mine works just fine for autocomplete after $scope.
[16:13:01] *** jstroem has joined #angularjs
[16:13:09] *** flyingducks has joined #angularjs
[16:13:57] *** Siecje has joined #angularjs
[16:14:06] *** cwill747 has joined #angularjs
[16:14:19] *** mmealling has quit IRC
[16:14:28] <zumba_addict> bd, i opened a ticket yesterday and someone replied that it's not possible because of the period
[16:14:30] <zumba_addict> :(
[16:14:38] *** gnrlbzik has joined #angularjs
[16:14:40] *** jstroem has quit IRC
[16:14:45] *** cacts|works has joined #angularjs
[16:14:59] <bd-> vim ✔
[16:15:01] *** tomzx is now known as tomzx`afk
[16:15:05] *** jstroem has joined #angularjs
[16:15:24] <bd-> the neocomplete had same thing, people wondering how to stop it autocompleting on cursor navigations but the answer was not possible because vim
[16:15:29] *** benjah1 has quit IRC
[16:16:17] <zumba_addict> this was the response to me :( "The fact is that . is a ycmd semantic trigger for javascript which means that after you type a . YCM launch the semantic engine which probably is you omnifunc which I suspect cannot know that modeMonthOrDay is a property of $scope in this context. So YCM and ycmd are doing the right thing but the semantic engine doesn't."
[16:16:25] *** benjah1 has joined #angularjs
[16:16:46] *** jpstone has joined #angularjs
[16:16:50] *** bkuberek has joined #angularjs
[16:17:34] *** bkuberek_ has joined #angularjs
[16:17:37] *** flyingducks has quit IRC
[16:18:03] <Linell> I've got a ton of crap installed that might be helping. Is this what you're going for? http://imgur.com/a/D4RoP
[16:18:12] *** jstroem has quit IRC
[16:18:13] <Linell> Or some fancier autocomplete?
[16:18:38] *** jstroem has joined #angularjs
[16:18:45] *** hugofirth has joined #angularjs
[16:19:09] *** zumba_addict has quit IRC
[16:19:09] *** Mint has joined #angularjs
[16:19:27] *** BillCriswell has joined #angularjs
[16:19:31] *** pootpoot has joined #angularjs
[16:19:35] *** crakrjak has joined #angularjs
[16:20:22] *** Schtive2 has quit IRC
[16:20:22] *** jstroem has quit IRC
[16:20:23] <duall> woah... filter: { count: '!0' } , removes count: 0, but also removes count: 10 ...
[16:20:28] *** oniijin has joined #angularjs
[16:20:30] <duall> HALP !!
[16:20:53] *** Mint has quit IRC
[16:21:04] *** bkuberek has quit IRC
[16:21:06] *** Zesty has joined #angularjs
[16:21:09] *** bmac has joined #angularjs
[16:21:11] *** jstroem has joined #angularjs
[16:21:14] *** Zesty has quit IRC
[16:21:43] *** crakrjak has quit IRC
[16:21:55] *** bostonaholic has joined #angularjs
[16:22:03] *** atomatt has joined #angularjs
[16:22:25] *** patrick99e99 has joined #angularjs
[16:22:27] *** jbub has quit IRC
[16:22:32] *** chazzlabs has joined #angularjs
[16:23:04] *** zumba_addict has joined #angularjs
[16:23:08] <zumba_addict> got disconnected. Anything I missed bd?
[16:23:29] *** jmverges has quit IRC
[16:23:34] <duall> woah... filter: { count: '!0' } , removes count: 0, but also removes count: 10 ...
[16:23:34] <duall> HALP !!
[16:23:35] *** catonabike has joined #angularjs
[16:23:35] *** niklasmodess has quit IRC
[16:23:36] *** ronskisika has joined #angularjs
[16:23:47] <catonabike> How do you use restmod?
[16:23:49] *** cacts|works has quit IRC
[16:23:53] *** Raging_Hog has quit IRC
[16:23:55] *** pen has quit IRC
[16:23:55] *** angularUnitTest has quit IRC
[16:24:02] *** sakustar has quit IRC
[16:24:02] <Linell> I've got a ton of crap installed that might be helping. Is this what you're going for? http://imgur.com/a/D4RoP Or do you mean something fancier?
[16:24:19] <catonabike> I want to be able to *simply* bind $scope property to restmod collection result
[16:24:22] *** macabre has joined #angularjs
[16:24:32] <catonabike> it would be delightful if somebody responded to my question today
[16:24:33] *** _dizzy has quit IRC
[16:24:34] *** niklasmodess has joined #angularjs
[16:24:34] <zumba_addict> hi Linell
[16:24:35] *** gjaldon has quit IRC
[16:24:42] <chazzlabs> hey guys, I'm injecting a custom filter into a controller. is it possible to mock that custom filter in my controller's unit test, in order to do something like: "expect(customFilter).toHaveBeenCalledWith(arg1, arg2)"?
[16:24:50] <Helzibah> duall: filters are pattern matches, you could easily write your own custom filter to filter out 0 though
[16:24:57] <zumba_addict> I have youcompleteme plugin and it's doing autocompletion on javascript functions but not on my $scope variables
[16:25:11] <duall> Helzibah, do i really need to write a custom script to skip values with 0 ?
[16:25:19] <zumba_addict> Linell: does it do autocompletion on $scope.yourVariable?
[16:25:19] *** thomasreggi has quit IRC
[16:25:46] <Helzibah> duall: I'm new to angular, so I don't know if there's a better way, but custom filters are really easy
[16:25:49] *** sakustar has joined #angularjs
[16:26:02] *** krawek has joined #angularjs
[16:26:02] *** krawek has joined #angularjs
[16:26:04] *** zumba_addict has quit IRC
[16:26:13] *** knownasilya has joined #angularjs
[16:26:16] *** zumba_addict has joined #angularjs
[16:26:31] <zumba_addict> sorry Linell, I got disconnected again because train is moving and cellphone not good
[16:26:34] *** rtpg has quit IRC
[16:26:36] <Linell> Yeah, check out that gif. I make $scope.thing and then when I type $scope.thi it comes up. The buffer with the scope variable you're attempting to complete to *does* have to be open, though
[16:26:41] <zumba_addict> did you reply earlier?
[16:26:42] <catonabike> in fact it would be spectacular, because i never get answers. I'm looking for something simpler than MyModel.$collection().$fetch().$asPromise().$then(function(vs) { $scope.vs = vs; });
[16:26:55] <zumba_addict> Linell: oh nice. What plugin is it?
[16:26:56] *** jbub has joined #angularjs
[16:26:57] <catonabike> because that's pretty awful
[16:27:16] <catonabike> the thing about restmod is it contains no usage examples
[16:27:27] <catonabike> and API guesswork is only taking me so far
[16:27:29] *** patrick99e99 has quit IRC
[16:27:37] <Linell> zumba_addic: to be honest, I'm not 100% sure. I attached an image with all of my installed bundles there. I don't remember where that actual functionality came from though
[16:27:40] *** subtone100 has joined #angularjs
[16:27:58] <zumba_addict> can you do an ls ~/.vim/bundle/plugin
[16:28:06] *** dlehn has joined #angularjs
[16:28:38] <Linell> zumba_addic, yep, that's what I have in that picutre
[16:28:41] <catonabike> anyway i'll idle while #vim discussion pushes my questions above the scroll then leave, whee.
[16:28:47] <zumba_addict> oh
[16:28:48] *** Oddman_ has joined #angularjs
[16:28:57] <Linell> catonbike: if someone knows how to answer your question, they will.
[16:28:58] <zumba_addict> oh wow, you've got tons of plugin :D hehehe
[16:28:59] *** m8 has quit IRC
[16:29:04] <zumba_addict> i only have like 8
[16:29:13] *** mhartington has joined #angularjs
[16:29:24] *** pen has joined #angularjs
[16:29:33] <Linell> https://github.com/dphase/dphase-vim
[16:29:38] *** bkuberek has joined #angularjs
[16:29:55] *** monir has joined #angularjs
[16:30:04] <catonabike> Linell: apparantly even if it's hugly OT
[16:30:15] *** jstroem has quit IRC
[16:30:16] <catonabike> hey guys how to I change $PATH?
[16:30:19] *** shackleford has quit IRC
[16:30:28] * catonabike awaits flood
[16:30:39] <sonicparke|bradm> so ng-conf tickets...is there anything that says they're non-transferrable?
[16:30:46] *** jstroem has joined #angularjs
[16:30:51] *** thomasreggi has joined #angularjs
[16:30:53] *** shackleford has joined #angularjs
[16:31:10] *** Ch4rAss has quit IRC
[16:31:13] <chazzlabs> hey guys, I'm injecting a custom filter into a controller. is it possible to mock that custom filter in my controller's unit test, in order to do something like: "expect(customFilter).toHaveBeenCalledWith(arg1, arg2)"?
[16:32:04] *** PGTips has joined #angularjs
[16:32:30] <catonabike> chazzlabs: try: module('my.mod', function($filterProvider) { $filterProvider.register('filtername', fn); });
[16:32:33] <catonabike> chazzlabs: https://docs.angularjs.org/api/ng/provider/$filterProvider
[16:32:54] *** bkuberek_ has quit IRC
[16:32:56] <zumba_addict> Linell: I like that tab like panes at the bottom of dphase vim. What is it called?
[16:33:02] * catonabike does the can't use restmod reasonably dance
[16:33:02] *** jaydubya_ has quit IRC
[16:33:25] *** whitebook has quit IRC
[16:33:29] *** shpoont has joined #angularjs
[16:33:36] *** deanclkclk has quit IRC
[16:33:37] *** jaydubya has joined #angularjs
[16:34:24] *** Evanion has quit IRC
[16:35:11] *** Sebastien-L has quit IRC
[16:35:12] *** darrin has quit IRC
[16:37:20] *** azizur has quit IRC
[16:37:20] <Linell> catonabike: I've never used it before, but that looks like the way, according to their docs. That is pretty awful.
[16:37:24] <Linell> zumba, https://github.com/Lokaltog/vim-powerline
[16:37:28] *** mguillech has quit IRC
[16:37:50] *** crunch-choco has joined #angularjs
[16:38:12] *** crackerzNcheez has joined #angularjs
[16:38:54] *** mennea has quit IRC
[16:39:24] *** araujo has joined #angularjs
[16:40:27] *** gjaldon has joined #angularjs
[16:40:39] *** btyne1 has quit IRC
[16:40:53] <crunch-choco> how can i purge app.value('user',{}); anyone knows?
[16:41:02] *** jlebrech has joined #angularjs
[16:41:53] *** HardFu has quit IRC
[16:42:44] *** bmac has quit IRC
[16:42:49] *** darrin has joined #angularjs
[16:42:52] *** deviled has joined #angularjs
[16:43:16] *** mguillech has joined #angularjs
[16:43:31] *** chazzlabs has left #angularjs
[16:43:46] *** diosney has quit IRC
[16:44:06] *** zumba_addict has quit IRC
[16:44:09] *** bmac has joined #angularjs
[16:44:32] *** tomzx`afk is now known as tomzx
[16:44:40] *** shackleford has quit IRC
[16:44:42] *** dcherman has joined #angularjs
[16:45:04] *** damain has quit IRC
[16:45:08] *** gjaldon has quit IRC
[16:46:00] *** IvailoStoianov has joined #angularjs
[16:46:18] *** _ritchie_ has quit IRC
[16:46:28] <catonabike> Linell: nevertheless it has many more features and seems better designed than Restangular
[16:46:32] *** mot0rola has quit IRC
[16:46:33] *** cthrax has joined #angularjs
[16:46:43] *** mguillech has quit IRC
[16:46:53] *** sk87 has joined #angularjs
[16:47:22] *** deviled has quit IRC
[16:47:35] *** eamonn has joined #angularjs
[16:48:37] *** bmac has quit IRC
[16:48:49] *** tfennelly has joined #angularjs
[16:48:58] *** mguillech has joined #angularjs
[16:49:57] *** icfantv has joined #angularjs
[16:50:26] *** shackleford has joined #angularjs
[16:50:56] *** Nizumzen has joined #angularjs
[16:51:06] *** IanOlson has joined #angularjs
[16:51:11] *** gnrlbzik has quit IRC
[16:51:12] *** ish has left #angularjs
[16:51:23] *** hardyvent has quit IRC
[16:51:26] *** gnrlbzik has joined #angularjs
[16:51:49] *** moritzs has joined #angularjs
[16:51:53] *** diosney has joined #angularjs
[16:51:54] *** josh-k_ has joined #angularjs
[16:52:00] *** xavia has joined #angularjs
[16:52:07] *** ehynds has joined #angularjs
[16:52:42] *** hardyvent has joined #angularjs
[16:52:55] *** lexek__ has quit IRC
[16:53:03] *** shpoont has quit IRC
[16:53:38] *** moafoca has joined #angularjs
[16:53:43] *** cesarkawakami has joined #angularjs
[16:54:11] <cwill747> Does anyone like a particular table directive? With AJAX support?
[16:54:15] *** comfreek has joined #angularjs
[16:54:25] *** jmckind has quit IRC
[16:56:17] <comfreek> I get a lexer error when using __'\\'.replace(/\\/g, '')__. Is this a known bug or did I overlook something? http://plnkr.co/edit/7uhO4YxUcVTQptnO6rnw?p=preview
[16:56:41] *** Sjimi has quit IRC
[16:57:08] *** hugofirth has quit IRC
[16:57:15] *** hardyvent has quit IRC
[16:57:28] *** nesquerra has quit IRC
[16:57:58] *** yelvert has joined #angularjs
[16:58:15] *** azizur has joined #angularjs
[16:58:16] *** seriema has joined #angularjs
[16:58:16] *** webus has joined #angularjs
[16:59:07] *** conan_the_destro has joined #angularjs
[16:59:25] *** shpoont has joined #angularjs
[16:59:31] *** fedenunez has quit IRC
[16:59:38] <Lakario> comfreek what are you expecting that to do?
[16:59:51] <Lakario> {'prop': '' } ?
[17:00:29] <comfreek> Lakario: it's only a narrowed down example
[17:00:49] *** adpirz has joined #angularjs
[17:00:51] <comfreek> My original code was: ng-style="{'background-image': 'url(\'' + imgCtrl.curImageURI().replace(/\\/g, '/') + '\')'}"
[17:00:59] <Lakario> i see
[17:01:03] *** jmckind has joined #angularjs
[17:01:21] *** Sjimi has joined #angularjs
[17:01:38] *** aendrew has quit IRC
[17:01:41] *** ome has quit IRC
[17:02:12] *** titanomachy has joined #angularjs
[17:02:31] *** monir has quit IRC
[17:02:35] <Lakario> im thinking maybe regex syntax in that expression is causing problems
[17:02:53] *** thedodd has quit IRC
[17:03:05] <Lakario> there's nothing inherently wrong with your syntax (except for missing trailing curly brace
[17:03:06] *** aendrew has joined #angularjs
[17:03:07] *** nickBek has joined #angularjs
[17:03:20] *** snapwich has joined #angularjs
[17:03:42] *** chaohuanghong1 has quit IRC
[17:03:48] *** junmin has joined #angularjs
[17:03:54] *** Shilon has quit IRC
[17:04:00] *** chaohuanghong has joined #angularjs
[17:04:06] *** shpoont has quit IRC
[17:04:07] *** gaganjyot has joined #angularjs
[17:04:10] *** jstroem has quit IRC
[17:04:16] <comfreek> Lakario: Where is a missing curly brace?
[17:04:39] *** spazbite has quit IRC
[17:04:40] *** jstroem has joined #angularjs
[17:04:54] *** favetelinguis has joined #angularjs
[17:05:04] <Lakario> this works, for me: http://plnkr.co/edit/tsTiiluOCuMcx9aRJd73?p=preview
[17:05:11] *** azizur has quit IRC
[17:05:12] *** adpirz has quit IRC
[17:05:23] *** tfennell_ has joined #angularjs
[17:05:35] <Lakario> i think just backing it with a scope method is the way to go
[17:05:40] *** JohnBat26 has quit IRC
[17:05:42] *** Cache_Money has quit IRC
[17:05:53] *** Marble68 has joined #angularjs
[17:06:02] <comfreek> Absolutely, but it's still a bug, isn't it?
[17:06:16] *** Abhijit has quit IRC
[17:06:17] <Lakario> bug/unsupported. looks like it
[17:06:57] *** busticated has joined #angularjs
[17:06:59] *** sojic has quit IRC
[17:07:52] *** MaxV has quit IRC
[17:07:58] *** shpoont has joined #angularjs
[17:08:05] *** tfennelly has quit IRC
[17:08:18] *** artisangoose has joined #angularjs
[17:08:30] *** fedenunez has joined #angularjs
[17:09:10] *** metal55 has joined #angularjs
[17:10:41] *** newton is now known as sindacious
[17:10:43] *** sindacious is now known as newton
[17:10:53] *** azizur has joined #angularjs
[17:11:42] *** theahindle has joined #angularjs
[17:12:22] *** ctanga has joined #angularjs
[17:12:29] <theahindle> Hi - I have a big object 'servers', I ng-repeat it into 'server' and that has another object 'conns' which is a dictionary/key=>value object - I need to count the length of conns - server.conns.length doesn't work
[17:12:34] <theahindle> How can I output the length of server.conns?
[17:13:01] <Linell> theahindle: try http://stackoverflow.com/questions/5223/length-of-a-javascript-object-that-is-associative-array
[17:13:31] *** bkuberek has quit IRC
[17:13:31] <theahindle> Linell: Sorry I meant from the HTML is there a way
[17:13:33] *** MaxV has joined #angularjs
[17:13:44] *** IJNX has quit IRC
[17:13:47] <theahindle> Do you think I'll have to add connLength property from the JS?
[17:13:50] <bd-> {{Object.keys(servers).length}}
[17:14:11] *** monir has joined #angularjs
[17:14:30] <bd-> or return that from a function in controller and {{getServersLength()}} is probably better
[17:14:33] <theahindle> If that works I'll love you forever (well, at least 3 minutes)
[17:14:39] *** crunch-choco has quit IRC
[17:15:11] *** Cache_Money has joined #angularjs
[17:15:35] *** gurke_ has joined #angularjs
[17:15:45] <theahindle> {[{ Object.keys(server.conns).length }]}
[17:15:50] *** cuebix-wk has joined #angularjs
[17:15:51] *** mhartington has left #angularjs
[17:15:52] *** gurke_ has quit IRC
[17:15:54] <theahindle> That didn't work (I have to use {[{ because I'm using Twig)
[17:16:05] <theahindle> I think I might have to add a function and use that
[17:16:08] *** mmealling has joined #angularjs
[17:16:10] <cuebix-wk> whaddup my ninjas
[17:16:19] <bd-> using object.keys directly in angular templates definitely works
[17:16:24] *** gurke_ has joined #angularjs
[17:16:26] <bd-> maybe whatever else you're using is interfering
[17:16:33] <bd-> but it's probably better to put it in a function anyways
[17:16:42] *** svycka has quit IRC
[17:16:42] *** metal55 has quit IRC
[17:16:46] <cuebix-wk> if I have a select and i'm using ng-options with an object, how do i prevent it from re-ordering my items? i want the options to appear in the order they were defined
[17:16:49] *** jstroem has quit IRC
[17:17:02] <theahindle> bd-: I'm not doing anything special - just getting JSON via $http, then looping
[17:17:07] *** zzing has quit IRC
[17:17:07] *** raskel has quit IRC
[17:17:09] <bd-> oh, apparently object.keys isn't supported in IE<=8 if that's an issue
[17:17:35] *** wdna has joined #angularjs
[17:17:37] *** htmelvis has joined #angularjs
[17:17:46] <theahindle> Moved it to a function and it works now
[17:17:48] <cuebix-wk> or is there a way to force the value that gets set in the options. I can get it to appear properly when i use an array
[17:17:50] <theahindle> Odd, but thankyou bd- :)
[17:18:06] <cuebix-wk> but I don't want the option values to be indexes
[17:18:37] *** _ritchie_ has joined #angularjs
[17:18:46] <sacho> cuebix-wk, why do you need the options's value?
[17:19:06] *** optikalmouse has quit IRC
[17:19:15] *** k308de is now known as k308
[17:19:22] <Linell> cuebix-wk: you can set the values your self. `item.id as item.name for item in items` type thing. You can also set the pre-selected value by just setting the ng-model to what you want that option to be
[17:19:28] <cuebix-wk> it's more for my qa team, so that they can use the ids of the options to identify them and run tests
[17:19:44] <cuebix-wk> ah, let me try that Linell
[17:19:45] *** seiyria has quit IRC
[17:20:10] *** Shilon has joined #angularjs
[17:21:36] *** patrickarlt has joined #angularjs
[17:21:47] *** bkuberek has joined #angularjs
[17:22:42] *** Sebastien-L has joined #angularjs
[17:22:42] *** gjaldon has joined #angularjs
[17:22:47] <comfreek> Lakario: (Minor) issue submitted: https://github.com/angular/angular.js/issues/10026
[17:23:02] <cuebix-wk> that doesnt seem to work
[17:23:08] *** gjaldon has quit IRC
[17:23:13] *** mspier|away is now known as mspier
[17:23:17] <cuebix-wk> i'm talking about the html <option> values, not the angular values
[17:23:34] *** cacts has quit IRC
[17:23:45] <Linell> Can you post a plunker with some data that looks like yours?
[17:23:49] *** patricka_ has joined #angularjs
[17:23:50] *** jagga__ has quit IRC
[17:23:58] <dman777_alter> BahamutWC: are you using gulp-tranceur?
[17:23:59] <cuebix-wk> sure let me create a sample.. one sec
[17:24:12] *** cesarkawakami has quit IRC
[17:24:18] *** mhartington has joined #angularjs
[17:24:54] *** Foxandxss changes topic to "http://angularjs.org/ | Docs: http://docs.angularjs.org/ | Latest release: 1.2.26 / 1.3.2 | Be respectful! Code Of Conduct: http://goo.gl/m7MHxk | Paste your code here: http://plnkr.co/edit/tpl:FrTqqTNoY8BEfHs9bB0f | #ionic for Ionic questions | The channel is being logged at: http://goo.gl/8Wwttq | Be polite! ( *❛‿❛)/˚°◦🐙"
[17:25:03] *** trend has joined #angularjs
[17:26:18] *** Sjimi has quit IRC
[17:26:21] *** c00ljs has joined #angularjs
[17:26:21] *** marcjs_ has joined #angularjs
[17:26:43] <Foxandxss> well, for those ionic users, there is #ionic channel as well, just a reminder :P
[17:26:51] *** patrickarlt has quit IRC
[17:27:12] <wdna> Hay, just finished reading couple of Angular tutorials, now I'm implementing a simple RSS reader app. but I got confused, I created a controller and service. the controller loaded service sends AJAX request to get the feed items, the controller also loaded a view with a template that should show the list. but how do I get the view updated? I tried $scope.$apply(); but that results an error, probably
[17:27:15] <wdna> because it's after the render.
[17:27:23] *** arabot has joined #angularjs
[17:27:32] *** oncenull has quit IRC
[17:28:00] <Foxandxss> we would need to see some code to see what are you doing
[17:28:03] <Lakario> it is almost never valid to call $scope.$apply() as that is automatically called by the digest cycle
[17:28:05] *** oncenull has joined #angularjs
[17:28:08] <Foxandxss> you can use pastebin / gist / whatever
[17:28:14] <Lakario> if you post your code on plunkr maybe we can help
[17:28:23] <Foxandxss> Lakario: not exactly
[17:28:28] <Foxandxss> $apply is not wrong
[17:28:37] *** marcjs has quit IRC
[17:28:49] <Foxandxss> needed on those calls outside angular context
[17:28:51] *** larsgk has quit IRC
[17:28:53] <seriema> wdna: the issue is probably in how you're binding the data to the scope, and how you're accessing your scope data in your html. but yeah, some code would be nice
[17:29:07] <binjured> anybody use ui-router? having a weird issue where i can't navigate directly to a view like /foo/bar, but the main app controller can go() there fine during $stateChangeStart
[17:29:19] *** trend has quit IRC
[17:29:26] <Lakario> Foxandxss true, as i said, "almost never valid"
[17:29:32] <cuebix-wk> ha, of course when i do the small scale example, i get different results. ok so my issue is elsewhere. let me figure out what's going on
[17:29:34] <seriema> wdna: protip: make sure you're doing it right with something super simple. skip service for now and all that junk. just try to get the "hello world" to output
[17:29:48] <binjured> so what happens is i go to /#/foo/bar, get redirected to the otherwise() url, and then go() to /foo/bar anyway.
[17:29:49] *** kirfu has joined #angularjs
[17:29:52] <Foxandxss> Hey, ionic devs needs some feedback on http://forum.ionicframework.com/t/please-help-test-angular-1-3-improved-transitions-cached-views-etc/12528 I know there is ionic users as well
[17:30:07] *** oncenull has quit IRC
[17:30:14] *** cwill747 has quit IRC
[17:30:26] *** oncenull has joined #angularjs
[17:31:10] *** dan2k3k4 has quit IRC
[17:31:25] *** bradmaxs has joined #angularjs
[17:31:43] *** christianbking has quit IRC
[17:32:00] *** crunch-choco has joined #angularjs
[17:32:24] *** crunch-choco is now known as Guest57089
[17:32:25] *** seiyria has joined #angularjs
[17:32:27] <cuebix-wk> Looks like maybe it was a bug in angular 1.3.0, I just upgraded to 1.3.2 and it works fine now
[17:32:49] <wdna> seriema: I found my issue, it was just a stupid bug I created, I assigned to $scope inside the controller instead inside the success(...)
[17:33:09] *** ctanga_ has joined #angularjs
[17:33:17] <seriema> wdna: yeah that would mess it up :P
[17:33:51] *** arkin has joined #angularjs
[17:34:11] <Foxandxss> promises are treacherous some time :P
[17:35:07] *** ctanga has quit IRC
[17:35:07] *** ctanga_ is now known as ctanga
[17:35:20] <duall> is there any angular function like $watch.. but it stops watching automatically after receiving ? something like scope.$waitFor('data.instance')
[17:35:22] <seriema> I'm reading through this https://github.com/tastejs/todomvc/tree/gh-pages/examples/angularjs_require and I really can't see any benefits at all... I imagine it would be good with something closer to ES6 modules as that's what ng 2.0 is going to use, but this just seems messy?
[17:35:35] <seriema> duall: $promise ?
[17:35:52] <seriema> it's not a $watch per se, but ... yeah
[17:36:04] <duall> i cannot $promise a string
[17:36:04] <Siecje> What is the recommended way to wait for a promise conditionally. So you might not need it but if you do don't continue unless you have ithttps://dpaste.de/N3yV
[17:36:13] *** frobs has quit IRC
[17:36:16] *** settinghead has joined #angularjs
[17:36:36] <Foxandxss> duall: you can remove watches
[17:36:51] <Foxandxss> $watch returns a function which cancels the watch if you call it
[17:36:52] <duall> Foxandxss, thats what I'm doing atm.. but thought maybe there's a function for that
[17:37:15] *** stormbytes has joined #angularjs
[17:37:25] <seriema> duall: you can have a string as the promise resolution value np, but I'm not sure what you're trying to achieve
[17:38:12] *** kirfu has quit IRC
[17:38:14] *** sonicparke|bradm has quit IRC
[17:38:37] *** subtone100 has quit IRC
[17:38:43] *** Ix-Xitan has joined #angularjs
[17:38:43] *** Ix-Xitan is now known as PointBlank
[17:38:57] *** yts has quit IRC
[17:39:19] *** comfreek has quit IRC
[17:39:31] <seriema> anyone mixing ES6 features with Angular today? in any way? ES6 + Traceur, TypeScript, CoffeeScript?
[17:39:33] *** preben_ has joined #angularjs
[17:39:39] *** nycdevgirl has joined #angularjs
[17:40:28] *** subtone100 has joined #angularjs
[17:40:53] *** thomasreggi has quit IRC
[17:41:02] <Linell> I use angular and coffeescript every day
[17:41:26] *** mzabriskie has joined #angularjs
[17:41:45] *** oncenull has quit IRC
[17:42:21] *** josh-k_ has quit IRC
[17:42:22] *** macobo has quit IRC
[17:42:26] *** PointBlank has quit IRC
[17:42:33] *** Ix-Xitan has joined #angularjs
[17:42:33] *** Ix-Xitan is now known as PointBlank
[17:42:34] *** dimas has joined #angularjs
[17:42:49] *** josh-k has joined #angularjs
[17:43:00] *** adamdbradley has joined #angularjs
[17:43:25] <seriema> Linell: besides syntax, and instead think "ES5 features" vs "ES6 features" (like classes), what do you think are the benefits when writing Angular apps?
[17:43:25] *** shackleford has quit IRC
[17:43:35] *** dhcar_AFK is now known as dhcar
[17:43:39] *** eBureau has quit IRC
[17:43:55] *** evilaliv3 has joined #angularjs
[17:44:10] *** Oxynum has joined #angularjs
[17:44:33] *** frankblizzar has quit IRC
[17:44:58] *** PointBlank has quit IRC
[17:45:07] *** Ix-Xitan has joined #angularjs
[17:45:07] *** Ix-Xitan is now known as PointBlank
[17:45:10] *** platonic has joined #angularjs
[17:45:43] *** dmack has joined #angularjs
[17:45:53] <Siecje> What is the proper way to optionally wait for a promise https://dpaste.de/GGzG
[17:46:13] <Foxandxss> well, there are cool features in ES6 apart from classes eh
[17:46:15] *** frankblizzar has joined #angularjs
[17:46:32] *** frem has joined #angularjs
[17:46:55] <storkme> deliver us from 'function'
[17:47:00] *** zerd_ has quit IRC
[17:47:02] <Foxandxss> I saw yesterday Koa I think using ES6 generators
[17:47:05] <Foxandxss> ohh damn cool
[17:47:13] *** josh-k has quit IRC
[17:47:35] *** walbert has joined #angularjs
[17:47:41] <storkme> yep
[17:47:49] *** ronskisika has quit IRC
[17:48:32] *** tplaner has quit IRC
[17:49:43] *** marshall_ has joined #angularjs
[17:50:10] *** platonic has quit IRC
[17:50:12] <Linell> seriema: the biggest benefit I can point at is the syntax. Other stuff I'm not really sure. I started learning angular with coffeescript and have only ever done anything else when working on plunker
[17:50:37] *** nfroidure has quit IRC
[17:50:48] *** sonofdirt has joined #angularjs
[17:50:49] *** Oddman_ has quit IRC
[17:51:40] <syzygy__> I’m looking for an example of an edit form if anyone could point me in the right direction. My scenario = User to select an item and edit it using the same multi step form used in creation. Instead of starting off w/ the empty object, use the id of the one which led me to the edit form.
[17:51:40] *** g33k5z has quit IRC
[17:51:50] *** g33k5z has joined #angularjs
[17:52:04] *** dhcar is now known as dhcar_AFK
[17:52:13] *** zerd has joined #angularjs
[17:52:57] *** cliluw has quit IRC
[17:54:06] <jlebrech> how do I create a main controller? just have one included from index or can I can append it to my app module?
[17:54:16] *** yelvert has quit IRC
[17:54:30] *** azizur has quit IRC
[17:54:42] *** yelvert has joined #angularjs
[17:54:46] <jaydubya> http://plnkr.co/edit/k97q1f?p=preview <-- in the directive(app.js), the confirm dialog fires as expected but I did something wrong with the confirmedClick because the array is not spliced. To test, click 'Admin' on landing and try to delete a user.
[17:55:02] <caitp> depending on your version of angular, you can define a function wherever you want and use it as a controller
[17:55:13] <caitp> in newer ones you can't, so you need to register it via the module api
[17:55:19] *** mhartington has left #angularjs
[17:55:20] *** sacho has quit IRC
[17:55:22] *** obto has joined #angularjs
[17:56:50] <Linell> syzygy__: how would you determine if it's a new object or not? Something I've done (but feels kind of hacky) is to user my templating engine to insert the id of the object I'm going to modify into the call to ng-init(). Then, if the id is present, use a service to fetch the data for that object and set all of the variables to their correct values based off of that
[17:56:51] *** lsiv568 has quit IRC
[17:57:16] *** elrabin has joined #angularjs
[17:57:18] *** tfennell_ has quit IRC
[17:57:56] <syzygy__> @Linell, yeah not quite sure, first time using angular. I’d imagine I’d pass the id in the URI, but maybe it’s not even neccesary.
[17:58:04] <seriema> Linell: ok hmm
[17:58:08] *** fbenoit has quit IRC
[17:58:09] *** btyne has joined #angularjs
[17:58:10] *** patricka_ has quit IRC
[17:58:20] *** htmelvis has quit IRC
[17:58:47] *** patrickarlt has joined #angularjs
[17:59:01] <seriema> caitp: I'm writing an article on preparing for angular 2.0, and I've seen you a bit on github. could I get your opinion on a few things? =)
[17:59:05] *** ac360 has joined #angularjs
[17:59:10] *** tomnewmann has joined #angularjs
[17:59:13] *** yelvert has quit IRC
[17:59:21] *** beachandbytes has joined #angularjs
[17:59:29] <caitp> angular 2.0 is the greatest invention ever, literally laid down for us by the gods
[17:59:35] <jaydubya> syzygy__: my plunker (http://plnkr.co/edit/k97q1f?p=preview) is kinda doing that but, so far, new is a two-stop process of inserting a blank and the user has to click 'Edit' ... if I can figure out how to do that in one step, I am reusing the edit/create form
[17:59:37] <caitp> (these are not necessarily things I really believe)
[17:59:38] *** tomnewmann has quit IRC
[17:59:44] <oniijin> lol
[17:59:44] <seriema> lol
[17:59:44] *** cwill747 has joined #angularjs
[17:59:45] *** yozilla has quit IRC
[17:59:47] *** tomnewmann has joined #angularjs
[18:00:11] *** ctanga has quit IRC
[18:00:43] <seriema> I know it's evolving and all =) still, I've shown it around a bit and it seems ok. but I haven't been able to show it to someone on the team and any input would be very appreciated
[18:00:46] *** cohitre has joined #angularjs
[18:01:29] <caitp> i'm on the 1.x team right now, so i haven't done much for the new prototypes other than yell at people on everyones favourite issue
[18:01:31] <syzygy__> @jaydubya, thanks. going to take a look now.
[18:01:32] *** bzitzow_ has joined #angularjs
[18:01:42] *** rburns has quit IRC
[18:01:49] *** eamonn has quit IRC
[18:02:22] *** m3_del has joined #angularjs
[18:02:23] <caitp> by the time i am working on the 2.0 prototype it will either be too late and already ruined, or good enough
[18:02:28] <caitp> so lets hope that it's good enough :>
[18:02:30] *** edy has quit IRC
[18:02:40] *** qqq has joined #angularjs
[18:02:43] *** edy has joined #angularjs
[18:02:45] <seriema> caitp: that's fine too, as my approach is to look at the things happening around ng and the plans that affect 1.3+
[18:02:52] <seriema> caitp: lol lol
[18:03:04] *** qqq is now known as Guest20150
[18:03:09] *** oncenull has joined #angularjs
[18:03:09] *** htmelvis has joined #angularjs
[18:03:28] *** patrickarlt has quit IRC
[18:03:28] *** patricka_ has joined #angularjs
[18:03:31] *** eamonn has joined #angularjs
[18:03:38] *** advy has joined #angularjs
[18:03:46] *** beachandbytes has quit IRC
[18:04:06] *** MaxV has quit IRC
[18:04:21] *** richiebkr has joined #angularjs
[18:04:45] *** tplaner has joined #angularjs
[18:04:46] <jaydubya> Is there a directive doctor in the house?
[18:05:27] *** patrickarlt has joined #angularjs
[18:05:37] *** patricka_ has quit IRC
[18:05:39] <caitp> do you need help with something?
[18:05:58] <jaydubya> caitp: http://plnkr.co/edit/k97q1f?p=preview <-- in the directive(app.js), the confirm dialog fires as expected but I did something wrong with the confirmedClick because the array is not spliced. To test, click 'Admin' on landing and try to delete a user.
[18:06:11] <Guest20150> jquery \
[18:06:33] *** ctanga has joined #angularjs
[18:07:04] *** patrickarlt has quit IRC
[18:07:09] *** jlebrech has quit IRC
[18:07:39] *** patrickarlt has joined #angularjs
[18:07:40] *** subtone100 has quit IRC
[18:08:11] *** advy has quit IRC
[18:08:19] *** tfennelly has joined #angularjs
[18:08:19] *** tomnewmann has quit IRC
[18:08:27] *** ctanga has quit IRC
[18:08:29] *** tomnewmann has joined #angularjs
[18:08:40] *** advy has joined #angularjs
[18:09:02] *** PointBlank is now known as Ix-xitan
[18:09:09] *** Guest20150 has quit IRC
[18:09:41] *** azizur has joined #angularjs
[18:10:47] <seriema> caitp: can I convince you to take a look at my article? =)
[18:11:23] <caitp> sure
[18:11:33] *** Nizumzen has quit IRC
[18:11:33] *** aendrew has quit IRC
[18:11:35] *** Xethron has quit IRC
[18:11:57] <seriema> weee!!
[18:11:57] *** patrickarlt has quit IRC
[18:12:34] *** Xethron has joined #angularjs
[18:12:56] *** mityaz has quit IRC
[18:13:40] <seriema> caitp: PM'ed you
[18:14:10] <Siecje> Why doesn't wait every get changed https://dpaste.de/GGzG
[18:14:51] *** ctanga has joined #angularjs
[18:15:04] *** slopjong has quit IRC
[18:15:09] *** tristanp has quit IRC
[18:15:11] *** aendrew has joined #angularjs
[18:15:30] *** D-Boy has quit IRC
[18:15:31] *** tomnewmann has quit IRC
[18:15:36] *** D-Boy has joined #angularjs
[18:16:19] *** jstroem has joined #angularjs
[18:16:33] *** mak`` has joined #angularjs
[18:16:58] *** ctanga has quit IRC
[18:18:07] <advy> Hey can someone help me with angualar ui-router's reloadOnSearch.
[18:18:27] *** corehook has joined #angularjs
[18:18:28] <advy> I have a state which acts as a proxy whose job is to load another state(which does not have url) based on the dynamic parameters value in the url. But when I try to update `$location.search()` from the url-less state's controller it refreshes all the states and all the resolves are called. Is there a way to avoid this? I have reloadOnSearch set to false on both the state still no luck.
[18:19:00] *** tristanp has joined #angularjs
[18:19:09] <BahamutWC|Work> I so should have applied to do the angular & react talk for ng-conf
[18:19:28] *** richiebkr has quit IRC
[18:19:35] *** thedodd has joined #angularjs
[18:19:50] <catonabike> BahamutWC|Work: cool
[18:19:53] *** glosoli has joined #angularjs
[18:20:08] *** walden is now known as walden|lunch
[18:20:09] *** Siyfion has quit IRC
[18:20:17] *** catonabike has quit IRC
[18:21:09] *** htmelvis has quit IRC
[18:22:06] *** afuggini has quit IRC
[18:22:07] *** NormySan has joined #angularjs
[18:22:46] *** richiebkr has joined #angularjs
[18:22:55] *** intellix has quit IRC
[18:23:03] *** cleme1mp has joined #angularjs
[18:23:51] *** patrick99e99 has joined #angularjs
[18:24:23] *** Asiajey has quit IRC
[18:24:28] *** yelvert has joined #angularjs
[18:24:33] *** AngularUI has joined #angularjs
[18:24:33] <AngularUI> [ng-grid] morungos opened pull request #2076: Use local rather than global path bower install (master...non-global-bower) http://git.io/Vuz74g
[18:24:33] *** AngularUI has left #angularjs
[18:24:40] *** Asiajey has joined #angularjs
[18:25:43] *** trend has joined #angularjs
[18:25:52] *** theahindle has left #angularjs
[18:26:01] *** gjaldon has joined #angularjs
[18:26:02] *** cacts|works has joined #angularjs
[18:26:05] *** advy has left #angularjs
[18:26:24] *** advy has joined #angularjs
[18:27:17] *** htmelvis has joined #angularjs
[18:28:00] *** jonathanpglick has joined #angularjs
[18:28:24] *** stormbytes has quit IRC
[18:28:34] *** ChadStrat has joined #angularjs
[18:28:36] *** patrick99e99 has quit IRC
[18:29:08] *** patrickarlt has joined #angularjs
[18:29:39] *** CodeTroth has joined #angularjs
[18:29:48] *** yts has joined #angularjs
[18:30:10] *** mejid has joined #angularjs
[18:30:10] <ac360> Guys, I stayed up all night last night trying to write Documentation for a new and unconventional concept. It’s the first time I’ve written Documentation. Could anyone check it out and give me some advice as to how I can make it better? – https://developers.servant.co
[18:30:17] *** trend has quit IRC
[18:30:19] *** Johnny13371337 has joined #angularjs
[18:30:32] *** sk87 has quit IRC
[18:30:52] *** Asiajey has quit IRC
[18:31:10] *** mivv has joined #angularjs
[18:31:29] *** mnngfltg has quit IRC
[18:31:37] *** Asiajey has joined #angularjs
[18:31:38] *** Asiajey has joined #angularjs
[18:31:57] *** deviled has joined #angularjs
[18:31:57] <thomastuts> ac360: off the top of my head, i'd say add proper anchor links to your docs so people can link to relevant sections
[18:32:35] *** merobertsjr has joined #angularjs
[18:32:45] <ac360> thomastuts: Yeah, I was hoping it wouldn't be a big deal, but you've clearly pointed out that it is. I'll fix it, sorry!
[18:32:56] <mivv> When using $http.post is there any way to detect a redirect and act accordingly? My backend redirects requests to the login page if the session has timed out and I want to detect that, but it's following the redirect transparently and I'm not hitting either my success or failure callbacks
[18:32:56] *** elrabin has quit IRC
[18:33:16] *** desp has joined #angularjs
[18:33:32] *** josh3336 has quit IRC
[18:33:40] *** KurtB has quit IRC
[18:33:44] *** optikalmouse has joined #angularjs
[18:33:58] *** jacuqesdancona_ has quit IRC
[18:34:33] *** jacuqesdancona_ has joined #angularjs
[18:34:59] <thomastuts> ac360: it's not that i link to doc sections every day (or every week for that matter), it just bothers me that you do have the anchor functionality with the scrolling, but not the actual links to it
[18:35:21] <thomastuts> s/it/them
[18:35:22] <ac360> thomastuts: It bother me too
[18:36:24] *** deviled has quit IRC
[18:36:25] *** Asiajey has quit IRC
[18:36:34] *** greengriminal has joined #angularjs
[18:36:40] *** elrabin has joined #angularjs
[18:36:53] *** L0u1s has joined #angularjs
[18:36:57] *** Asiajey has joined #angularjs
[18:37:16] *** advy has quit IRC
[18:37:20] <L0u1s> is there a way to do this
[18:37:43] <L0u1s> <div ng-bind="foo"><span>Hello</span></div>
[18:38:18] *** atomatt has quit IRC
[18:38:37] *** jacuqesdancona_ has quit IRC
[18:38:40] *** oniijin has quit IRC
[18:39:38] *** Javed has joined #angularjs
[18:39:40] *** shackleford has joined #angularjs
[18:39:50] *** Javed has quit IRC
[18:39:51] *** cliluw has joined #angularjs
[18:40:08] *** kreiggers has joined #angularjs
[18:40:54] *** elrabin has quit IRC
[18:41:53] *** KernelCurry has joined #angularjs
[18:42:04] *** Shilon has quit IRC
[18:42:07] *** blocky has left #angularjs
[18:42:36] *** thomastuts has quit IRC
[18:42:49] *** Efrem has joined #angularjs
[18:42:57] *** ogdabou has quit IRC
[18:43:01] *** nfroidure has joined #angularjs
[18:43:19] *** Xantier has quit IRC
[18:43:26] *** Asiajey has quit IRC
[18:43:39] *** Asiajey has joined #angularjs
[18:43:40] *** Asiajey has joined #angularjs
[18:44:08] *** marcjs_ has quit IRC
[18:44:21] *** jacuqesdancona_ has joined #angularjs
[18:44:46] *** elrabin has joined #angularjs
[18:44:51] *** marcjs has joined #angularjs
[18:44:53] *** rabbi1 has quit IRC
[18:44:54] *** enigmarm has quit IRC
[18:45:02] *** shackleford has quit IRC
[18:45:18] *** arthas has quit IRC
[18:45:34] *** shackleford has joined #angularjs
[18:45:47] *** Oxynum has quit IRC
[18:45:48] *** tangorri has quit IRC
[18:46:00] *** Snugug has quit IRC
[18:46:20] *** robozahn has quit IRC
[18:46:32] *** Guest57089 has quit IRC
[18:47:00] *** jpstone has quit IRC
[18:47:49] *** hnomad has joined #angularjs
[18:48:04] *** DannyCallaghan has quit IRC
[18:49:14] *** Soop has joined #angularjs
[18:49:19] *** Asiajey has quit IRC
[18:49:28] *** Asiajey has joined #angularjs
[18:49:40] *** adpirz has joined #angularjs
[18:50:14] *** g33k5z has quit IRC
[18:50:14] *** L0u1s has quit IRC
[18:50:46] <dman777_alter> anyone use gulp-traceur? seems the traceur runtime enviroment is missing and I was wondering if anyone else had this issue https://github.com/sindresorhus/gulp-traceur/issues/46#issuecomment-62602116
[18:50:46] *** Mymy24 has quit IRC
[18:51:00] *** g33k5z has joined #angularjs
[18:51:05] <Soop> Would anyone help me access this json data from within an array? I've tried every possible way of setting my data and ng-repeat, but have had zero luck. https://imgur.com/JqJKj9l
[18:51:05] *** DannyCallaghan has joined #angularjs
[18:51:41] *** RobinBAwesome has joined #angularjs
[18:51:56] *** slopjong has joined #angularjs
[18:52:03] *** bostonaholic has quit IRC
[18:52:12] *** mguillech has quit IRC
[18:52:33] *** daemonsy has joined #angularjs
[18:52:34] *** christianbking has joined #angularjs
[18:52:38] <christianbking> hey
[18:52:54] *** fatshark has quit IRC
[18:53:15] <Linell> Soop: what have you tried? Are you just trying to iterate over characters in the character array?
[18:53:27] *** MistahKurtz has quit IRC
[18:53:32] *** deviled has joined #angularjs
[18:53:32] *** bjtitus has quit IRC
[18:53:44] *** mguillech has joined #angularjs
[18:53:51] *** josh3336 has joined #angularjs
[18:53:54] <Soop> Correct. I want to be able to repeat each character and call things such as {{ character.name }}
[18:54:03] *** adpirz has quit IRC
[18:54:05] *** bostonaholic has joined #angularjs
[18:54:38] *** defaultdict has quit IRC
[18:55:01] *** defaultdict has joined #angularjs
[18:55:10] <Soop> Ive had success with <tr ng-repeat="character in $data[0].members"> and {{ character.character.name }} however I feel like that isnt exactly right
[18:55:10] *** g33k5z has quit IRC
[18:55:29] <Linell> and `c in $scope.character` isn't working?
[18:55:39] *** nfroidure has quit IRC
[18:55:40] *** Asiajey has quit IRC
[18:55:50] *** Asiajey has joined #angularjs
[18:55:50] *** Asiajey has joined #angularjs
[18:55:56] *** dc_ has quit IRC
[18:55:59] <Soop> From my controller I pull in .success(function (myData){
[18:55:59] <Soop> var data = [myData];
[18:55:59] *** trend has joined #angularjs
[18:56:15] *** D-Boy has quit IRC
[18:56:32] *** gaganjyot has quit IRC
[18:56:35] *** thedodd has quit IRC
[18:56:37] *** DannyCallaghan has quit IRC
[18:56:38] *** mguillech has quit IRC
[18:56:45] <Soop> https://github.com/strues/TopShelf/tree/master/client/guild/info if you wouldnt mind taking a quick look? Probably easier than me explaining
[18:57:47] *** wallerdev has joined #angularjs
[18:58:08] *** fatshark has joined #angularjs
[18:58:08] *** edy has quit IRC
[18:58:10] <Linell> Try to replace the data = [myData] part with something like $scope.characters = myData
[18:58:27] *** gaganjyot has joined #angularjs
[18:58:31] <Linell> Assuming that myData is just the JSON for your characters, at least
[18:58:38] *** bostonaholic has quit IRC
[18:58:38] *** whunt has joined #angularjs
[18:58:47] <caitp> do you ever make a fresh pot of coffee and then forget to pour any, and then when you remember you made it, other people have already finished it
[18:58:51] <caitp> is that not just the worst
[18:58:54] *** grantfunke_ has joined #angularjs
[18:59:09] *** jstroem has quit IRC
[18:59:11] <Linell> keurig all the way
[18:59:11] *** g33k5z has joined #angularjs
[18:59:19] *** guilbep has quit IRC
[18:59:21] <jaydubya> +1 Keurig
[18:59:27] <caitp> some of us don't have fancy coffee dispensers
[18:59:29] <caitp> :c
[18:59:31] <Soop> All the time caitp
[18:59:33] *** D-Boy has joined #angularjs
[18:59:33] *** wallerdev has quit IRC
[18:59:36] *** elrabin has quit IRC
[18:59:37] *** cleme1mp_ has joined #angularjs
[18:59:54] *** jstroem has joined #angularjs
[19:00:10] *** advy has joined #angularjs
[19:00:20] *** wallerdev has joined #angularjs
[19:00:24] <jaydubya> +1 Keurig on my desk
[19:00:27] *** nairys has joined #angularjs
[19:00:32] <Soop> @linell https://github.com/strues/TopShelf/blob/master/guildDataDump.json is the json response data im pulling
[19:01:06] *** robdubya has joined #angularjs
[19:01:12] *** DigitallyBrn has joined #angularjs
[19:01:12] *** htmelvis has quit IRC
[19:01:12] *** DigitallyBrn has quit IRC
[19:01:12] *** DigitallyBrn has joined #angularjs
[19:01:16] *** cleme1mp has quit IRC
[19:01:31] *** woah has joined #angularjs
[19:01:32] *** Asiajey has quit IRC
[19:02:12] *** dcherman2 has joined #angularjs
[19:02:22] <Linell> Soop: gotcha. Then data=[myData] becomes $scope.guild = myData and then you could repeat over the charcters via something like `ng-repeat='character in guild.members'`
[19:02:39] <arkin> does anyone have the "default value" directive, I can't find it anywhere online..
[19:02:53] <Soop> Awesome. Thank you
[19:03:04] *** Asiajey has joined #angularjs
[19:03:09] *** krawek has quit IRC
[19:03:33] *** woah has quit IRC
[19:03:48] *** mguillec_ has joined #angularjs
[19:03:57] *** ctanga has joined #angularjs
[19:04:10] *** jstroem has quit IRC
[19:04:10] *** Xethron has quit IRC
[19:05:10] *** Sky[x] has quit IRC
[19:05:15] *** thedodd has joined #angularjs
[19:05:24] *** gnrlbzik has quit IRC
[19:05:29] *** bjtitus has joined #angularjs
[19:05:31] *** dcherman has quit IRC
[19:05:41] *** lsiv568 has joined #angularjs
[19:06:14] *** trend has quit IRC
[19:06:17] *** jareddlc has joined #angularjs
[19:06:27] *** doginal has joined #angularjs
[19:06:35] *** mennea has joined #angularjs
[19:06:44] *** ctanga has quit IRC
[19:07:05] *** Asiajey has quit IRC
[19:08:28] *** Guest90111 has quit IRC
[19:08:36] *** leena has joined #angularjs
[19:08:55] *** Asiajey has joined #angularjs
[19:08:55] *** Asiajey has joined #angularjs
[19:09:08] <leena> can any one know how to hide button itself after clicked
[19:09:11] *** kreiggers has quit IRC
[19:09:48] *** kreiggers has joined #angularjs
[19:10:12] <m3_del> All, super noob here, trying to recreate a basic controller/view to display a super basic json object. I can't even get through the front door. I get module is not available.
[19:10:16] <m3_del> html -> http://pastebin.com/xd2SzLY2
[19:10:18] *** Bade has joined #angularjs
[19:10:21] *** conan_the_destro has quit IRC
[19:10:36] <m3_del> js -> http://pastebin.com/QCNZw38T
[19:10:39] *** jaznow has joined #angularjs
[19:10:54] <Linell> leena: <button ng-show='showButton' ng-click='showButton=false'>Thing</button> and then set showButton to true in your controller
[19:11:04] *** glosoli has quit IRC
[19:11:14] *** conan_the_destro has joined #angularjs
[19:12:08] *** zemanel has quit IRC
[19:12:13] *** greengriminal has quit IRC
[19:12:24] *** enigmarm has joined #angularjs
[19:12:37] *** shackleford has quit IRC
[19:12:37] *** basiclaser_ has joined #angularjs
[19:12:40] *** ahmetkapikiran has joined #angularjs
[19:12:42] *** crunch-choco has joined #angularjs
[19:12:52] *** webus has quit IRC
[19:13:05] *** crunch-choco is now known as Guest84348
[19:13:07] *** scythe__ has quit IRC
[19:13:08] *** duall has quit IRC
[19:13:15] <leena> Linell: can we show other button after that clicked button is hide
[19:13:22] *** Shilon has joined #angularjs
[19:13:35] *** gnrlbzik has joined #angularjs
[19:13:40] <Linell> leena: Yup https://docs.angularjs.org/api/ng/directive/ngShow
[19:13:51] *** nachinius has joined #angularjs
[19:13:53] *** AlexZan has quit IRC
[19:14:15] *** baweaver has joined #angularjs
[19:14:35] <leena> Linell: thanks will try
[19:14:37] *** Asiajey has quit IRC
[19:15:11] *** Soop has quit IRC
[19:15:13] *** robdubya has quit IRC
[19:15:17] *** Bade has quit IRC
[19:15:25] *** phzon has quit IRC
[19:15:33] *** woah has joined #angularjs
[19:16:04] *** Asiajey has joined #angularjs
[19:16:06] *** trend has joined #angularjs
[19:16:32] *** leena has quit IRC
[19:17:13] *** lugzer has quit IRC
[19:17:48] *** josh3336_ has joined #angularjs
[19:17:48] *** baweaver has quit IRC
[19:18:05] *** tristanp has quit IRC
[19:18:11] *** yoshokatana has joined #angularjs
[19:18:13] *** josh3336 has quit IRC
[19:18:15] *** josh3336_ is now known as josh3336
[19:18:18] <Linell> Is there an easy way to filter ng-repeat to *not* show values that are present in another array?
[19:18:45] *** yoshokatana has quit IRC
[19:18:53] *** Oddman has quit IRC
[19:19:21] *** bengillies has quit IRC
[19:20:19] *** Sebastien-L has quit IRC
[19:20:38] *** dc_ has joined #angularjs
[19:20:55] *** daemonsy has quit IRC
[19:21:03] *** htmelvis has joined #angularjs
[19:21:21] *** Asiajey has quit IRC
[19:21:21] *** Asiajey_ has joined #angularjs
[19:21:23] *** ahmetkapikiran has quit IRC
[19:21:32] *** Guest68630 has joined #angularjs
[19:21:55] *** baweaver has joined #angularjs
[19:22:11] *** AtomicCookie has joined #angularjs
[19:22:15] *** walden|lunch is now known as walden
[19:22:35] *** gnrlbzik has quit IRC
[19:22:42] *** oniijin has joined #angularjs
[19:23:09] *** tech2_ has quit IRC
[19:23:16] *** ctanga has joined #angularjs
[19:23:41] *** texinwien has quit IRC
[19:23:48] *** edy has joined #angularjs
[19:24:10] *** patrickarlt has quit IRC
[19:24:45] *** thedodd has quit IRC
[19:25:04] *** Oxynum has joined #angularjs
[19:25:14] *** desp has quit IRC
[19:25:32] *** beardyname has joined #angularjs
[19:25:41] *** patrickarlt has joined #angularjs
[19:25:48] *** thedodd has joined #angularjs
[19:26:10] *** bmcgee has joined #angularjs
[19:27:10] *** samuel02 has joined #angularjs
[19:27:22] *** rtpg has joined #angularjs
[19:28:33] *** TheAceOfHearts has joined #angularjs
[19:30:19] <dmack> Linell: https://github.com/a8m/angular-filter
[19:30:24] <TheAceOfHearts> well, I'm ready to buy my ngConf tickets~ 30 mins left~
[19:31:40] *** merobertsjr has quit IRC
[19:31:48] <dmack> refresh refresh refresh
[19:31:54] *** greg5green has quit IRC
[19:32:00] *** rtpg has quit IRC
[19:32:15] *** mot0rola has joined #angularjs
[19:32:23] *** ahmetkapikiran has joined #angularjs
[19:33:08] *** marcjs has quit IRC
[19:33:49] *** juanpablo_ has joined #angularjs
[19:33:55] *** platonic has joined #angularjs
[19:34:01] *** robdubya has joined #angularjs
[19:34:22] *** BahamutWC|Work_ has joined #angularjs
[19:34:42] <juanpablo_> I'm writing a directive that needs to do some initialization (i.e http request),I put the initialization code in link(), right?
[19:35:11] *** bmac has joined #angularjs
[19:35:13] *** m3_del has quit IRC
[19:35:39] *** spaceonline has quit IRC
[19:35:45] <BahamutWC|Work_> 25 min for ng-conf
[19:35:59] *** tubiz has quit IRC
[19:36:06] *** mennea has quit IRC
[19:36:29] *** BahamutWC|Work has quit IRC
[19:36:30] *** BahamutWC|Work_ is now known as BahamutWC|Work
[19:36:46] *** mennea has joined #angularjs
[19:36:55] *** patricka_ has joined #angularjs
[19:37:09] <TheAceOfHearts> I just saw each person needs to buy each ticket individually D:
[19:37:14] *** thedodd has quit IRC
[19:37:19] *** desp has joined #angularjs
[19:37:22] <BahamutWC|Work> yup
[19:37:48] <dmack> juanpablo_: sure
[19:38:06] *** whunt has quit IRC
[19:38:27] *** platonic has quit IRC
[19:39:12] *** lsiv568 has quit IRC
[19:39:35] <mivv> When using $http.post is there any way to detect a redirect and act accordingly? My backend redirects requests to the login page if the session has timed out and I want to detect that, but it's following the redirect transparently and I'm not hitting either my success or failure callbacks
[19:39:37] *** patrickarlt has quit IRC
[19:40:06] *** gjaldon has quit IRC
[19:40:42] *** sonicparke|bradm has joined #angularjs
[19:41:04] <syzygy__> I have a scope function which determines if an item has been selected. On my edit form this function fires before the data is available. How can have this function fired only when the object is available?
[19:41:10] *** whunt has joined #angularjs
[19:41:17] *** MistahKurtz has joined #angularjs
[19:41:27] *** ricset has joined #angularjs
[19:41:30] <sonicparke|bradm> the pre-conference workshops at ng-conf are beginning or advanced angular and something about ionic, correct?
[19:41:44] *** thedodd has joined #angularjs
[19:41:49] <sonicparke|bradm> I read them somewhere but can't find it now
[19:42:19] <ricset> hi
[19:42:21] *** Snugug has joined #angularjs
[19:42:43] *** nesquerra has joined #angularjs
[19:42:50] *** spatialb_ has joined #angularjs
[19:43:08] <ricset> is there an Official UI package for AngularJS? Should I stick to AngularUI?
[19:43:30] *** Oddman has joined #angularjs
[19:44:39] *** desp has quit IRC
[19:44:58] *** beardyname has quit IRC
[19:45:04] *** sekyms has joined #angularjs
[19:45:31] *** Reskp has joined #angularjs
[19:45:37] *** bmcgee has quit IRC
[19:45:40] <ricset> Hi all. Is there an Official UI components package for AngularJS? Should I stick to AngularUI?
[19:45:44] <nairys> if anyone's worked with angular-datatables, do you have any idea how to change the column width using DTColumnBuilder?
[19:45:56] *** araujo has quit IRC
[19:46:23] <sekyms> Would paging be a separate controller and view from the table that it controls?
[19:46:52] *** soee has joined #angularjs
[19:46:53] *** nesquerra has quit IRC
[19:46:53] *** Asiajey_ has quit IRC
[19:47:01] *** Asiajey has joined #angularjs
[19:47:01] *** Asiajey has joined #angularjs
[19:48:14] *** Nijikokun has joined #angularjs
[19:48:34] <nairys> sekyms, if you use ngGrid or angular-datatables, pagination can be switched on very easily using an option
[19:49:07] <sekyms> nairys: I would prefer to write it first and then try a plugin after I understand the correct way of doing it without a plugin
[19:49:53] *** mejid has quit IRC
[19:50:09] *** eamonn has quit IRC
[19:50:17] *** azizur has quit IRC
[19:50:20] <nairys> you can use write a filter then
[19:50:31] <nairys> no need for another controller
[19:50:44] *** Shilon has quit IRC
[19:50:53] *** ngbot has joined #angularjs
[19:50:53] <ngbot> [angular.js] caitp pushed 1 new commit to master: http://git.io/rWZAVA
[19:50:53] <ngbot> angular.js/master 381b185 Blaise Kal: docs(guide/expressions): replace curly quotes with straight quotes in code example...
[19:50:54] *** ngbot has left #angularjs
[19:50:59] <nairys> you can find a couple of examples here - https://github.com/angular/angular.js/wiki/JsFiddle-Examples
[19:51:03] <nairys> just search pagination
[19:51:32] *** Asiajey has quit IRC
[19:52:04] *** ricset has quit IRC
[19:52:16] *** IanOlson has quit IRC
[19:52:32] *** Asiajey has joined #angularjs
[19:52:37] *** mennea has quit IRC
[19:52:58] *** araujo has joined #angularjs
[19:53:52] *** mtsr has joined #angularjs
[19:53:59] *** patricka_ has quit IRC
[19:54:03] *** macobo has joined #angularjs
[19:54:23] <BahamutWC|Work> ~5 min
[19:54:33] *** araujo has quit IRC
[19:54:44] *** patrickarlt has joined #angularjs
[19:54:55] *** mennea has joined #angularjs
[19:55:14] *** IanOlson has joined #angularjs
[19:55:25] *** angularUser45 has joined #angularjs
[19:55:32] *** nagappan_ has quit IRC
[19:55:52] <TheAceOfHearts> yay
[19:56:01] *** araujo has joined #angularjs
[19:56:14] *** nagappan_ has joined #angularjs
[19:56:30] <dmack> is it true they sold out in 10s last year?
[19:56:32] <dmack> :D
[19:56:35] <TheAceOfHearts> lol
[19:56:36] <TheAceOfHearts> well, idk
[19:56:38] <TheAceOfHearts> I got mine though
[19:56:42] <icfantv> TheAceOfHearts: are you refreshing your page every 10s?
[19:56:46] <TheAceOfHearts> haha, no
[19:56:46] <icfantv> ….like me?
[19:56:47] <dmack> every .32ms
[19:56:59] <TheAceOfHearts> waiting for it to be 11
[19:57:02] <dmack> I wrote a script to do it for me
[19:57:06] <icfantv> come on........
[19:57:18] <BahamutWC|Work> they sold out in like 1-2 s in round one last year
[19:57:23] <icfantv> this is like XKCD's comic today that counted down the comet landing
[19:57:24] <caitp> sometimes I feel like adding a "god damnit matias" label to issues, but that wouldn't be very nice
[19:57:33] *** dc has joined #angularjs
[19:57:33] <BahamutWC|Work> caitp: ngAnimate?
[19:57:34] *** yelvert has quit IRC
[19:57:39] <TheAceOfHearts> so wrong but it feels so right~
[19:57:40] <BahamutWC|Work> saw some issues in 1.3 last night
[19:57:53] <caitp> jquery + svg issues
[19:57:56] <caitp> rage
[19:57:57] <BahamutWC|Work> oh yuck
[19:58:00] *** advy has left #angularjs
[19:58:01] *** yelvert has joined #angularjs
[19:58:09] <icfantv> oooo, that was close. almost caught myself checking unread emails
[19:58:13] *** lsiv568 has joined #angularjs
[19:58:19] <dmack> good thing I have a seconds counter on my clock
[19:58:22] <caitp> it's no email november, remember
[19:58:38] *** mclenithan has joined #angularjs
[19:58:50] <dmack> wish they had a pre-register
[19:58:55] <icfantv> this is like watching an auction end on ebay
[19:59:03] <dmack> ngConf ticket sniper.com
[19:59:08] <icfantv> heh
[19:59:18] *** patrickarlt has quit IRC
[19:59:38] *** nuizzy has joined #angularjs
[19:59:42] <dmack> site is slowing...
[19:59:46] <icfantv> yes
[19:59:49] <icfantv> was just noticing that
[20:00:22] <ac360> OK! Here’s an unusual request for help. I am going to make a video that’s goal is to help Developers understand my start-up. I’ve just written the first draft of the script. Can you guys look at it and offer any suggestions? It’s mostly been inspired by conversations I’ve had about my start-up on IRC: https://docs.google.com/document/d/1vPvSn_GxpamqKeKdeIwLst345Cl0TM8D7EamHKjTPxY/edit?usp=sharing
[20:00:59] *** dc_ has quit IRC
[20:01:05] <dmack> WTF
[20:01:22] *** rhp has joined #angularjs
[20:01:23] <dmack> i got kicked out
[20:01:52] <TheAceOfHearts> it defaulted to 1 of each...
[20:01:53] *** crakrjak has joined #angularjs
[20:01:57] *** bade has joined #angularjs
[20:02:10] <TheAceOfHearts> can I release the ionic and workshop one?
[20:02:10] <icfantv> wtf
[20:02:13] <dmack> wow
[20:02:17] <dmack> so pissed
[20:02:19] *** yelvert has quit IRC
[20:02:21] <icfantv> dammit!
[20:02:25] <icfantv> what the hell happened
[20:02:28] <icfantv> i had it
[20:02:32] <dmack> it kicked me out
[20:02:36] <BahamutWC|Work> WTF, it made me purchase the stupid extra tickets too
[20:02:41] *** shackleford has joined #angularjs
[20:02:43] <icfantv> likewise
[20:02:45] <ac360> Anyone?
[20:02:50] <icfantv> no
[20:02:52] <icfantv> i had it
[20:02:53] <dmack> i got kicked back to the screen, now i can't
[20:02:54] <icfantv> and it froze
[20:03:00] <icfantv> all tickets are taken
[20:03:06] <icfantv> but it sure let me sign up for the workshop
[20:03:08] <dmack> there's no way
[20:03:08] <vonnegut> man, ive been a long time java coder.
[20:03:14] *** NoNMaDDeN has quit IRC
[20:03:15] <icfantv> that's garbage
[20:03:21] <vonnegut> just started my first real php project
[20:03:24] <vonnegut> on slim..
[20:03:24] <dmack> there's no way that many people are refreshing this page
[20:03:25] *** recidive has quit IRC
[20:03:28] *** shackleford has quit IRC
[20:03:29] <vonnegut> my god.. what a simple thing to use
[20:03:31] *** mtsr has quit IRC
[20:03:59] *** crakrjak has quit IRC
[20:04:01] <cody--> erm
[20:04:04] *** arkin has quit IRC
[20:04:10] *** shackleford has joined #angularjs
[20:04:17] *** enigmarm has quit IRC
[20:04:18] *** merobertsjr has joined #angularjs
[20:04:37] <TheAceOfHearts> balls
[20:04:53] <icfantv> did ANYONE get a ticket here?
[20:05:01] <sonicparke|bradm> wow...we got one of the two we were trying to get
[20:05:02] <dmack> I think the site just completly lockled up
[20:05:03] <icfantv> i had it. but it only took my payment for the workshop
[20:05:04] <TheAceOfHearts> my coworkergot one
[20:05:13] *** recidive has joined #angularjs
[20:05:18] <dmack> there's no way the demand is this high
[20:05:28] <sonicparke|bradm> My crapped out on the workshops otherwise I may have gotten both tickets
[20:05:33] <cody--> how many are available?
[20:05:35] *** Juanchito has quit IRC
[20:05:39] <TheAceOfHearts> none~
[20:05:44] <BahamutWC|Work> fuck that shit, it made me buy $650 in extra tickets with no way to edit that
[20:05:51] <BahamutWC|Work> I’m furious
[20:05:58] <dmack> least you got it
[20:06:00] <TheAceOfHearts> oh, you went through with that?
[20:06:08] <TheAceOfHearts> I wasn't gonna pay that much
[20:06:09] *** mtsr has joined #angularjs
[20:06:09] <BahamutWC|Work> I tried going back but it said the tickets were locked
[20:06:11] <TheAceOfHearts> I'm gonna try again next week
[20:06:13] <BahamutWC|Work> it didn’t let me edit my purchase
[20:06:15] <BahamutWC|Work> I’m so pissed
[20:06:22] <TheAceOfHearts> ALL SALES ARE FINAL - NO REFUNDS
[20:06:30] <icfantv> i was able to change the ionic workshop to zero
[20:06:30] <TheAceOfHearts> but it's really bullshit how they default to selecting 1 of each
[20:06:35] <icfantv> agreed
[20:06:45] <icfantv> i sent them an email
[20:06:46] *** christianbking has quit IRC
[20:06:50] <BahamutWC|Work> same
[20:07:00] *** kirfu has joined #angularjs
[20:07:03] <BahamutWC|Work> if they don’t refund that, I will go on social media about it
[20:07:06] <icfantv> i'm totally disputing the charge if they don't refund my workshop fee
[20:07:10] *** jakswa has joined #angularjs
[20:07:15] <dmack> it's bullshit that I can't get a ticket to a f*cking conference
[20:07:26] <dmack> did they release like 100 tickets?
[20:07:30] <dmack> what a joke
[20:07:35] <icfantv> god, the 19th is going to be a clusterf**k
[20:07:36] <BahamutWC|Work> some small number - same thing as last year
[20:07:49] *** merobertsjr has quit IRC
[20:07:49] *** Oxynum has quit IRC
[20:07:57] *** m3_del has joined #angularjs
[20:08:18] <xuu> stupid extra tickets!
[20:08:24] *** kirfu1 has joined #angularjs
[20:08:27] *** g33k5z has quit IRC
[20:08:35] *** aphadke has joined #angularjs
[20:08:48] *** kirfu2 has joined #angularjs
[20:08:54] *** kirfu has quit IRC
[20:08:56] *** kirfu1 has quit IRC
[20:08:56] <aphadke> trying to buy tickets for the conference, guess it got sold out in < 10 secds
[20:08:59] *** baweaver has quit IRC
[20:09:04] *** doginal has quit IRC
[20:09:05] *** g33k5z_ has joined #angularjs
[20:09:08] <dmack> it sold out before anyone clicked the button
[20:09:16] <icfantv> did anyone else's screen freeze at the greyed out spot?
[20:09:18] <aphadke> how is that even possible?
[20:09:27] *** kirfu2 has quit IRC
[20:09:29] <TheAceOfHearts> I mean, I could've bought my tickets… but jesus, I wasn't gonna pay the extra cash
[20:09:30] <BahamutWC|Work> aphadke: pretty much everyone clicked to buy as soon as it popped up
[20:09:34] *** kirfu has joined #angularjs
[20:09:42] <xuu> same here
[20:09:48] *** Shrooms has joined #angularjs
[20:09:49] <aphadke> BahamutWC|Work: yea, seems so
[20:09:52] <BahamutWC|Work> and they did a bait and switch with it automatically selecting the other extra tickets to buy automatically
[20:10:04] <aphadke> haha true, always upsell :-)
[20:10:05] *** Shrooms has quit IRC
[20:10:05] *** Shrooms has joined #angularjs
[20:10:14] *** ChadStrat has quit IRC
[20:10:16] <BahamutWC|Work> I’m extremely pissed off, that is shady
[20:10:23] <TheAceOfHearts> it's super fucking shady
[20:10:27] <BahamutWC|Work> I had to charge my card $1400 for a damn ticket
[20:10:31] <BahamutWC|Work> instead of $750
[20:10:33] <dmack> it's stupid that the conference organizers can't get a bigger venue
[20:10:36] <aphadke> u atleast got through
[20:10:46] <BahamutWC|Work> it wouldn’t let me edit my order, that is the shady part
[20:10:49] <soee> hiho
[20:10:49] <dmack> host it at the google campus or something
[20:10:51] <TheAceOfHearts> I wasn't gonna pay $1400 for this
[20:10:53] <dmack> not in bum fuck utah
[20:11:06] <soee> someone here usinig ui-router in combination with ng-resource ?
[20:11:08] *** nycdevgirl has quit IRC
[20:11:15] *** zwacky has joined #angularjs
[20:11:16] <maraneta> so i randomly stoppped being able to query my rest API, and every query I try to run now gives me: "detail": "Authentication credentials were not provided". what can i do to fix this? everything was working completely fine, i don't think i changed anything and this started happening
[20:11:28] <xuu> gah a spot opened up but its not loading the modal. just dims the screen
[20:11:42] <icfantv> BahamutWC: wait. what did you get?
[20:11:49] *** plato|wtf has joined #angularjs
[20:11:55] <jakswa> at least no one is getting trampled
[20:11:59] <BahamutWC|Work> icfantv: all the damn tickets, they wouldn’t let me edit my order
[20:12:00] *** patrickarlt has joined #angularjs
[20:12:10] <xuu> thurs/friday but the modal never came up
[20:12:13] *** mspier is now known as mspier|away
[20:12:13] <aphadke> i have an allocation, but i can't seem to pass the grey screen
[20:12:17] *** stirlingw has joined #angularjs
[20:12:27] *** disorder20 has joined #angularjs
[20:12:27] <icfantv> i edited my order, but the screen froze. then they charged me for the workshop but not the conference
[20:12:32] <BahamutWC|Work> I don’t want the extra tickets, it’s bullshit
[20:12:54] <icfantv> aphadke: are you stuck at that screen?
[20:12:56] <BahamutWC|Work> I tried editing the others to 0 and hitting buy, but it didn’t go through
[20:12:57] <icfantv> still?
[20:13:03] <aphadke> icfantv: yes
[20:13:05] <BahamutWC|Work> they still made me buy all of them
[20:13:35] *** mtsr has quit IRC
[20:13:36] <TheAceOfHearts> shady as fuck
[20:13:52] <BahamutWC|Work> they had to know that most people didn’t want those tickets
[20:14:00] <BahamutWC|Work> it’s highly unethical
[20:14:02] <stirlingw> come on willy wonka... gimme the golden ticket
[20:14:16] <icfantv> aphadke: that's what happened to me
[20:14:24] <icfantv> aphadke: but they charged me for the workshop
[20:14:24] *** TommyO has quit IRC
[20:14:31] *** kirfu has quit IRC
[20:14:32] <aphadke> icfantv: i havent even had a chance to enter my cc
[20:14:39] *** cthrax has quit IRC
[20:14:47] *** SergioFilhow_ has joined #angularjs
[20:15:12] *** doginal has joined #angularjs
[20:15:18] <icfantv> look how sketchy that is
[20:15:24] <icfantv> all the ionic frame work tickets are gone
[20:15:42] <icfantv> and the site is down
[20:15:55] <icfantv> and back up
[20:16:10] <icfantv> looks like all the ionic tickets were released after 15 mins
[20:16:23] <nairys> for a website selling angular tickets, it sure looks awful
[20:16:36] <BahamutWC|Work> I had one bought, but that was unintentional
[20:16:39] <sonicparke|bradm> currently listing the ionic & the AngularJS Workshop available and
[20:16:45] <nairys> ionic tickets are back
[20:17:01] <nairys> you can buy more conf tickets now
[20:17:03] *** PGTips has quit IRC
[20:17:05] <nairys> they are unlocked
[20:17:15] *** SergioFilhow has quit IRC
[20:17:22] *** panda_ has joined #angularjs
[20:17:26] <panda_> #anime
[20:17:31] <icfantv> not fo rme
[20:17:36] <icfantv> conf tix that is
[20:17:39] *** panda_ has left #angularjs
[20:17:41] <juanpablo_> I'm writing a directive that needs to do some initialization (i.e http request),I put the initialization code in link(), right?
[20:17:57] <nairys> i imagine there are people holding up lots of tickets
[20:17:59] <stirlingw> the gears in the sky keep on turnin....
[20:18:02] <nairys> some should be getting released now
[20:18:12] <nairys> when you click continue after selecting a conf ticket, it locks it for 15min
[20:18:14] *** mtsr has joined #angularjs
[20:18:25] *** cthrax has joined #angularjs
[20:18:32] <nairys> i was able to select a conf ticket a minute ago
[20:18:33] <icfantv> still none
[20:18:42] *** desp has joined #angularjs
[20:18:59] <nairys> give that f5 button a workout
[20:19:15] *** junmin_ has joined #angularjs
[20:19:15] <icfantv> FUCK
[20:19:17] <icfantv> 1i had it again
[20:19:22] <icfantv> what the hell
[20:19:23] <BahamutWC|Work> saw the tickets available...
[20:19:34] <icfantv> just freezes at the grey screen
[20:19:44] *** Sebastien-L has joined #angularjs
[20:19:45] <nairys> it's definitely bullshit that they autofill 1 for the workshops
[20:19:53] *** Gabri has joined #angularjs
[20:20:05] <icfantv> agreed
[20:20:06] <snapwich> yup. mine has frozen at the grey screen everytime i get the ng-conf. i wonder if they've actually even sold any tickets yet....
[20:20:11] *** gnrlbzik has joined #angularjs
[20:20:48] <BahamutWC|Work> nairys: they autofill for both of them
[20:20:52] <BahamutWC|Work> it’s total bullshit
[20:21:05] <nairys> yeah i meant that they autofill '1' in both the workshops
[20:21:08] <stirlingw> I think I broke my f5 button\
[20:21:23] <snapwich> maybe that's why it freezes. cause i've been changing the workshop to "0" and they don't accept that :)
[20:21:29] *** Gabri has quit IRC
[20:21:50] *** desp has quit IRC
[20:22:00] *** junmin has quit IRC
[20:22:12] *** whitebook has joined #angularjs
[20:22:13] *** favetelinguis has quit IRC
[20:22:21] *** felix89 has joined #angularjs
[20:22:25] <felix89> hi
[20:22:45] *** favetelinguis has joined #angularjs
[20:22:47] <felix89> is there a way to evaulate an expression without showing it?
[20:22:55] *** desp has joined #angularjs
[20:22:59] <nairys> what are you trying to do?
[20:23:04] <nickeddy> robdubya where are youuuuu
[20:23:09] <cody--> ti.to needs some work
[20:23:20] <BahamutWC|Work> he’s sitting a few people to my left nickeddy
[20:23:48] <nickeddy> BahamutWC|Work: tell him i need his opinion on sailsjs used in production
[20:23:52] <felix89> I need to hide a praent scope based on the filtered list in a sub-scope. The parent scope has no access to the filtred list, so I need to update the parent scope e.g. via {{ $parent.hasEntries = filteredList.length > 0 }}.
[20:24:02] <BahamutWC|Work> nickeddy: we’re in meetings all day unfortunately
[20:24:10] *** nemothekid has joined #angularjs
[20:24:13] <nickeddy> BahamutWC|Work: poop
[20:24:14] <sonicparke|bradm> almost had a conf ticket. it poped up again. then unavailable by button clikc time
[20:24:15] <icfantv> and it froze again at the grey screen
[20:24:19] <icfantv> yep
[20:24:19] <felix89> but that displays "true" and "false", I only need the assingment, not the output
[20:24:20] <icfantv> me too
[20:24:56] <icfantv> and they're gone again
[20:25:20] *** mennea has quit IRC
[20:25:23] <xuu> now im getting a reload page that just says its not availible
[20:25:31] <nairys> felix89 ngHide?
[20:25:37] <nairys> you can put the expression in there
[20:25:43] *** mennea has joined #angularjs
[20:25:50] *** mejid has joined #angularjs
[20:26:25] <felix89> nairys: yeah, but seems a bit weird to do a simple thing like this - is there no special syntax support for this?
[20:26:57] *** favetelinguis has quit IRC
[20:27:10] <nairys> if you're trying to hide an element based on an expression, it seems like the ideal opportunity to use ngHide
[20:27:47] <stirlingw> Well this is an awesome way to spend my lunch.
[20:27:47] *** jstroem has joined #angularjs
[20:28:03] <sonicparke|bradm> it's an adventure
[20:28:03] <snapwich> looks like i'll just have to go to the React conf instead! ;)
[20:28:08] <felix89> nairys: Yes, but I do not have access to the variable I want to write the expression on, so I create a second variable that I need to update so the outer scope can read it
[20:28:12] <angularUser45> Im trying to wrap ng-grid into a custom directive so i can add paging. The way I was thinking of doing this is to make a copy of the grid data and filter this copy only to objects on current page. I cant figure out how to filter passed in array and set ng-grid's option's data property to the filtered object before ng-grid renders itself. Here is a fiddle (i couldt get the grid to work before of some dependencies probably, bu
[20:28:13] <angularUser45> http://jsfiddle.net/470z1dkb/2/
[20:28:39] *** marcjs has joined #angularjs
[20:29:14] *** P1RATEZ has joined #angularjs
[20:29:22] *** oncenull has quit IRC
[20:29:28] *** tech2_ has joined #angularjs
[20:29:51] <stirlingw> lol @ this tweet "1 hour, 53 minutes, and 20 seconds until tickets go on sale. Fingers crossed that the registration site doesn't crash."
[20:29:57] <icfantv> a lottery would be better than this
[20:30:04] <nairys> felix89 if the expression is evaluating to true/false right now, it means it would also work in ngHide
[20:30:05] <stirlingw> ^^^
[20:30:05] <sonicparke|bradm> at what point do I give up refreshing the ticket site
[20:30:15] <icfantv> sonicparke|bradm: now
[20:30:18] <stirlingw> until it says sold out?
[20:30:19] <sonicparke|bradm> ha
[20:30:21] <icfantv> it increases my chances of getting one
[20:30:25] *** patrickarlt has quit IRC
[20:30:26] <sonicparke|bradm> that's what I'm assuming
[20:30:31] <jakswa> when they tweet that it's sold out
[20:30:34] *** tplaner has quit IRC
[20:30:34] <jakswa> never give up, never surrender
[20:30:52] <snapwich> i'm guessing they haven't actually sold any tickets and all the "this ticket is locked" crap is on failed attempts
[20:30:52] <jakswa> jk i need to get stuff done
[20:31:14] <nairys> alternatively, you can do ngInit
[20:31:16] <felix89> nairys: You are missing the point, I need to update a variable. Forget the whole use case. I could do this "<div ng-hide="true">{{ $parent.variable = value }}</div>" but that seems awkward
[20:31:19] *** joshontheweb has joined #angularjs
[20:31:27] <snapwich> i've probably locked several tickets myself by clicking continue to the grey screen :)
[20:31:29] <nairys> ng-init="var=expression"
[20:31:39] <BahamutWC|Work> haha
[20:31:43] <nairys> and then var will contain true/false
[20:31:53] <BahamutWC|Work> I should’ve just applied to talk about angular-react
[20:32:00] <BahamutWC|Work> would’ve got the instant talk
[20:32:02] *** krawek has joined #angularjs
[20:32:02] *** krawek has joined #angularjs
[20:32:05] *** mzabriskie has quit IRC
[20:32:08] <sonicparke|bradm> ^^
[20:32:29] *** fixl has quit IRC
[20:32:30] <BahamutWC|Work> for reference: https://github.com/wesleycho/angular-react
[20:32:31] <felix89> nairys: will this be re-evaluted over and over again or only once?
[20:32:45] <stirlingw> "unfortunately your order can not be processed due to server error."
[20:32:47] <stirlingw> what the
[20:33:17] <snapwich> nice, modal of death again
[20:33:18] <sonicparke|bradm> damn
[20:33:21] <sonicparke|bradm> me too
[20:33:25] <sonicparke|bradm> overlay of death
[20:33:28] <sonicparke|bradm> grrrr
[20:33:35] *** mspier|away is now known as mspier
[20:33:39] <stirlingw> MOD
[20:33:46] <stirlingw> I'm stealing that one snap
[20:33:57] *** mejid has quit IRC
[20:34:02] *** pilette has quit IRC
[20:34:07] *** tplaner has joined #angularjs
[20:34:17] <snapwich> modal of death seems a little nicer than a blue screen
[20:34:21] <snapwich> :)
[20:34:58] <icfantv> not when it costs $1400
[20:35:02] <nairys> felix89, most likely not. however, this is starting to look like code that really should be in a controller or directive
[20:35:02] <stirlingw> has anyone successfully gone through the order?
[20:35:11] <icfantv> define successful
[20:35:23] <stirlingw> purchased a ticket without the workshops
[20:35:25] <icfantv> i got through, but it only charged me for the worksho[
[20:35:32] <icfantv> ah, then no
[20:35:39] *** tplaner has quit IRC
[20:35:44] *** surreal has joined #angularjs
[20:36:03] <snapwich> the best i've gotten is the modal and an alert that says "ng-conf thursday, fridays is unavailable" when i clicked continue
[20:36:18] <BahamutWC|Work> icfanv: the conference organizers gave everyone the big fu
[20:36:28] *** desp has quit IRC
[20:36:30] *** backinnam has joined #angularjs
[20:36:31] <icfantv> the number of tix has to be getting smaller
[20:36:35] <BahamutWC|Work> and this is why you test your code
[20:36:46] <felix89> nairys: I like the ng-repeat filtereing, I want to hide the parent scope based on a child scope's filtered list length. Not sure how contorllers / directives could help here?
[20:36:49] <BahamutWC|Work> and pay attention to UX
[20:36:55] *** aendrew has quit IRC
[20:37:19] <stirlingw> it says sold out
[20:37:21] <stirlingw> NOOOOOOO
[20:37:22] *** joshontheweb has quit IRC
[20:37:23] <snapwich> well awesome
[20:37:24] <icfantv> now it says sold out
[20:37:25] <icfantv> fucers
[20:37:28] <sonicparke|bradm> bummer
[20:37:29] <icfantv> fuckers
[20:37:33] *** baweaver has joined #angularjs
[20:37:39] <stirlingw> well guess next wednesday
[20:37:40] <jakswa> let's get mad guys
[20:37:41] <sonicparke|bradm> so that was the first 50 tix then?
[20:37:42] <snurfery> ng-conf is going on sale
[20:37:48] <snurfery> oh snap everyone's already talking about it
[20:37:48] <snurfery> haha
[20:37:54] <snapwich> did anyone in here actually get to purchase a ticket?
[20:38:03] <icfantv> snurfery: um, you may want to tread lightly
[20:38:05] <BahamutWC|Work> me
[20:38:07] *** aendrew has joined #angularjs
[20:38:15] <icfantv> BahamutWC: yea but it cost $1400
[20:38:16] <xuu> i had it up but didnt want the workshops
[20:38:18] <sonicparke|bradm> snapwich: I got one
[20:38:20] *** jstroem has quit IRC
[20:38:21] <BahamutWC|Work> yeah :(
[20:38:28] *** cuebix-wk has quit IRC
[20:38:28] <BahamutWC|Work> I even set them to 0 and hit buy
[20:38:32] <BahamutWC|Work> it fucked me over
[20:38:32] *** dc has quit IRC
[20:38:34] <icfantv> if i don't get one next week, i'm disputing the charge
[20:38:35] <sonicparke|bradm> complete with workshops
[20:38:36] *** adpirz has joined #angularjs
[20:38:40] <stirlingw> I don't believe it... I'm going to hit the refresh button a couple more times just in case
[20:38:41] <snapwich> oh, so you guys had to get the workshop?
[20:38:50] <snapwich> maybe that's why it was breaking for us because we were setting the workshop to 0?
[20:38:53] <icfantv> snapwich: they defaulted to 1
[20:38:56] <icfantv> i zeroed out the ionic
[20:39:02] <sonicparke|bradm> I didn't think twice about the workshops. just did it
[20:39:06] *** jstroem has joined #angularjs
[20:39:07] <icfantv> but only paid for the wednesday workshop
[20:39:15] *** backinnam has quit IRC
[20:39:16] *** dc_ has joined #angularjs
[20:39:17] <snurfery> maybe I'll just show up and crash the ng-party
[20:39:17] <icfantv> that's probalby what they wer hopping
[20:39:24] *** patrickarlt has joined #angularjs
[20:39:28] *** DrMabuse has joined #angularjs
[20:39:32] <snapwich> time to ng-riot
[20:39:34] *** DLSteve has joined #angularjs
[20:39:38] <icfantv> amen to that
[20:39:44] <snurfery> lol
[20:39:48] <stirlingw> lol
[20:39:54] <sonicparke|bradm> ha
[20:39:55] *** joshontheweb has joined #angularjs
[20:39:59] <sonicparke|bradm> is there a directive for that
[20:40:06] *** desp has joined #angularjs
[20:40:20] <snapwich> we can make one and put it on github
[20:40:25] <sonicparke|bradm> awesome
[20:40:29] *** g33k5z_ has quit IRC
[20:40:37] *** patrickarlt has quit IRC
[20:40:37] *** jonathanpglick has quit IRC
[20:40:38] <sonicparke|bradm> little rioters that run across the screen
[20:40:40] *** tplaner has joined #angularjs
[20:40:41] <sonicparke|bradm> randomlly
[20:40:51] <snapwich> yes, but it should launch the modal of death first. then the rioters come out
[20:40:55] *** g33k5z has joined #angularjs
[20:40:59] <icfantv> wow. site is SUPER FAST now
[20:41:02] <icfantv> go figure
[20:41:02] <sonicparke|bradm> ah...good show man
[20:41:17] <sonicparke|bradm> yes...yes it is
[20:41:31] *** lsiv568 has quit IRC
[20:41:35] *** Oddman has quit IRC
[20:41:43] *** tplaner has quit IRC
[20:41:44] <angularUser45> In a custom directive, I want to declare a new variable in "link" method and use it in template (through {{ }} ). How do i do this?
[20:42:10] <stirlingw> well... now I can go get lunch I guess
[20:42:13] <snapwich> haha
[20:42:23] <snapwich> well there's something to look forward to at least ;)
[20:42:34] *** aendrew has quit IRC
[20:43:00] *** JohnBat26 has joined #angularjs
[20:43:04] <Linell> Does anyone know how to get the actual model to pass into angular-ui's typeahead? I'm trying to write a custom filter and not having luck getting anything other than $viewValue https://gist.github.com/Linell/db5c3541fd014ccf81da
[20:43:06] *** adpirz has quit IRC
[20:43:14] *** petecoop has joined #angularjs
[20:43:16] *** panda__ has joined #angularjs
[20:43:26] <Linell> The problem there is that I need to compare the id, not just the bit of the the name that viewValue contains
[20:43:27] <juanpablo_> Can I inject arbitrary stuff in a directive's link function?
[20:43:27] *** nesquerra has joined #angularjs
[20:43:27] <icfantv> well. at least we know they didn't sell out in 10s this year
[20:43:29] *** jstroem has quit IRC
[20:43:31] <icfantv> took 40m
[20:43:33] *** jonathanpglick has joined #angularjs
[20:43:37] *** moritzs has quit IRC
[20:43:38] <icfantv> but not for lack of trying
[20:43:44] *** eBureau has joined #angularjs
[20:43:44] *** 64MAA1P5G has joined #angularjs
[20:44:01] <jakswa> horrible system... what system shows you availability without having reserved you one ticket at least, to cover 99% of cases
[20:44:02] <dmack> i'm starting ngConf 2.0
[20:44:04] *** shpoont has quit IRC
[20:44:09] <nickeddy> more tickets on sale the 19th right?
[20:44:11] *** merobertsjr has joined #angularjs
[20:44:18] <jakswa> "click continue and you might get a ticket if you're the first"
[20:44:20] <nickeddy> must get :|
[20:44:21] <sonicparke|bradm> dmack: where will this be?
[20:44:32] <dmack> sonicparke|bradm: a venue that holds more than 4 people
[20:44:35] <sonicparke|bradm> ha
[20:44:36] *** mrwn has quit IRC
[20:44:37] *** desp has quit IRC
[20:44:42] <nickeddy> dmack: and not in salt lake?
[20:44:49] <nickeddy> pls
[20:44:50] *** joshontheweb has quit IRC
[20:44:52] *** petecoop has quit IRC
[20:44:53] <dmack> yeah
[20:45:01] *** g33k5z has quit IRC
[20:45:20] <angularUser45> can anyone help me?
[20:45:22] <nairys> utah sucks anyways
[20:45:49] <caitp> what do you need help with?
[20:45:52] <dmack> #fuckngconf
[20:45:52] <snurfery> you can cop a gang of wives there, I hear
[20:46:04] <icfantv> angularUser45: everyone is too pissed off
[20:46:07] <caitp> settle down dmack :>
[20:46:11] *** joshontheweb has joined #angularjs
[20:46:22] <icfantv> caitp: dude. let us vent
[20:46:39] <icfantv> it's 2014. how the hell can they not have enough server capacity
[20:46:40] <dmack> bad words are bad
[20:46:53] <caitp> i dunno
[20:46:54] *** \du has quit IRC
[20:47:08] <snapwich> they seemed to have fine server capacity
[20:47:08] <dmack> why don't they just hold ngConf at a stadium?>
[20:47:14] <dmack> surely it won't sell out
[20:47:23] <icfantv> you mean, instead of at a motel 6?
[20:47:25] <icfantv> i dunno
[20:47:30] <snapwich> i be the problem is that it didn't reserve the ticket when you refresh the page and it showed it available, so you only got it dependent on how fast you clicked the continue button
[20:47:32] *** Oddman has joined #angularjs
[20:47:33] <caitp> who don't you yell at the organizers on twitter instead of in here? :x
[20:47:37] *** nesquerra has quit IRC
[20:47:46] <dmack> I already did
[20:48:21] <snurfery> dmack: http://i.imgur.com/z5FxHgR.jpg
[20:48:31] <dmack> i heard ngConf 2038 tickets are already sold out
[20:48:32] <icfantv> from tito: Sorry about that. It means we weren’t able to allocate tickets. Demand was a bit insane.
[20:48:52] *** TheAceOfHearts has quit IRC
[20:48:56] <dmack> this backlash is worse than the angular 2.0 announcement
[20:49:00] *** hnomad has quit IRC
[20:49:06] <snapwich> RIP ng-conf
[20:49:25] <icfantv> "whose code do i have to debug to get some tickets"
[20:49:27] *** patrickarlt has joined #angularjs
[20:49:42] <snurfery> heh
[20:49:50] <dmack> https://www.dropbox.com/s/b452mnytdwtrp18/Screenshot%202014-11-12%2014.49.40.png?dl=0
[20:50:00] <dmack> where old people go to die
[20:50:08] <caitp> so are you guys using mozilla polaris yet
[20:50:08] <dmack> #ngconf
[20:50:12] <caitp> it's pretty cool
[20:50:17] *** htmelvis has quit IRC
[20:50:18] <caitp> or at least it claims to be
[20:50:28] <caitp> i'm not exactly inspecting my network traffic to verify
[20:50:43] *** trend has quit IRC
[20:50:46] *** bberry_ is now known as bberry
[20:51:24] *** patrickarlt has quit IRC
[20:51:26] <icfantv> "demand for tickets is probably the highest we've ever seen"
[20:51:37] <icfantv> duh. then maybe you should pick a bigger venue
[20:51:50] *** damain has joined #angularjs
[20:51:57] <dmack> wonder if ngEurope had similar demand
[20:52:17] <icfantv> i couldn't get approval for europe
[20:52:25] <icfantv> i only got approval for SLC yesterday
[20:52:30] <BahamutWC|Work> they’re refunding me for the workshop tickets
[20:52:33] <caitp> well even i'm not going to ngConf, so why worry? :p
[20:52:33] <felix89> how can I make an <input/> field update a parent scope's variable?
[20:52:58] <dmack> I needed an excuse to get drunk with some mormons
[20:53:06] <caitp> felix89, by referencing a parent scopes variable
[20:53:10] <icfantv> "After you press continue you get added to a queue, and the allocation is backgrounded."
[20:53:22] <snurfery> felix89: make sure your ng-model has a dot in it
[20:53:22] <caitp> like ng-model="someObjectInParentScope.someValue"
[20:53:23] <icfantv> hmmm. then maybe good UI would dictate some type of status indicator?
[20:53:32] *** IanOlson has quit IRC
[20:53:35] *** tristanp has joined #angularjs
[20:53:35] *** atomatt has joined #angularjs
[20:53:39] *** Xethron has joined #angularjs
[20:53:46] <dmack> felix89: if it's a direct parent you can use $parent.
[20:53:46] <icfantv> you know, instead of the modal-of-death
[20:53:57] <dmack> felix89: or use controllerAs syntax
[20:53:59] <tristanp> anyone used https://github.com/danialfarid/angular-file-upload recently? any reviews?
[20:54:00] <dmack> cleaner
[20:54:04] *** ricset has joined #angularjs
[20:54:09] *** TommyO has joined #angularjs
[20:54:23] <Nijikokun> converted a 4,000 loc angular app to rxjs / browserify -> 1,200 lines of code
[20:54:24] <Nijikokun> D:
[20:54:24] <ricset> Hi all. Is AngularUI an official/supported part of AngularJS? Are there any alternatives?
[20:54:26] <snurfery> tristanp: I use it, works fine
[20:54:46] <snapwich> oh well. i'm over ng-conf registration issues now. better luck next week to us :)
[20:54:50] <BahamutWC|Work> ricset: unofficial
[20:54:53] <snurfery> ricset: do you mean the angularui bootstrap?
[20:55:00] <felix89> dmack: It's on the rootScope
[20:55:01] <snurfery> if so, there's also angularstrap
[20:55:06] *** mennea has quit IRC
[20:55:07] <caitp> Is AngularUI an official/supported part of AngularJS? << no
[20:55:13] *** desp has joined #angularjs
[20:55:20] <caitp> Are there any alternatives? << sure
[20:55:22] <ricset> snurfery: all I want is to have some web components out of the box
[20:55:29] <dmack> ricset: angular-strap is nice
[20:55:34] *** patricka_ has joined #angularjs
[20:55:36] <dmack> depends what you need.
[20:55:40] *** mennea has joined #angularjs
[20:55:51] *** atomatt has quit IRC
[20:55:52] *** angularUser45 has quit IRC
[20:55:53] *** TweedleDee has quit IRC
[20:55:54] <ricset> dmack: so angularUI is not recommended?
[20:55:59] <dmack> I've used both.
[20:56:00] <snurfery> that's a leap
[20:56:01] <snurfery> haha
[20:56:01] <tristanp> ricset: what sort of components?
[20:56:03] *** DigitallyBrn has quit IRC
[20:56:09] *** xavia has quit IRC
[20:56:10] <dmack> I like angularstraps datepicker better.
[20:56:19] <dmack> they have a different approach
[20:56:27] *** Sna4x8 has quit IRC
[20:56:28] <nickeddy> anyone actively using sailsjs?
[20:56:39] <tristanp> i do a mixture of angular ui, rolling my own jquery-ui wrappers and standalone libraries
[20:56:43] <baweaver> could check the sailsjs channel
[20:56:55] <ricset> tristanp: just normal ones used in most web apps: date picker, tabs, etc
[20:57:01] <dmack> for us we really just needed a datepicker and popovers.
[20:57:03] *** Sna4x8 has joined #angularjs
[20:57:06] <baweaver> or ping robdubya whenever he's online.
[20:57:34] *** qdk has quit IRC
[20:57:39] <nickeddy> baweaver: yeah, he's not on. :P
[20:57:40] *** platonic has joined #angularjs
[20:57:48] <caitp> so angularUI is not recommended? << angular-ui is a different organization from angular, although it's worked on by some core angular people too. but I wouldn't say it's recommended, it's sort of treated indifferently
[20:57:52] <baweaver> try the sails channel
[20:57:58] <nickeddy> thanks
[20:58:01] *** MistahKurtz has quit IRC
[20:58:02] <caitp> it's just its own thing
[20:58:06] *** desp has quit IRC
[20:58:14] <baweaver> I'm too new to it to be of any use quite yet.
[20:58:20] <tristanp> angularstrap advertises 1.2, so does it not work well with 1.3?
[20:58:26] *** 64MAA1P5G has quit IRC
[20:58:38] <snurfery> 1.2+
[20:58:48] <dmack> there are a few bugs with 1.3
[20:58:49] <snurfery> oh wait, good question
[20:58:52] *** g33k5z has joined #angularjs
[20:58:55] <tristanp> ah, so it works with 2.0 then :)
[20:59:00] <dmack> as well as bugs with angular-ui with 1.3
[20:59:05] *** trend has joined #angularjs
[20:59:07] <rhp> <Nijikokun> converted a 4,000 loc angular app to rxjs / browserify -> 1,200 lines of code <-- cool, where did you get to delete the most code=
[20:59:08] <rhp> ?
[20:59:33] <dmack> what's rxjs?
[20:59:43] *** aphadke has quit IRC
[20:59:51] <rhp> reactive extensions I reckon
[20:59:53] <rhp> https://github.com/Reactive-Extensions/RxJS
[21:00:16] <dmack> Facebook wants me to do a code challenge
[21:00:26] <dmack> think i'll use angular
[21:00:44] <rhp> whats the challenge?
[21:00:45] *** user8392389 has joined #angularjs
[21:00:47] *** RobinBAwesome has quit IRC
[21:00:49] <user8392389> hi
[21:00:57] <dmack> build a day calendar
[21:00:58] <caitp> soup
[21:00:58] *** MistahKurtz has joined #angularjs
[21:01:09] <dmack> takes an array of events, etc. overlapping days
[21:01:16] *** Xethron has quit IRC
[21:01:34] *** MistahKurtz has quit IRC
[21:01:41] <user8392389> i am seeing inconsistencies in the angular-locales. french has lowercase month and english is upper case. Shouldn't they all be uppercase? https://github.com/angular/angular.js/blob/master/src/ngLocale/angular-locale_fr-ca.js https://github.com/angular/angular.js/blob/master/src/ngLocale/angular-locale_en-ca.js
[21:02:05] <user8392389> well not all uppercase, but first letter uppercase
[21:02:09] *** MistahKurtz has joined #angularjs
[21:02:45] *** DigitallyBrn has joined #angularjs
[21:02:45] *** DigitallyBrn has joined #angularjs
[21:02:48] <caitp> http://blogs.msdn.com/b/ie/archive/2014/11/11/living-on-the-edge-our-next-step-in-interoperability.aspx
[21:02:52] *** MistahKurtz has quit IRC
[21:02:56] *** ngbot has joined #angularjs
[21:02:56] <ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/piwu5Q
[21:02:57] <ngbot> angular.js/master 0bbc6ee Pawel Kozlowski: docs($route): fix description of the caseInsensitiveMatch property...
[21:02:57] *** ngbot has left #angularjs
[21:03:22] *** MistahKurtz has joined #angularjs
[21:03:32] *** _lexjm has joined #angularjs
[21:04:02] *** phzon has joined #angularjs
[21:04:33] <rhp> great to see ie improving
[21:04:33] *** lsiv568 has joined #angularjs
[21:05:01] <surreal> I'm working on an app that works pretty reliably... until you use it with IE. Anybody have experience with this kind of browser problem?
[21:05:15] <nickeddy> surreal: welcome to anything on ie :P
[21:05:18] <Linell> surreal: Everyone
[21:05:31] <surreal> Now that I look I am using 1.2.11 - I should probably update to the lates 1.2.x
[21:05:38] <surreal> .26 or whatever is current.
[21:05:42] <nickeddy> surreal: what version of ie?
[21:05:49] <surreal> IE 11 on win 7
[21:06:36] *** nycdevgirl has joined #angularjs
[21:06:39] *** Asiajey has quit IRC
[21:06:41] *** user8392389 has quit IRC
[21:06:58] <surreal> My app does mostly CRUD stuff. Most of those things require one or two ajax calls.
[21:07:25] <ioudas> ctanga, you around?
[21:07:40] <surreal> IE will make 10 or 20 requests instead
[21:07:46] *** sacho has joined #angularjs
[21:08:05] <snurfery> well damn
[21:08:07] <surreal> If you do a second operation, it will basically start looping infinitely.
[21:08:09] *** phzon has quit IRC
[21:08:12] *** doginal has quit IRC
[21:08:40] <surreal> If I have the console open, it shows me that it's throwing exceptions every 10 digest cycles.
[21:08:48] <surreal> (like it should)
[21:09:09] *** baweaver has quit IRC
[21:09:17] *** glosoli has joined #angularjs
[21:09:19] <surreal> I'm going to grab more recent files and see if that helps.
[21:09:20] *** cbeacock1 has quit IRC
[21:12:26] *** DigitallyBrn has quit IRC
[21:12:46] *** marshall_ has quit IRC
[21:13:24] <icfantv> weird. the ionic framework workshop tickets are locked again
[21:13:30] <icfantv> but conf tix are still sold out
[21:14:00] *** antons__ has joined #angularjs
[21:14:17] *** danecando has quit IRC
[21:14:20] *** DigitallyBrn has joined #angularjs
[21:14:20] *** DigitallyBrn has joined #angularjs
[21:14:29] *** doginal has joined #angularjs
[21:14:33] *** cbeacock1 has joined #angularjs
[21:15:11] *** freeman42 has joined #angularjs
[21:15:44] *** woah has quit IRC
[21:15:56] *** neoadventist has joined #angularjs
[21:16:04] *** cwill747 has quit IRC
[21:16:09] *** NormySan^ has joined #angularjs
[21:16:14] *** doginal has quit IRC
[21:16:15] *** zanea|away is now known as zanea
[21:16:23] *** gaganjyot has quit IRC
[21:16:51] *** wallerdev has quit IRC
[21:17:10] *** deviled has quit IRC
[21:18:36] *** g33k5z has quit IRC
[21:18:59] *** NormySan has quit IRC
[21:20:02] *** cthrax has quit IRC
[21:20:22] <ioudas> in a chained promise i have for some reason $q is not passed when im trying to reject... what am i missing?
[21:20:34] *** cacts|works has quit IRC
[21:20:45] *** Oxynum has joined #angularjs
[21:20:53] *** fedenunez has quit IRC
[21:21:13] *** markalanevans has joined #angularjs
[21:21:16] *** nagappan_ has quit IRC
[21:21:34] *** ricset has quit IRC
[21:21:46] *** JoshGlzBrk has joined #angularjs
[21:21:50] *** busticated has quit IRC
[21:22:03] *** nagappan_ has joined #angularjs
[21:22:18] *** toad-br has joined #angularjs
[21:23:15] *** cacts|works has joined #angularjs
[21:24:03] <laserbeak43> Hello, I'm using Webstorm at the moment, but I also use Visual Studio and am wondering, is anyone familiar with the hotkey to press when you want to close an auto-complete statement?
[21:24:03] <maraneta> what syntax do i use to check if i'm in the $first iteration of ng-repeat, using ng-if?
[21:24:07] *** markalanevans_ has joined #angularjs
[21:24:54] *** corehook has quit IRC
[21:25:07] *** mennea has quit IRC
[21:25:09] *** mzabriskie has joined #angularjs
[21:25:17] <laserbeak43> for example if i press "(" auto-complete makes a ")" and I can type in the middle. Is there a hotkey that will move the caret outside of the "()"?
[21:25:24] *** Oxynum has quit IRC
[21:25:31] <laserbeak43> maraneta: I'm curious. I'm going to look that up
[21:25:46] *** mennea has joined #angularjs
[21:25:47] *** cacts|works has quit IRC
[21:25:59] <maraneta> laserbeak43: i just tried ng-if = "$first" and i'm pretty sure its not owrking
[21:26:02] <maraneta> working*
[21:26:14] *** mzabriskie has quit IRC
[21:26:18] *** markalanevans has quit IRC
[21:26:18] *** markalanevans_ is now known as markalanevans
[21:27:04] <maraneta> laserbeak43: never mind, that's how you do it
[21:27:26] *** okdamn has joined #angularjs
[21:27:30] <okdamn> yo
[21:27:37] <laserbeak43> maraneta: cool
[21:27:40] *** ehynds has quit IRC
[21:27:44] <laserbeak43> okdamn: yo
[21:27:50] *** Oxynum has joined #angularjs
[21:27:53] <okdamn> laserbeak43: :D
[21:28:06] <okdamn> guys would u suggest angularjs instead of php for a huge site?
[21:28:23] *** crakrjak has joined #angularjs
[21:28:35] *** woah has joined #angularjs
[21:28:41] *** cacts|works has joined #angularjs
[21:28:43] <surreal> That's not really a valid comparison
[21:28:44] <laserbeak43> I wouldn't know. BUT I was just getting ready to say, that AngularJS is the reason why i
[21:28:48] *** Sawbones has joined #angularjs
[21:28:58] <laserbeak43> 'm starting to like web programming
[21:29:02] <surreal> php is server side. angular is client side. You can use both.
[21:29:09] <Linell> Well, they're built for different things. PHP runs on your server (like fetching things straight from your database) and Angular runs in your browser
[21:29:12] <laserbeak43> true
[21:29:20] <icfantv> can anyone think why a value of true would not cause an ng-show to show?
[21:29:47] <icfantv> i have two conditions which evaluate to true and it works. i add a third, which evaluates to true, and it won't show
[21:29:57] <icfantv> magic maybe?
[21:29:58] <laserbeak43> interesting
[21:30:00] <icfantv> sorcery?
[21:30:03] <Linell> Probably magic
[21:30:06] <icfantv> voodoo?
[21:30:12] <surreal> icfantv: can you output the value that you're feeding into the ng-show into the template so you can see it?
[21:30:19] <icfantv> retribution for bitching about ng-conf's website earlier?
[21:30:24] <laserbeak43> lol
[21:30:30] <icfantv> surreal: yep, in the debugger. it's true
[21:30:30] <okdamn> i mean
[21:30:34] <icfantv> so weird
[21:30:39] <okdamn> angular SEO is nowaday ok or wot?
[21:30:40] <surreal> When I encounter this kind of thing the value isn't what I expect.
[21:30:46] <okdamn> do i need php to have full SEO support?
[21:30:51] <icfantv> surreal: yep
[21:30:58] <icfantv> time to add debugging {{ }}
[21:30:58] <surreal> Ok, that is weird.
[21:31:48] <surreal> PHP doesn't get you SEO support either. SEO comes from the HTML you render.
[21:31:49] *** IvailoStoianov has quit IRC
[21:31:59] *** mzabriskie has joined #angularjs
[21:32:17] *** damain has quit IRC
[21:32:20] <okdamn> surreal: u know, js not ok for SEO i know about some trick bla bla but mmm
[21:32:21] <surreal> I'm not sure how well angular does for SEO... Googlebots may or may not do well with all the scripts.
[21:32:26] <okdamn> im scared dunno :D
[21:32:30] *** patricka_ has quit IRC
[21:32:31] <binjured> welp, just wasted the entire day to figure out that if you really want to configure ui-router states across modules reliably, you should really just use ui.router.stateHelper because it's just a shit-show otherwise.
[21:33:06] *** ac360 has quit IRC
[21:33:17] *** crakrjak has quit IRC
[21:33:18] <okdamn> i knew Google started indexing js tho
[21:33:25] <okdamn> but who knows about bing, yahoo etc
[21:33:30] <okdamn> surreal:
[21:33:30] *** laurensclaessen has joined #angularjs
[21:33:32] *** baweaver has joined #angularjs
[21:33:36] <icfantv> AHhhhhhhh
[21:33:37] *** edzez has quit IRC
[21:33:38] <icfantv> fucking angular
[21:33:50] <icfantv> i wasn't putting my enum on my scope, so the resolved value was ""
[21:33:59] *** frankblizzar has quit IRC
[21:34:00] *** markalanevans has quit IRC
[21:34:02] <icfantv> there's got to be a way to have it spit out an error
[21:34:03] *** ctanga has quit IRC
[21:34:05] <surreal> Debug output for the win!
[21:34:06] <icfantv> instead of silently failing
[21:34:14] <icfantv> nothing was in the console
[21:34:39] <icfantv> i had to output it via {{ }} to find it
[21:34:42] *** Sawbones has quit IRC
[21:34:42] *** edzez has joined #angularjs
[21:35:21] *** doginal has joined #angularjs
[21:35:32] *** SergioFilhow_ has quit IRC
[21:36:56] *** ctanga has joined #angularjs
[21:37:00] *** jstroem has joined #angularjs
[21:37:18] *** nycdevgirl has quit IRC
[21:37:19] *** Snugug has quit IRC
[21:37:23] *** annlewis has quit IRC
[21:37:44] *** gnrlbzik has quit IRC
[21:37:53] *** patrickarlt has joined #angularjs
[21:38:12] *** tplaner has joined #angularjs
[21:38:23] *** okdamn has quit IRC
[21:38:26] <laserbeak43> maraneta: Looks like you should be careful about choosing ngif over ngshow - https://docs.angularjs.org/api/ng/directive/ngIf
[21:39:14] <surreal> ng-if adds and removes from the document. ng-show is a show/hide type thing.
[21:39:32] *** nycdevgirl has joined #angularjs
[21:39:48] *** mtsr has quit IRC
[21:40:03] *** mtsr has joined #angularjs
[21:40:07] <laserbeak43> binjured: noted.
[21:40:13] *** laurensclaessen has quit IRC
[21:40:31] *** Snugug has joined #angularjs
[21:40:41] *** whunt has quit IRC
[21:41:04] <laserbeak43> surreal: yep. that was my point
[21:41:37] *** patricka_ has joined #angularjs
[21:41:57] *** bade has quit IRC
[21:42:06] *** okdamn has joined #angularjs
[21:42:23] *** nycdevgirl has quit IRC
[21:42:40] *** jstroem has quit IRC
[21:42:45] *** bade has joined #angularjs
[21:43:05] *** Oxynum has quit IRC
[21:43:19] *** jstroem has joined #angularjs
[21:43:22] *** malkomalko has joined #angularjs
[21:44:02] *** malkomalko has quit IRC
[21:44:08] <surreal> It's the kind of thing that can be an unimportant distinction until the difference in behavior is suddenly important.
[21:44:15] *** nesquerra has joined #angularjs
[21:44:15] *** mica has joined #angularjs
[21:44:17] *** Oxynum has joined #angularjs
[21:44:33] *** mica has left #angularjs
[21:44:41] <surreal> Like counting up elements, including the hidden ones... except the hidden ones don't exist.
[21:44:52] *** patrickarlt has quit IRC
[21:44:53] <surreal> Your count comes up a bit short.
[21:44:58] *** okdamn has quit IRC
[21:45:08] *** Sebastien-L has quit IRC
[21:45:14] *** yelvert has joined #angularjs
[21:45:25] *** gnrlbzik has joined #angularjs
[21:46:07] <dmack> binjured: elaborate? I haven't had any issues.
[21:46:10] *** digisky has quit IRC
[21:46:20] *** digisky has joined #angularjs
[21:47:07] *** AlexZan has joined #angularjs
[21:47:33] *** jstroem has quit IRC
[21:48:11] *** _lexjm has quit IRC
[21:48:30] *** arkin has joined #angularjs
[21:49:03] *** nesquerra has quit IRC
[21:49:22] *** oncenull has joined #angularjs
[21:50:39] *** shackleford has quit IRC
[21:51:11] <binjured> dmack: there was some kind of dependency or configuration race or something. basically, if i pointed my browser at #/foo/bar, and had somewhere put `urp.otherwise('/baz')`, i would end up at '/baz' even if '/foo/bar' was defined in another module. only happened on the first page load.
[21:51:29] <dmack> hmm, weird.
[21:51:31] <dmack> sounds racey
[21:51:32] <Nijikokun> most of the code cleanup came from directives / controllers
[21:51:40] *** felix89 has left #angularjs
[21:51:43] <Nijikokun> rhp ^
[21:51:53] *** tech2_ has quit IRC
[21:52:12] *** shackleford has joined #angularjs
[21:52:47] <binjured> it was rather infuriating since i'd setup a redirect to /auth/login if the user wasn't logged in, but going directly to /auth/login would redirect you first to /home then back to /auth/login. took me a long time just to figure out it wasn't my fault.
[21:53:15] *** tkdaj has quit IRC
[21:53:33] *** teslanick has joined #angularjs
[21:53:36] *** teslanick has left #angularjs
[21:54:04] *** night-owl is now known as zz_night-owl
[21:54:43] *** laserbeak43 has quit IRC
[21:54:59] *** mchapman has quit IRC
[21:55:05] *** Oxynum has quit IRC
[21:56:19] *** TommyO has quit IRC
[21:56:38] *** TommyO has joined #angularjs
[21:56:41] *** josh3336 has quit IRC
[21:57:01] *** eBureau has quit IRC
[21:57:06] *** jMyles has joined #angularjs
[21:57:40] *** Shai-Tan has joined #angularjs
[21:57:43] *** whunt has joined #angularjs
[21:57:53] *** Reskp has quit IRC
[21:58:01] *** mivv has quit IRC
[21:58:06] *** hmsimha has joined #angularjs
[21:58:46] *** Reskp has joined #angularjs
[21:59:20] *** Oxynum has joined #angularjs
[21:59:50] *** busticated has joined #angularjs
[22:00:04] *** zz_night-owl is now known as night-owl
[22:01:30] *** Guest68630 has quit IRC
[22:01:52] *** favetelinguis has joined #angularjs
[22:02:15] *** Snugug has quit IRC
[22:02:30] <xyNNN> when i try to access a custom data object in my state from ui router (like, data.myCustomData) i get an "Cannot read property" error when it isn defined? how i can prevent this error? i thought about like if(typeof data.myCustomData != 'undefined') ?
[22:02:32] *** Trindaz has joined #angularjs
[22:02:50] *** favetelinguis has quit IRC
[22:03:05] *** dhcar_AFK is now known as dhcar
[22:03:24] *** favetelinguis has joined #angularjs
[22:03:27] *** AlfredH has joined #angularjs
[22:03:27] *** tsalb has joined #angularjs
[22:03:53] <Trindaz> AngularJS seems to enter an infinite loop when I try `obj in getArray()` and getArray() returns [{k: 'v'}]; however it works fine if getArray() returns [1, 2, 3]
[22:03:55] <Trindaz> what's going on?
[22:04:14] *** balr0g has quit IRC
[22:04:26] *** connix has joined #angularjs
[22:04:32] *** Snugug has joined #angularjs
[22:04:41] *** tkdaj has joined #angularjs
[22:04:45] <AlfredH> hey, how do I open new channel window please?
[22:05:02] *** annlewis has joined #angularjs
[22:05:02] *** tkdaj has left #angularjs
[22:05:07] *** cotko has quit IRC
[22:05:07] <surreal> use /j #channelname
[22:05:12] <AlfredH> THANK YOU
[22:05:14] <AlfredH> thank you
[22:05:23] <surreal> welcome to IRC :D
[22:05:32] *** bradgignac has joined #angularjs
[22:05:45] <AlfredH> wow it worked, that was cool : D
[22:05:50] *** Oddman has quit IRC
[22:05:56] <AlfredH> yeah, I know, whole new world
[22:05:58] <AlfredH> : /
[22:06:02] *** whiteboo_ has joined #angularjs
[22:06:37] <AlfredH> so, would you recommend me some cool client?
[22:07:02] *** Snugug has quit IRC
[22:07:21] <surreal> Windows, mac, linux?
[22:07:37] *** favetelinguis has quit IRC
[22:07:38] <AlfredH> linux
[22:07:41] *** cthrax has joined #angularjs
[22:07:44] <AlfredH> mac
[22:07:46] *** jakswa has left #angularjs
[22:07:59] <Linell> http://www.irssi.org/
[22:08:03] *** jlebrech has joined #angularjs
[22:08:07] <surreal> I use LimeChat on mac, free and it works fine.
[22:08:10] *** mtsr has quit IRC
[22:08:12] *** whitebook has quit IRC
[22:08:29] *** gabrielsch has joined #angularjs
[22:08:38] *** markalanevans has joined #angularjs
[22:09:03] *** oncenull has quit IRC
[22:09:40] *** cwill747 has joined #angularjs
[22:09:44] *** gurke_ has quit IRC
[22:09:47] *** baweaver has quit IRC
[22:10:06] <surreal> Good news. Angular 1.2.26 handles the digest loop freakout so IE doesn't lock up.
[22:10:16] *** dc_ has quit IRC
[22:10:19] *** trend has quit IRC
[22:10:24] *** d4rklit3 has joined #angularjs
[22:10:45] *** emmesswhy has joined #angularjs
[22:10:46] *** mtsr has joined #angularjs
[22:11:32] <surreal> And it doesn't break Chrome
[22:11:45] *** AlfredLime has joined #angularjs
[22:11:58] *** macobo has quit IRC
[22:12:00] <AlfredLime> Boom!
[22:12:09] <surreal> And it doesn't break FireFox. Sweet.
[22:12:26] *** chrisbirk has joined #angularjs
[22:12:56] *** sekyms has quit IRC
[22:12:59] *** jlebrech has quit IRC
[22:13:27] *** Aswebb has joined #angularjs
[22:13:53] *** ozh has quit IRC
[22:14:08] <surreal> Do I need to work to prevent IE from having it's little fit, or is that just par for the course?
[22:14:23] *** dhcar is now known as dhcar_AFK
[22:14:56] *** Guest68630 has joined #angularjs
[22:15:04] *** josh-k has joined #angularjs
[22:17:02] <icfantv> so. i got a response from ng-conf to my email post about being charged for the workshop but not for the ticket
[22:17:26] <icfantv> they said they used a 3rd party ticket processing site for their scalibility
[22:17:28] <icfantv> hahahahahaha
[22:17:52] <icfantv> ok. so then they said they received over 120k page views during the sale.
[22:18:02] <icfantv> and i'm thinking…..that's not a lot
[22:18:04] <icfantv> not at all
[22:18:12] *** mspier is now known as mspier|away
[22:18:13] <icfantv> i'm pretty sure that half of those were me
[22:19:19] *** nima_ has joined #angularjs
[22:19:28] *** simplyshipley has joined #angularjs
[22:20:02] *** Latros-OS has quit IRC
[22:20:04] *** dpyle has joined #angularjs
[22:20:08] *** christianbking has joined #angularjs
[22:20:11] *** simplyshipley has quit IRC
[22:20:49] <nima_> Has anyone used Ionic and is familiar with using Ionic to make a mobile-friendly website (instead of it's main use of making cordoba mobile apps)?
[22:21:20] *** hnomad has joined #angularjs
[22:21:32] *** eamonn has joined #angularjs
[22:21:36] *** gnrlbzik has quit IRC
[22:22:46] <sonicparke|bradm> icfantv: I was wondering if those were 120k total or unique
[22:22:56] *** baweaver has joined #angularjs
[22:23:08] *** morenoh150 has quit IRC
[22:24:06] *** jolts has quit IRC
[22:24:18] *** emmesswhy has quit IRC
[22:24:26] *** patricka_ has quit IRC
[22:24:39] *** wallerdev has joined #angularjs
[22:24:44] *** jillesme has joined #angularjs
[22:24:49] *** AtomicCookie has quit IRC
[22:25:08] *** patrick99e99 has joined #angularjs
[22:25:12] *** mennea has quit IRC
[22:25:47] *** jolts has joined #angularjs
[22:25:48] *** mennea has joined #angularjs
[22:25:54] *** trend has joined #angularjs
[22:26:02] *** oniijin has quit IRC
[22:26:03] *** Guest68630 has quit IRC
[22:26:19] <icfantv> sonicparke|bradm: it didn't say
[22:26:34] <icfantv> venue holds 700 ppl
[22:27:02] <sonicparke|bradm> wow
[22:27:04] <icfantv> says round two will have more tickets than round one. seems like it's all about money then
[22:27:12] <sonicparke|bradm> probably so
[22:27:19] <sonicparke|bradm> maybe
[22:27:19] <icfantv> what's the point then of the two rounds
[22:27:23] *** NormySan^ has quit IRC
[22:27:33] <icfantv> didn't say how many tickets were in each round
[22:27:33] *** adpirz has joined #angularjs
[22:27:41] <sonicparke|bradm> probably because it's such a frezy then you get a 2nd chance
[22:27:59] *** beachandbytes has joined #angularjs
[22:28:30] *** roo has joined #angularjs
[22:28:38] *** connix has quit IRC
[22:29:44] <icfantv> who knows. i bet the 2nd round will be even more of a clusterf**k
[22:30:08] *** patrick99e99 has quit IRC
[22:30:12] <stirlingw> Is there only 2 rounds?
[22:30:33] *** MotherMGA has joined #angularjs
[22:30:52] <sonicparke|bradm> only 2
[22:31:10] *** alinouman has quit IRC
[22:31:12] <icfantv> yes
[22:31:14] <icfantv> only 2
[22:31:26] <icfantv> but they did say they would refund my workshop charge
[22:31:29] *** ctanga has quit IRC
[22:31:34] <icfantv> if i wanted.
[22:31:36] <sonicparke|bradm> my coworker still needs a ticket so hopefully round 2 will work for him
[22:31:42] <sonicparke|bradm> that's good
[22:31:52] *** adpirz has quit IRC
[22:32:14] *** eamonn has quit IRC
[22:32:29] *** beachandbytes_t has joined #angularjs
[22:32:29] *** dhcar_AFK is now known as dhcar
[22:32:33] <stirlingw> Sorry only 1 per company
[22:32:45] <stirlingw> :)
[22:32:48] <sonicparke|bradm> :-)
[22:32:53] *** beachandbytes has quit IRC
[22:33:10] *** fauverism has joined #angularjs
[22:33:11] *** angularUser33 has joined #angularjs
[22:33:24] *** gnrlbzik has joined #angularjs
[22:34:36] *** dsdeiz has joined #angularjs
[22:34:46] <MotherMGA> Hello, I have a service that provides get/post of my data to the backend. After a valid POST of data, I'm returning a result set that I want to feed back to my controllers. I'm finding that when I over-write properties on the data my service, my controllers aren't re-flowing based on the data change. what am I doing wrong?
[22:35:08] *** TheAceOfHearts has joined #angularjs
[22:35:08] *** tristanp has quit IRC
[22:35:42] *** merobertsjr has quit IRC
[22:35:49] *** eamonn has joined #angularjs
[22:36:20] *** TheAceOfHearts has quit IRC
[22:36:22] *** lsiv568 has quit IRC
[22:36:23] *** SergioFilhow_ has joined #angularjs
[22:36:37] *** mspier|away is now known as mspier
[22:36:40] <fauverism> @MotherMGA are you passing the service as a parameter in your controller?
[22:36:50] <MotherMGA> yes.
[22:36:54] <fauverism> hm
[22:36:54] *** gunn has quit IRC
[22:37:08] <fauverism> any chance you can post a fiddle or plunker?
[22:37:14] *** Shilon has joined #angularjs
[22:37:17] <MotherMGA> nah, sorry.
[22:37:30] *** jillesme has quit IRC
[22:37:38] *** TheAceOfHearts has joined #angularjs
[22:38:08] *** doginal has quit IRC
[22:38:09] *** sugarcane has joined #angularjs
[22:38:16] <MotherMGA> I think its because I'm using angular.extend($scope, serviceData)
[22:38:25] *** jillesme has joined #angularjs
[22:38:35] *** gunn has joined #angularjs
[22:38:44] <snurfery> sup yall
[22:38:58] *** ciwolsey has quit IRC
[22:39:02] *** whiteboo_ has quit IRC
[22:39:07] *** TheAceOfHearts has joined #angularjs
[22:39:15] <ioudas> Can anyone help me transfer checkbox values between two states and two controllers? For some reason I cant get them to work....
[22:40:06] *** mennea has quit IRC
[22:40:37] *** SergioFilhow_ has quit IRC
[22:40:39] *** whunt has quit IRC
[22:41:10] *** beardyname has joined #angularjs
[22:41:16] *** eamonn has quit IRC
[22:41:27] *** ish has joined #angularjs
[22:42:00] <ish> I've boosted performance a bit with the :: bind once notation. Is there similar for ng-bind-html?
[22:42:13] *** zzing has joined #angularjs
[22:42:29] <icfantv> damn. the ng-conf folks are so polite, it's hard to be mad at them
[22:42:32] *** mjs2600 has quit IRC
[22:43:24] *** ferrao has joined #angularjs
[22:43:43] *** eamonn has joined #angularjs
[22:44:01] *** rho has quit IRC
[22:44:04] *** merobertsjr has joined #angularjs
[22:45:04] *** nesquerra has joined #angularjs
[22:45:23] *** fauverism has quit IRC
[22:45:38] *** thomastuts has joined #angularjs
[22:45:39] *** whunt has joined #angularjs
[22:46:44] *** CiE has quit IRC
[22:46:49] *** nycdevgirl has joined #angularjs
[22:46:50] *** angularUser33 has quit IRC
[22:47:00] *** mjs2600 has joined #angularjs
[22:47:08] *** cleme1mp_ has quit IRC
[22:47:12] *** CiE has joined #angularjs
[22:47:22] *** Oxynum has quit IRC
[22:47:25] <snurfery> keep trying, we believe in you
[22:47:26] *** tfennell_ has joined #angularjs
[22:47:30] *** zB0hs has quit IRC
[22:48:21] *** DigitallyBrn has quit IRC
[22:48:49] *** DigitallyBrn has joined #angularjs
[22:48:55] *** frankblizzar has joined #angularjs
[22:49:07] *** nemothekid has quit IRC
[22:49:08] *** eamonn has quit IRC
[22:49:09] *** Oxynum has joined #angularjs
[22:49:10] *** mjs2600 has quit IRC
[22:49:13] *** RobinBAwesome has joined #angularjs
[22:49:29] <MotherMGA> So if you have a $scope.variable = {some complex object} and you have watches on $scope.variable.path.to subvalue, and you later reassign, $scope.variable to a new representation of the object, does that trigger your watches?
[22:49:41] *** nesquerra has quit IRC
[22:49:49] *** Grokling_ has joined #angularjs
[22:49:51] <sugarcane> I'd avoid watches
[22:50:32] <Grokling> ioudas: Are you using a service or factory to 'share' those values between your controllers?
[22:50:39] *** tfennelly has quit IRC
[22:50:40] <MotherMGA> well, specifically, I'm referring to template values via {{ variable.path.to.subvalue }}
[22:50:42] *** ngbot has joined #angularjs
[22:50:42] <ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/gtPXfg
[22:50:42] <ngbot> angular.js/master 8b775a0 Pawel Kozlowski: docs(guide/expressions): clarify regexp literals usage in expressions...
[22:50:43] *** ngbot has left #angularjs
[22:50:50] *** CitizenKane has quit IRC
[22:51:11] <MotherMGA> I'm finding setting a new $scope.variable isn't re-flowing the template value
[22:51:16] <ioudas> trying, to. cant get it goin. tried global variable as well
[22:51:28] <ioudas> i havnt figured out how to properly communicate between controllers yet
[22:51:30] *** zzing has quit IRC
[22:51:39] *** JohnBat26 has quit IRC
[22:51:48] *** doginal has joined #angularjs
[22:51:53] *** ctanga has joined #angularjs
[22:52:03] <Grokling> ioudas: Got plunker? Communicating between controllers is either via an inherited $scope, or using a service/factory.
[22:52:18] *** frankbli_ has joined #angularjs
[22:52:21] *** frankblizzar has quit IRC
[22:52:59] <snurfery> MotherMGA: you might be clobbering the reference
[22:53:11] <snurfery> just to be safe, I tend to replace the content of objects
[22:53:15] *** jmckind has quit IRC
[22:53:27] <ioudas> i can give ya somethin
[22:53:28] <ioudas> 1 sec
[22:53:35] <snurfery> I even have a little service to do it for me... that way I know I won't clobber references
[22:53:43] <icfantv> snurfery: heh
[22:54:05] <MotherMGA> snuffery: what is the correct way to import a restful representation of your application state?
[22:54:15] <snurfery> 1 sec
[22:54:41] <MotherMGA> I tried angular.extend($scope, serviceData), but it seems to be detatched.
[22:54:47] *** krawek has quit IRC
[22:54:59] *** chrisbirk has quit IRC
[22:55:04] *** juampy has joined #angularjs
[22:55:06] *** NitroLiq has joined #angularjs
[22:55:17] <ioudas> http://pastebin.com/nJUetk6P
[22:55:21] *** spatialb_ has quit IRC
[22:55:21] <snurfery> I'd have to see the code around it
[22:55:26] *** krawek has joined #angularjs
[22:55:26] *** krawek has joined #angularjs
[22:55:27] <snurfery> https://gist.github.com/marcelchastain/66e964f40df9e3913be0
[22:55:38] <snurfery> ^^ that's my ObjectService
[22:55:41] *** rho has joined #angularjs
[22:55:41] *** jillesme has quit IRC
[22:55:47] *** bkuberek has quit IRC
[22:55:50] *** glosoli has quit IRC
[22:56:28] *** bkuberek has joined #angularjs
[22:56:33] <snurfery> ObjectService.replaceContents(sourceObj, $scope.someObj) or some nonsense. works well enough.
[22:56:38] <jaawerth> lately I've been going full on OO with my services
[22:56:50] *** damain has joined #angularjs
[22:56:52] <snapwich> why does angular require java to build now. that's awful
[22:56:52] <snurfery> MotherMGA: can you post some more of your code that's not working?
[22:57:07] *** scythe__ has joined #angularjs
[22:57:11] <jaawerth> snapwich: well it's built on DART now IIRC
[22:57:18] <jaawerth> I didn't think that was java-compiled but I've never used it
[22:57:55] <snapwich> it looks like it's just for the minification
[22:58:07] *** damain has quit IRC
[22:58:10] *** desp has joined #angularjs
[22:58:11] <snapwich> i got: Running "minall" task
[22:58:11] <snapwich> Exception in thread "main" java.lang.UnsupportedClassVersionError: com/google/javascript/jscomp/CommandLineRunner : Unsupported major.minor version 51.0
[22:58:49] <lebster> is there a way to use ngclass to remove a predefined class with the same name?
[22:59:00] *** Shilon has quit IRC
[22:59:15] <snapwich> lebster: ng-class="{className:false}" ?
[22:59:55] *** dpyle has quit IRC
[23:00:27] <snurfery> nice.
[23:00:46] <Grokling> ioudas: That's hella confusing.. you've got a service called CheckBoxFilter(!!). The idea is to keep your data in your service, and pass a reference to it into $scope via your controller.
[23:00:55] <lebster> snapwich: that doesnt work - http://plnkr.co/edit/aC4I5UKGFU3JYc7bbHKx?p=preview
[23:01:23] <Grokling> actually, a factory called CheckBoxFilter..
[23:01:25] *** adamdbradley has quit IRC
[23:01:26] *** arkin has quit IRC
[23:02:13] *** morenoh150 has joined #angularjs
[23:02:25] <snapwich> lebster: i'm surprised that doesn't work. you might have to make a custom directive to do it then
[23:02:26] <snurfery> norcal in the house, apparently
[23:02:33] <snurfery> (hella)
[23:02:39] *** greengriminal has joined #angularjs
[23:02:44] *** melter_ has joined #angularjs
[23:03:06] *** melter_ has quit IRC
[23:04:01] *** Shilon has joined #angularjs
[23:04:16] *** beachandbytes has joined #angularjs
[23:04:39] *** juampy has quit IRC
[23:04:42] <Grokling> Nah - a long long way from Cali down here. I just like to misapproriate colloquialisms. Ours tend to be way too vulgar ;-)
[23:04:44] *** FIFOd[a] has quit IRC
[23:04:56] <snurfery> heh
[23:05:12] <jaawerth> Grokling: I'd say you were from New England if you hadn't said "down here"
[23:05:12] *** samuel02 has quit IRC
[23:05:17] *** AlfredLime has quit IRC
[23:05:18] <snurfery> the term grew on me after hanging out with some bay area folks
[23:05:31] *** AlfredH has quit IRC
[23:05:34] <snurfery> there's no satisfying equivalent!
[23:05:39] <snurfery> "very"? borrrrring
[23:05:53] <Grokling> the New part is right, and the English were our first colonists..
[23:05:55] <burzum2> Im creating my own directive with attributes but for some reason if I have a string attribute its undefined? Is there something I miss?
[23:05:57] <jaawerth> being a transplant from New England now in DC and surrounded by southerners, I never realized just how much profanity I use in day to day speech until I was around so many people who don't
[23:06:24] <burzum2> foo="123" appears as $scope.foo 123, foo="bar" appears as undefined in my scope.
[23:06:34] <jaawerth> Grokling: oh haha, didn't mean to be US-centric. Trying to remember now... Australian?
[23:06:51] *** mtsr has quit IRC
[23:06:58] <bradgignac> new zealand
[23:07:00] *** juampy has joined #angularjs
[23:07:07] <snurfery> burzum2: mebbe it's interpreting it as an expression. Try putting it in quotes
[23:07:19] <jaawerth> burzum2: bar is a keyword and it's trying to reference $scope.bar when you do that. You'd need to do foo='"bar"' or foo="'bar'"
[23:07:25] *** darrin has quit IRC
[23:07:27] *** beachandbytes_t has quit IRC
[23:07:29] *** nemothekid has joined #angularjs
[23:07:46] * snurfery high fives jaawerth
[23:07:48] <jaawerth> burzum2: wait no. how are you accessing the attributes?
[23:07:55] <burzum2> jaawerth snurfery <wa-comments section="CmsPage" key="823"></wa-comments>
[23:08:04] <burzum2> is what i do
[23:08:04] <snurfery> moar quotes
[23:08:06] <jaawerth> burzum2: if you'er doing it via the attrs object in the link function, it should interpolate it as a string
[23:08:20] <Grokling> bradgignac has it right. Calling a NZer Australian is almost worse than being US centric!
[23:08:25] <burzum2> meh, im still an angular new, let me paste my directive
[23:08:27] <jaawerth> hahaha
[23:08:31] <jaawerth> it was a shot in the dark!
[23:08:46] *** Siecje has left #angularjs
[23:08:47] *** balr0g has joined #angularjs
[23:08:48] <jaawerth> Geographically speaking I was pretty close
[23:08:50] <roqo> Us American's have a bad sense of geography
[23:08:51] <burzum2> http://pastebin.com/bGQ6ARVx
[23:08:56] *** burzum2 is now known as burzum
[23:08:56] *** beardyname has quit IRC
[23:09:08] <bradgignac> ha
[23:09:12] <roqo> Down here I was thinking about South America like wth there are no "New" places down there
[23:09:12] <snurfery> also our breath stinks
[23:09:13] *** dylang has joined #angularjs
[23:09:30] <bradgignac> i have a coworker from northern ireland, and people ask him about ireland all the time
[23:09:34] *** morenoh150 has quit IRC
[23:09:41] *** dmack has quit IRC
[23:09:44] <Grokling> 4155km off, but yeah, close I guess..
[23:09:48] <jaawerth> burzum: yeah, if you using isolate scope and '=' then it's going to accept the thing as an object, which means it will interpolate your input as an expression (and you should never use that for a primitive)
[23:09:54] <bradgignac> that's a very important difference to someone from either ireland or northern ireland
[23:09:59] <jaawerth> burzum: in other words, the '=' is for 2-way databinding
[23:09:59] *** whitebook has joined #angularjs
[23:10:02] *** asking-questions has joined #angularjs
[23:10:08] <roqo> And New Zealand is south "EAST" of the california not south west, since you know...the world map starts with California on the West
[23:10:14] *** chrisbirk has joined #angularjs
[23:10:36] <snurfery> not if we were actually traveling from one to the other
[23:10:43] <Grokling> Oh wait.. the US continent is only 5471km wide. In that case, you were miles off!
[23:10:45] <jaawerth> I once met a traveling New Zealand lady's softball team while spending a summer in Peru
[23:10:57] <burzum> jaawerth, ok thank you I understand your explanation, I know there are other operators than = for this, but which one should I use then for a read only binding?
[23:10:59] <snurfery> getting their llama on
[23:11:00] *** GeneralChoomin has quit IRC
[23:11:06] *** joshontheweb has quit IRC
[23:11:10] <asking-questions> can someone tell what is commonly used to serve angularjs and other static resources when developing an angularjs app (apache, nginx, something else...)?
[23:11:15] *** GeneralChoomin has joined #angularjs
[23:11:15] *** GeneralChoomin has joined #angularjs
[23:11:30] <snurfery> asking-questions: locally? grunt/gulp
[23:11:40] <Grokling> ^+1
[23:11:42] <burzum> I think its @
[23:11:46] <jaawerth> we had a really funny moment where I was sitting in a rooftop cafe near them drinking my boozy coffee and they were chatting away. I was reading and being somewhat amused by my chatter, then they started talking to me thinking I didn't speak English
[23:11:50] *** bkuberek_ has joined #angularjs
[23:12:30] <snurfery> we're dangerously close to having an "A/S/L?" moment
[23:12:39] <burzum> yep, the @ works :) thanks for pushing me into the right direction jaawerth and snurfery
[23:12:40] <jaawerth> burzum: you'd use '@' if you want to do it the isolate scope way (or '@?' if you want it to be an optional parameter). You can alternative access attributes interpolated as strings at any time using the "attrs" param in the link function
[23:13:00] *** Glen_ has joined #angularjs
[23:13:18] <jaawerth> the only real difference between using attrs and using '@' is that the '@' is more explicit in the directive definition, and sticks it right onto scope automatically
[23:13:32] <burzum> jaawerth im not yet using a link() function in my directive but i see in the docs that attrs is passed
[23:13:34] *** joshontheweb has joined #angularjs
[23:13:43] <burzum> Yes, that would be good, the directive will require both attributes
[23:13:52] *** ferrao has quit IRC
[23:14:07] <jaawerth> '&' is my favorite because it's so funky, but that one is the hardest to wrap your head around
[23:14:10] <burzum> Im working on implementing a comment system so that I just need to put <wa-comments...> into my page and have it working
[23:14:18] <burzum> lol
[23:14:24] *** gunn has quit IRC
[23:14:26] *** ferrao has joined #angularjs
[23:14:39] <snurfery> you want the funk. gotta have the funk.
[23:14:43] <jaawerth> '&' is how stuff like ng-click is implemented - lets you pass in a function or expression that gets executed in the parent's context
[23:14:59] *** superkhau has joined #angularjs
[23:15:03] *** bkuberek has quit IRC
[23:15:11] <NitroLiq> Hi guys, new to angular and wanted to get some input as to whether this is a stupid idea or not. I want to build a simplified product finder similar to the board finder app (http://www.burton.com/on/demandware.store/Sites-Burton_US-Site/default/BoardFinder-Start#/home), except I'll just be using a simple json file for product listings, not demandware..
[23:15:44] *** joshontheweb has quit IRC
[23:15:53] <NitroLiq> This is just for my own practice and possibly a github code sample.
[23:16:06] *** patrickarlt has joined #angularjs
[23:16:29] *** dsdeiz has quit IRC
[23:16:35] *** gunn has joined #angularjs
[23:17:19] *** joshontheweb has joined #angularjs
[23:17:27] *** tfennelly has joined #angularjs
[23:17:52] *** ChadStrat has joined #angularjs
[23:17:54] *** Oxynum has quit IRC
[23:18:13] *** whitebook has quit IRC
[23:18:32] <NitroLiq> I'm guessing I would just drill through the json file one level at a time and somehow pass the returned data to the next page or am I thinking of this in the wrong way?
[23:18:34] *** ferrao has quit IRC
[23:18:40] *** patrickarlt has quit IRC
[23:18:45] *** krawek has quit IRC
[23:19:24] *** hmsimha has quit IRC
[23:19:41] *** krawek has joined #angularjs
[23:19:42] *** krawek has joined #angularjs
[23:19:43] *** mdel has joined #angularjs
[23:19:45] <NitroLiq> Are there any Angualr references that kind of teach how to approach something like this?
[23:20:46] *** tfennell_ has quit IRC
[23:20:48] *** mjs2600 has joined #angularjs
[23:21:19] *** kuadrosx_ has joined #angularjs
[23:22:01] *** Glen_ has quit IRC
[23:22:15] *** michaelSharpe has quit IRC
[23:22:19] <Grokling> NitroLiq: If it was me, I'd be making some factories, tearing your JSON apart and making Instances out of it, then using a factory method in your controller to grab the relevant Instances. Might be too complex for what you're thinking, but if it's mainly a learning exercise...
[23:22:35] *** asking-questions has quit IRC
[23:23:47] <jaawerth> NitroLiq: yeah, you would want factories and services that handle the data. The bonus to this is you can use the json file for now and later you could always switch it out to pull from an actual server, since everything is abstracted through the service/factory
[23:24:48] *** moafoca has quit IRC
[23:25:03] *** kuadrosx has quit IRC
[23:25:08] *** Sontakey has joined #angularjs
[23:25:17] *** krawek has quit IRC
[23:25:38] *** bbankes has quit IRC
[23:25:49] *** qdk has joined #angularjs
[23:25:55] *** iribarne has joined #angularjs
[23:26:04] *** JoshGlzBrk has quit IRC
[23:26:04] *** doginal has quit IRC
[23:26:33] *** krawek has joined #angularjs
[23:26:33] *** krawek has joined #angularjs
[23:27:17] *** diosney has quit IRC
[23:27:26] *** danecando has joined #angularjs
[23:27:53] *** patrickarlt has joined #angularjs
[23:27:56] *** hnomad has quit IRC
[23:28:40] *** MotherMGA has quit IRC
[23:29:29] <optikalmouse> does anyone here work overtime?
[23:29:33] *** kuadrosx_ is now known as kuadrosx
[23:29:39] <optikalmouse> on projects that are scheduled to take 1 to 1.5 months?
[23:29:52] *** patrickarlt has quit IRC
[23:29:52] <optikalmouse> I'm wondering how common it is for web devs to do overtimes :S
[23:30:57] <sacho> irc channels don't make good polls
[23:30:57] *** Reskp has quit IRC
[23:31:19] <Grokling> overtime? I work all the time.
[23:31:27] *** mzabriskie has quit IRC
[23:31:31] <NitroLiq> I'll have to look into services/factories. I'm so green with this stuff.
[23:31:50] <jaawerth> optikalmouse: I do, but I'm not strictly a web dev and I don't work for a studio
[23:31:58] *** dcherman2 has quit IRC
[23:32:08] *** laserbeak43 has joined #angularjs
[23:32:40] *** cs44 has joined #angularjs
[23:33:09] <NitroLiq> Yeah, I'm more of a FE dev + designer and 9:30am - 7pm would be typical. When I worked at a SaaS company the Enginners were always working OT...some slept in the office on occasion.
[23:33:33] *** nickBek has quit IRC
[23:33:41] *** JoshGlzBrk has joined #angularjs
[23:33:58] <NitroLiq> Depnds on the gig, really
[23:34:15] *** wallerdev_ has joined #angularjs
[23:34:20] *** NitroLiq has quit IRC
[23:34:23] *** wallerdev has quit IRC
[23:34:23] *** wallerdev_ is now known as wallerdev
[23:35:13] *** patricka_ has joined #angularjs
[23:35:23] *** damain has joined #angularjs
[23:35:29] *** mdedetrich has joined #angularjs
[23:35:32] *** damain has quit IRC
[23:35:56] *** damain has joined #angularjs
[23:36:05] <cs44> still looking for a redirect solution for ui-router
[23:36:15] <cs44> seems there's no clear cut answer
[23:36:46] *** iribarne has quit IRC
[23:36:46] <laserbeak43> does anyone else here use AngularJS with ASP.Net?
[23:37:14] <sonicparke|bradm> laserbeak43, for client-side?
[23:37:25] <laserbeak43> yes, just trying to figure things out
[23:37:32] *** ngbot has joined #angularjs
[23:37:32] <ngbot> [angular.js] lgalfaso pushed 1 new commit to master: http://git.io/AcSnlQ
[23:37:32] <ngbot> angular.js/master fbad280 Jason Bedard: refactor($parse): separate tokenizing vs parsing more...
[23:37:33] *** ngbot has left #angularjs
[23:37:35] *** discgo has joined #angularjs
[23:37:38] *** chrisbirk has quit IRC
[23:37:44] *** damain has quit IRC
[23:37:48] *** markalanevans has quit IRC
[23:38:05] <sonicparke|bradm> laserbeak43: we use Angular for client and .NET WebAPI for backend. Not really trying to use ASP.Net for client
[23:38:09] *** kreiggers has quit IRC
[23:38:22] <laserbeak43> i agree
[23:38:28] <laserbeak43> I won't beat around the bush
[23:38:33] <laserbeak43> asking for help with this:
[23:38:34] <laserbeak43> http://stackoverflow.com/questions/26897276/linking-to-files-with-angularjs-in-an-asp-net-mvc-5-project
[23:38:46] *** kreiggers has joined #angularjs
[23:38:47] *** tplaner has quit IRC
[23:39:30] *** mjs2600 has quit IRC
[23:39:47] *** gnrlbzik has quit IRC
[23:39:48] <sacho> laserbeak43, ngRoute doesn't change the page
[23:39:51] <sonicparke|bradm> have you tried page1 & page2 wihtout the .html
[23:39:53] <sacho> what do you want to do anyhow?
[23:40:10] <laserbeak43> sonicparke|bradm: no, i havent..
[23:40:12] <laserbeak43> i'll do that now
[23:40:30] *** doodlehaus has quit IRC
[23:40:31] <laserbeak43> sacho: it works perfectly in webstorm
[23:40:45] <sacho> don't use pronouns please
[23:40:56] <laserbeak43> i'm filling ng-view with the html
[23:41:01] *** Guest84348 has quit IRC
[23:41:11] <laserbeak43> sacho: how about "as expected"
[23:41:24] <sacho> I still don't know what you want to do
[23:41:48] *** dcherman has joined #angularjs
[23:41:48] *** Reskp has joined #angularjs
[23:41:52] <sacho> You cannot use ngRoute to "link to pages", because ngRoute doesn't *change the page*
[23:41:53] <sonicparke|bradm> I think it's possible that MVC doesn't know which page to serve up at that url
[23:42:06] <sonicparke|bradm> what acho said
[23:42:07] *** ferrao has joined #angularjs
[23:42:08] <sonicparke|bradm> sacho
[23:42:28] <jaawerth> in other words, both ngRoute and ui-router are for routing in a Single Page App
[23:42:32] *** eslaron has joined #angularjs
[23:42:34] <jaawerth> aka client-side routing
[23:42:35] <laserbeak43> sacho: i see
[23:42:37] <eslaron> Hey :)
[23:42:41] <laserbeak43> bad terminology
[23:42:46] *** ferrao has quit IRC
[23:42:52] <sacho> laserbeak43, you can set your templateUrl to point at one of your actions
[23:43:01] <sacho> you can't really pass parameters that way, though
[23:43:19] <eslaron> I try to include restangular module into myapp, but I get a injection error despite doing everything just like in the starter guide.
[23:43:22] *** dsdeiz has joined #angularjs
[23:43:26] <jaawerth> plus, by default they'd be cached in templateCache, which may not be great if the pages you're pulling are dynamic
[23:43:30] <sacho> but you could do something like templateUrl: '/Home/page1', and angular would make a request to fetch /Home/page1, which will hit your page1 action
[23:43:36] <sacho> yeah.
[23:43:51] <eslaron> Anybody knows why Angular 1.3 is so picky about module injections?
[23:44:01] <laserbeak43> hmm interesting.
[23:44:06] <sacho> laserbeak43, you have two options, either make your backend an api that angular uses,
[23:44:16] <sacho> or switch between pages, loading angular(and your app) on each one
[23:44:17] *** dsdeiz has quit IRC
[23:44:17] *** dsdeiz has joined #angularjs
[23:44:37] *** edy has quit IRC
[23:44:46] *** mjs2600 has joined #angularjs
[23:44:46] *** BillCriswell has quit IRC
[23:44:52] *** josh-k has quit IRC
[23:45:23] <laserbeak43> sacho, jaawerth, sonicparke|bradm: thanks i'll look into that!
[23:45:27] *** josh-k has joined #angularjs
[23:45:44] <eslaron> Anybody used restangular 1.4 with AngularJS 1.3.x?
[23:45:48] *** nesquerra has joined #angularjs
[23:47:16] *** imehesz has quit IRC
[23:47:18] <optikalmouse> sacho: it's true they don't
[23:47:55] *** doginal has joined #angularjs
[23:48:06] *** damain has joined #angularjs
[23:48:57] *** walden is now known as walden|afk
[23:49:00] <Grokling> NitroLiq: Have a look at this quick example: http://plnkr.co/edit/4nCW9eun0yxwIYoi4Bqh
[23:49:08] *** juampy has quit IRC
[23:49:21] *** damain has quit IRC
[23:49:31] *** jaznow has quit IRC
[23:49:42] *** crunch-choco has joined #angularjs
[23:49:50] *** Rutix has quit IRC
[23:49:59] *** josh-k has quit IRC
[23:50:06] *** crunch-choco is now known as Guest57752
[23:50:17] *** nesquerra has quit IRC
[23:50:31] *** bradgignac has quit IRC
[23:51:13] <jaawerth> Grokling: we need better terminology. Technically that's still a service even though you're making it with a factory. It's confusing either way you say it though :-\
[23:51:37] *** Trindaz has quit IRC
[23:51:49] <jaawerth> Grokling: oh never mind, you're just returning the constructor - one of my favorite tricks!
[23:51:50] *** frankbli_ has quit IRC
[23:52:40] <Grokling> jaawerth: Agreed - the terminology is murky. And 90% of people don't use a factory in the way that the factory pattern works.. so yeah. Confusing to say the least.
[23:53:10] <eslaron> Anybody used restangular 1.4 with AngularJS 1.3.x?
[23:53:13] *** c00ljs has quit IRC
[23:53:24] *** plato|wtf has quit IRC
[23:53:29] <jaawerth> eslaron: You might get more mileage out of just describing your issue
[23:53:33] <jaawerth> or posting a plunk
[23:53:43] *** baweaver has quit IRC
[23:54:02] <eslaron> Well, it;s a basic error. Angular flips on the stage of injecting the module
[23:54:17] *** patricka_ has quit IRC
[23:54:42] *** markalanevans has joined #angularjs
[23:54:53] *** kirfu has joined #angularjs
[23:54:59] *** livingstn has quit IRC
[23:55:12] *** Sontakey has quit IRC
[23:55:29] *** derickf has joined #angularjs
[23:55:53] *** cannap has quit IRC
[23:56:07] <jaawerth> eslaron: works fine here http://plnkr.co/edit/TF8BhCGv26occtTfOavs?p=preview
[23:56:12] *** shepheb has quit IRC
[23:56:16] *** mjs2600 has quit IRC
[23:57:19] <derickf> what is the syntax for using ng-show without having to introduce a new element?
[23:57:45] <Linell> derickf: what do you mean a new element? A new scope variable?
[23:58:02] *** shepheb has joined #angularjs
[23:58:03] *** thedodd has quit IRC
[23:58:06] <jaawerth> eslaron: you've probably got something else going on causing the injection to fail
[23:58:10] *** sonicparke|bradm has quit IRC
[23:58:13] <eslaron> jaawerth, in my case it looks like this http://pastebin.com/NzUyW677
[23:58:16] <derickf> I mean I don’t want to add a div like <div ng-show=“..”> that adds a div
[23:58:43] *** josh-k has joined #angularjs
[23:58:48] *** settinghead has quit IRC
[23:59:06] *** hmsimha has joined #angularjs
[23:59:14] *** cthrax has quit IRC
[23:59:21] *** mdedetri_ has joined #angularjs
[23:59:30] *** yelvert has quit IRC
[23:59:34] <Grokling> derickf: You can just put the ng-show in whatever element you want to hide/show. Doesn't have to be a div.
[23:59:40] *** Grokling_ has quit IRC
[23:59:42] *** eamonn has joined #angularjs
[23:59:57] *** yelvert has joined #angularjs
top

   November 12, 2014  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >