[00:00:34] *** evanjs has joined #angularjs
[00:00:37] <icfantv> kakashiAL: but a value of true, would monitor the actual array for changes. i.e. var foo=[1,2,3]; foo[3] = 4;
[00:01:10] *** evanjs has joined #angularjs
[00:01:28] <icfantv> kakashiAL: in the first example, i'm explicitly reassigning the value of foo, whereas in the second, i'm just modifying the value
[00:01:32] <dzannotti> KernelCurry: you about?
[00:02:27] *** Linell has quit IRC
[00:02:53] *** Trow has quit IRC
[00:03:18] <kakashiAL> icfantv: so if I dont use true, $watch will run its function only if I change the reference of my array!
[00:03:36] <dhrami> can someone help me with some syntax? I am trying to do an ng-switch, my condition is that the tested object may have a property that is a list of objects. I want to do different cases depending on whether this property exists. I just can't seem to get the condition and cases right.
[00:03:40] *** Sky[x] has quit IRC
[00:03:45] *** mven has quit IRC
[00:03:54] *** jr3 has joined #angularjs
[00:04:41] <NevilleS> cilkay you aren't including the module in *your* app
[00:04:52] <icfantv> kakashiAL: ja, sie müseen vorseichtig sein
[00:05:03] *** gnrlbzik has joined #angularjs
[00:05:36] *** evanjs has quit IRC
[00:06:01] <icfantv> kakashiAL: but word of caution. there's a performance hit to monitoring objects like that for changes. so you need to take that into consideration if that array size changes.
[00:06:50] <cilkay> NevilleS: Thank you.
[00:06:52] <icfantv> kakashiAL: *müssen, not
[00:06:56] <icfantv> gah....
[00:06:59] <NevilleS> cilkay np pay it forward
[00:07:06] <icfantv> kakashiAL: not müseen
[00:07:07] <cilkay> Will do.
[00:07:17] *** weems|mac has quit IRC
[00:07:50] *** mccarron_ has quit IRC
[00:08:54] *** baweaver has joined #angularjs
[00:09:45] *** tskaggs_ has joined #angularjs
[00:09:47] *** goodenough has joined #angularjs
[00:09:50] *** gnrlbzik has quit IRC
[00:10:00] *** dannyc has joined #angularjs
[00:11:27] *** tskaggs has quit IRC
[00:11:40] <kakashiAL> icfantv: okay. $watch(varibale, function, checkReference) last paramter only is variable is object!
[00:12:44] <kakashiAL> icfantv: wow, angular is so deep, I mean it watches and differentiate between reference and value in case of watching O_O
[00:13:07] *** h0ru5 has quit IRC
[00:13:09] *** mystronyx has joined #angularjs
[00:14:10] *** dannyc has quit IRC
[00:14:33] *** jdcasey has quit IRC
[00:14:35] <icfantv> kakashiAL: the last parameter isn't really check reference. the source calls it objectEquality. and here's the comment: Compare for object equality using {@link angular.equals} instead of comparing for reference equality.
[00:14:41] *** dman777_alter has quit IRC
[00:15:19] *** shackleford has joined #angularjs
[00:15:22] *** Solid1 is now known as Solid1_afk
[00:15:24] <icfantv> kakashiAL: think of it like a deep comparison or shallow comparison
[00:15:40] *** jonasliljestrand has quit IRC
[00:15:47] <icfantv> kakashiAL: anytime you use {{ }} in your view, you're creating a $watch
[00:16:05] <icfantv> kakashiAL: likewise with ng-model
[00:16:53] <icfantv> kakashiAL: this is how the two-way data binding works. you change the model, the view automatically updates. you change the bound model via some form element or something and the backing model also changes.
[00:17:18] <morenoh149> I've forked this repo and can't find this file
[00:17:19] <kakashiAL> icfantv: but there I dont need a true value
[00:17:20] *** Manj-811-Xfce has quit IRC
[00:17:22] *** BobbieBarker_ has quit IRC
[00:17:40] <morenoh149> config/lib doesn't exist locally
[00:18:03] <icfantv> kakashiAL: oh. so you don't want to watch the array for changes?
[00:18:20] <icfantv> kakashiAL: so what are you watching for then, exactly
[00:18:35] *** sari1 has joined #angularjs
[00:18:38] <kakashiAL> icfantv: no, I mean with your {{}} example/comparison/analgoy
[00:18:58] *** deanclkclk_ has joined #angularjs
[00:18:58] *** szymek_ has quit IRC
[00:19:08] <sari1> specifically the arrow pointing to art
[00:19:08] *** Luser has joined #angularjs
[00:19:29] *** Jagga has joined #angularjs
[00:19:29] *** rboyd has joined #angularjs
[00:19:31] *** KernelCurry has joined #angularjs
[00:20:04] *** tschundeee has quit IRC
[00:20:21] *** KernelCurry has quit IRC
[00:20:40] *** tschundeee has joined #angularjs
[00:20:43] <icfantv> kakashiAL: oh, that was really in response to your epiphany about angular being deep
[00:22:06] *** DuelShark has joined #angularjs
[00:22:32] <kakashiAL> icfantv: but for me its deep, to choose if you want to check value or reference
[00:22:36] *** jillesme has joined #angularjs
[00:22:38] *** szymek has joined #angularjs
[00:23:01] *** TommyO has quit IRC
[00:23:06] *** ctanga has quit IRC
[00:23:23] *** Luser has quit IRC
[00:24:02] <icfantv> kakashiAL: yes. but only on an actual $watch. the watches for {{ }} and ng-model are created implicitly. you don't need to do anything
[00:24:06] *** Jagga has quit IRC
[00:24:16] *** james has joined #angularjs
[00:24:33] *** james has quit IRC
[00:24:56] *** resu01 has quit IRC
[00:24:58] *** adpirz has joined #angularjs
[00:25:01] *** visualshock has quit IRC
[00:25:39] *** Juanchito has quit IRC
[00:25:46] *** bmac has quit IRC
[00:25:47] *** ceephax has quit IRC
[00:28:06] *** visualshock has joined #angularjs
[00:28:20] *** mmitchel_ has joined #angularjs
[00:28:31] *** lexek_ has quit IRC
[00:28:47] *** ProLoser has quit IRC
[00:28:57] *** avree has joined #angularjs
[00:28:57] *** yts has quit IRC
[00:29:02] *** JeffBuhrt has quit IRC
[00:29:11] *** ProLoser has joined #angularjs
[00:29:22] *** adpirz has quit IRC
[00:29:29] *** whatasunnyday has quit IRC
[00:29:39] *** sojic has joined #angularjs
[00:29:55] *** cacts|works is now known as cacts
[00:30:23] *** PeterMetz has joined #angularjs
[00:30:55]
<stormbytes> can someone tell me why i'm getting this : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8080' is therefore not allowed access.
[00:31:05] <stormbytes> making an $http.get(url) request
[00:31:17] <Foxandxss> you can't do a request to a different domain without CORS
[00:31:29] *** mmitchell has quit IRC
[00:31:36] <stormbytes> how do i fix it?
[00:31:44] <stormbytes> without reading a book on cors i mean
[00:31:46] *** Milkweed has quit IRC
[00:31:53] *** cthrax_ has quit IRC
[00:32:06] <stormbytes> i can pull files from Dropbox no problem
[00:32:13] <stormbytes> this just came up with this other thing.. ugh
[00:32:22] <Foxandxss> you need to setup CORS in your backend
[00:32:35] <sojic> I have ng-repeat to create several <table> elements... but... I am using bootstrap and I need to create 2 tables per <div class="row">... any hint how to ng-repeat 2 by 2?
[00:32:45] *** baweaver has quit IRC
[00:32:49] <stormbytes> this call is made to a small ruby/sinatra program running on heroku
[00:32:54] *** ccohn has quit IRC
[00:33:15] *** darrin_ has quit IRC
[00:33:49] *** darrin has joined #angularjs
[00:33:53] <stormbytes> Foxandxss is there a quick and dirty fix for this on Heroku?
[00:34:03] *** dsdeiz has joined #angularjs
[00:34:11] <Foxandxss> no idea, probably just set CORS on that sinatra app
[00:34:31] *** goodenough has quit IRC
[00:34:45] *** neilff has joined #angularjs
[00:34:57] *** Fenikkusu has quit IRC
[00:35:14] <stormbytes> how do you do that?
[00:35:18] *** PeterMetz has quit IRC
[00:35:36] <Foxandxss> google for it, I have no idea with sinatra
[00:36:22] *** linojon has quit IRC
[00:36:28] <stormbytes> hmm
[00:36:33] <stormbytes> i did.. no luck!
[00:36:34] <stormbytes> ugh
[00:36:38] *** neilff has quit IRC
[00:36:52] *** uru is now known as uru|away
[00:36:57] *** ProLoser has quit IRC
[00:36:58] *** Anonymous_ has quit IRC
[00:37:00] *** resu01 has joined #angularjs
[00:37:38] <resu01> will it cause me any problem if i use angularui bootstrap with angular strap?
[00:37:41] *** s00pcan has quit IRC
[00:37:46] <resu01> can they work together?
[00:38:09] <Foxandxss> maybe not
[00:38:12] <tjsail33> resu01 -
[00:38:29] <tjsail33> resu01 - angularstrap and uibootstrap have conflicting $tooltip services
[00:38:33] <tjsail33> but
[00:38:57] <jaawerth> alright, it's driving me nuts - there's gotta be a way to unbind a compiled template so it's just a static DOM node
[00:39:00] <tjsail33> what you can do is do a find all and replace $tooltip -> $bsTooltip in the angular strap files
[00:39:04] <jaawerth> without changing the content
[00:39:09] *** cacts has quit IRC
[00:39:15] <tjsail33> resu01 - thats what i did to make them work together
[00:39:19] <stormbytes> Foxandxss i found a gem that did it for me :) thank you for your tips! i was going batshit crazy
[00:39:22] <jaawerth> I thought destroying the scope from which I compiled would work, but nope
[00:39:29] <jaawerth> that just changes it back to its uncompiled state
[00:39:46] <resu01> and you don't have any problem with that change?
[00:39:47] *** linojon has joined #angularjs
[00:39:58] <tjsail33> jaawerth - try using {{::var}}
[00:40:03] <tjsail33> resu01 - nope
[00:40:12] *** s3shs has joined #angularjs
[00:40:23] <jaawerth> tjsail33: can't, I'm actually assisting someone and they aren't on 1.3 because it's a legacy project
[00:40:24] *** subone has joined #angularjs
[00:40:26] <resu01> thanks a lot tjsail33
[00:40:28] <tjsail33> jaawerth - the idea behind that is it doesnt use a watcher, so angular shouldnt update it after the initial render
[00:40:33] <jaawerth> there's GOT to be a way to manually do it, though
[00:40:34] *** naschurmann has joined #angularjs
[00:40:36] <tjsail33> resu01 - no problem
[00:40:36] <naschurmann> sup guys
[00:40:40] <jaawerth> tjsail33: yeah, I'm familiar with bindOnce ;-)
[00:40:44] <naschurmann> i'm developing a snippet for models in angularjs
[00:40:50] <naschurmann> would you mind to take a look?
[00:40:51] <tjsail33> jaawerth - oh, that sucks, sorry. i only knowabout ::
[00:40:56] <subone> Is there an event or something I can hook into in my controller for when all directives in my view have been linked?
[00:41:20] <jaawerth> you can unregister a manual $watch so you must be able to do it with a template watcher somehow
[00:42:18] <jaawerth> hmm maybe if I hack at scope.$$watchers
[00:42:22] *** baweaver has joined #angularjs
[00:42:23] *** cthrax has joined #angularjs
[00:42:23] <jaawerth> ..this is getting hacky
[00:42:29] *** darrin has quit IRC
[00:42:33] *** shackleford has quit IRC
[00:42:40] <Foxandxss> stormbytes: nice, sorry for not helping that much, seeing a tv show on the other screen with my gf
[00:42:47] <Foxandxss> and she doesn't like the pauses
[00:42:48] *** darrin has joined #angularjs
[00:42:48] <Foxandxss> :P
[00:42:55] <stormbytes> :)
[00:43:03] <tjsail33> jaawerth - you could also just set it using javascript/jquery....
[00:43:04] <stormbytes> lol i'd be distracted too.. but you *did* help..
[00:43:17] *** oien has quit IRC
[00:43:31] *** dhcar is now known as dhcar_AFK
[00:43:42] *** DuelShark has quit IRC
[00:43:54] <jaawerth> tjsail33: so, the idea is generating a print preview from an angular template using a directive. you call $window.open, and append the $compiled content to the new window - so far so good
[00:43:55] *** linojon_ has joined #angularjs
[00:43:58] *** darrin has quit IRC
[00:44:00] <jaawerth> problem is IE10
[00:44:22] *** linojon has quit IRC
[00:44:22] *** linojon_ is now known as linojon
[00:44:23] <jaawerth> I got around the domain access issue with IE that prevents adding content to the window, and it can append static content but not the dynamic stuff
[00:44:35] <tjsail33> ah. but you could feed the results from $compile into jquery, then do mods
[00:44:37] *** CanyonMan has joined #angularjs
[00:44:41] *** startupality has quit IRC
[00:44:59] <jaawerth> "mods?"
[00:45:03] *** NevilleS has quit IRC
[00:45:08] <jaawerth> you mean remove the watchers?
[00:45:11] *** bkuberek has quit IRC
[00:45:20] <jaawerth> that's what I'm looking at now - using $$watchers
[00:46:39] *** jMyles has quit IRC
[00:46:43] *** disorder20 has quit IRC
[00:47:00] *** elrabin_ has quit IRC
[00:47:11] *** darrin has joined #angularjs
[00:47:14] <jaawerth> oh wait
[00:47:15] *** JeffBuhrt has joined #angularjs
[00:47:16] <tjsail33> jaawerth - depending on how complex it is, you could just use jquery to render it
[00:47:18] <jaawerth> scope destruction DID work
[00:47:26] <jaawerth> haha, but it only worked once and I forgot to refresh the page before trying again
[00:47:32] <tjsail33> jaawerth - oh haha nice
[00:47:35] *** DanSkaggs has quit IRC
[00:47:35] <jaawerth> because the scope was destroyed
[00:47:36] *** elrabin_ has joined #angularjs
[00:47:39] *** livingstn has quit IRC
[00:47:42] *** resu01 has quit IRC
[00:47:45] <jaawerth> I just need it to destroy the scope and immediately make a new one
[00:48:18] *** s3shs has quit IRC
[00:48:28] <jaawerth> works like a charm
[00:48:43] <jaawerth> assuming IE doesn't throw a fit again. let's see...
[00:49:24] *** sojic has quit IRC
[00:49:32] *** warpx has quit IRC
[00:50:07] *** annlewis has quit IRC
[00:50:31] *** il has joined #angularjs
[00:50:42] *** cthrax has quit IRC
[00:50:54] *** il is now known as audioburn
[00:52:10] *** LossFor has quit IRC
[00:52:17] *** D9 has joined #angularjs
[00:52:24] *** numproc has joined #angularjs
[00:52:31] *** darrin has quit IRC
[00:52:53] *** ccohn has joined #angularjs
[00:52:55] <jaawerth> "unspecified error." lovely
[00:53:25] *** zwacky has quit IRC
[00:53:25] <naschurmann> hey guys
[00:53:36] <naschurmann> someone there?, i need some feedback for a snippet i'm doing :P
[00:55:12] <naschurmann> please!, it won't be that much time :P
[00:55:39] *** bluepnume has joined #angularjs
[00:55:53] *** DickwadMcGillicu has quit IRC
[00:56:09] <bluepnume> Hi -- how can I do <span ng-if="foo">bar</span> such that the span element does not end up in my dom?
[00:56:13] *** elrabin_ has quit IRC
[00:56:36] <naschurmann> bluepnume: i think that you need a directive for that
[00:56:58] *** stormbytes has quit IRC
[00:57:27] *** Guest22 has joined #angularjs
[00:57:41] *** ccohn has quit IRC
[00:57:56] *** DLSteve has quit IRC
[00:58:55] *** s3shs has joined #angularjs
[00:59:32] *** s3shs has quit IRC
[00:59:46] *** Wextux has quit IRC
[00:59:53] *** dhcar_AFK is now known as dhcar
[00:59:55] *** jasonp has quit IRC
[01:00:10] *** dmack has joined #angularjs
[01:00:29] *** ctanga has joined #angularjs
[01:01:07] *** qstrahl has joined #angularjs
[01:01:27] *** iribarne has quit IRC
[01:01:51] *** conan_the_destro has quit IRC
[01:01:53] <gladely> ui-router question - I have a child state that is going to navigate to a sibling state, and forces a reload so that the parent resolves will execute again. On the sibling state if I have another transition to a sibling.child state, it appears to be inheriting the reload flag and calls the resolves of the entire tree a second time.
[01:01:56] *** jdummy has joined #angularjs
[01:01:57] <gladely> Is this expected?
[01:02:43] *** opiates has quit IRC
[01:03:23] *** jMyles has joined #angularjs
[01:03:36] *** s3shs has joined #angularjs
[01:03:43] *** blackkbot has joined #angularjs
[01:03:53] <naschurmann> gladely: some code that we can see?
[01:03:57] *** ccohn has joined #angularjs
[01:03:59] *** dhrami has quit IRC
[01:04:29] <jdummy> How is this possible? : "Angular infers the controller's dependencies from the names of arguments to the controller's constructor function"
[01:04:33] *** deanclkclk_ has quit IRC
[01:04:55] <Foxandxss> how's possible what? inject with parameters names?
[01:04:56] <jdummy> the arguments object doesn't provide any property names
[01:05:10] <robdubya> gladely you should navigate relatively
[01:05:36] <jdummy> How is it possible in javascript to determine the name of the variables passed to a given function?
[01:05:50] <Foxandxss> jdummy: there is a "arguments" array-like
[01:05:55] <jdummy> it seems like real black magic, or I'm missing something painfully obvious
[01:05:55] <Foxandxss> which contains all of that
[01:06:04] *** RadiantNothing has joined #angularjs
[01:06:10] <robdubya> naschurmann ask
[01:06:11] <Foxandxss> inside a function, pass parameters
[01:06:12] <jdummy> I console.log()'d arguments and just got an array of values
[01:06:19] <Foxandxss> yes
[01:06:22] <gladely> what do you mean robdubya?
[01:06:23] <jdummy> they're numerically indexed
[01:06:27] <Foxandxss> yes
[01:06:31] *** deanclkclk has joined #angularjs
[01:06:35] <jdummy> so how does it know the property names?
[01:06:40] <jdummy> oh... duh
[01:06:41] *** iribarne has joined #angularjs
[01:06:44] <naschurmann> robdubya: i'm building a snippet for models in angular, and i would like some feedback :P, would you care to check my code?
[01:06:52] <jdummy> wait.. no duh
[01:06:59] <jdummy> I still don't get it
[01:07:01] <robdubya> look at the image on that page
[01:07:30] <gladely> sure, I could add parameter names that make the transitions relative, but that isn't the issue
[01:07:31] <robdubya> naschurmann paste it
[01:07:47] <gladely> the issue is that reload seems to be applied to the second transitionTo() call when its part of the controller initialization of the first transition.
[01:08:08] <robdubya> gladely if you're on foo - and you want to go to foo.bar -> $state.go('foo.bar') vs $state.go('.bar')
[01:08:10] <gladely> if I wrap it in a $timeout it doesn't happen
[01:08:10] <gladely> lemme bake a plnkr.
[01:08:16] <robdubya> that would be good
[01:08:25] *** ccohn has quit IRC
[01:08:25] <jdummy> Foxandxss: that information is not in the arguments object, is it?
[01:08:35] <Foxandxss> jdummy: what information?
[01:08:44] *** jieryn has quit IRC
[01:08:54] <jdummy> the names of variables
[01:09:22] *** knownasilya has quit IRC
[01:09:27] <gladely> I'm curious what part of my description you think navigating relatively is going to resolve? I don't see how that applies.
[01:10:09] *** cthrax has joined #angularjs
[01:10:26] *** dmack has quit IRC
[01:10:26] *** cspeak has quit IRC
[01:10:30] <naschurmann> robdubya: it's mainly for having a model to make queries to an endpoint, also gives CRUD methods and custom methods, so the main idea is to have a one line controller
[01:10:32] *** xaaabk has joined #angularjs
[01:10:37]
<dzannotti> Let's try my luck again - since none so far has been able to answer me - can anyone explain me why this http://jsfiddle.net/uhjhfdq2/1/ - adds a bunch of span?
[01:10:38] *** jieryn has joined #angularjs
[01:10:38] *** jieryn has joined #angularjs
[01:10:42] *** plato has quit IRC
[01:11:01] <tjsail33> how would you guys dynamically add a class to an element based on the integer value of a variable? like if myVar < 50, class is red, <80, class yellow, otherwise green?
[01:11:12] <Foxandxss> jdummy: ah, that doesn't
[01:11:17] <robdubya> naschurmann looks reasonable
[01:11:26] <jdummy> Foxandxss: see. It's black magic, for sure
[01:11:30] <robdubya> i'd use promises over callbacks, but otherwise its OK
[01:11:51] <dzannotti> tjsail33: ng-class={'yourclass':myvar<40}"
[01:11:57] <Foxandxss> jdummy: heh, angular gets the function declaration (name, parameters, etc) and runs a regexp on it to get the names
[01:12:02] <jdummy> Foxandxss: the only way I could see it working is if you were to parse the javascript source as text
[01:12:06] <naschurmann> robdubya: something that you will use perhaps?
[01:12:13] <tjsail33> dzannotti - is the efficient for use in an ng-repeat with up to 100 items?
[01:12:19] *** rho has quit IRC
[01:12:21] <jdummy> whoa!!! it DOES parse the js source?
[01:12:32] <jdummy> Foxandxss: where do you see that at?
[01:13:05] *** dacuca has quit IRC
[01:13:07] *** shackleford has joined #angularjs
[01:13:10] *** mdel has quit IRC
[01:13:17] *** Luser has joined #angularjs
[01:13:20] <Foxandxss> jdummy: not like that
[01:13:30] <jdummy> toString()?
[01:13:31] <Foxandxss> jdummy: you can do a myFunction.toString();
[01:13:32] <dzannotti> tjsail33: it is - however if the class color is never gonna change overtime you might want to just class="{{myColorClass()}}" and $scope.myColorClass = function () { if(myVar<30) return 'blue'; return 'red'; }
[01:13:33] <Foxandxss> yes
[01:13:35] <robdubya> naschurmann nope, but similar ish to how i do it
[01:14:11] <tjsail33> dzannotti - alright, thanks. the value can change based on user input, so i'll do it the first way
[01:14:21] <naschurmann> robdubya: can you show me how you do it? please :)
[01:14:34] *** epsilon_ has quit IRC
[01:15:00] <jdummy> that's crazy witchcraft. Who thinks up this stuff? I don't think in a million years I would ever consider the possibility of doing that.
[01:15:18] <Foxandxss> jdummy: smart people :P
[01:15:24] <jdummy> yeah, srsly.
[01:15:27] <dzannotti> how is it possible that i been here 3 hours and none knows why directives add span when transcluded :(
[01:15:43] <jdummy> That's why I'll remain the guy who USES things like angular, not the one who writes it
[01:16:12] *** cthrax has quit IRC
[01:16:26] <jdummy> dzannotti: uh... transclude needs one root element. Do you have multiple root elements? Maybe it's wrapping it for you or something
[01:16:36] <jdummy> I learned that the hard way
[01:16:50] <jdummy> although I would expect it to wrap with a block element like div
[01:17:30] *** Luser has quit IRC
[01:17:41] *** shackleford has quit IRC
[01:18:51] *** jonatha__ has quit IRC
[01:19:24] <naschurmann> robdubya: i would love to see a gist of a model of yours :D
[01:19:28] <dzannotti> jdummy: i'm just looking for a straight 'replace but keep children elements and text as is'
[01:19:42] *** bbankes_ has quit IRC
[01:20:02] *** mven has joined #angularjs
[01:20:04] *** fabiofb has quit IRC
[01:20:16] *** mven has quit IRC
[01:21:22] *** helen_ has joined #angularjs
[01:21:28] *** bmac has joined #angularjs
[01:22:00] *** zlalanne has quit IRC
[01:22:06] *** Anton_ has joined #angularjs
[01:22:19] <dzannotti> jdummy: that makes sense, but i don't need to attach a scope to it tho - and i clearly specify scope: false, so what's the deal?
[01:22:52] <jdummy> dzannotti: I think it's because your first text "Some Stuff" isn't in a tag
[01:23:15] <jdummy> as the comments mention, that makes it a "top level text node", at least within the outer tag
[01:24:18] *** mary5030 has quit IRC
[01:24:51] *** mary5030 has joined #angularjs
[01:25:09] *** geilt has joined #angularjs
[01:25:41] *** Shrooms has quit IRC
[01:26:07] <dzannotti> jdummy but it's already wrapped in a div by the template <div ng-transclude></div>
[01:26:10] *** cakirke has joined #angularjs
[01:26:15] *** jr_ has joined #angularjs
[01:26:30] *** LossFor has joined #angularjs
[01:26:46] *** tfennelly has quit IRC
[01:26:49] <jdummy> dzannotti: hmm... it's something to do with the whitespace. You're using version 1.1.0 though... if you use 1.2.6 it doesn't happen anymore. Probably just a bug that's been long fixed
[01:26:53] *** dhrami has joined #angularjs
[01:27:30] *** digisky has quit IRC
[01:27:33] <morenoh149> in chrome you can break on attribute change but FF sheesh
[01:27:50] <dzannotti> jdummy: what whitespace?
[01:27:58] <jdummy> dzannotti: so with 1.2.6, it'll still wrap with a span if you don't have a tag around the first "Some Stuff"... but wrapping that in a div resolves the issue
[01:28:06] *** visualshock has quit IRC
[01:28:11] *** jillesme has quit IRC
[01:28:45] *** aslate has joined #angularjs
[01:28:55] <dzannotti> jdummy: yes, but nested still get the span - even tho the element transcluded is clearly a div?
[01:29:05] *** davek_ has joined #angularjs
[01:29:16] *** mary5030 has quit IRC
[01:29:30] *** bradmaxs has joined #angularjs
[01:29:54] <jdummy> dzannotti: yeah, it's doesn't like the whitespace
[01:30:00] <jdummy> "text node"
[01:30:50] <dzannotti> uhm... bah
[01:31:04] <dzannotti> screw it i'll live with the span, will have to change a ton of css instead..
[01:31:10] *** PeterMetz has joined #angularjs
[01:31:11] *** cthrax has joined #angularjs
[01:31:34] *** {DV8} has joined #angularjs
[01:31:45] *** jonathanpglick has joined #angularjs
[01:31:46] <jdummy> dzannotti: you've also got a directive within a directive... So your "nested" text is another example of a text node without a tag. wrap it in a div if you don't want it wrapped in a span
[01:32:17] <dzannotti> btw does a ui + layouting library exists out there? something simliar to a default set of widgets + layouting (extjs style)? i have never come across that even tho i have been looking
[01:32:31] <dzannotti> yeah wrapped in a div or in a span, still need to rewrite css
[01:32:57] <jdummy> dzannotti: if you choose to create a squirrelly mess, you'll have to live with the consequences. Try taking a step back... think about what you're actually trying to *achieve*... and cleanup that code. Do you really need a directive that simply wraps with a div?
[01:33:01] *** Luser has joined #angularjs
[01:33:13] *** aslate has quit IRC
[01:33:16] <jdummy> good luck
[01:33:17] <dzannotti> yeah i do actually :)
[01:33:32] <dzannotti> Meaning that it won't just wrap in a div
[01:33:41] <dzannotti> but will create something like a fieldset box with a title
[01:33:43] *** baweaver has quit IRC
[01:33:49] <dzannotti> so it needs to wrap the content in a div + title stuff
[01:34:02] *** jonathanpglick has quit IRC
[01:34:09] *** frickettz has quit IRC
[01:34:40] *** jonathanpglick has joined #angularjs
[01:34:53] *** technickul has joined #angularjs
[01:35:22] <bradmaxs> Is there an easy way to add an active class with ng-click. The solutions online seem to suggest I need to set it in the controller with the index aftetr I click it.
[01:35:37] *** robdubya has quit IRC
[01:35:55] *** tjsail33 is now known as zz_tjsail33
[01:35:56] *** PeterMetz has quit IRC
[01:36:23] <jdummy> dzannotti: well at least in Angular, you'll need to wrap them in an inner tag
[01:36:34] <jdummy> dzannotti: or just don't use transclude
[01:36:59] *** neilff has joined #angularjs
[01:37:10] <dzannotti> jdummy: if i don't trasclude i loose the css classes from specified, and i loose all the box content no?
[01:37:11] <naschurmann> does anybody have an example on how to use promises?
[01:37:13] *** AciD` has quit IRC
[01:37:13] *** AciD` has joined #angularjs
[01:37:21] *** Luser has quit IRC
[01:37:44] <jdummy> dzannotti: yeah, I think so
[01:38:22] <dzannotti> bradmaxs: you need to add it permanently or temporarely (as long as you are clicking)
[01:38:45] <jdummy> :)
[01:40:38] <bradmaxs> dzannotti: Thanks for replying. I want to add it permenantly. It is an li item. On ng-click I show the single record view in another div and I want to display in the list that that is the one selected.
[01:41:15] *** neilff has quit IRC
[01:41:32] <dzannotti> ng-click="foo=true;" ng-class="{'bar':foo}" ?
[01:41:38] *** grogs has quit IRC
[01:41:41] <dzannotti> scrap the ; it's not needed
[01:41:48] *** cacts|wtf has joined #angularjs
[01:42:18] <bradmaxs> dzannotti: That is awesome. Thank you!
[01:42:35] *** cads has joined #angularjs
[01:42:40] *** robdubya has joined #angularjs
[01:42:44] *** baweaver has joined #angularjs
[01:43:40] <dzannotti> bradmaxs: i'd be interested to know if there is a shorter solution, but i don't think so
[01:43:46] *** deanclkclk has quit IRC
[01:43:47] *** deanclkclk_ has joined #angularjs
[01:45:50] *** mmitchel_ has quit IRC
[01:46:08] *** marr has quit IRC
[01:46:32] *** dc_ has joined #angularjs
[01:46:37] <bradmaxs> dzannotti: I am stil learning this Angular business so I don't know if one other than what you provided. Everything I found online was referring back to the controller and setting scope variables. This seems darn tootin!
[01:46:44] *** phzon has joined #angularjs
[01:47:11] <dzannotti> this does set a scope variable called foo, and then reads it in ng-class
[01:48:07] *** emmesswhy has joined #angularjs
[01:48:22] *** jdummy has quit IRC
[01:48:37] <bradmaxs> Ha! Yeah, I guess so. Your seems more elegant than what I found.
[01:48:52] *** scythe__ has quit IRC
[01:48:52] *** LossFor has quit IRC
[01:50:45] *** shaym_ has joined #angularjs
[01:50:57] *** phzon has quit IRC
[01:51:44] *** snurfery has quit IRC
[01:53:30] *** Ilgrim has quit IRC
[01:53:50] *** gnrlbzik has joined #angularjs
[01:55:01] *** merobertsjr has quit IRC
[01:57:18] <moogey> anybody know how to format the output of ui-bootstrap datepicker?
[01:57:32] <moogey> not what shows in the input, but what gets binded to the ng-model
[01:57:48] *** Oka has joined #angularjs
[01:57:52] *** tfennelly has joined #angularjs
[01:58:14] *** gnrlbzik has quit IRC
[01:58:21] *** tkh44 has quit IRC
[01:58:44] *** snapwich has quit IRC
[01:58:49] *** dannyc has joined #angularjs
[01:58:54] *** chachan has joined #angularjs
[01:59:24] *** xaaabk has quit IRC
[01:59:26] *** jcw has quit IRC
[01:59:36] *** moogey is now known as zz_moogey
[02:00:15] *** Z3R0 has joined #angularjs
[02:00:55] *** iateadonut has quit IRC
[02:01:01] *** bmac has quit IRC
[02:01:02] *** jcw has joined #angularjs
[02:01:24] *** zz_tjsail33 is now known as tjsail33
[02:01:53] *** bmac has joined #angularjs
[02:01:57] *** qstrahl has quit IRC
[02:02:29] *** boneskull has quit IRC
[02:03:06] *** qstrahl has joined #angularjs
[02:03:22] *** naschurmann has quit IRC
[02:03:25] *** dannyc has quit IRC
[02:04:02] *** szymek has quit IRC
[02:04:07] *** nemothekid has quit IRC
[02:04:29] *** stormbytes has joined #angularjs
[02:04:43] *** ccohn has joined #angularjs
[02:04:58] *** poplaski has joined #angularjs
[02:05:29] *** mtho11 has quit IRC
[02:05:30] *** dhcar is now known as dhcar_AFK
[02:06:06] *** snurfery has joined #angularjs
[02:06:16] *** tfennelly has quit IRC
[02:06:19] <snurfery> sup yall
[02:06:20] *** apertoire has joined #angularjs
[02:06:26] <snurfery> happy friday yo
[02:06:50] <RadiantNothing> hi snurfery
[02:06:59] * snurfery waves
[02:07:52] *** juanpablo__ has quit IRC
[02:08:15] *** [boxmein] has quit IRC
[02:08:21] *** juanpablo__ has joined #angularjs
[02:08:33] *** jtimon has joined #angularjs
[02:08:35] <RadiantNothing> did you have a good week?
[02:08:52] *** say2joe has quit IRC
[02:09:04] *** ccohn has quit IRC
[02:09:16] <snurfery> I did! busy. you?
[02:09:39] *** patrickarlt has joined #angularjs
[02:09:57] *** rud has quit IRC
[02:10:07] <RadiantNothing> can’t complain really. I had a telephone screening interview for a JS developer role today
[02:10:18] *** mary5030 has joined #angularjs
[02:10:50] <RadiantNothing> just bought some books on MEAN - a print book on Node & Express last night and an ebook on the whole MEAN stack tonight
[02:10:52] *** rud has joined #angularjs
[02:11:26] *** night-owl is now known as zz_night-owl
[02:11:36] *** icfantv has quit IRC
[02:11:40] *** k-dawg has joined #angularjs
[02:12:17] *** deanclkclk_ has quit IRC
[02:12:24] *** dcherman has joined #angularjs
[02:12:39] *** juanpablo__ has quit IRC
[02:13:26] *** s00pcan has joined #angularjs
[02:13:47] *** adpirz has joined #angularjs
[02:14:23] *** scythe__ has joined #angularjs
[02:15:25] *** codecone has quit IRC
[02:18:01] *** jeffisabelle has quit IRC
[02:18:11] *** RobinBAwesome has quit IRC
[02:18:36] *** adpirz has quit IRC
[02:19:04] *** codecone has joined #angularjs
[02:19:23] *** dhcar_AFK is now known as dhcar
[02:19:48] *** lilbaby has joined #angularjs
[02:20:46] *** TuRnaD0 has quit IRC
[02:21:06] *** jonr22 has joined #angularjs
[02:22:27] *** jr3 has quit IRC
[02:22:31] *** apertoire has quit IRC
[02:24:20] *** richiebkr has joined #angularjs
[02:25:35] *** apertoire has joined #angularjs
[02:25:37] *** ProLoser has joined #angularjs
[02:25:39] *** jonr22 has quit IRC
[02:25:42] *** mary5030 has quit IRC
[02:26:18] *** mary5030 has joined #angularjs
[02:27:05] *** richiebkr has quit IRC
[02:27:08] *** Luser has joined #angularjs
[02:27:15] *** OddDuck has quit IRC
[02:27:15] *** mary5030 has quit IRC
[02:27:26] *** emmesswhy has quit IRC
[02:27:37] *** mary5030 has joined #angularjs
[02:27:42] *** JBreit has quit IRC
[02:28:14] *** chachan has quit IRC
[02:28:32] *** mary5030 has quit IRC
[02:28:36] *** chachan has joined #angularjs
[02:29:04] *** mary5030 has joined #angularjs
[02:29:57] *** {DV8} has quit IRC
[02:30:07] *** ProLoser has quit IRC
[02:30:13] *** tskaggs_ has quit IRC
[02:30:18] *** subone has quit IRC
[02:30:43] *** chachan_ has joined #angularjs
[02:31:17] *** Luser has quit IRC
[02:32:04] *** PeterMetz has joined #angularjs
[02:32:12] *** stormbytes has quit IRC
[02:32:55] *** helen_ has quit IRC
[02:33:17] *** chachan has quit IRC
[02:34:06] *** mary5030 has quit IRC
[02:34:14] *** i_am_nader has quit IRC
[02:34:39] *** chachan_ has quit IRC
[02:35:20] *** Evanion has quit IRC
[02:36:00] *** ron1 has joined #angularjs
[02:36:43] *** bkuberek has joined #angularjs
[02:36:52] *** PeterMetz has quit IRC
[02:37:39] *** tskaggs has joined #angularjs
[02:37:47] *** Xaleph has joined #angularjs
[02:38:07] *** warpx has joined #angularjs
[02:40:15] *** Z3R0 has quit IRC
[02:40:23] *** ron1 has quit IRC
[02:41:30] *** bmac has quit IRC
[02:41:48] *** nacsurte has quit IRC
[02:41:50] *** jdummy has joined #angularjs
[02:42:20] *** AciD`` has quit IRC
[02:42:22] *** patrickarlt has quit IRC
[02:42:23] *** richiebkr has joined #angularjs
[02:42:33] <jdummy> strange question... when passing dependencies as an array (for minification), does anyone list them vertically? (one per line)
[02:42:47] *** warpx has quit IRC
[02:44:19] *** balr0g has quit IRC
[02:45:25] *** AimerPaddle has quit IRC
[02:47:32] *** rud_ has joined #angularjs
[02:47:48] *** tsalb has quit IRC
[02:48:04] *** RadiantNothing has quit IRC
[02:48:41] *** gladely has quit IRC
[02:49:17] *** rud has quit IRC
[02:49:18] *** rud_ is now known as rud
[02:49:22] *** ProLoser has joined #angularjs
[02:49:23] *** dhrami has quit IRC
[02:50:12] *** dhrami has joined #angularjs
[02:50:31] *** plato has joined #angularjs
[02:50:39] *** jonathanpglick has quit IRC
[02:52:01] <jdummy> anyone, anyone? bueller?
[02:52:04] *** frem has quit IRC
[02:52:04] *** frem_ is now known as frem
[02:52:47] *** tfennelly has joined #angularjs
[02:53:15] *** chachan has joined #angularjs
[02:54:08] *** ahtik has quit IRC
[02:54:40] *** shampine has quit IRC
[02:56:07] *** Xaleph has quit IRC
[02:56:11] *** patrickarlt has joined #angularjs
[02:57:13] *** baweaver has quit IRC
[02:57:17] *** tfennelly has quit IRC
[02:57:34] *** jdummy has quit IRC
[02:57:51] *** jdummy has joined #angularjs
[02:58:01] *** morenoh149 has quit IRC
[02:59:21] <Grokling> jdummy: use annotate, and don't bother listing them at all..
[02:59:56] <jdummy> Grokling: hmmm... well I wasn't expecting THAT answer ;)
[03:00:19] *** elrabin_ has joined #angularjs
[03:00:26] *** chachan has quit IRC
[03:00:48] *** chachan has joined #angularjs
[03:00:51] <jdummy> I'm unfamiliar... all I find are npm modules. Is annotate official Angular?
[03:02:26] *** Foxandxss has quit IRC
[03:02:35] <jdummy> ahh... grunt task
[03:02:37] <jdummy> ?
[03:02:43] *** Xaleph has joined #angularjs
[03:03:10] *** chachan has quit IRC
[03:03:25] <Grokling> There's one for grunt, one for gulp, and one you can just run yourself. Usually you add it in whatever build process is doing your minification.
[03:03:25] <jdummy> never trust a grunt to do a boy's job
[03:03:50] *** JRB has joined #angularjs
[03:03:52] *** patrickarlt has quit IRC
[03:04:20] *** jr_ has quit IRC
[03:05:02] *** s00pcan has quit IRC
[03:05:08] *** ron1 has joined #angularjs
[03:05:20] *** bkuberek has quit IRC
[03:05:29] *** ccohn has joined #angularjs
[03:05:34] *** BillCriswell has joined #angularjs
[03:05:39] *** JRB is now known as J_R_B
[03:05:52] *** elrabin_ has quit IRC
[03:05:59] *** dhcar is now known as dhcar_AFK
[03:06:30] *** bradmaxs has quit IRC
[03:06:34] *** k-dawg has quit IRC
[03:06:59] *** tschundeee has quit IRC
[03:07:25] *** ccohn_ has joined #angularjs
[03:08:49] *** deanclkclk_ has joined #angularjs
[03:09:28] *** s00pcan has joined #angularjs
[03:09:49] *** ccohn has quit IRC
[03:10:06] *** cacts|wtf has quit IRC
[03:10:37] *** qstrahl has quit IRC
[03:11:12] *** qstrahl has joined #angularjs
[03:11:36] *** dhcar_AFK is now known as dhcar
[03:11:54] *** ccohn_ has quit IRC
[03:12:14] *** sirkitree|afk is now known as sirkitree|afk|af
[03:13:36] *** Guest22 has quit IRC
[03:15:09] *** Guest22 has joined #angularjs
[03:15:50] *** Xaleph has quit IRC
[03:15:50] *** nairys has quit IRC
[03:16:05] *** qstrahl has quit IRC
[03:16:26] *** cannap has quit IRC
[03:16:45] *** TheAceOfHearts has quit IRC
[03:17:46] *** aslate has joined #angularjs
[03:17:55] *** rud has quit IRC
[03:18:39] *** mclenithan has quit IRC
[03:18:41] *** cads has quit IRC
[03:20:52] *** BobbieBarker_ has joined #angularjs
[03:21:11] *** RangerRick has quit IRC
[03:21:20] *** Luser has joined #angularjs
[03:22:42] *** aslate has quit IRC
[03:23:48] *** scythe__ has quit IRC
[03:25:33] *** Luser has quit IRC
[03:25:33] *** Guest22 has quit IRC
[03:27:19] *** dcherman has quit IRC
[03:30:01] *** jMyles has quit IRC
[03:30:11] *** cakirke has quit IRC
[03:31:10] *** jdummy has quit IRC
[03:32:22] *** ryez has joined #angularjs
[03:32:43] *** PeterMetz has joined #angularjs
[03:33:26] *** codecone has quit IRC
[03:34:06] *** dmack has joined #angularjs
[03:37:29] *** zz_night-owl is now known as night-owl
[03:37:41] *** PeterMetz has quit IRC
[03:39:00] *** koleS has joined #angularjs
[03:39:17] *** dejanr has quit IRC
[03:39:44] *** threesixes has quit IRC
[03:39:44] *** gnrlbzik has joined #angularjs
[03:41:24] *** dejanr has joined #angularjs
[03:41:38] *** finishingmove has joined #angularjs
[03:42:16] *** dmack has quit IRC
[03:43:11] *** jMyles has joined #angularjs
[03:44:13] *** snurfery has quit IRC
[03:44:19] *** gnrlbzik has quit IRC
[03:47:10] *** Svake has joined #angularjs
[03:47:35] *** dannyc has joined #angularjs
[03:48:41] *** cbeacock has quit IRC
[03:48:59] *** airtonix_ is now known as airtonix
[03:49:19] <Svake> hi everyone. whats the best practice to run multiple states in a targeted minion?
[03:50:39] *** diegoviola has joined #angularjs
[03:51:58] *** dannyc has quit IRC
[03:53:09] *** JeffBuhrt has left #angularjs
[03:53:31] *** gladely has joined #angularjs
[03:55:48] *** diegoviola has quit IRC
[03:57:10] *** kakashiA1 has joined #angularjs
[03:57:42] *** recurrence has quit IRC
[03:57:53] *** ColKurtz has quit IRC
[03:59:10] *** rburns has joined #angularjs
[04:00:10] *** kakashiAL has quit IRC
[04:01:24] *** yelvert has joined #angularjs
[04:02:42] *** adpirz has joined #angularjs
[04:03:30] *** dc_ has quit IRC
[04:03:56] *** gladely has quit IRC
[04:04:40] *** tjsail33 is now known as zz_tjsail33
[04:06:06] *** elrabin_ has joined #angularjs
[04:06:35] *** wallerdev has quit IRC
[04:06:37] *** lilbaby has quit IRC
[04:06:46] <CanyonMan> ok so stuipd question
[04:06:50] <CanyonMan> i just wrote something that filed miserably
[04:07:00] <CanyonMan> and i know why but I don't know how to fix it
[04:07:20] <CanyonMan> If you have data you're getting with $resource but it's paged
[04:07:22] *** adpirz has quit IRC
[04:07:48] <CanyonMan> how do you implement a loop to fetch them all?
[04:08:03] *** ccohn has joined #angularjs
[04:08:26] *** tschundeee has joined #angularjs
[04:08:28] <andrew9183> sounds pretty trivial
[04:08:37] <CanyonMan> that's what did not work
[04:08:53] <CanyonMan> is it?
[04:08:56] <CanyonMan> I'm not seeing it
[04:09:46] *** rburns has quit IRC
[04:09:58] <CanyonMan> the reason what i tried didn't work is that ts3.query() actually returns IMMEDIATELY
[04:10:05] <CanyonMan> then a background thread does the get and calls the fail or success
[04:10:13] <CanyonMan> so it goes around the loop maxChunks time instantly
[04:10:28] *** zz_tjsail33 is now known as tjsail33
[04:10:34] *** mary5030 has joined #angularjs
[04:10:43] *** shinnya has quit IRC
[04:10:47] *** gunn has quit IRC
[04:10:48] <andrew__> an easy way would be to wrap the function and make it call itself in the else clause
[04:11:25] <CanyonMan> yeah, i thought about doing it recursively. I guess with a reasonable depth that'd be ok ... yuck. Not the most tasteful to me
[04:11:29] *** gunn has joined #angularjs
[04:11:38] *** elrabin_ has quit IRC
[04:12:34] *** pretzel80 has quit IRC
[04:12:59] <andrew__> var getNext = function(requestParams) { do_request (function(result) { handle_results; if (continue) { requestParams.startTime = lastPoint + 1; getNext(requestParams); } }
[04:13:04] <andrew__> something like that
[04:13:06] *** ccohn has quit IRC
[04:13:41] <andrew__> hmm...
[04:13:56] *** ngbot has joined #angularjs
[04:13:56]
<ngbot> [angular.js] vojtajina force-pushed gruntfile-cleanup from 2b83ce1 to e2d1969: http://git.io/Sx29Vg
[04:13:56] <ngbot> angular.js/gruntfile-cleanup 2db0aab Vojta Jina: chore(travis): enable both SauceLabs and BrowserStack...
[04:13:56] <ngbot> angular.js/gruntfile-cleanup f380cd2 Vojta Jina: chore(travis): clean up browserstack/saucelabs scripts
[04:13:56] <ngbot> angular.js/gruntfile-cleanup e2d1969 Vojta Jina: chore(grunt): remove unused code
[04:13:56] *** ngbot has left #angularjs
[04:14:22] *** mary5030_ has joined #angularjs
[04:14:25] *** Milkweed has joined #angularjs
[04:14:46] *** andrew9183 has quit IRC
[04:14:54] *** meandev has joined #angularjs
[04:15:15] *** mary5030 has quit IRC
[04:15:32] *** Luser has joined #angularjs
[04:15:39] *** davesidious_ has joined #angularjs
[04:15:42] <andrew__> I can't think of any other way off the top of my head
[04:16:19] *** bkuberek has joined #angularjs
[04:16:56] *** Zentdayn has joined #angularjs
[04:18:32] *** Zentdayn has quit IRC
[04:18:39] *** Hackwar1 has joined #angularjs
[04:18:54] *** Left_Turn has quit IRC
[04:19:12] *** nemothekid has joined #angularjs
[04:19:24] *** markwu has quit IRC
[04:19:35] *** davesidious has quit IRC
[04:20:07] *** mary5030_ has quit IRC
[04:20:12] *** Luser has quit IRC
[04:20:17] *** Hackwar has quit IRC
[04:20:37] *** bkuberek has quit IRC
[04:20:41] *** mary5030 has joined #angularjs
[04:21:02] *** bradmaxs has joined #angularjs
[04:22:12] *** codecone has joined #angularjs
[04:22:46] <andrew__> I haven't used it, but if you really need to load them all at once, $q.all(); might help, if you can get the length in advance
[04:23:04] *** caitp- has joined #angularjs
[04:23:30] <CanyonMan> i can't
[04:23:33] <CanyonMan> when i think about it though
[04:23:45] <CanyonMan> this seems like a problem i'd want to solve with a software state machine
[04:23:55] <CanyonMan> where the events (i.e. "received the next chunk) do it
[04:24:00] <CanyonMan> kick the state machine
[04:24:09] *** bradmaxs has quit IRC
[04:24:26] *** finishingmove has quit IRC
[04:24:42] <CanyonMan> but a state machine needs something to make it go
[04:24:44] <CanyonMan> like a timer
[04:24:59] <CanyonMan> i think that's hwo i'd have to do it
[04:25:01] *** mary5030 has quit IRC
[04:25:22] <CanyonMan> ok so it doesn't have to be a timer
[04:25:26] <CanyonMan> it can be some kind of signal, event, or something
[04:25:42] *** caitp has quit IRC
[04:25:46] <CanyonMan> snap
[04:25:47] <CanyonMan> that's it
[04:25:48] <CanyonMan> ok
[04:25:51] <CanyonMan> so how do I do that i wonder hrm
[04:26:05] *** Zentdayn has joined #angularjs
[04:27:03] *** dcherman has joined #angularjs
[04:27:10] *** warpx has joined #angularjs
[04:27:38] *** Svake has quit IRC
[04:27:56] <CanyonMan> there's $emit and $on but i don't want this to go up and down the chain
[04:29:06] *** mogaj has joined #angularjs
[04:29:32] <andrew__> sadly, I'd probly start with recursion. then maybe look in to how javascript background processes work if you want to. I assume it's async because waiting in the main thread freezes the UI? no idea...
[04:29:50] *** gunn has quit IRC
[04:30:43] *** koleS_ has joined #angularjs
[04:30:56] *** morenoh149 has joined #angularjs
[04:31:35] *** saint-ron has joined #angularjs
[04:31:48] *** warpx has quit IRC
[04:31:54] *** koleS has quit IRC
[04:31:54] *** koleS_ is now known as koleS
[04:32:57] <andrew__> it's using a timer
[04:33:09] <andrew__> to implement a kind of state machine
[04:33:15] *** AngularUI has joined #angularjs
[04:33:15]
<AngularUI> [bootstrap] nauticalcoder opened pull request #3056: Promise resolution after close animation (master...master) http://git.io/89SrRA
[04:33:16] *** AngularUI has left #angularjs
[04:33:43] *** doug64k has quit IRC
[04:34:26] *** jMyles has quit IRC
[04:34:46] *** bluepnume has quit IRC
[04:35:41] <CanyonMan> can you call resolve more than once on a $q
[04:35:44] <CanyonMan> a deferred i mean
[04:35:49] *** ron1 has quit IRC
[04:36:00] <CanyonMan> it doesn't look it
[04:36:06] *** ron1 has joined #angularjs
[04:37:03] <andrew__> I don't think so. pretty sure you have to create a new one
[04:37:37] <CanyonMan> hmm
[04:37:39] <CanyonMan> that makes me think
[04:38:00] <CanyonMan> hrm
[04:44:07] *** cthrax has joined #angularjs
[04:45:02] *** rburns has joined #angularjs
[04:45:41] *** nya has joined #angularjs
[04:45:46] *** tskaggs has quit IRC
[04:46:22] *** mmitchell has joined #angularjs
[04:47:19] *** dsdeiz has quit IRC
[04:47:42] *** in2rd_ has joined #angularjs
[04:47:48] *** sl33k_ has joined #angularjs
[04:47:59] *** in2rd_ has quit IRC
[04:48:04] *** jr3 has joined #angularjs
[04:48:09] *** in2rd_ has joined #angularjs
[04:48:16] *** ngbot has joined #angularjs
[04:48:17]
<ngbot> [angular.js] vojtajina merged gruntfile-cleanup into master: http://git.io/zLnHpg
[04:48:17] *** ngbot has left #angularjs
[04:48:25] *** busticated has quit IRC
[04:48:26] *** ngbot has joined #angularjs
[04:48:26]
<ngbot> [angular.js] vojtajina deleted gruntfile-cleanup at e2d1969: http://git.io/31L-cQ
[04:48:27] *** ngbot has left #angularjs
[04:48:50] *** ngbot has joined #angularjs
[04:48:51]
<ngbot> [angular.js] vojtajina deleted browserstack-with-socketio-1_0 at f751854: http://git.io/9PsBpg
[04:48:51] *** ngbot has left #angularjs
[04:50:39] *** quantax- has quit IRC
[04:50:48] *** mmitchell has quit IRC
[04:50:56] *** scythe__ has joined #angularjs
[04:51:55] *** dzannotti has quit IRC
[04:52:28] *** opiates has joined #angularjs
[04:52:41] *** in2rd_ has left #angularjs
[04:53:43] *** ome has joined #angularjs
[04:53:52] *** dman777_alter has joined #angularjs
[04:54:17] *** snurfery has joined #angularjs
[04:55:20] *** caitp- has quit IRC
[04:55:56] *** prbc has joined #angularjs
[04:56:56] *** ludkiller has quit IRC
[04:57:06] *** bayousoft has joined #angularjs
[04:57:10] *** tomengland_mbp has joined #angularjs
[04:58:14] *** ludkiller has joined #angularjs
[04:58:44] *** ludkiller has joined #angularjs
[04:58:51] *** dejanr has quit IRC
[04:59:11] *** frickettz has joined #angularjs
[04:59:14] *** in2rd has joined #angularjs
[05:00:25] *** sturmination has quit IRC
[05:01:50] *** danecando has joined #angularjs
[05:01:58] *** chrisbirk has joined #angularjs
[05:04:49] *** cthrax has quit IRC
[05:05:51] *** sjt003 has quit IRC
[05:06:09] *** ciwolsey has joined #angularjs
[05:06:10] *** jimvideo has quit IRC
[05:06:38] *** dsdeiz has joined #angularjs
[05:06:39] *** dhcar is now known as dhcar_AFK
[05:06:41] *** aslate has joined #angularjs
[05:06:55] *** johnkevinmbasco has joined #angularjs
[05:08:27] *** lemur has joined #angularjs
[05:08:46] *** ccohn has joined #angularjs
[05:09:39] *** Luser has joined #angularjs
[05:10:11] *** cthrax has joined #angularjs
[05:10:56] *** burzum has joined #angularjs
[05:10:57] *** aslate has quit IRC
[05:11:36] *** caitp- has joined #angularjs
[05:12:21] *** danecando has quit IRC
[05:12:37] *** burzum2 has quit IRC
[05:13:21] *** ccohn has quit IRC
[05:13:26] *** fedenunez has joined #angularjs
[05:14:20] *** Luser has quit IRC
[05:15:31] *** danecando has joined #angularjs
[05:15:42] *** rburns has quit IRC
[05:16:37] *** caitp- has quit IRC
[05:17:46] *** frem has quit IRC
[05:18:11] *** mystronyx has quit IRC
[05:20:17] *** iribarne has quit IRC
[05:20:45] *** qstrahl has joined #angularjs
[05:21:06] *** tskaggs has joined #angularjs
[05:23:04] *** dejanr has joined #angularjs
[05:23:30] *** rburns has joined #angularjs
[05:23:40] *** danecando has quit IRC
[05:24:20] *** nemothekid has quit IRC
[05:25:08] *** Zentdayn has quit IRC
[05:25:15] *** tomengland_mbp has quit IRC
[05:25:37] *** TheAceOfHearts has joined #angularjs
[05:26:42] *** Wextux has joined #angularjs
[05:27:20] *** cthrax has quit IRC
[05:27:28] *** ron1 has quit IRC
[05:27:30] <christo_m> true
[05:27:36] <christo_m> fri night, people got lives, damn
[05:28:37] <Grokling> Fri night only in a small piece of the globe.. There's world outside of the US you know..
[05:28:45] *** tschundeee has quit IRC
[05:28:56] *** k-dawg has joined #angularjs
[05:29:21] *** cspeak has joined #angularjs
[05:29:23] *** Wextux has quit IRC
[05:30:51] *** stephen has joined #angularjs
[05:30:51] *** Shrooms has joined #angularjs
[05:31:07] *** dhcar_AFK is now known as dhcar
[05:31:13] *** quantax- has joined #angularjs
[05:31:24] *** mary5030 has joined #angularjs
[05:31:56] *** johnkevinmbasco has quit IRC
[05:32:29] *** dhcar is now known as dhcar_AFK
[05:34:12] <morenoh149> friday night but everything is shut down due to stupid protests >_>
[05:34:14] *** devhoag has joined #angularjs
[05:34:28] *** bejames has quit IRC
[05:34:32] *** PeterMetz has joined #angularjs
[05:34:47] *** SomeKittens has quit IRC
[05:35:25] *** Sontakey has joined #angularjs
[05:36:08] *** mary5030 has quit IRC
[05:36:22] *** dannyc has joined #angularjs
[05:36:24] *** Grokling has quit IRC
[05:36:36] *** sl33k_ has quit IRC
[05:37:24] *** dman777_alter has quit IRC
[05:37:56] *** danecando has joined #angularjs
[05:38:01] *** dejanr has quit IRC
[05:39:36] *** PeterMetz has quit IRC
[05:39:44] *** knaadjie has joined #angularjs
[05:40:39] *** dannyc has quit IRC
[05:40:54] *** gnrlbzik has joined #angularjs
[05:41:10] *** nemothekid has joined #angularjs
[05:41:29] *** mary5030 has joined #angularjs
[05:41:48] <knaadjie> angular noob following the angular tutorial. on step 3 there's an extra points question...creating a 8x8 table using ng-repeat is there a solution to this,
[05:42:25] *** mary5030_ has joined #angularjs
[05:43:47] *** tskaggs has quit IRC
[05:45:34] *** gnrlbzik has quit IRC
[05:46:06] *** mary5030 has quit IRC
[05:48:00] *** k-dawg has quit IRC
[05:48:31] <morenoh149> knaadjie: nested ng-repeats?
[05:48:38] <morenoh149> never done that tutorial though
[05:49:02] *** gunn has joined #angularjs
[05:49:07] *** kuadrosx has quit IRC
[05:49:27] *** kevinxu has joined #angularjs
[05:49:51] *** kevinxu is now known as Guest97067
[05:50:22] *** knaadjie has quit IRC
[05:51:43] *** adpirz has joined #angularjs
[05:52:12] *** {DV8} has joined #angularjs
[05:53:15] *** BillCriswell has quit IRC
[05:53:36] *** neilff has joined #angularjs
[05:53:58] *** danecando has quit IRC
[05:54:22] *** danecando has joined #angularjs
[05:56:23] *** adpirz has quit IRC
[05:57:20] *** JBreit has joined #angularjs
[05:57:25] *** dc_ has joined #angularjs
[05:58:09] *** neilff has quit IRC
[05:58:34] *** jonr22 has joined #angularjs
[05:58:35] *** {DV8} has quit IRC
[05:59:00] *** {DV8} has joined #angularjs
[06:01:12] *** scythe__ has quit IRC
[06:02:38] *** qstrahl has quit IRC
[06:02:52] *** qstrahl has joined #angularjs
[06:03:34] *** jonr22 has quit IRC
[06:03:45] *** Luser has joined #angularjs
[06:04:02] *** Milkweed has quit IRC
[06:06:06] *** zumba_addict has quit IRC
[06:07:57] *** Luser has quit IRC
[06:09:32] *** ccohn has joined #angularjs
[06:11:11] *** bejames has joined #angularjs
[06:11:55] *** aurumzx has quit IRC
[06:11:58] *** BobbieBarker_ has quit IRC
[06:12:49] *** Sna4x8 has quit IRC
[06:13:23] *** fedenunez has quit IRC
[06:13:34] *** Sna4x8 has joined #angularjs
[06:13:38] *** elrabin_ has joined #angularjs
[06:13:43] *** danecando has quit IRC
[06:13:55] *** ccohn has quit IRC
[06:14:19] *** shinnya has joined #angularjs
[06:15:39] <tjsail33> how would i go about intercepting all $http requests so i could use js to track errors? and such?
[06:15:46] *** warpx has joined #angularjs
[06:16:23] *** Sontakey has quit IRC
[06:20:17] *** warpx has quit IRC
[06:20:20] *** robdubya has quit IRC
[06:20:24] *** bejames has quit IRC
[06:21:30] *** elrabin_ has quit IRC
[06:22:39] *** bejames has joined #angularjs
[06:23:59] *** qstrahl` has joined #angularjs
[06:25:20] *** tschundeee has joined #angularjs
[06:26:40] *** qstrahl`` has joined #angularjs
[06:26:50] *** Silne30 has quit IRC
[06:27:11] *** amphetamines has joined #angularjs
[06:27:22] *** Silne30 has joined #angularjs
[06:27:48] *** qstrahl has quit IRC
[06:28:13] *** frickettz has quit IRC
[06:28:33] *** devhoag has quit IRC
[06:29:04] *** qstrahl` has quit IRC
[06:29:26] <TheAceOfHearts> use an $http interceptor, maybe?
[06:29:48] *** opiates has quit IRC
[06:31:37] *** cthrax has joined #angularjs
[06:33:14] *** frickettz has joined #angularjs
[06:33:32] *** jaydubya has quit IRC
[06:34:05] *** jaydubya has joined #angularjs
[06:34:24] *** rburns has quit IRC
[06:35:08] *** devhoag has joined #angularjs
[06:35:12] *** caitp- has joined #angularjs
[06:35:18] *** PeterMetz has joined #angularjs
[06:35:34] *** Grokling has joined #angularjs
[06:38:47] *** jaydubya has quit IRC
[06:38:49] *** Greed` has joined #angularjs
[06:39:00] *** qstrahl` has joined #angularjs
[06:39:25] *** Greed has quit IRC
[06:39:38] *** BobbieBarker_ has joined #angularjs
[06:39:54] *** PeterMetz has quit IRC
[06:40:12] *** JBreit has quit IRC
[06:40:42] *** jtimon has quit IRC
[06:42:07] *** qstrahl`` has quit IRC
[06:46:22] *** mary5030_ has quit IRC
[06:46:59] *** mary5030 has joined #angularjs
[06:47:19] *** JBreit has joined #angularjs
[06:48:35] *** JBreit has left #angularjs
[06:49:20] *** tjsail33 is now known as zz_tjsail33
[06:50:08] *** qstrahl` has quit IRC
[06:50:22] *** cthrax has quit IRC
[06:51:14] *** dhrami has quit IRC
[06:51:39] *** mary5030 has quit IRC
[06:53:29] *** Fire-Dragon-DoL has quit IRC
[06:55:28] *** Yahkob has joined #angularjs
[06:55:36] *** aslate has joined #angularjs
[06:57:51] *** Luser has joined #angularjs
[06:58:02] *** glassir has quit IRC
[06:58:06] *** jaydubya has joined #angularjs
[06:58:41] *** Guest97067 has quit IRC
[06:59:34] *** cthrax has joined #angularjs
[06:59:35] *** D9 has quit IRC
[07:00:13] *** aslate has quit IRC
[07:00:17] *** cthrax has quit IRC
[07:00:28] *** MJD has quit IRC
[07:00:40] *** tfennelly has joined #angularjs
[07:01:04] *** MJD has joined #angularjs
[07:01:20] *** TheAceOfHearts has quit IRC
[07:01:34] *** TheAceOfHearts has joined #angularjs
[07:02:19] *** Luser has quit IRC
[07:03:04] *** e0ipso|away is now known as e0ipso
[07:03:51] *** snapwich has joined #angularjs
[07:04:33] *** jr3 has quit IRC
[07:04:34] *** deanclkclk_ has quit IRC
[07:05:38] *** tfennelly has quit IRC
[07:05:46] *** deanclkclk has joined #angularjs
[07:06:57] *** dcherman2 has joined #angularjs
[07:09:52] *** dcherman has quit IRC
[07:10:16] *** ccohn has joined #angularjs
[07:10:57] *** e0ipso is now known as e0ipso|away
[07:14:00] *** techsethi has joined #angularjs
[07:14:48] *** ccohn has quit IRC
[07:15:01] *** devhoag_ has joined #angularjs
[07:17:11] *** tomengland_mbp has joined #angularjs
[07:17:12] *** devhoag has quit IRC
[07:17:24] *** linojon has quit IRC
[07:21:40] *** hguux_ has quit IRC
[07:22:17] *** e0ipso|away is now known as e0ipso
[07:22:21] *** hguux_ has joined #angularjs
[07:24:26] *** cacts has joined #angularjs
[07:27:05] *** robdubya has joined #angularjs
[07:29:49] *** gnrlbzik has joined #angularjs
[07:30:13] *** Fuzzy has quit IRC
[07:31:55] *** zz_tjsail33 has quit IRC
[07:33:06] *** techsethi has joined #angularjs
[07:33:26] *** night-owl is now known as zz_night-owl
[07:34:02] *** poplaski has quit IRC
[07:34:13] *** zz_night-owl is now known as night-owl
[07:34:27] *** gnrlbzik has quit IRC
[07:35:22] *** brandom has joined #angularjs
[07:36:05] *** PeterMetz has joined #angularjs
[07:36:48] *** rchavik has joined #angularjs
[07:36:56] *** norstrand has joined #angularjs
[07:40:02] *** johnkevinmbasco has joined #angularjs
[07:40:31] *** kevinxu has joined #angularjs
[07:40:34] *** PeterMetz has quit IRC
[07:40:44] *** adpirz has joined #angularjs
[07:40:55] *** kevinxu is now known as Guest12201
[07:41:55] *** rburns has joined #angularjs
[07:41:56] *** tomengland_mbp has quit IRC
[07:45:26] *** adpirz has quit IRC
[07:46:20] *** rchavik has quit IRC
[07:46:36] *** IvailoStoianov has joined #angularjs
[07:47:40] *** jonr22 has joined #angularjs
[07:51:01] *** stylemistake has quit IRC
[07:52:04] *** Luser has joined #angularjs
[07:52:17] *** jonr22 has quit IRC
[07:52:28] *** hey has joined #angularjs
[07:52:33] <hey> dfgdfgghjghj
[07:52:46] *** hey is now known as Guest789
[07:54:44] *** {DV8} has quit IRC
[07:54:53] *** rburns has quit IRC
[07:56:32] *** Luser has quit IRC
[07:57:05] *** brassel has quit IRC
[07:57:21] *** prbc has quit IRC
[07:57:49] *** prbc has joined #angularjs
[07:58:34] *** brezel has joined #angularjs
[07:58:37] *** prbc has quit IRC
[07:58:38] *** glassir has joined #angularjs
[07:59:04] *** joshontheweb has quit IRC
[08:00:01] *** charuru has quit IRC
[08:00:04] *** bmac has joined #angularjs
[08:01:03] *** mdel has joined #angularjs
[08:01:28] *** jmverges has quit IRC
[08:03:30] *** glassir has quit IRC
[08:04:09] *** tschundeee has quit IRC
[08:04:27] *** [boxmein] has joined #angularjs
[08:04:32] *** warpx has joined #angularjs
[08:04:53] *** threesixes has joined #angularjs
[08:05:18] *** krotscheck has quit IRC
[08:05:31] *** one0one has quit IRC
[08:06:15] *** johnkevi_ has joined #angularjs
[08:06:37] *** johnkevinmbasco has quit IRC
[08:07:37] *** rchavik has joined #angularjs
[08:09:18] *** warpx has quit IRC
[08:09:28] *** freelyfred has quit IRC
[08:09:30] *** [boxmein] has quit IRC
[08:10:13] *** NormySan has joined #angularjs
[08:11:03] *** ccohn has joined #angularjs
[08:11:20] *** freelyfred has joined #angularjs
[08:13:29] *** earthquake has joined #angularjs
[08:15:17] *** ccohn has quit IRC
[08:17:02] *** johnkevi_ has quit IRC
[08:17:10] *** sher has joined #angularjs
[08:17:27] *** ProLoser has quit IRC
[08:17:48] <sher> Hi an ionic doubt.. is it possible to have ion-nav-bar with an angular element ? wht scope would that be ?
[08:19:57] *** Fuzzy has joined #angularjs
[08:20:10] *** saint-ron has quit IRC
[08:20:15] *** esparkman-mbp has joined #angularjs
[08:22:19] *** elrabin_ has joined #angularjs
[08:25:07] *** {DV8} has joined #angularjs
[08:26:42] *** J_R_B_ has joined #angularjs
[08:26:54] *** frickettz has quit IRC
[08:28:46] *** caitp- has quit IRC
[08:29:35] *** J_R_B has quit IRC
[08:31:06] *** tsunamie has quit IRC
[08:31:13] *** elrabin_ has quit IRC
[08:31:28] *** BobbieBarker_ has quit IRC
[08:32:16] *** brezel has quit IRC
[08:32:29] *** rtpg has joined #angularjs
[08:33:07] *** visualshock has joined #angularjs
[08:33:22] *** tsunamie has joined #angularjs
[08:33:40] *** dejanr has joined #angularjs
[08:33:40] *** ProLoser has joined #angularjs
[08:33:46] *** brezel has joined #angularjs
[08:37:01] *** PeterMetz has joined #angularjs
[08:37:23] *** earthquake has quit IRC
[08:37:37] *** dejanr has quit IRC
[08:38:52] *** jmverges has joined #angularjs
[08:39:02] *** krotscheck has joined #angularjs
[08:39:45] *** cacts has quit IRC
[08:40:04] * Inge- guesses that sher is Indian.
[08:40:43] <sher> i guess u shld take the name sherlock
[08:41:22] *** PeterMetz has quit IRC
[08:41:40] *** IvailoStoianov has quit IRC
[08:42:00] *** IvailoStoianov has joined #angularjs
[08:42:37] *** Yahkob has quit IRC
[08:44:37] *** aslate has joined #angularjs
[08:44:47] *** ProLoser has quit IRC
[08:46:10] *** Luser has joined #angularjs
[08:46:17] *** Anonymous has joined #angularjs
[08:47:00] *** Yahkob has joined #angularjs
[08:48:05] *** techsethi has quit IRC
[08:49:40] *** aslate has quit IRC
[08:49:56] *** IvailoStoianov has quit IRC
[08:50:49] *** Luser has quit IRC
[08:53:55] *** Oxynum has joined #angularjs
[08:54:39] *** ProLoser has joined #angularjs
[08:54:55] *** tfennelly has joined #angularjs
[08:54:58] *** tarnus has quit IRC
[08:55:56] *** Guest12201 has quit IRC
[08:56:56] *** avree has quit IRC
[08:58:01] *** steve has joined #angularjs
[08:58:29] *** brezel has quit IRC
[08:58:32] *** kevinxu has joined #angularjs
[08:58:54] *** kevinxu is now known as Guest54916
[08:59:23] *** johnkevinmbasco has joined #angularjs
[08:59:24] *** richiebkr has quit IRC
[08:59:26] *** tfennelly has quit IRC
[08:59:56] *** brezel has joined #angularjs
[09:00:29] *** steve has quit IRC
[09:00:47] *** tschundeee has joined #angularjs
[09:01:14] *** Oxynum has quit IRC
[09:02:17] *** jfdlv has joined #angularjs
[09:02:44] *** bmac has quit IRC
[09:03:07] *** J_R_B_ has quit IRC
[09:04:25] <jfdlv> i have a problem installing bower in the angular-phonecat tutorial, can anybody help me? (i'm not a native speaker of english... sorry for the mistakes, if there's any)
[09:04:42] *** ProLoser has quit IRC
[09:05:27] *** nemothekid has quit IRC
[09:06:22] *** Oxynum has joined #angularjs
[09:09:44] *** nemothekid has joined #angularjs
[09:11:11] <Grokling> jfdlv: Maybe. What is the problem?
[09:11:50] *** ccohn has joined #angularjs
[09:12:21] <jfdlv> it gives me this error npm ERR! angular-phonecat at 0 dot 0.0 postinstall: `bower install`
[09:12:33] <jfdlv> when i try tu run the npm install command
[09:13:01] <jfdlv> i'm working on windows by the way
[09:13:22] *** pnade has quit IRC
[09:13:28] *** ProLoser has joined #angularjs
[09:13:44] *** pnade has joined #angularjs
[09:14:02] *** dannyc has joined #angularjs
[09:14:03] <Grokling> jfdlv: What happens if you do "npm install bower"?
[09:15:02] *** tfennelly has joined #angularjs
[09:15:02] <jfdlv> let me try that and i'll let you know
[09:15:55] <Grokling> ProLoser, you're a gulp person I think?
[09:16:06] <ProLoser> what's up
[09:16:07] *** morenoh149 has quit IRC
[09:16:38] *** ccohn has quit IRC
[09:17:07] *** norstrand has quit IRC
[09:17:31] <Grokling> I'm trying to make my angular build process better - but I'm having hassles with ng-annotate. When I add in the annotate step, it breaks with a "has no method'on'" error.
[09:18:12] *** dannyc has quit IRC
[09:18:22] <jfdlv> grokling: this is what it showed
[09:18:27]
[09:18:32] <ProLoser> Grokling: congrats
[09:18:33] *** Oxynum has quit IRC
[09:18:34] *** gnrlbzik has joined #angularjs
[09:18:44] <ProLoser> i know the exact answer to your exact problem
[09:18:57] *** tfennelly has quit IRC
[09:19:21] <Grokling> ProLoser. That's either awesome, or awesomely sarcastic.. I can't tell yet ;-)
[09:19:36] *** cornerma1 has joined #angularjs
[09:20:03] *** carknard has joined #angularjs
[09:20:20] *** prem has joined #angularjs
[09:20:32] *** warpx has joined #angularjs
[09:20:54] <ProLoser> i'm just kidding
[09:20:59] <ProLoser> you gave like no useful information
[09:21:16] <Grokling> jfdlv: I think that is okay (hard to tell though)
[09:22:29] <Grokling> ProLoser: Yeah, that's what the error gave me! Hence why I'm looking for someone who might be able to give me some more clues. I'm making a concise gist of what I'm doing, so that will probably help somewhat..
[09:22:50] *** cornerman has quit IRC
[09:22:55] <jfdlv> Grokling: i tried running "npm install bower" ... it respond with a lot of text, and then i tried the npm install again and the same error appeared
[09:23:01] *** cornerma1 is now known as cornerman
[09:23:05] *** gnrlbzik has quit IRC
[09:23:44] <Grokling> jfdlv: Sometimes windows people report that reinstalling node fixes all manner of hassles. Might be worth a try.
[09:24:09] *** rtpg has quit IRC
[09:24:54] *** caitp- has joined #angularjs
[09:24:59] <jfdlv> ok, i'll try that, thank you for your time. I'll let you know what happens.
[09:25:40] *** deanclkclk has quit IRC
[09:26:01] *** prem has quit IRC
[09:26:04] *** mrru has joined #angularjs
[09:27:45] *** Alina-malina has quit IRC
[09:27:46] *** elrabin_ has joined #angularjs
[09:28:00] *** Alina-malina has joined #angularjs
[09:29:16] *** tbo_ has joined #angularjs
[09:29:39] *** caitp- has quit IRC
[09:29:47] *** adpirz has joined #angularjs
[09:29:57] *** AngularUI has joined #angularjs
[09:29:57]
<AngularUI> [ui-router] dtritus opened pull request #1613: feat(uiSrefActive): Added support for multiple nested uiSref directives (master...master) http://git.io/UI7xEA
[09:29:58] *** AngularUI has left #angularjs
[09:30:19] *** technickul has quit IRC
[09:30:28] *** warpx has joined #angularjs
[09:30:44] *** TheAceOfHearts has quit IRC
[09:31:22] *** aldeka has joined #angularjs
[09:32:09] <jfdlv> Grokling: I just reinstall node, and the same error appeared when i tried npm install... would it make any difference if i erase the repository and clone it again?
[09:32:20] *** nemothekid has quit IRC
[09:32:46] *** TheAceOfHearts has joined #angularjs
[09:32:54] *** Alina-malina has quit IRC
[09:32:55] *** Luser has joined #angularjs
[09:34:02] *** carknard has quit IRC
[09:34:13] *** adpirz has quit IRC
[09:34:45] *** mtsr has joined #angularjs
[09:35:10] <Grokling> That's just about all I know..
[09:35:33] <Grokling> It's the templateCache step that's breaking it, not annotate (falsely accused!)
[09:35:51] *** rchavik has quit IRC
[09:35:57] *** elrabin_ has quit IRC
[09:36:04] *** Shai-Tan has quit IRC
[09:36:39] *** jonr22 has joined #angularjs
[09:36:55] *** houpt has joined #angularjs
[09:37:37] *** {DV8} has quit IRC
[09:38:09] *** phzon has joined #angularjs
[09:39:07] *** davi has joined #angularjs
[09:39:07] *** davi has joined #angularjs
[09:39:58] *** ProLoser has quit IRC
[09:40:50] *** ycodr has quit IRC
[09:41:18] *** kobbi has joined #angularjs
[09:41:28] *** kobbi has left #angularjs
[09:41:41] *** jonr22 has quit IRC
[09:42:21] *** Alina-malina has joined #angularjs
[09:42:21] *** Alina-malina has joined #angularjs
[09:43:05] *** ProLoser has joined #angularjs
[09:43:40] *** TheAceOfHearts has quit IRC
[09:43:55] *** TheAceOfHearts has joined #angularjs
[09:43:56] *** tfennelly has joined #angularjs
[09:45:00] <stephen> So, I got a keybase.io account :-)
[09:47:02] *** jfdlv has quit IRC
[09:48:22] *** phzon has quit IRC
[09:51:49] *** mrru has quit IRC
[09:52:21] *** rchavik has joined #angularjs
[09:52:55] *** Guest54916 has quit IRC
[09:53:03] *** sher has quit IRC
[09:54:51] *** Yahkob has quit IRC
[09:56:28] *** _45kb has joined #angularjs
[09:58:24] *** Solid1_afk is now known as Solid1
[09:58:33] *** glassir has joined #angularjs
[09:58:37] *** johnkevinmbasco has quit IRC
[09:59:03] *** 7GHAAC11Q has joined #angularjs
[09:59:12] *** larsam has quit IRC
[09:59:26] *** ProLoser has quit IRC
[10:01:50] *** rchavik has quit IRC
[10:03:46] *** glassir has quit IRC
[10:03:51] *** dsdeiz_ has joined #angularjs
[10:05:57] *** dsdeiz has quit IRC
[10:06:30] *** foofoobar has joined #angularjs
[10:07:38] *** IvailoStoianov has joined #angularjs
[10:11:12] *** ProLoser has joined #angularjs
[10:12:35] *** ccohn has joined #angularjs
[10:14:03] *** mtsr has quit IRC
[10:14:22] *** ProLoser has quit IRC
[10:15:06] *** ycodr has joined #angularjs
[10:15:16] *** koleS has quit IRC
[10:15:20] *** rchavik has joined #angularjs
[10:17:04] *** ngbot has joined #angularjs
[10:17:04]
<ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/x9rMlw
[10:17:04] <ngbot> angular.js/master facfec9 Shahar Talmi: fix(http): preserve config object when resolving from cache...
[10:17:04] *** ngbot has left #angularjs
[10:17:16] *** ccohn has quit IRC
[10:17:46] *** kevinxu has joined #angularjs
[10:18:10] *** kevinxu is now known as Guest17995
[10:18:56] *** morenoh149 has joined #angularjs
[10:19:20] *** wex13r has joined #angularjs
[10:21:13] *** il has joined #angularjs
[10:23:10] *** mdel has quit IRC
[10:23:24] *** koleS has joined #angularjs
[10:23:41] *** tote has quit IRC
[10:24:01] *** audioburn has quit IRC
[10:24:43] *** rtpg has joined #angularjs
[10:24:50] *** mtsr has joined #angularjs
[10:25:05] *** rchavik has quit IRC
[10:27:30] *** mtsr has quit IRC
[10:27:44] <jcool> I have 2 values coming from database. Based on that value I want to make radio button selected. One is string value and other is null. How can we do that?
[10:28:53] *** MuffinMan` has quit IRC
[10:29:17] *** rtpg has quit IRC
[10:29:49] *** johnnyfive has quit IRC
[10:31:18] *** Sontakey has joined #angularjs
[10:33:11] *** elrabin_ has joined #angularjs
[10:33:15] <Grokling> jcool, radio button is boolean, so you need an ng-model with a true or false value.
[10:33:32] *** aslate has joined #angularjs
[10:33:56] <jcool> Grokling, so it seems I need to set some variable and use that variable for checking?
[10:34:19] <jcool> set some variable to true or false and then give that variable to radio button.
[10:35:16] <Grokling> pretty much.
[10:35:30] <jcool> Grokling, cool! thanks.
[10:38:09] *** aslate has quit IRC
[10:38:24] *** alandb has joined #angularjs
[10:38:29] *** rchavik has joined #angularjs
[10:39:11] *** busticated has joined #angularjs
[10:40:22] *** elrabin_ has quit IRC
[10:41:06] *** Guest17995 has quit IRC
[10:41:44] *** slopjong has joined #angularjs
[10:41:45] *** rburns has joined #angularjs
[10:43:55] *** tarnus has joined #angularjs
[10:44:30] *** AciD`` has joined #angularjs
[10:45:04] *** il is now known as audioburn
[10:45:15] *** tomengland_mbp has joined #angularjs
[10:47:02] *** rchavik has quit IRC
[10:48:15] *** jlambert121 has quit IRC
[10:48:21] *** yts has joined #angularjs
[10:48:43] *** tarnus has quit IRC
[10:49:06] *** Shai-Tan has joined #angularjs
[10:50:44] *** yelvert has quit IRC
[10:51:20] *** yelvert has joined #angularjs
[10:55:17] *** yelvert has quit IRC
[10:56:35] *** jlambert121 has joined #angularjs
[10:58:26] *** Ilgrim has joined #angularjs
[10:59:06] *** Ilgrim_ has joined #angularjs
[10:59:17] *** tfennelly has quit IRC
[10:59:49] *** jtimon has joined #angularjs
[11:00:32] *** yts has quit IRC
[11:01:20] *** mrru has joined #angularjs
[11:02:32] *** caitp- has joined #angularjs
[11:03:10] *** Ilgrim has quit IRC
[11:03:54] *** rchavik has joined #angularjs
[11:07:22] *** caitp- has quit IRC
[11:07:23] *** gnrlbzik has joined #angularjs
[11:09:27] *** bit_twit has joined #angularjs
[11:09:45] *** Sontakey has quit IRC
[11:12:10] *** gnrlbzik has quit IRC
[11:13:18] *** chrisbirk has quit IRC
[11:13:22] *** ccohn has joined #angularjs
[11:13:23] *** ycodr has quit IRC
[11:13:50] *** ycodr has joined #angularjs
[11:14:00] *** tomengland_mbp has quit IRC
[11:17:18] *** tschundeee has quit IRC
[11:17:30] *** tschundeee has joined #angularjs
[11:17:40] *** ccohn has quit IRC
[11:18:27] *** ycodr has quit IRC
[11:18:38] *** adpirz has joined #angularjs
[11:18:54] *** ycodr has joined #angularjs
[11:19:48] *** rchavik has quit IRC
[11:21:38] *** lemur has quit IRC
[11:22:11] *** calmbird has joined #angularjs
[11:22:14] *** lemur has joined #angularjs
[11:22:42] <calmbird> I would like to build dynamic form. What is the best way to do it?
[11:22:59] <calmbird> Inputs will depends of schema and data.
[11:23:22] *** adpirz has quit IRC
[11:23:54] *** jacuqesdancona_ has joined #angularjs
[11:24:09] <calmbird> For example: if schema will be { type: "text" } it will be text input if, { type: "text", enum: [ 'val1', 'val2' ] } it will be select
[11:25:51] *** IJNX has joined #angularjs
[11:26:53] *** lemur has quit IRC
[11:28:48] *** audioburn has quit IRC
[11:29:46] *** Greed` is now known as Greed
[11:31:42] *** motionman has joined #angularjs
[11:36:56] *** phzon has joined #angularjs
[11:37:47] *** elrabin_ has joined #angularjs
[11:38:21] *** rahul54784 has joined #angularjs
[11:38:53] <rahul54784> how can i call ajax
[11:39:07] *** DLSteve has joined #angularjs
[11:40:40] *** rahul54784 has quit IRC
[11:41:37] *** phzon has quit IRC
[11:41:50] *** Vladimir has joined #angularjs
[11:42:00] *** nfroidure has joined #angularjs
[11:42:50] *** Grokling has quit IRC
[11:43:17] *** Grokling has joined #angularjs
[11:43:52] <calmbird> rahul54784: $http.get()
[11:44:02] <calmbird> for example
[11:46:17] *** elrabin_ has quit IRC
[11:47:19] *** mmealling has quit IRC
[11:47:55] *** mmealling has joined #angularjs
[11:48:20] *** Rebirth has quit IRC
[11:48:29] *** Rebirth has joined #angularjs
[11:48:34] *** rburns has quit IRC
[11:49:33] *** TyrfingMjolnir has joined #angularjs
[11:49:38] *** ryez_ has joined #angularjs
[11:50:10] *** ryez has quit IRC
[11:50:25] <calmbird> Does anyone have an idea?
[11:50:29] <calmbird> :P
[11:51:49] *** Vladimir has quit IRC
[11:53:01] *** Foxandxss has joined #angularjs
[11:54:25] *** nfroidure has quit IRC
[11:55:21] *** _45kb has quit IRC
[11:56:22] *** zanea|away is now known as zanea
[11:56:47] *** chachan has joined #angularjs
[11:57:24] *** busticated has quit IRC
[11:57:37] *** Alina-malina has quit IRC
[11:57:45] <chachan> guys, when using $asyncValidators, what is the promise to be resolved when valid?
[12:00:03] *** glassir has joined #angularjs
[12:00:06] *** pknordic has joined #angularjs
[12:00:37] *** plushy has quit IRC
[12:02:17] *** rafagomes has joined #angularjs
[12:03:42] *** caitp- has joined #angularjs
[12:03:51] *** J_R_B_ has joined #angularjs
[12:03:56] *** dannyc has joined #angularjs
[12:05:10] *** glassir has quit IRC
[12:07:25] *** techsethi has joined #angularjs
[12:07:31] *** Trow has joined #angularjs
[12:08:13] *** J_R_B_ has quit IRC
[12:08:18] *** caitp- has quit IRC
[12:08:41] *** dannyc has quit IRC
[12:09:56] *** startupality has joined #angularjs
[12:14:02] *** ccohn has joined #angularjs
[12:15:27] *** zanea is now known as zanea|away
[12:17:32] *** WhatsInTheBoks has joined #angularjs
[12:18:38] *** ccohn has quit IRC
[12:19:15] *** Alina-malina has joined #angularjs
[12:20:54] *** kakashiA1 has quit IRC
[12:22:29] *** aslate has joined #angularjs
[12:23:53] *** Left_Turn has joined #angularjs
[12:24:13] *** slopjong has quit IRC
[12:25:00] *** DANtheBEASTman has quit IRC
[12:25:25] *** nfroidure has joined #angularjs
[12:26:09] *** techsethi has quit IRC
[12:26:49] *** aslate has quit IRC
[12:26:59] *** tschundeee has quit IRC
[12:27:26] *** IJNX has quit IRC
[12:28:08] *** narutimateum has joined #angularjs
[12:30:08] *** diffalot has quit IRC
[12:31:24] *** diffalot has joined #angularjs
[12:31:43] *** grogs has joined #angularjs
[12:32:46] *** tarnus has joined #angularjs
[12:33:48] *** RangerRick has joined #angularjs
[12:33:59] *** emmesswhy has joined #angularjs
[12:34:56] *** rburns has joined #angularjs
[12:36:25] *** warpx has quit IRC
[12:37:06] *** sybarite has joined #angularjs
[12:37:19] *** tarnus has quit IRC
[12:38:48] *** Sky[x] has joined #angularjs
[12:39:35] *** bit_twit has quit IRC
[12:41:58] *** kevinxu has joined #angularjs
[12:42:17] *** kevinxu is now known as Guest28299
[12:42:45] *** DLSteve has quit IRC
[12:43:23] *** elrabin_ has joined #angularjs
[12:43:36] *** jaydubya has quit IRC
[12:43:50] *** rburns has quit IRC
[12:44:08] *** jaydubya has joined #angularjs
[12:45:56] *** bbankes has joined #angularjs
[12:46:20] *** DLSteve has joined #angularjs
[12:46:57] *** mogaj has quit IRC
[12:47:28] *** fairuz has quit IRC
[12:47:32] *** fairuz1 has joined #angularjs
[12:49:17] *** jaydubya has quit IRC
[12:50:50] *** elrabin_ has quit IRC
[12:52:22] *** gunn has quit IRC
[12:54:17] *** Left_Turn has quit IRC
[12:56:04] *** gnrlbzik has joined #angularjs
[12:57:57] *** rtpg has joined #angularjs
[12:58:11] *** tschundeee has joined #angularjs
[13:01:01] *** gnrlbzik has quit IRC
[13:01:04] *** Shrooms has quit IRC
[13:02:15] *** rtpg_ has joined #angularjs
[13:02:26] *** rtpg has quit IRC
[13:02:30] *** glassir has joined #angularjs
[13:06:06] *** motionman has quit IRC
[13:07:10] *** herzi has joined #angularjs
[13:07:26] *** glassir has quit IRC
[13:07:26] *** adpirz has joined #angularjs
[13:08:54] *** fairuz1 has quit IRC
[13:12:09] *** adpirz has quit IRC
[13:12:18] *** renanoronfle has joined #angularjs
[13:14:40] *** jonr22 has joined #angularjs
[13:14:50] *** ccohn has joined #angularjs
[13:17:16] *** fedenunez has joined #angularjs
[13:18:52] *** boxmein has joined #angularjs
[13:19:28] *** ccohn has quit IRC
[13:19:36] *** jonr22 has quit IRC
[13:19:44] *** gunn has joined #angularjs
[13:19:47] *** Fardin has joined #angularjs
[13:21:10] *** Left_Turn has joined #angularjs
[13:22:04] *** davek_ has quit IRC
[13:22:27] *** emmesswhy has quit IRC
[13:23:54] *** WhatsInTheBoks2 has joined #angularjs
[13:26:52] *** WhatsInTheBoks has quit IRC
[13:27:04] *** jstroem has joined #angularjs
[13:27:05] *** Hellgast23_3 has joined #angularjs
[13:27:17] *** Snugug has joined #angularjs
[13:27:23] *** in2rd has quit IRC
[13:28:01] *** wa5ted has quit IRC
[13:29:29] *** renanoronfle has quit IRC
[13:29:33] *** freelyfred has quit IRC
[13:29:57] *** WhatsInTheBoks2 has quit IRC
[13:30:17] *** Oxynum has joined #angularjs
[13:30:40] *** aton` has joined #angularjs
[13:33:22] *** caitp- has joined #angularjs
[13:33:46] *** johnkevinmbasco has joined #angularjs
[13:33:54] *** quantax- has quit IRC
[13:35:44] *** Trow1 has joined #angularjs
[13:37:13] *** 7GHAAC11Q has quit IRC
[13:38:25] *** caitp- has quit IRC
[13:39:21] *** Trow has quit IRC
[13:39:37] *** qdk has quit IRC
[13:42:45] *** johnkevi_ has joined #angularjs
[13:42:53] *** JayFK has joined #angularjs
[13:43:21] *** IvailoStoianov has quit IRC
[13:46:07] *** johnkevinmbasco has quit IRC
[13:46:36] <Fardin> There is also a jsfiddle link at the end.
[13:47:47] *** elrabin_ has joined #angularjs
[13:47:50] *** e0ipso is now known as e0ipso|away
[13:48:36] *** visualshock has quit IRC
[13:48:38] *** qdk has joined #angularjs
[13:49:36] <vonnegut> I have several objects in my controller which are bound to a form that contains a partial. Only one of the objects is associated with the fields in the partial. For some reason, the binding of the object associated with the partial will not update UNTIL AFTER, I press a radio button in the form. What is going on here? And how can I make the binding real-time?
[13:50:27] <vonnegut> All of the other objects (not associated with the partial) show their bindings in real time
[13:50:53] *** DLSteve has quit IRC
[13:52:01] *** WhatsInTheBoks2 has joined #angularjs
[13:53:44] *** Oxynum has quit IRC
[13:53:46] *** Snugug has quit IRC
[13:54:01] *** mtsr has joined #angularjs
[13:54:04] *** chachan has quit IRC
[13:54:42] *** chachan has joined #angularjs
[13:54:57] *** Hellgast23_3 has quit IRC
[13:55:13] *** Trow2 has joined #angularjs
[13:56:17] *** elrabin_ has quit IRC
[13:56:29] *** TheAceOfHearts has quit IRC
[13:56:42] *** Hellgast23_3 has joined #angularjs
[13:57:32] *** tschundeee has quit IRC
[13:57:45] *** tschundeee has joined #angularjs
[13:58:27] <Fardin> vonnegut, could you provide an example using jsfiddle?
[13:58:59] *** chachan has quit IRC
[13:59:04] *** Trow1 has quit IRC
[13:59:11] <vonnegut> yea. will do.
[13:59:40] *** Ilgrim has joined #angularjs
[13:59:50] *** WhatsInTheBoks2 has quit IRC
[13:59:57] *** qdk has quit IRC
[14:00:24] *** tarnus has joined #angularjs
[14:01:20] <Fardin> vonnegut, don't forget to mention me, so I could see your response.
[14:02:00] *** Stichoza has joined #angularjs
[14:02:26] <vonnegut> ok.
[14:02:29] <vonnegut> thanks fardin.
[14:02:32] *** AlexZ has quit IRC
[14:02:46] *** Ilgrim_ has quit IRC
[14:03:48] *** glassir has joined #angularjs
[14:04:33] *** {DV8} has joined #angularjs
[14:04:34] *** resu01_ has joined #angularjs
[14:05:06] *** visualshock has joined #angularjs
[14:05:43] *** Trow1 has joined #angularjs
[14:06:29] <resu01_> hello i have a typeahead and i want to detect when the ul is expanded. I try with $watch(element[0].nextElementSibling.childElementCount) but it doesn't work
[14:06:35] <resu01_> do you have any suggestion?
[14:07:27] *** Trow2 has quit IRC
[14:07:33] *** JayFK has quit IRC
[14:08:04] *** glassir has quit IRC
[14:10:27] *** WhatsInTheBoks has joined #angularjs
[14:11:26] *** aslate has joined #angularjs
[14:11:57] *** gnrlbzik has joined #angularjs
[14:13:05] *** soee_ has joined #angularjs
[14:13:38] *** Hellgast23_3 has quit IRC
[14:14:05] *** Stichoza has quit IRC
[14:14:16] *** dsdeiz_ has quit IRC
[14:15:12] *** soee has quit IRC
[14:15:19] *** josh-k has joined #angularjs
[14:15:19] *** Stichoza has joined #angularjs
[14:15:33] *** ccohn has joined #angularjs
[14:15:49] *** qdk has joined #angularjs
[14:16:02] *** aslate has quit IRC
[14:16:17] *** gnrlbzik has quit IRC
[14:17:05] *** davi has quit IRC
[14:17:40] *** Stichoza has quit IRC
[14:17:48] *** Stichoza has joined #angularjs
[14:19:03] *** josh-k has quit IRC
[14:19:06] *** jonatas_oliveira has joined #angularjs
[14:19:40] *** josh-k has joined #angularjs
[14:19:45] *** WhatsInTheBoks has quit IRC
[14:20:05] *** Alina-malina has quit IRC
[14:20:07] *** WhatsInTheBoks has joined #angularjs
[14:20:15] *** ccohn has quit IRC
[14:20:51] *** Alina-malina has joined #angularjs
[14:22:15] *** Guest28299 has quit IRC
[14:23:24] *** josh-k has quit IRC
[14:23:25] *** fedenunez has quit IRC
[14:24:02] *** josh-k has joined #angularjs
[14:24:05] *** fedenunez has joined #angularjs
[14:25:08] *** IvailoStoianov has joined #angularjs
[14:25:46] *** linojon has joined #angularjs
[14:27:05] *** rhp has quit IRC
[14:28:16] *** soee_ is now known as soee
[14:28:20] *** AngularUI has joined #angularjs
[14:28:20]
<AngularUI> [bootstrap] beeant opened pull request #3058: docs(CHANGELOG): fix 0.12.0 commits and issues links (master...master) http://git.io/oSahGQ
[14:28:20] *** AngularUI has left #angularjs
[14:28:46] *** {DV8} has quit IRC
[14:28:47] *** josh-k has quit IRC
[14:29:26] *** josh-k has joined #angularjs
[14:31:39] *** Anton_ has quit IRC
[14:31:39] *** josh-k has quit IRC
[14:32:09] *** jaydubya has joined #angularjs
[14:32:23] *** stylemistake has joined #angularjs
[14:32:47] *** josh-k has joined #angularjs
[14:33:58] *** ludkiller has quit IRC
[14:34:14] *** ludkiller has joined #angularjs
[14:34:22] *** Stichoza has quit IRC
[14:34:32] *** caitp- has joined #angularjs
[14:34:39] *** Stichoza has joined #angularjs
[14:34:58] *** Stichoza has joined #angularjs
[14:35:40] *** WhatsInTheBoks has quit IRC
[14:35:41] *** dannyc has joined #angularjs
[14:36:50] *** danecando has joined #angularjs
[14:37:13] *** jaydubya has quit IRC
[14:37:24] *** Sky[x] has quit IRC
[14:37:29] *** DLSteve has joined #angularjs
[14:37:38] *** josh-k has quit IRC
[14:37:50] *** audioburn has joined #angularjs
[14:38:05] *** jae has joined #angularjs
[14:38:14] *** josh-k has joined #angularjs
[14:39:09] *** cakirke has joined #angularjs
[14:39:15] *** jonatas_oliveira has quit IRC
[14:39:25] *** caitp- has quit IRC
[14:39:43] *** Zentdayn has joined #angularjs
[14:39:46] *** Anton_ has joined #angularjs
[14:40:02] *** jonatas_oliveira has joined #angularjs
[14:40:13] *** dannyc has quit IRC
[14:40:55] *** Luser has quit IRC
[14:40:57] *** rchavik has joined #angularjs
[14:41:37] *** Anonymous has quit IRC
[14:41:37] *** josh-k has quit IRC
[14:42:44] *** josh-k has joined #angularjs
[14:43:22] *** jae has left #angularjs
[14:44:10] *** jonatas_oliveira has quit IRC
[14:44:50] *** jonatas_oliveira has joined #angularjs
[14:45:04] *** audioburn has quit IRC
[14:45:38] *** jonatas_oliveira has quit IRC
[14:45:38] *** josh-k has quit IRC
[14:46:14] *** josh-k has joined #angularjs
[14:48:06] *** josh-k has quit IRC
[14:48:44] *** josh-k has joined #angularjs
[14:49:23] *** WhatsInTheBoks has joined #angularjs
[14:49:59] *** josh-k has quit IRC
[14:50:33] *** Christer has joined #angularjs
[14:51:10] *** josh-k has joined #angularjs
[14:52:26] *** josh-k has quit IRC
[14:52:45] *** boxmein has quit IRC
[14:53:18] *** elrabin_ has joined #angularjs
[14:53:37] *** josh-k has joined #angularjs
[14:54:26] *** boxmein has joined #angularjs
[14:56:23] *** adpirz has joined #angularjs
[14:56:34] *** gunn has quit IRC
[14:56:57] *** fedenunez has quit IRC
[14:58:14] *** gunn has joined #angularjs
[14:58:32] *** Sky[x] has joined #angularjs
[14:58:53] *** Luser has joined #angularjs
[14:59:51] *** nostrzak has joined #angularjs
[15:00:43] *** adpirz has quit IRC
[15:01:06] *** elrabin_ has quit IRC
[15:02:16] *** josh-k has quit IRC
[15:02:52] *** boxmein has quit IRC
[15:02:59] *** josh-k has joined #angularjs
[15:05:16] *** rchavik has quit IRC
[15:06:42] *** mtsr has quit IRC
[15:07:16] *** Tiruri has joined #angularjs
[15:07:17] *** qdk has quit IRC
[15:09:15] *** koleS has quit IRC
[15:10:38] *** WhatsInTheBoks has quit IRC
[15:10:43] *** ycodr has quit IRC
[15:10:57] *** shaym_ has quit IRC
[15:10:59] *** ycodr has joined #angularjs
[15:11:14] *** WhatsInTheBoks has joined #angularjs
[15:12:22] *** josh-k has quit IRC
[15:12:39] *** gnrlbzik has joined #angularjs
[15:13:14] *** {DV8} has joined #angularjs
[15:13:17] *** Christer has quit IRC
[15:13:34] *** josh-k has joined #angularjs
[15:14:12] *** Fuzzy has quit IRC
[15:15:07] *** DLSteve has quit IRC
[15:15:08] *** phzon has joined #angularjs
[15:15:30] *** Johnny13371337 has joined #angularjs
[15:16:20] *** ccohn has joined #angularjs
[15:16:21] *** WhatsInTheBoks has quit IRC
[15:16:21] *** josh-k has quit IRC
[15:16:43] *** WhatsInTheBoks has joined #angularjs
[15:16:57] *** josh-k has joined #angularjs
[15:16:59] *** rtpg_ has quit IRC
[15:17:03] *** wa5ted has joined #angularjs
[15:17:26] *** rtpg has joined #angularjs
[15:17:36] *** gnrlbzik has quit IRC
[15:17:37] *** {DV8} has quit IRC
[15:18:42] *** dejanr has joined #angularjs
[15:19:05] *** Tiruri has quit IRC
[15:19:33] *** phzon has quit IRC
[15:19:56] *** Tiruri_ has joined #angularjs
[15:20:46] *** ccohn has quit IRC
[15:21:52] *** wa5ted has quit IRC
[15:22:11] *** bmac has joined #angularjs
[15:22:41] *** josh-k has quit IRC
[15:23:16] *** dejanr has quit IRC
[15:23:23] *** josh-k has joined #angularjs
[15:24:19] *** resu01_ has quit IRC
[15:24:28] *** sybarite has quit IRC
[15:26:29] <Dwarf> Hello folks!
[15:26:42] <Dwarf> I have a ng-repeat which iterates over objects with a object.status
[15:26:46] <Dwarf> Status can be either 1 or 0
[15:26:56] *** sacho has quit IRC
[15:27:40] <Dwarf> How would I show a string when it's true (or false?)
[15:27:55] <Dwarf> I've tried {{ (object.status) ? 'True' : 'False' }} but that didn't work
[15:28:19] <Dwarf> Oh
[15:28:23] <Dwarf> Turns out it does work now
[15:28:38] <Dwarf> Changed my mysql column from string to integer
[15:29:08] <odin_> well "0" will mean truthy in JavaScript
[15:29:26] <odin_> but 0 (the integer) will mean falsy in JavaScript
[15:30:22] <odin_> {{ (object.status && object.status !== '0') ? 'True' : 'False' }}
[15:30:59] <odin_> would probably also work for mysql string column type, by you are maybe better making a function to manage evaluation of data
[15:31:17] *** bmac has quit IRC
[15:31:48] *** bayousoft has quit IRC
[15:32:49] *** tfennelly has joined #angularjs
[15:33:01] *** cacts has joined #angularjs
[15:33:37] *** Solid1 is now known as Solid1_afk
[15:33:50] *** pretzel80 has joined #angularjs
[15:35:33] *** caitp- has joined #angularjs
[15:35:41] *** Christer has joined #angularjs
[15:37:48] *** bayousoft has joined #angularjs
[15:38:06] *** frege has quit IRC
[15:38:44] *** josh-k has quit IRC
[15:39:19] *** Christer has quit IRC
[15:39:31] <Dwarf> Next question: I want to add the class "active" to my menu items
[15:39:34] <Dwarf> I'm using ngRoute
[15:39:48] *** josh-k has joined #angularjs
[15:39:49] *** caitp- has quit IRC
[15:39:59] *** JohnBat26 has joined #angularjs
[15:40:06] <Dwarf> I've tried "$scope.location = $location.url()" and then "<li ng-class="{'active' : prsCtrl.location.match('persons') }">"
[15:40:14] <Dwarf> Which doesn't work
[15:40:38] *** red_horned_rihno has joined #angularjs
[15:40:38] *** josh-k has quit IRC
[15:41:12] *** josh-k has joined #angularjs
[15:42:55] <jacuqesdancona_> I'm refactoring my file and folder structure for the second time, what do you guys think? /modules/*moduleName/js/controllers.js and directives.js, or another folder with one file per controller and another folder directives with one file per directive?
[15:43:05] *** red_horned_rihno has quit IRC
[15:43:17] <jacuqesdancona_> controllers and directives are not shared with other modules
[15:43:48] *** pknordic has quit IRC
[15:44:47] *** davek has joined #angularjs
[15:45:18] *** red_horned_rihno has joined #angularjs
[15:46:10] *** deanclkclk has joined #angularjs
[15:46:26] *** cads has joined #angularjs
[15:47:07] <jacuqesdancona_> What do you guys use for a structure?
[15:49:45] *** WhatsInTheBoks2 has joined #angularjs
[15:51:01] *** visualshock has quit IRC
[15:51:28] *** dannyc has joined #angularjs
[15:51:44] *** ome has quit IRC
[15:51:53] *** johnkevi_ has quit IRC
[15:52:55] *** cads has quit IRC
[15:52:55] *** WhatsInTheBoks has quit IRC
[15:52:56] <stephen> I prefer separate files per object
[15:53:07] <stephen> Not "directives.js" and the like
[15:53:28] <stephen> But I always implement lazy loading
[15:53:49] <jacuqesdancona_> I'm also leaning more towards one file per 'thing'
[15:53:53] *** quantax- has joined #angularjs
[15:53:57] <jacuqesdancona_> Also lazy loading everything
[15:54:23] <jacuqesdancona_> But currently have one big directives file, while some directives are only used in one module
[15:54:25] *** DuelShark has joined #angularjs
[15:54:57] <jacuqesdancona_> In the end I want to build everything from one module (template to templateCache) into one fiel
[15:54:58] <jacuqesdancona_> file*
[15:55:36] <jacuqesdancona_> so every route with a dedicated module only needs to lazy load one minified file, to spare requests
[15:56:01] *** josh-k has quit IRC
[15:56:12] *** dannyc has quit IRC
[15:56:37] *** josh-k has joined #angularjs
[15:57:27] *** DLSteve has joined #angularjs
[15:57:38] *** glassir has joined #angularjs
[15:57:43] *** elrabin_ has joined #angularjs
[15:58:04] *** Solid1_afk is now known as Solid1
[15:58:42] *** jaydubya has joined #angularjs
[15:59:49] *** Tiruri_ has quit IRC
[16:00:12] *** dejanr has joined #angularjs
[16:00:23] *** fabiofb has joined #angularjs
[16:00:26] *** aslate has joined #angularjs
[16:00:54] *** Milkweed has joined #angularjs
[16:01:37] *** Siecje has joined #angularjs
[16:02:42] *** Sky[x] has quit IRC
[16:04:22] *** jaydubya has quit IRC
[16:04:38] *** jaydubya has joined #angularjs
[16:04:49] *** aslate has quit IRC
[16:04:57] *** WhatsInTheBoks2 has quit IRC
[16:05:12] <stephen> jacuqesdancona_, If your app is small, I can understand that. However, if it's large, I recommend not using templateCache in that way.
[16:05:19] <stephen> Nor concating the files
[16:05:36] <jacuqesdancona_> stephen: I think the app is considered huge
[16:05:54] <jacuqesdancona_> Why wouldn't I concat files, or specifically templates?
[16:06:05] *** elrabin_ has quit IRC
[16:06:22] *** ron1 has joined #angularjs
[16:06:42] <stephen> jacuqesdancona_, templateCache puts all the views in memory. IMHO it serves very little purpose if you plan on lazy loading
[16:06:54] <stephen> Same thing regarding concating
[16:07:06] *** ron1 has quit IRC
[16:07:10] <stephen> If you're going to lazy load, wait until you need it to load it
[16:07:31] <jacuqesdancona_> Yes, it's lazy loaded, why wouldn't I create one file per module/route?
[16:07:36] <jacuqesdancona_> It's cached
[16:07:39] <jacuqesdancona_> less requests
[16:07:58] <jacuqesdancona_> I don't want a route to request 13 different files
[16:08:16] *** tristanp has joined #angularjs
[16:08:21] <jacuqesdancona_> Oh
[16:08:44] <jacuqesdancona_> I get what you're saying
[16:09:01] *** josh-k has quit IRC
[16:09:12] <jacuqesdancona_> But it would be only injected when needed
[16:09:26] <jacuqesdancona_> It's not like i'm going to inject every template on init load
[16:09:37] *** ron1 has joined #angularjs
[16:09:58] *** josh-k has joined #angularjs
[16:10:24] *** Trow1 is now known as Trow
[16:12:14] <stephen> Exactly
[16:12:27] <stephen> It's especially useful for directives
[16:12:42] *** chachan has joined #angularjs
[16:12:47] <stephen> load a directive, it in turn loads it's view and controller files, and any necessary children
[16:13:20] *** gnrlbzik has joined #angularjs
[16:13:35] *** BillCriswell has joined #angularjs
[16:14:31] *** Trow1 has joined #angularjs
[16:14:57] *** zivester has joined #angularjs
[16:15:03] *** mastermo has joined #angularjs
[16:15:22] *** thumpba has joined #angularjs
[16:15:51] *** cads has joined #angularjs
[16:16:00] *** mastermo has quit IRC
[16:16:07] *** thumpba has joined #angularjs
[16:16:08] *** josh-k has quit IRC
[16:16:08] *** AlexZan has joined #angularjs
[16:16:09] *** AlexZ has joined #angularjs
[16:16:15] *** AlexZan has quit IRC
[16:16:16] *** scythe__ has joined #angularjs
[16:16:16] <jacuqesdancona_> From a directive perspective, why not concat everything the directive needs as one package?
[16:16:52] *** Stichoza has quit IRC
[16:16:58] *** chachan has quit IRC
[16:17:01] *** DuelShark has quit IRC
[16:17:03] *** ccohn has joined #angularjs
[16:17:17] *** DuelShark has joined #angularjs
[16:17:35] *** josh-k has joined #angularjs
[16:17:57] *** Trow has quit IRC
[16:18:03] <AlexZ> hey guys, i am using amazon s3 to try and host my angular app, problem is, i cant load my /images, the directory is not accessible, I am using a domain i mapped with route53 and an alias, if i access the s3 bucket directly, i can access the images, any ideas?
[16:18:21] *** DuelShark has quit IRC
[16:18:30] *** gnrlbzik has quit IRC
[16:18:37] *** DuelShark has joined #angularjs
[16:18:52] <stephen> jacuqesdancona_, That's all up to how you make directives. I don't construct mine that way
[16:19:08] <jacuqesdancona_> true
[16:19:55] <stephen> Again, I realize this is personal opinion. My prefered style lends itself to pure laxzyloading construction
[16:20:33] *** josh-k has quit IRC
[16:20:38] <stephen> IMHO it forces one to develop with DRY principles in mind
[16:20:46] *** lexek_ has joined #angularjs
[16:20:57] <jacuqesdancona_> Yeah, I get your point. Pretty much let everything load itself when needed, more 'true' lazy loading tbh
[16:21:07] *** DLSteve has quit IRC
[16:21:37] <stephen> yup. Just make sure and use require along with the resolve property in your routes and you can have that fairly simply
[16:21:43] *** ccohn has quit IRC
[16:21:48] <odin_> Dwarf, you have tested: $location.match('persons') ?
[16:22:02] *** josh-k has joined #angularjs
[16:22:08] <stephen> you can still rely on templateCache to cache it after that point
[16:22:22] <odin_> Dwarf, <div ng-controller="prsCtrl"> ... <li ng-class="{'active' : $location.match('persons') }">
[16:22:35] <jacuqesdancona_> The stuff currently is lazy loaded from $routeProvider
[16:22:39] <sinclair> anyone know a good ctrl+S directive thing on forms?
[16:22:41] <odin_> Dwarf, you have tested: $location.match('persons') ? this is true in the cases you need and expect it to be true ?
[16:23:05] <tristanp> I want my angular app to not use the /#/ before the state. This can be configured in angular itself, but what about that initial load to a route other than the root '/'? How do i tell express that when they visit mySite.com/users to actually go to mySite.com and then tell angular to load the /users state?
[16:23:07] <jacuqesdancona_> But I still want to wrap pretty much everything, 60% of users are on mobile, so every kb I can shave off a load is welcome
[16:23:20] <jacuqesdancona_> eh, wrap everything as a package * when needed
[16:23:35] *** josh-k has quit IRC
[16:23:39] *** DuelShark has quit IRC
[16:24:04] <stephen> sinclair, ngKeypress
[16:24:11] <jacuqesdancona_> Allright, thanks for sharing stephen
[16:24:21] *** josh-k has joined #angularjs
[16:24:26] <sinclair> stephen: anything else?
[16:24:26] *** Expi1 has joined #angularjs
[16:25:46] *** bytemage has joined #angularjs
[16:25:58] <sinclair> stephen: nevermind, ill hack up a directive
[16:26:13] *** mmitchell has joined #angularjs
[16:26:22] <bytemage> somone here who can answer two questions regarding the tutorial?
[16:26:26] *** PeterMetz has joined #angularjs
[16:28:00] <stephen> jacuqesdancona_, I hear you. My concern is that preloading all that eats up memory. You might want to look into HTML Imports & preloading <link> elements. There should be good polyfills for both.
[16:28:17] *** Fardin has quit IRC
[16:28:17] <stephen> With the right strategy you could save significant amounts of mem
[16:28:24] *** nostrzak has quit IRC
[16:28:33] <stephen> bytemage, shoot
[16:28:55] <jacuqesdancona_> Coud you point me in the direction of an article?
[16:29:08] <tristanp> bytemage: shoot
[16:29:21] <jacuqesdancona_> Could*
[16:30:27] <bytemage> in step 2 in the experiments I added {{phones.length}}, in step 3 the filter does not change result, adding the filters behind the phones.length didn't help
[16:30:56] <tristanp> bytemage: sorry, i haven't been here all morning so I don't know if you mentioned this earlier, but what tutorial are you talking about?
[16:31:09] <bytemage> how do i get a phones.length that is concurrent with the filtering
[16:31:15] *** sigurding has joined #angularjs
[16:31:16] *** Sky[x] has joined #angularjs
[16:31:20] <sinclair> why is angular so awesome?
[16:31:42] <sinclair> this framework is saving me so much hassle
[16:33:21] *** soee_ has joined #angularjs
[16:33:26] <tristanp> bytemage: so this part is not working as expected for you? <li ng-repeat="phone in phones | filter:query">
[16:33:34] *** PeterMetz has quit IRC
[16:34:19] *** Milkweed has quit IRC
[16:34:24] *** soee has quit IRC
[16:34:58] <bytemage> second question, i wanted to filter by an id, but the filter mechanism works by strings so "1" filters for "1" and "10" "11" and so on ... how can i change that? the "strict" comparator didn't help, or doesn't even work well at all
[16:35:00] *** robdubya has quit IRC
[16:35:08] <tristanp> bytemage: in fact I'm not sure I see how phones.length comes into it at all? is that an extra bit you are adding?
[16:35:57] *** ahtik has joined #angularjs
[16:36:01] <bytemage> tristanp, the filter works, but the phones.length display does not refresh
[16:36:57] *** soee_ is now known as soee
[16:37:17] <tristanp> bytemage: it's important to realize the filter: query is NOT actually affecting the length the phones array. It is sort of an ad hoc feature that scans that phones array and only shows the ones matching some query. I personally have never even used filters in my angular projects, it is sort of like a flashy feature that I don't think gets used too often.
[16:37:21] <bytemage> the phones.length is an "experiment" suggested in step 2, to show the number of phones, but it does not refresh with the filter but always shows the total number of phones in the dataset
[16:37:32] *** PeterMetz has joined #angularjs
[16:38:02] *** richardlitt has joined #angularjs
[16:38:18] *** reynierpm has joined #angularjs
[16:38:23] *** reynierpm has left #angularjs
[16:38:27] <bytemage> tristanp, thanks for the stackoverflow link, sounds like what i needed, i'll check it out
[16:38:37] *** {DV8} has joined #angularjs
[16:38:38] *** m4rio has joined #angularjs
[16:39:05] <tristanp> bytemage: as for the phones length thing, it is working as intended, it always outputs the length of the phones array, which doesn't change when you enter a new query. However the list does because you gave it a filter.
[16:39:31] *** mmitchell has quit IRC
[16:39:37] *** m4rio has quit IRC
[16:40:01] <stephen> jacuqesdancona_, Hmm, I have no article. Just hard won experience
[16:40:17] <bytemage> yeah, i understand that it's an on the fly filtering, but how can i apply the filter before getting the length? a static length is pretty much useless
[16:40:30] *** ahtik has quit IRC
[16:40:37] <bytemage> so, how do you filter then?
[16:41:47] *** bradmaxs has joined #angularjs
[16:41:53] <jacuqesdancona_> yeah, that's what I already have running, but thanks :)
[16:41:57] *** basiclaser_ has quit IRC
[16:42:14] <stephen> bytemage, you don't get a length after filtering.
[16:42:15] *** robdubya has joined #angularjs
[16:42:16] *** visualshock has joined #angularjs
[16:42:32] *** sturmination has joined #angularjs
[16:42:34] <stephen> bytemage, You should probably be targeting $$index inside it
[16:42:44] *** Oxynum has joined #angularjs
[16:43:01] *** PeterMet_ has joined #angularjs
[16:43:03] *** josh-k has quit IRC
[16:43:17] *** richardlitt has quit IRC
[16:43:25] *** PeterMetz has quit IRC
[16:43:44] *** mrru has quit IRC
[16:43:57] *** robdubya has quit IRC
[16:44:11] *** rud has joined #angularjs
[16:44:35] *** jr3 has joined #angularjs
[16:45:00] *** Fardin has joined #angularjs
[16:45:08] *** cannap has joined #angularjs
[16:45:12] *** adpirz has joined #angularjs
[16:45:16] *** bmac has joined #angularjs
[16:45:20] *** stephen has quit IRC
[16:45:20] *** gunn has quit IRC
[16:45:26] *** {DV8} has quit IRC
[16:45:27] *** richardlitt has joined #angularjs
[16:46:08] *** cacts has quit IRC
[16:47:17] *** qdk has joined #angularjs
[16:47:44] *** sandalon has joined #angularjs
[16:48:23] *** IvailoStoianov has quit IRC
[16:48:53] *** tschundeee has quit IRC
[16:49:27] *** tschundeee has joined #angularjs
[16:49:31] *** adpirz has quit IRC
[16:51:22] *** jr3 has quit IRC
[16:51:24] <bytemage> so there is no way to get the length of the result of the filter function? makes the filter function pretty useless ...
[16:51:56] <Dwarf> So
[16:52:01] <bytemage> the strict filtering also, didn't work, i don't get any results
[16:52:02] <Dwarf> It works
[16:52:07] *** caitp- has joined #angularjs
[16:52:11] <Dwarf> But it seems very inefficient
[16:52:12] *** bkuberek has joined #angularjs
[16:52:34] <Dwarf> The id it gets is the id from the mysql database
[16:52:41] *** jonr22 has joined #angularjs
[16:53:44] *** cakirke has quit IRC
[16:53:49] *** tschundeee has quit IRC
[16:54:28] *** saint-ron has joined #angularjs
[16:54:37] *** foofoobar has quit IRC
[16:55:04] *** rud has quit IRC
[16:55:30] *** visualshock has quit IRC
[16:56:00] *** ron1 has quit IRC
[16:56:51] *** scythe__ has quit IRC
[16:57:07] *** ron1 has joined #angularjs
[16:57:19] *** jonr22 has quit IRC
[16:57:44] *** chachan has joined #angularjs
[16:59:38] *** Ilgrim_ has joined #angularjs
[16:59:47] *** Solid1 is now known as Solid1_afk
[17:00:43] *** rud has joined #angularjs
[17:01:04] *** caitp- has quit IRC
[17:01:08] *** tristanp has quit IRC
[17:01:28] *** Siecje has quit IRC
[17:01:34] *** tristanp has joined #angularjs
[17:02:24] *** Ilgrim has quit IRC
[17:03:28] *** elrabin_ has joined #angularjs
[17:04:01] *** lexek_ has quit IRC
[17:04:59] *** cannap has quit IRC
[17:05:16] *** josh-k has joined #angularjs
[17:05:50] *** wa5ted has joined #angularjs
[17:06:08] *** tristanp has quit IRC
[17:06:58] *** neilff has joined #angularjs
[17:07:18] *** dannyc_ has joined #angularjs
[17:07:36] *** narutimateum has quit IRC
[17:08:11] *** tschundeee has joined #angularjs
[17:09:34] *** PeterMetz has joined #angularjs
[17:10:44] *** wa5ted has quit IRC
[17:11:07] *** elrabin_ has quit IRC
[17:11:32] *** dannyc_ has quit IRC
[17:13:23] *** jstroem has quit IRC
[17:13:32] *** PeterMet_ has quit IRC
[17:13:55] *** jstroem has joined #angularjs
[17:15:06] *** josh-k has quit IRC
[17:17:14] *** Stichoza has joined #angularjs
[17:17:50] *** ccohn has joined #angularjs
[17:18:12] *** jstroem has quit IRC
[17:18:13] *** rafagomes has quit IRC
[17:18:51] *** emmesswhy has joined #angularjs
[17:19:05] *** rafagomes has joined #angularjs
[17:19:07] *** jonr22 has joined #angularjs
[17:19:07] *** bytemage has quit IRC
[17:19:08] *** Anonymous has joined #angularjs
[17:19:44] *** PeterMetz has quit IRC
[17:21:12] *** elrabin_ has joined #angularjs
[17:22:28] *** ccohn has quit IRC
[17:22:45] *** Stichoza has quit IRC
[17:23:09]
<bradmaxs> I have a list of items in ng-repeat and an ng-click event that I send the item through to scope so I can display it in another div. My list items update when the databse changes, but the item in the seperate div does not. What am I missing here? http://plnkr.co/edit/PWfiMiwVLwUoucSuXCht
[17:23:37] *** rafagomes has quit IRC
[17:24:36] *** araujo has quit IRC
[17:25:31] *** maciuszek has joined #angularjs
[17:25:45] *** ajk27_ has quit IRC
[17:25:52] *** rtpg has quit IRC
[17:26:21] *** ajk27_ has joined #angularjs
[17:27:03] *** araujo has joined #angularjs
[17:27:03] *** arabot has joined #angularjs
[17:27:11] *** tschundeee has quit IRC
[17:27:40] *** drej has joined #angularjs
[17:27:55] *** uru|away is now known as uru
[17:28:47] *** tschunde_ has joined #angularjs
[17:29:22] *** flexd has quit IRC
[17:29:33] *** patrickarlt has joined #angularjs
[17:34:27] *** AlexZ has quit IRC
[17:36:15] *** jlambert121 has quit IRC
[17:36:37] *** sigurding has quit IRC
[17:37:34] *** thumpba has quit IRC
[17:37:47] *** sigurding has joined #angularjs
[17:38:10] *** thumpba has joined #angularjs
[17:39:09] *** pretzel80 has quit IRC
[17:39:20] *** jlambert121 has joined #angularjs
[17:40:08] *** jmverges has quit IRC
[17:40:29] *** sandalon has quit IRC
[17:41:30] <BahamutWC> bradmaxs: you broke the reference by setting the items to a new array, while $scope.printer retains a reference to the old object
[17:41:51] *** prbc has joined #angularjs
[17:41:55] *** ron1 has quit IRC
[17:42:17] *** e0ipso|away is now known as e0ipso
[17:42:51] *** thumpba has quit IRC
[17:43:59] *** Wextux has joined #angularjs
[17:44:57] *** slopjong has joined #angularjs
[17:45:04] *** tbo_ has quit IRC
[17:45:42] *** ron1 has joined #angularjs
[17:47:08] *** glassir has quit IRC
[17:47:21] *** BobbieBarker_ has joined #angularjs
[17:47:25] *** lunks has quit IRC
[17:47:28] <bradmaxs> BahamutWC: How do I display the item in the div without breaking the reference?
[17:48:12] *** ron1 has quit IRC
[17:49:22] *** aslate has joined #angularjs
[17:49:29] <BahamutWC> bradmaxs: in this case, I recommend breaking the reference and updating the printer object in your .then callback
[17:50:01] <BahamutWC> i.e. then(function (printers) { $scope.printers = printers; $scope.printer = _.find(printers, {id: $scope.printer.id}); });
[17:50:15] <BahamutWC> where _ is underscore/lodash and assuming your key is "id"
[17:50:25] *** glassir has joined #angularjs
[17:50:37] <bradmaxs> BahamutWC: Thank you! I'll give this a try.
[17:52:14] *** ron1 has joined #angularjs
[17:52:37] *** yekKhaste has joined #angularjs
[17:53:06] *** JohnBat26 has quit IRC
[17:53:07] <yekKhaste> Hi!
[17:53:23] <yekKhaste> I'm totally new to angularjs
[17:53:37] <drej> congrats!
[17:53:38] *** aslate has quit IRC
[17:53:50] <yekKhaste> And I want to write my first angular front end
[17:54:35] <yekKhaste> But I have no idea about how can I implement basic auth in angularjs
[17:55:27] <yekKhaste> Is there any example that I can read that source code to learn more about angularjs and basic auth in it?
[17:55:29] *** busticated has joined #angularjs
[17:57:16] <yekKhaste> And sorry for my bad English :)
[17:57:30] *** Zentdayn has quit IRC
[17:57:36] *** caitp- has joined #angularjs
[17:58:16] *** e0ipso is now known as e0ipso|away
[17:59:10] *** elrabin_ has quit IRC
[17:59:49] *** elrabin_ has joined #angularjs
[18:00:49] *** ingsoc has joined #angularjs
[18:01:16] *** shaym_ has joined #angularjs
[18:02:00] *** caitp- has quit IRC
[18:02:06] *** gnrlbzik has joined #angularjs
[18:02:29] *** Solid1_afk is now known as Solid1
[18:02:33] *** UniBot2 has quit IRC
[18:03:56] *** glassir has quit IRC
[18:04:18] *** dsdeiz has joined #angularjs
[18:04:35] *** glassir has joined #angularjs
[18:04:38] *** ankushnarula has joined #angularjs
[18:04:38] *** Fardin has quit IRC
[18:04:56] <yekKhaste> Where can I find some open source real world project build with angularjs for study there source code?
[18:05:19] *** dannyc_ has joined #angularjs
[18:06:08] *** neilff has quit IRC
[18:06:32] *** DLSteve has joined #angularjs
[18:06:37] *** gnrlbzik has quit IRC
[18:07:06] *** Expi1 has quit IRC
[18:07:17] *** patrickarlt has quit IRC
[18:07:21] *** elrabin_ has quit IRC
[18:07:38] *** elrabin_ has joined #angularjs
[18:07:42] *** PeterMetz has joined #angularjs
[18:08:11] *** elrabin_ has quit IRC
[18:08:25] *** jstroem has joined #angularjs
[18:09:55] *** Trow2 has joined #angularjs
[18:10:36] *** Trow1 has quit IRC
[18:11:27] *** neilff has joined #angularjs
[18:12:01] *** yekKhaste has quit IRC
[18:15:31] *** red_horned_rihno has quit IRC
[18:15:34] *** bmac has quit IRC
[18:18:03] *** busticated has quit IRC
[18:18:35] *** ccohn has joined #angularjs
[18:18:41] *** Squarepy has joined #angularjs
[18:19:28] *** mary5030 has joined #angularjs
[18:20:06] *** Milkweed has joined #angularjs
[18:20:54] *** AlexZ has joined #angularjs
[18:20:59] *** jonasliljestrand has joined #angularjs
[18:22:09] *** Milkweed has quit IRC
[18:23:11] *** ccohn has quit IRC
[18:23:13] *** BobbieBarker_ has quit IRC
[18:23:22] *** MJD has quit IRC
[18:24:48] *** Sky[x] has quit IRC
[18:24:51] *** zivester has quit IRC
[18:24:56] *** MJD has joined #angularjs
[18:25:53] *** evilaliv3 has joined #angularjs
[18:26:43] *** sacho has joined #angularjs
[18:28:01] *** yekKhaste has joined #angularjs
[18:28:01] *** sigurding has quit IRC
[18:28:06] *** jacuqesdancona_ has quit IRC
[18:28:39] *** jacuqesdancona_ has joined #angularjs
[18:28:42] *** Zentdayn has joined #angularjs
[18:28:44] *** SomeKittens has joined #angularjs
[18:29:56] *** amphetamines has quit IRC
[18:30:28] *** BillCriswell has quit IRC
[18:30:29] *** foofoobar has joined #angularjs
[18:30:54] *** startupality has quit IRC
[18:32:28] *** ProLoser has joined #angularjs
[18:32:47] *** tristanp has joined #angularjs
[18:33:07] *** jacuqesdancona_ has quit IRC
[18:33:34] *** NoSkillDwnload has joined #angularjs
[18:33:44] *** Stichoza has joined #angularjs
[18:33:46] *** jae has joined #angularjs
[18:33:49] *** rafagomes has joined #angularjs
[18:33:51] *** mary5030 has quit IRC
[18:34:08] *** adpirz has joined #angularjs
[18:34:27] *** mary5030 has joined #angularjs
[18:34:45] *** tristanp has quit IRC
[18:35:02] *** ProLoser has quit IRC
[18:35:21] *** drej has quit IRC
[18:36:57] *** deanclkclk has quit IRC
[18:37:57] *** Stichoza has quit IRC
[18:38:49] *** adpirz has quit IRC
[18:38:54] *** mary5030 has quit IRC
[18:39:50] *** ehalas2 has joined #angularjs
[18:40:03] *** tschunde_ has quit IRC
[18:42:43] *** deanclkclk has joined #angularjs
[18:43:57] *** Wextux has quit IRC
[18:46:08] *** dimas_ has quit IRC
[18:46:10] *** foofoobar has quit IRC
[18:46:32] *** Stichoza has joined #angularjs
[18:46:42] *** bkuberek_ has joined #angularjs
[18:46:45] *** bkuberek has quit IRC
[18:47:10] *** foofoobar has joined #angularjs
[18:48:20] *** cspeak has quit IRC
[18:48:51] *** foofoobar has quit IRC
[18:50:39] *** ehalas2 has quit IRC
[18:51:35] *** ehalas2 has joined #angularjs
[18:52:05] *** ankushnarula has quit IRC
[18:53:17] *** dsdeiz has quit IRC
[18:53:44] *** drej has joined #angularjs
[18:54:33] *** Aswebb_ has joined #angularjs
[18:54:38] *** wa5ted has joined #angularjs
[18:55:24] *** jMyles has joined #angularjs
[18:56:41] *** mlpug has joined #angularjs
[18:57:29] *** chachan has quit IRC
[18:58:02] *** caitp- has joined #angularjs
[18:59:14] *** yekKhaste has quit IRC
[18:59:17] *** ingsoc has quit IRC
[18:59:34] *** wa5ted has quit IRC
[19:00:07] *** ron1 has quit IRC
[19:00:41] *** ron1 has joined #angularjs
[19:01:09] *** BobbieBarker_ has joined #angularjs
[19:01:20] *** lexek_ has joined #angularjs
[19:02:01] *** chrisbirk has joined #angularjs
[19:02:24] *** dimas has joined #angularjs
[19:02:44] *** shinnya has quit IRC
[19:02:49] *** gnrlbzik has joined #angularjs
[19:02:54] *** caitp- has quit IRC
[19:02:55] *** ingsoc has joined #angularjs
[19:04:32] *** deanclkclk has quit IRC
[19:04:51] *** cacts has joined #angularjs
[19:05:27] *** e0ipso|away is now known as e0ipso
[19:05:31] *** ron1 has quit IRC
[19:06:13] *** adben has joined #angularjs
[19:06:19] *** deanclkclk has joined #angularjs
[19:07:16] *** gnrlbzik has quit IRC
[19:07:39] *** IvailoStoianov has joined #angularjs
[19:08:39] *** shinnya has joined #angularjs
[19:09:50] *** sandalon has joined #angularjs
[19:11:31] *** tschundeee has joined #angularjs
[19:12:11] *** thumpba has joined #angularjs
[19:13:27] *** elrabin_ has joined #angularjs
[19:13:42] *** tschunde_ has joined #angularjs
[19:14:35] *** rtpg has joined #angularjs
[19:15:07] *** J_R_B_ has joined #angularjs
[19:15:32] *** Aswebb_ has quit IRC
[19:15:57] *** diosney has joined #angularjs
[19:17:05] *** tschundeee has quit IRC
[19:17:55] *** prbc has quit IRC
[19:19:22] *** ccohn has joined #angularjs
[19:19:27] *** rtpg has quit IRC
[19:20:23] *** sandalon has quit IRC
[19:20:54] *** Guest89063 has joined #angularjs
[19:21:04] *** audioburn has joined #angularjs
[19:21:27] <Guest89063> Is there some kind of public free toolchest api somewhere on the web?
[19:21:41] *** elrabin_ has quit IRC
[19:23:29] *** Johnny13371337 has quit IRC
[19:23:47] *** ccohn has quit IRC
[19:24:23] *** Sgeo_ has quit IRC
[19:24:32] <Guest89063> Does anyone think the demand for a public toolchest would be there?
[19:24:39] <Guest89063> Hello?
[19:25:11] *** chrisbirk has quit IRC
[19:25:47] *** dsdeiz has joined #angularjs
[19:26:34] *** chrisbirk has joined #angularjs
[19:26:59] <jaydubya> I have a form that has 12 "pages" of form data. I have three types of loans. One loan uses 10 of the "pages", one loan uses 3 of the "pages" and one loan uses all 12 "pages". I can set up in ui-router routes like loanOne.farmer and loanTwo.farmer etc where farmer is one of the pages but I was wondering if there was an "Angular Better Way" to stay more DRY.
[19:27:17] *** harish has joined #angularjs
[19:27:31] *** gladely has joined #angularjs
[19:27:43] *** Aswebb_ has joined #angularjs
[19:27:44] <jaydubya> Guest89063: what do you mean by toolchest?
[19:28:45] <harish> git checkout -f step-0 --> This step fails for me while starting a AngularJS tutorial. Any known issues?
[19:29:17] <harish> It fails with following error --> error: pathspec 'step-0' did not match any file(s) known to git.
[19:29:38] *** prbc has joined #angularjs
[19:29:43] *** DuelShark has joined #angularjs
[19:30:23] <Guest89063> People include JS libraries sometimes to obtain certain operations, right?
[19:30:53] <Guest89063> e.g. a library that returns the bank holidays of a place based on the user's Latitude and longitude
[19:31:28] <Guest89063> A REST developer has 2 options
[19:32:05] <Guest89063> 1. Have angular download a JS library 2. Build a backend for it which will probably include a library
[19:32:33] *** foofoobar has joined #angularjs
[19:33:09] <Guest89063> Either way, Angular is going to have to do another get request to get the data it needs
[19:33:41] <_emps> hii can any please help me
[19:33:59] <_emps> im doin http get for some file.zip from the server
[19:34:23] <_emps> its send me but i need a way to catch it with angular and start downloading
[19:34:25] *** jillesme has joined #angularjs
[19:34:26] *** Juanchito has joined #angularjs
[19:34:27] *** uniquerockrz has joined #angularjs
[19:34:28] <Guest89063> What I'm saying is that could this operation be shifted to a third party?
[19:34:34] <_emps> so in .success()
[19:34:51] *** scythe__ has joined #angularjs
[19:35:01] <Guest89063> e.g. www.toolchest.microsoft.com/bankholidays?lat=300&long=2
[19:35:14] <Guest89063> Returning a JSON object, and it being free to use
[19:35:16] *** brandom has quit IRC
[19:36:04] *** uniquerockrz has quit IRC
[19:36:09] *** Aswebb_ has quit IRC
[19:36:45] <Guest89063> Companies providing or leasing APIs to other developers over the web?
[19:37:02] *** bayousoft has quit IRC
[19:37:55] *** BobbieBarker_ has quit IRC
[19:37:59] <Guest89063> shifting a developers most performance heavy operations into a larger processor pool and reducing the need for angular developes to have to dive into the back-end?
[19:38:16] *** aslate has joined #angularjs
[19:38:23] <Guest89063> Almost like SaaS
[19:38:57] *** DuelShark has quit IRC
[19:39:23] *** jacuqesdancona_ has joined #angularjs
[19:39:45] *** Guest89063 has left #angularjs
[19:39:51] *** jillesme has quit IRC
[19:40:06] *** tschunde_ has quit IRC
[19:40:32] *** J_R_B_ has quit IRC
[19:41:07] *** J_R_B_ has joined #angularjs
[19:41:25] *** basiclaser_ has joined #angularjs
[19:41:39] *** H1FuelCell has joined #angularjs
[19:42:13] *** tristanp has joined #angularjs
[19:42:23] *** aslate has quit IRC
[19:42:32] *** calmbird has quit IRC
[19:43:20] *** tschunde_ has joined #angularjs
[19:43:23] *** busticated has joined #angularjs
[19:43:51] *** jacuqesdancona_ has quit IRC
[19:44:10] *** harish has quit IRC
[19:44:24] *** Aswebb_ has joined #angularjs
[19:44:29] *** umib0zu has joined #angularjs
[19:45:01] *** jillesme has joined #angularjs
[19:45:11] *** mary5030 has joined #angularjs
[19:45:25] *** Zentdayn has quit IRC
[19:45:57] *** tristanp has quit IRC
[19:48:17] *** soee_ has joined #angularjs
[19:49:49] *** mary5030 has quit IRC
[19:49:49] *** soee has quit IRC
[19:49:58] *** Una has joined #angularjs
[19:52:12] *** renlo has joined #angularjs
[19:53:21] <renlo> with ui-router when loading resources from a route (ie, /something/1, /something/2 ), do you load it in that template's controller, or do you load it in that state's resolve?
[19:53:46] <renlo> i saw an example where they were loading it in the template's controller, and it seems like it would be better if it were loaded in resolve. is it?
[19:54:36] *** cannap has joined #angularjs
[19:55:34] *** emmesswhy has quit IRC
[19:55:55] <ctanga> renlo: generally, yes
[19:56:08] <oniijin> if your state requires stuff from service, yes, most likely you should put it in a resolve
[19:56:43] *** ehalas2 has quit IRC
[19:56:49] *** saint-ron has quit IRC
[19:57:06] *** Seich has quit IRC
[19:57:12] <renlo> thank you
[19:57:30] <jaydubya> ctanga: did you see my earlier ui-router question?
[19:57:58] *** Seich has joined #angularjs
[19:58:00] *** chachan has joined #angularjs
[19:58:09] *** intellix has joined #angularjs
[19:58:51] *** tjsail33 has joined #angularjs
[19:58:53] *** rafagomes has quit IRC
[19:59:08] *** Aswebb_ has quit IRC
[19:59:36] *** Ilgrim has joined #angularjs
[20:00:12] *** davi has joined #angularjs
[20:00:14] *** mtsr has joined #angularjs
[20:00:22] *** jeffisabelle has joined #angularjs
[20:00:29] *** tschunde_ has quit IRC
[20:01:00] *** tschundeee has joined #angularjs
[20:01:31] *** drej has quit IRC
[20:02:05] *** atomical has quit IRC
[20:02:21] *** chachan has quit IRC
[20:02:53] *** Ilgrim_ has quit IRC
[20:03:09] *** nemothekid has joined #angularjs
[20:04:13] *** dacuca has joined #angularjs
[20:04:22] *** atomical has joined #angularjs
[20:04:39] *** Sgeo has joined #angularjs
[20:06:07] *** davi has quit IRC
[20:07:24] *** robdubya has joined #angularjs
[20:07:27] *** Seich has quit IRC
[20:10:00] *** Seich has joined #angularjs
[20:10:15] *** emmesswhy has joined #angularjs
[20:11:02] *** avree has joined #angularjs
[20:11:02] <ctanga> no
[20:16:00] *** rtpg has joined #angularjs
[20:17:24] *** Sky[x] has joined #angularjs
[20:18:59] *** elrabin_ has joined #angularjs
[20:19:33] *** bejames has quit IRC
[20:20:06] *** ccohn has joined #angularjs
[20:20:33] *** rtpg has quit IRC
[20:20:56] *** Yahkob has joined #angularjs
[20:21:58] *** esparkman-mbp has quit IRC
[20:22:10] *** Limix has joined #angularjs
[20:23:07] *** adpirz has joined #angularjs
[20:23:54] *** cacts has quit IRC
[20:24:32] *** ccohn has quit IRC
[20:24:35] *** yts has joined #angularjs
[20:25:14] *** devhoag_ has quit IRC
[20:26:32] *** digifiv5e has quit IRC
[20:27:31] *** adpirz has quit IRC
[20:27:31] *** elrabin_ has quit IRC
[20:28:22] *** devhoag_ has joined #angularjs
[20:28:46] *** scythe__ has quit IRC
[20:29:08] *** prbc_ has joined #angularjs
[20:30:30] *** prbc has quit IRC
[20:30:34] *** digifiv5e has joined #angularjs
[20:30:42] *** digifiv5e is now known as Guest18500
[20:31:05] *** stormbytes has joined #angularjs
[20:31:45] <stormbytes> hello all.
[20:31:52] *** scythe__ has joined #angularjs
[20:32:07] <stormbytes> i've got service1 that uses service2 (and therefore injects it as a dep) but service2 also needs service1
[20:32:15] <stormbytes> i get a circular reference error (or something like that)
[20:32:18] *** sharondio has quit IRC
[20:32:27] <stormbytes> is there some way to achieve this i'm not seeing
[20:32:37] *** Guest18500 has quit IRC
[20:32:37] *** Guest18500 has joined #angularjs
[20:32:41] *** Guest18500 is now known as daynaskully
[20:32:57] <stormbytes> service1 is a msging service, service2 is a 'keep-alive' interval-pinger
[20:34:01] *** houpt has quit IRC
[20:36:58] *** charuru has joined #angularjs
[20:37:01] *** gormley has joined #angularjs
[20:37:55] *** tschundeee has quit IRC
[20:38:17] *** NoSkillDwnload has quit IRC
[20:38:29] *** tschundeee has joined #angularjs
[20:38:57] *** tomengland_mbp has joined #angularjs
[20:39:45] *** gnrlbzik has joined #angularjs
[20:39:57] *** daynaskully has quit IRC
[20:41:23] *** phzon has joined #angularjs
[20:42:55] *** tschundeee has quit IRC
[20:43:04] *** jillesme has quit IRC
[20:43:30] *** nemothekid has quit IRC
[20:43:31] *** wa5ted has joined #angularjs
[20:43:59] *** caitp- has joined #angularjs
[20:45:18] *** disorder20 has joined #angularjs
[20:46:05] *** audioburn has left #angularjs
[20:46:08] *** tristanp has joined #angularjs
[20:46:12] *** phzon has quit IRC
[20:46:33] *** instence has quit IRC
[20:46:44] *** avree has quit IRC
[20:47:12] *** Mugo has joined #angularjs
[20:47:34] *** avree has joined #angularjs
[20:47:59] *** wa5ted has quit IRC
[20:48:12] *** NoSkillDwnload has joined #angularjs
[20:48:21] <robdubya> stormbytes you can use the $injector to grab it
[20:48:32] *** caitp- has quit IRC
[20:48:52] <robdubya> but it would typically be better to have a 3rd service that injected them both / gets injected into both
[20:49:01] *** thumpba has quit IRC
[20:49:15] *** Trow2 is now known as Trow
[20:50:28] *** opiates has joined #angularjs
[20:52:54] *** J_R_B_ has quit IRC
[20:53:11] *** richiebk_ has joined #angularjs
[20:54:00] *** drej has joined #angularjs
[20:54:01] *** rafagomes has joined #angularjs
[20:54:13] *** adben has quit IRC
[20:54:37] *** Una has quit IRC
[20:55:36] *** Trow1 has joined #angularjs
[20:56:59] *** richiebk_ has quit IRC
[20:57:47] <Laserbeak> Hi, How do you get a single button to go to multiple ng-hrefs?
[20:57:47] <stormbytes> robdubya yes i just read that
[20:57:51] *** kuadrosx has joined #angularjs
[20:58:01] *** Anonymous has quit IRC
[20:58:13] *** tristanp has quit IRC
[20:58:20] *** rafagomes has quit IRC
[20:58:25] *** TommyO has joined #angularjs
[20:58:45] <jaydubya> I have a form that has 12 "pages" of form data. I have three types of loans. One loan uses 10 of the "pages", one loan uses 3 of the "pages" and one loan uses all 12 "pages". I can set up in ui-router routes like loanOne.farmer and loanTwo.farmer etc where farmer is one of the pages but I was wondering if there was an "Angular Better Way" to stay more DRY.
[20:58:46] *** instence has joined #angularjs
[20:58:55] *** tristanp has joined #angularjs
[20:59:21] *** boxmein has joined #angularjs
[20:59:25] *** deanclkclk has quit IRC
[20:59:25] *** Trow has quit IRC
[20:59:40] *** chachan has joined #angularjs
[21:01:47] *** opiates has quit IRC
[21:02:20] *** richiebkr has joined #angularjs
[21:02:57] *** tristanp has quit IRC
[21:03:17] *** Squarepy has quit IRC
[21:03:25] *** instence has quit IRC
[21:03:47] *** Mugo has quit IRC
[21:04:07] *** chachan has quit IRC
[21:04:12] *** boxmein has quit IRC
[21:04:39] *** jolts1 has quit IRC
[21:05:42] *** instence has joined #angularjs
[21:06:30] *** umib0zu has quit IRC
[21:08:49] *** Zentdayn has joined #angularjs
[21:09:31] *** Anton_ has quit IRC
[21:09:53] *** instence_ has joined #angularjs
[21:10:10] *** instence has quit IRC
[21:10:39] *** tfennelly has quit IRC
[21:10:57] *** technickul has joined #angularjs
[21:11:13] *** Yahkob has quit IRC
[21:11:58] *** richiebkr has quit IRC
[21:12:43] *** boxmein has joined #angularjs
[21:13:02] *** rcanepa has joined #angularjs
[21:13:33] *** avree has quit IRC
[21:14:04] *** gunn has joined #angularjs
[21:14:32] *** instence_ has quit IRC
[21:16:13] *** richiebkr has joined #angularjs
[21:16:31] *** scythe__ has quit IRC
[21:17:41] *** Anton_ has joined #angularjs
[21:18:16] *** richiebk_ has joined #angularjs
[21:20:03] *** instence has joined #angularjs
[21:20:54] *** ccohn has joined #angularjs
[21:21:15] *** richiebkr has quit IRC
[21:21:22] *** tomengland_mbp has quit IRC
[21:22:13] *** zivester has joined #angularjs
[21:22:14] *** Evanion has joined #angularjs
[21:22:31] *** jstroem_ has joined #angularjs
[21:22:39] *** foofoobar has quit IRC
[21:23:38] *** Una has joined #angularjs
[21:23:54] *** jstroem has quit IRC
[21:24:19] *** elrabin_ has joined #angularjs
[21:24:20] *** lexek_ has quit IRC
[21:24:28] *** instence_ has joined #angularjs
[21:24:30] *** instence has quit IRC
[21:25:14] *** ccohn has quit IRC
[21:25:20] *** joko has left #angularjs
[21:26:55] *** BobbieBarker_ has joined #angularjs
[21:27:11] *** aslate has joined #angularjs
[21:28:06] *** maikowblue has joined #angularjs
[21:29:28] *** Limix has quit IRC
[21:30:32] *** digifiv5e has joined #angularjs
[21:30:40] *** digifiv5e is now known as Guest17405
[21:30:59] *** bejames has joined #angularjs
[21:31:05] *** m0t0r has joined #angularjs
[21:31:17] *** aslate has quit IRC
[21:31:27] *** m0t0r has quit IRC
[21:31:30] *** bradmaxs has quit IRC
[21:31:57] *** elrabin_ has quit IRC
[21:32:02] *** jolts has joined #angularjs
[21:33:54] *** Limix has joined #angularjs
[21:34:32] *** tschundeee has joined #angularjs
[21:35:47] *** rcanepa has quit IRC
[21:36:27] *** umib0zu has joined #angularjs
[21:41:10] *** tfennelly has joined #angularjs
[21:43:14] *** Trow1 is now known as Trow
[21:44:49] *** kirfu has joined #angularjs
[21:45:33] *** AngularUI has joined #angularjs
[21:45:33] <AngularUI> ng-grid/scrollbar f004653 Shane Walters: First pass at using containers scrollbar instead for our own scrollbar container
[21:45:33] *** AngularUI has left #angularjs
[21:46:29] *** kirfu has quit IRC
[21:47:42] *** caitp- has joined #angularjs
[21:47:53] *** kirfu has joined #angularjs
[21:48:02] *** jtimon has quit IRC
[21:49:31] *** tfennelly has quit IRC
[21:49:56] *** TommyO has quit IRC
[21:50:04] *** ryez_ has quit IRC
[21:51:01] *** Sontakey has joined #angularjs
[21:52:30] *** jtimon has joined #angularjs
[21:52:44] *** mjw56 has joined #angularjs
[21:54:02] *** slashroot_ has joined #angularjs
[21:54:47] *** cspeak has joined #angularjs
[21:55:52] *** jMyles has quit IRC
[21:55:57] *** lemur has joined #angularjs
[21:56:07] *** dacuca has quit IRC
[21:56:09] *** bc_ has joined #angularjs
[21:56:22] *** kuadrosx_ has joined #angularjs
[21:56:32] *** cornerma1 has joined #angularjs
[21:56:42] *** bc_ has quit IRC
[21:57:03] *** slashroot__ has joined #angularjs
[21:57:11] *** richardlitt has quit IRC
[21:57:16] *** kuadrosx has quit IRC
[21:58:04] *** richardlitt has joined #angularjs
[21:58:37] *** slashroot_ has quit IRC
[21:59:56] *** cornerman has quit IRC
[22:00:03] *** rafagomes has joined #angularjs
[22:00:08] *** cornerma1 is now known as cornerman
[22:00:50] *** edrocks has joined #angularjs
[22:03:08] *** IvailoStoianov has quit IRC
[22:03:37] *** NoSkillDwnload has quit IRC
[22:03:52] *** dejanr has quit IRC
[22:04:16] *** mlpug has quit IRC
[22:04:27] *** rtpg has joined #angularjs
[22:04:55] *** rboyd has quit IRC
[22:05:13] *** one0one has joined #angularjs
[22:07:19] *** BobbieBarker_ has quit IRC
[22:08:19] *** lexek_ has joined #angularjs
[22:09:24] *** sturmination has quit IRC
[22:09:30] *** rtpg has quit IRC
[22:12:07] *** adpirz has joined #angularjs
[22:12:46] *** bkuberek has joined #angularjs
[22:13:53] *** mtsr has quit IRC
[22:13:56] *** earthquake has joined #angularjs
[22:14:04] *** Trow has quit IRC
[22:15:04] *** kirfu1 has joined #angularjs
[22:15:23] *** bkuberek has quit IRC
[22:15:59] *** bkuberek has joined #angularjs
[22:16:06] *** bkuberek_ has quit IRC
[22:16:20] *** kirfu has quit IRC
[22:16:31] *** ciwolsey has quit IRC
[22:16:48] *** sturmination has joined #angularjs
[22:17:03] *** adpirz has quit IRC
[22:18:05] *** prbc_ has quit IRC
[22:18:33] *** polynomath has joined #angularjs
[22:18:35] *** neilff has quit IRC
[22:18:37] *** prbc has joined #angularjs
[22:18:42] *** Una has quit IRC
[22:20:37] *** Johnny13371337 has joined #angularjs
[22:20:39] *** bkuberek has quit IRC
[22:21:37] *** ccohn has joined #angularjs
[22:22:10] *** kirfu has joined #angularjs
[22:22:11] *** rafagomes has quit IRC
[22:22:12] *** busticated has quit IRC
[22:22:19] *** Luser has quit IRC
[22:23:09] *** prbc has quit IRC
[22:23:11] *** drej has quit IRC
[22:23:16] *** rafagomes has joined #angularjs
[22:23:50] *** m0t0r has joined #angularjs
[22:24:01] *** rafagomes has quit IRC
[22:24:08] *** kirfu1 has quit IRC
[22:25:17] *** AngularUI has joined #angularjs
[22:25:17]
<AngularUI> [bootstrap] caseyg1204 opened pull request #3060: fix(tabs): #2883 select gets called twice (master...fix-tab-select) http://git.io/6d6bRg
[22:25:17] *** AngularUI has left #angularjs
[22:25:50] *** ccohn has quit IRC
[22:25:58] *** deanclkclk has joined #angularjs
[22:27:15] *** kirfu has quit IRC
[22:27:45] <davek> Anyone handling social sign-on with express on the back end using passport?
[22:28:07] *** neilff has joined #angularjs
[22:28:58] *** elrabin_ has joined #angularjs
[22:29:10] *** jacuqesdancona_ has joined #angularjs
[22:30:17] *** nfroidure has quit IRC
[22:31:22] *** kirfu has joined #angularjs
[22:31:42] *** tfennelly has joined #angularjs
[22:32:18] *** wa5ted has joined #angularjs
[22:32:18] *** BobbieBarker_ has joined #angularjs
[22:32:57] *** PeterMet_ has joined #angularjs
[22:33:40] *** jacuqesdancona_ has quit IRC
[22:33:45] *** dannyc has joined #angularjs
[22:36:06] *** m0t0r has quit IRC
[22:36:10] *** PeterMetz has quit IRC
[22:36:57] *** wa5ted has quit IRC
[22:37:08] *** elrabin_ has quit IRC
[22:37:34] *** xuu has quit IRC
[22:37:36] *** renlo has quit IRC
[22:37:50] *** christo_m has quit IRC
[22:37:50] *** Limix has quit IRC
[22:37:50] *** drej has joined #angularjs
[22:37:50] *** yelvert has joined #angularjs
[22:38:15] *** dannyc has quit IRC
[22:39:15] *** Una has joined #angularjs
[22:39:42] *** bmac has joined #angularjs
[22:40:25] *** xuu has joined #angularjs
[22:41:18] *** wa5ted has joined #angularjs
[22:41:39] *** WalterJr has joined #angularjs
[22:42:30] *** yelvert has quit IRC
[22:44:02] *** cacts has joined #angularjs
[22:44:53] *** christo_m has joined #angularjs
[22:45:17] *** gladely has quit IRC
[22:45:45] *** kirfu1 has joined #angularjs
[22:46:49] *** kgj has joined #angularjs
[22:48:18] *** freelyfred has joined #angularjs
[22:48:34] *** kirfu has quit IRC
[22:50:45] *** evilaliv3 has quit IRC
[22:51:15] *** moogey has joined #angularjs
[22:54:49] *** Mahesh has joined #angularjs
[22:54:54] *** Ilgrim has quit IRC
[22:54:58] <Mahesh> hi
[22:55:14] *** Mahesh has quit IRC
[22:57:15] *** dman777_alter has joined #angularjs
[23:00:25] *** polynomath has quit IRC
[23:00:59] *** chachan has joined #angularjs
[23:01:03] *** dman777_alter has quit IRC
[23:01:58] *** doug64k has joined #angularjs
[23:02:09] *** neilff has quit IRC
[23:03:11] *** drej has quit IRC
[23:03:12] *** PeterMet_ has quit IRC
[23:03:24] *** kirfu1 has quit IRC
[23:03:48] *** PeterMetz has joined #angularjs
[23:03:52] *** rhp has joined #angularjs
[23:04:34] *** wex13r has quit IRC
[23:05:17] *** elrabin has quit IRC
[23:05:45] *** chachan has quit IRC
[23:06:07] *** dejanr has joined #angularjs
[23:06:57] *** araujo has quit IRC
[23:07:28] *** nemothekid has joined #angularjs
[23:08:13] *** yts has quit IRC
[23:10:25] *** araujo has joined #angularjs
[23:15:11] *** earthquake has quit IRC
[23:16:11] *** aslate has joined #angularjs
[23:18:14] *** Oxynum has quit IRC
[23:19:27] *** earthquake has joined #angularjs
[23:20:18] *** aslate has quit IRC
[23:21:29] *** tjsail33 is now known as zz_tjsail33
[23:22:23] *** ccohn has joined #angularjs
[23:22:23] *** maciuszek has quit IRC
[23:22:37] *** htowngangsta has joined #angularjs
[23:23:09] *** gnrlbzik has quit IRC
[23:23:53] *** cakirke has joined #angularjs
[23:24:05] *** vectra has joined #angularjs
[23:24:15] *** gurke_ has joined #angularjs
[23:25:33] *** jtimon has quit IRC
[23:26:09] *** jtimon has joined #angularjs
[23:27:10] *** ccohn has quit IRC
[23:27:19] *** nemothekid has quit IRC
[23:30:43] *** renlo has joined #angularjs
[23:31:01] *** bmac has quit IRC
[23:32:10] *** dsdeiz has quit IRC
[23:32:14] *** SonikBoom has joined #angularjs
[23:32:26] *** bmac has joined #angularjs
[23:35:56] *** Shrooms has joined #angularjs
[23:37:02] *** mven has joined #angularjs
[23:37:08] *** geiltalasdair has joined #angularjs
[23:38:28] *** moogey has quit IRC
[23:38:39] *** hnomad has quit IRC
[23:39:09] *** gnrlbzik has joined #angularjs
[23:40:27] *** boxmein is now known as [boxmein]
[23:40:45] *** geilt has quit IRC
[23:41:14] *** Christer has joined #angularjs
[23:42:43] *** edrocks has quit IRC
[23:42:44] *** finishingmove has joined #angularjs
[23:42:57] *** Solid1 is now known as Solid1_afk
[23:44:00] *** mjw56 has quit IRC
[23:44:18] *** zivester has quit IRC
[23:45:03] *** mjw56 has joined #angularjs
[23:46:11] *** Trow has joined #angularjs
[23:46:56] *** e0ipso is now known as e0ipso|away
[23:47:28] *** AWAW has quit IRC
[23:48:14] *** DANtheBEASTman has joined #angularjs
[23:48:38] *** mven has quit IRC
[23:49:06] *** mven has joined #angularjs
[23:50:52] *** jordanyee has joined #angularjs
[23:50:59] *** ASUchander1 has joined #angularjs
[23:51:58] *** gurke_ has quit IRC
[23:52:08] *** ASUChander has quit IRC
[23:52:44] *** jordanyee has left #angularjs
[23:54:30] *** mven has quit IRC
[23:55:03] *** nemothekid has joined #angularjs
[23:55:30] *** gladely has joined #angularjs
[23:55:45] *** earthquake has quit IRC
[23:56:11] *** ASUChander has joined #angularjs
[23:56:40] *** BobbieBarker_ has quit IRC
[23:56:42] *** earthquake has joined #angularjs
[23:57:15] *** ASUchander1 has quit IRC
[23:59:20] *** bmac has quit IRC