[00:00:12] *** foofoobar has quit IRC
[00:00:15] *** disorder20 has joined #angularjs
[00:01:18] *** disorder20 has quit IRC
[00:01:21] *** fairchild has quit IRC
[00:01:39] *** MANCHUCK has quit IRC
[00:01:39] *** tyfighter has joined #angularjs
[00:01:41] <T3charmy> Other then that one thing everything is going well..
[00:01:47] <T3charmy> hmm one more question though..
[00:02:24] *** eden_lane has quit IRC
[00:02:45] <T3charmy> on a traditional website you can copy link from address bar to send to other people/bookmark... how would one do that with an angular website?
[00:03:07] *** anjumkaiser has quit IRC
[00:03:27] <T3charmy> I was looking into $location but wasn't sure if that was quite what I wanted
[00:03:47] *** bmac has quit IRC
[00:04:03] <robdubya_> same way really
[00:04:10] <robdubya_> everything before the # is the server's problem
[00:04:22] <robdubya_> ngroute/ui-router take over after that, works fine
[00:04:33] *** bluesm has quit IRC
[00:04:36] *** nitsujw has joined #angularjs
[00:05:49] *** vintik has quit IRC
[00:05:56] *** InezK_away is now known as InezK
[00:06:48] <T3charmy> hm ok... gonna give it a shot here in a bit and see if I can make it work...
[00:06:55] *** prbc has joined #angularjs
[00:06:59] <bilb_ono> do you have to put $http requests in a seperate service/factory? or can you put them in the controller?
[00:07:21] <robdubya_> you should put them in a service/factory
[00:07:46] <davek> You can put them in the controller. I do this during the start up phase of an application but by the time we're doing testing and getting ready to deploy, everything is neatly packed into encapsulated services.
[00:08:04] *** Pankaj has left #angularjs
[00:09:35] *** dob_ has joined #angularjs
[00:10:47] *** bphogan is now known as bphogan_afk
[00:11:02] *** cigol has quit IRC
[00:11:23] *** prbc has quit IRC
[00:11:43] *** Reskp has quit IRC
[00:12:25] *** mennea has quit IRC
[00:12:32] *** zfogg has joined #angularjs
[00:13:11] *** jonnybro has joined #angularjs
[00:14:03] *** Fishy has joined #angularjs
[00:14:06] *** AngularUI has joined #angularjs
[00:14:07]
<AngularUI> [ng-grid] scatcher opened pull request #1323: Update CONTRIBUTING.md (3.0...3.0) http://git.io/HYs1Xw
[00:14:07] *** AngularUI has left #angularjs
[00:15:38] *** InezK is now known as InezK_away
[00:17:34] *** jamiemcl has joined #angularjs
[00:18:04] *** derrzzaa has quit IRC
[00:18:37] *** evilaliv3 has joined #angularjs
[00:19:08] *** kvnm has quit IRC
[00:19:38] *** lw has joined #angularjs
[00:19:52] *** daniele9821 has joined #angularjs
[00:20:19] *** derrzzaa has joined #angularjs
[00:21:28] *** wartdev has joined #angularjs
[00:22:53] *** mkc has quit IRC
[00:23:35] *** DrMabuse_ has joined #angularjs
[00:24:06] *** holymac has quit IRC
[00:24:12] *** s3shs has quit IRC
[00:24:22] *** tarkus has quit IRC
[00:24:48] *** night-owl2 has joined #angularjs
[00:25:00] *** holymac has joined #angularjs
[00:25:20] *** lucasefe has joined #angularjs
[00:26:52] *** DrMabuse has quit IRC
[00:27:20] *** kvnm has joined #angularjs
[00:27:28] *** jonnybro has quit IRC
[00:27:34] *** derrzzaa has quit IRC
[00:28:50] *** TuRnaD0 has quit IRC
[00:29:25] *** lucasefe has quit IRC
[00:29:47] *** holymac has quit IRC
[00:29:58] *** moritzs has joined #angularjs
[00:30:20]
<bilb_ono> Is there a way to test $http methods in jsbin/jsfiddle/etc. Because $http can only access same domain resources? like I can't point to http://ip.jsontest.com/ for example right?
[00:30:31] *** daniele9821 has quit IRC
[00:32:06] <robdubya_> that depends on the server
[00:32:23] *** kvnm has quit IRC
[00:32:26] <bilb_ono> robdubya_, like jsontest.com might allow it?
[00:34:44] <SuperPhly> I think I'm learning something the hard way. I've got my app broken out into a bunch of sub modules... so I can keep the code clean and organized.
[00:34:46] <LoveAndHappiness> wait a miute
[00:34:49] <LoveAndHappiness> minute
[00:35:06] <SuperPhly> I've got them all in a /libs/ directory, so my root is clean.
[00:35:10] <LoveAndHappiness> if you want to build a realtime application, you don't necesarily need node.js + express
[00:35:24] <LoveAndHappiness> you can just use whatever you want
[00:35:30] *** AndyFTP has joined #angularjs
[00:35:36] <LoveAndHappiness> as long as angular communicates with a restful API Server
[00:35:47] <LoveAndHappiness> which can be done by laravel and mysql
[00:35:48] <SuperPhly> i'm requiring them back and forth so that objects/methods are available. Except that this one file doesn't seem to work.
[00:35:59] <LoveAndHappiness> hm...
[00:36:02] <SuperPhly> Err, one file requires another and it doesn't work.
[00:36:04] <SuperPhly> This is hard to explain.
[00:36:23] <SuperPhly> Is there any reason why a require would work in one file, but not another?
[00:36:35] *** evilaliv3 has quit IRC
[00:36:46] <SuperPhly> I mean, they all sorta require each other
[00:36:47] *** patrick99e99 has joined #angularjs
[00:37:19] *** linojon has quit IRC
[00:37:35] *** calumet has quit IRC
[00:37:48] *** caitp has quit IRC
[00:38:00] *** derrzzaa has joined #angularjs
[00:38:01] *** one_zero has joined #angularjs
[00:38:02] *** calumet has joined #angularjs
[00:38:31] <davek> SuperPhly, modules are cached if you require the same one from multiple places its internal state is preserved.
[00:38:51] <SuperPhly> davek: yeah, that's what i thought, but in one file in particular it's not working
[00:38:57] <SuperPhly> it's very strange.
[00:39:04] *** davemerwin has joined #angularjs
[00:39:29] <patrick99e99> hi angular buddies... I wanted to try to clear up some confusion with angular ui router and best practices with how to use it... I am building a single page app, and was making use of the "resolve" router option to prepare objects such as a current user account... But the problem is, the request to get the current user is blocking and the controller doesn't get instantiated until its done-- so this is kind of the opp
[00:39:33] <SuperPhly> like i do whop = require('./whop.js'); console.log('', whop) and it's empty
[00:39:42] <SuperPhly> shit, wrong channel.
[00:39:50] <davek> No?
[00:39:58] <SuperPhly> node.js bug
[00:39:59] *** phrozensilver has joined #angularjs
[00:40:02] <SuperPhly> err, error
[00:40:05] <davek> Do you do var whop = require('./whop.js')?
[00:40:25] <SuperPhly> yeah
[00:40:27] <davek> whop defaults to module-global variable.
[00:40:37] <phrozensilver> anyone know any good examples of a MEAN stack app that might be on github?
[00:40:40] <davek> Is ./whop.js the relative path to the module?
[00:40:56] *** lahwran has quit IRC
[00:41:04] *** epantzar has quit IRC
[00:41:22] *** jamiemcl has quit IRC
[00:41:25] <SuperPhly> yeah, it's in the same dir.
[00:41:31] <SuperPhly> it works fine in the other files.
[00:41:43] <davek> patrick99e99, yeah that's the consequence of using ui-router's 'resolve'.
[00:41:47] <SuperPhly> some of the other files i'm requiring also require it and everything works.
[00:42:20] *** nitsujw has joined #angularjs
[00:42:29] *** charuru has joined #angularjs
[00:42:29] <SuperPhly> this is really really odd.
[00:42:54] *** derrzzaa has quit IRC
[00:43:08] <robdubya_> are you exporting stuff from said module?
[00:43:08] *** derrzzaa has joined #angularjs
[00:43:24] <davek> It holds the transition until all of the promises are fulfilled. Generally that's not a problem, since your routes should be responding quickly.
[00:43:53] *** lahwran has joined #angularjs
[00:43:56] *** davemerwin has quit IRC
[00:44:07] <SuperPhly> robdubya_: talking to me?
[00:44:18] <robdubya_> yessum
[00:44:26] <SuperPhly> yeah, it works in all the other modules except for this one
[00:45:07] <SuperPhly> want to see the file i'm including that works in all other modules except this one?
[00:45:10] <robdubya_> sure
[00:45:16] *** calumet has quit IRC
[00:45:58] *** nitsujw has quit IRC
[00:46:11] *** caitp has joined #angularjs
[00:46:29] <patrick99e99> davek: hmm-- ok.. is there a way to make the resolve the promise so that the return value of resolve is not a promise? Wow that sentence is confusing.
[00:46:30] *** nitsujw has joined #angularjs
[00:46:33] *** tyfighter has quit IRC
[00:46:38] *** motionman has joined #angularjs
[00:46:43] <SuperPhly> whop is coming back as {} in one module, while it comes back with all the methods in others.
[00:46:45] *** snapwich has quit IRC
[00:46:56] <SuperPhly> is it the var whop = {};?
[00:47:39] <robdubya_> where's it being imported
[00:47:43] <patrick99e99> in otherwords if resolve: [{foo: function() { return blah(); <-- promise }] ... resolve: [{foo: function() { return blah().executeRightNow!!! <-- not a promise }] ... ?
[00:47:51] <patrick99e99> is there a way to do that?
[00:48:01] *** redband has quit IRC
[00:48:18] *** btc_panhandler has joined #angularjs
[00:48:31] *** danielpquinn has joined #angularjs
[00:48:32] <robdubya_> patrick99e99 doAsyncThing.then(doOtherStuff,doStuffIfItFails)
[00:48:36] *** tgkokk has quit IRC
[00:48:59] *** lucasefe has joined #angularjs
[00:49:13] <patrick99e99> robdubya_: yeah i am doing that.. but it still returns a promise
[00:49:15] <SuperPhly> robdubya_: same dir, in like 4-5 other files
[00:49:20] <davek> patrick99e99, well first off I believe resolve property expects an object does it not?
[00:49:26] *** stirlingw has quit IRC
[00:49:26] <SuperPhly> var whop = require('./whop.js')
[00:49:42] <patrick99e99> davek: sorry -- probably.. im just pseudo-coding off the top of my head conceptually
[00:49:57] <davek> Other than that, you can have promises that resolve immediately yes, as long as they return some available value.
[00:50:16] <SuperPhly> robdubya_: this is really odd, because it works in all the other places.
[00:50:42] *** dns51148 has joined #angularjs
[00:50:50] <robdubya_> SuperPhly post the code where its being imported
[00:50:53] *** tangorri has quit IRC
[00:50:56] <davek> patrick99e99, where are you from if you don't mind me asking?
[00:51:22] <SuperPhly> i marked the line ]
[00:51:27] <SuperPhly> #8
[00:51:28] *** intellix has quit IRC
[00:51:28] *** Corealis has quit IRC
[00:51:43] *** dns51148 has quit IRC
[00:52:04] <SuperPhly> if i try to do whop.asdf it says has no method asdf
[00:52:16] <SuperPhly> but if i try the same code elsewhere, it works fine, as expected
[00:52:54] <davek> Have you tried simply console.log(whop)?
[00:53:03] <SuperPhly> davek: yeap, just says object
[00:53:06] *** danielpquinn has quit IRC
[00:53:18] <davek> How about console.log(require('util').inspect(whop))
[00:53:23] *** kofight has quit IRC
[00:53:23] <robdubya_> ^
[00:53:49] *** DrMabuse_ has quit IRC
[00:53:53] <davek> I use kue as well, by the way, if you have any trouble with it.
[00:53:59] <SuperPhly> {}
[00:54:00] *** jonr22 has quit IRC
[00:54:01] <robdubya_> kue is the business
[00:54:03] <patrick99e99> davek: originally Las Vegas
[00:54:23] <SuperPhly> robdubya_: i've got a question about how to do an endless queue with kue for ya later.
[00:54:29] <SuperPhly> but first i want to solve this
[00:54:34] *** dilas has quit IRC
[00:54:52] *** jamesshijie has quit IRC
[00:54:57] <davek> Awesome! Did robdubya's link help you at all?
[00:55:13] <davek> SuperPhly, well it's always technically endless.
[00:55:53] <robdubya_> SuperPhly are you on windows by chance?
[00:55:56] <SuperPhly> nope
[00:55:57] <SuperPhly> linux
[00:56:14] *** gjvc_ is now known as gjvc
[00:56:17] <SuperPhly> this is all being "pulled together" by app.js which is in the root
[00:56:25] <robdubya_> then i reckon you've got a circular dependency going on
[00:56:25] *** zelrik has quit IRC
[00:56:27] *** TorchDragon has joined #angularjs
[00:56:38] <robdubya_> you'd be better to restructure the module so its, uh, modular
[00:56:38] *** mettjus has quit IRC
[00:56:39] <SuperPhly> robdubya_: oh, yeah, all these modules require one another
[00:56:40] *** jdowdle|afk is now known as jdowdle
[00:56:47] *** mettjus has joined #angularjs
[00:56:49] *** RangerRick has joined #angularjs
[00:56:58] *** mmitchel_ has joined #angularjs
[00:57:10] <SuperPhly> robdubya_: yeah, that sounds like what i'm up against. how is that done? what's the technique?
[00:57:10] *** seydoggy has quit IRC
[00:57:45] <robdubya_> depends what its for, but typically you'd want to have a bunch of dependency-less files, all imported into one main module, which you then import
[00:57:46] *** seydoggy has joined #angularjs
[00:58:23] *** wartdev has quit IRC
[00:58:45] <patrick99e99> davek: do I sound like a foreigner with my thick accidental array-in-my-resolve accent ?
[00:59:25] <SuperPhly> robdubya_: fair enough, but i've got kue, redis, whop (most of my commands), express, a logger, config file, and socket
[00:59:28] *** encestre has quit IRC
[00:59:33] <SuperPhly> there's a lot of interdependencies
[01:00:34] <robdubya_> without a better picture of what you're doing, its hard to say.
[01:00:37] <SuperPhly> hmm
[01:00:45] <SuperPhly> it's a fairly large project, lots of code
[01:00:53] *** TorchDragon has quit IRC
[01:01:05] *** Methylated has joined #angularjs
[01:01:06] <davek> patrick99e99 no not at all, and that is by far the most forgivable of the errors we get around here :).
[01:02:05] <robdubya_> SuperPhly i think of it like a stack. its a bunch of tiny, one function modules, that get stacked up to form one big one
[01:02:05] <SuperPhly> robdubya_: ok, i see something here... jq.js requires whop.js and whop.js requires jq.js
[01:02:19] <robdubya_> *one purpose, not one function
[01:02:24] *** seydoggy has quit IRC
[01:02:24] <davek> Are you using jquery on the back end?
[01:02:24] *** agrajag42 has joined #angularjs
[01:02:26] <SuperPhly> right, that's what i've got here
[01:02:27] <SuperPhly> nope
[01:02:34] <SuperPhly> jq = job queue
[01:02:47] <patrick99e99> davek: haha...
[01:02:48] <SuperPhly> i try to keep things short and sweet
[01:02:49] <davek> Oh thank christ.
[01:03:04] <da_wunder> why would you use jquery on backend?
[01:03:09] <davek> SuperPhly, if it helps, I simply publish my job queue globally.
[01:03:21] <patrick99e99> davek: so----- is there no way to force resolve a promise?
[01:03:28] <davek> No idea, some sort of sick dependency on their specific utility methods.
[01:03:46] <robdubya_> patrick99e99 what do you mean "force resolve" a promise
[01:04:02] *** fitzerald has quit IRC
[01:04:04] <robdubya_> if its *rejected*, you can handle said error, and then return (without throwing another) and it should work
[01:04:06] <davek> patrick99e99, nope. Promises resolve when the data they represent is available (i.e. has been returned from the server or an asynchronous method).
[01:04:27] <SuperPhly> davek: so how large is your "app.js" file for large projects?
[01:04:43] <SuperPhly> because i can't live with a 5000 line file that does all kinds of crap
[01:05:04] <davek> SuperPhly, current one is 226.
[01:05:07] <patrick99e99> and he talks about how he gets an empty array so the controller instantiates, and he used .$promise to actually block instantiation.. which is the opposite of what I want.
[01:05:23] <T3charmy> almost done converting part 1 of my blog... :P
[01:05:23] <patrick99e99> I am not using ngResource, so I don't have a situation like he describes...
[01:05:37] <davek> I have a bunch of stuff in models/index that shouldn't be there. I use that to initialize a bunch of my global services like db, graph db, job queue and logging.
[01:06:11] <SuperPhly> davek: if i get this up on github, would you mind looking at it and tell me if i'm approaching the architecture the right way?
[01:06:16] <patrick99e99> I like using ui-router's resolve as a convenience for dependency injection.. i.e. resolve: { current_user: function(userService) { return userService.get('current') }
[01:06:24] <patrick99e99> rather than having to have my controller deal with that...
[01:06:27] *** texinwien has quit IRC
[01:06:34] <SuperPhly> i'm a total noob on this and while i've gotten pretty far, i still have a long way to go to learn stuff
[01:06:36] <patrick99e99> but maybe you'll say "make a current user service and have your controller use that"
[01:06:44] *** InezK_away is now known as InezK
[01:06:45] <SuperPhly> i may be doing things completely backwards, but if they work, I don't know better.
[01:07:29] <davek> patrick99e99, yeah I do the same thing. Just request whatever data you need in a resolve function and return the $http().$promise;
[01:07:44] *** prbc has joined #angularjs
[01:07:44] <davek> SuperPhly, sure but a lot of it is just opinion.
[01:08:18] <robdubya_> patrick99e99 which is the right way, imo (using resolve so your controller doesn't(
[01:08:24] *** donado has joined #angularjs
[01:08:36] <robdubya_> in the service though, if the data already exists, you can just return $q.when(data);
[01:09:04] *** AndyFTP has quit IRC
[01:10:05] *** linojon has joined #angularjs
[01:11:01] <patrick99e99> robdubya_: yeah the data doesnt exist........ the problem is, this app is slow like it's not a SPA because there are so many api calls blocking controller instantiation
[01:11:31] <robdubya_> well, thats the tradeoff on resolve
[01:11:46] <robdubya_> split it out to to "what you need to render the page" vs "what you can wait another 100ms for"
[01:12:13] *** prbc has quit IRC
[01:12:27] *** nitsujw has quit IRC
[01:12:29] <patrick99e99> it just seems odd to me because you'd think people would be down for throwing up a spinner while api calls are going out, and not want their controller instantiation to be blocked
[01:12:46] *** mennea has joined #angularjs
[01:13:43] <robdubya_> how many calls are we talking about? you could do something like $q.all and do them concurrently
[01:13:56] <da_wunder> yep, just resolve what you need to render after that fetch necessary data in controller
[01:14:19] *** zivester has joined #angularjs
[01:14:43] <patrick99e99> robdubya_: well it depends.. there are many child states.. so one might be for a user to display their info.. one is for fetching objects that the user has access to once we know their id and permissions.. etc
[01:14:52] <patrick99e99> but usually no more than 3
[01:15:59] <robdubya_> less resolve, more controller usage then
[01:16:16] *** nitsujw has joined #angularjs
[01:16:20] <da_wunder> yep, it's just balancing of those
[01:16:28] *** InezK is now known as InezK_away
[01:16:29] <robdubya_> there's not really going to be a better answer than that. you could get crazy with timeouts and stuff, but meh
[01:16:43] <robdubya_> if you have robust services, it should be a one liner in the controller
[01:17:19] *** mennea has quit IRC
[01:17:21] <davek> Resolve should be used only for data that absolutely has to exist to complete the transition.
[01:17:35] <robdubya_> eg, permissions
[01:17:37] *** rtpg has joined #angularjs
[01:17:42] <da_wunder> yep
[01:17:45] *** Nizumzen has joined #angularjs
[01:17:49] *** ccbmx has joined #angularjs
[01:18:34] *** LoveAndHappiness has quit IRC
[01:18:37] <robdubya_> no. and don't do that on rootscope
[01:19:12] *** instence has joined #angularjs
[01:19:17] <zumba_addict> why?
[01:19:25] *** lw has quit IRC
[01:19:26] *** skakri has quit IRC
[01:19:27] *** k308 has quit IRC
[01:19:28] <davek> Broadcast everything on rootScope, it all trickles down eventually.
[01:19:30] *** jtimon has quit IRC
[01:19:32] <robdubya_> because "selectedLocale" should be in a "selectedLocale" service
[01:19:33] *** reduce has quit IRC
[01:19:40] *** nitsujw has quit IRC
[01:19:41] <robdubya_> or a "Locale" service, proabbly
[01:19:46] *** oniijin_ has joined #angularjs
[01:19:51] <zumba_addict> ok, so I should make it as a servie
[01:19:57] *** unmatrix has quit IRC
[01:19:57] *** Steven_ has quit IRC
[01:20:11] <robdubya_> use constants for config things
[01:20:13] *** BahamutWC|Work has joined #angularjs
[01:20:18] <robdubya_> inject said contstants into factories / providers
[01:20:26] *** instence_ has quit IRC
[01:20:26] *** fatshark has quit IRC
[01:20:28] *** titanomachy has quit IRC
[01:20:38] *** jtimon has joined #angularjs
[01:20:41] *** ivaldi has joined #angularjs
[01:20:44] <zumba_addict> values are dynamic
[01:20:51] <zumba_addict> i'll use factories
[01:20:52] *** k308 has joined #angularjs
[01:20:53] <zumba_addict> thank
[01:20:55] <zumba_addict> thanks
[01:21:01] *** jamesshijie has joined #angularjs
[01:21:21] *** skakri has joined #angularjs
[01:21:26] *** oniijin has quit IRC
[01:21:34] *** Steven_ has joined #angularjs
[01:21:38] *** lw has joined #angularjs
[01:21:43] *** zelrik has joined #angularjs
[01:21:50] *** reduce has joined #angularjs
[01:23:00] *** knownasilya has quit IRC
[01:23:13] *** OffTheRails has quit IRC
[01:23:35] *** wartdev has joined #angularjs
[01:23:57] *** bluesm has joined #angularjs
[01:24:24] <robdubya_> ps, v8 sucks at switch
[01:25:34] *** titanomachy has joined #angularjs
[01:25:49] <SuperPhly> robdubya_: it's barely used... i just have it there for testing
[01:25:55] *** DuelShark_ has quit IRC
[01:26:11] <robdubya_> SuperPhly just as an example
[01:26:32] <robdubya_> your passport setup, for example. its often better to export a function, which you then call from your app code
[01:26:46] *** dob_ has quit IRC
[01:26:52] *** Ir1sh_ has joined #angularjs
[01:26:53] <robdubya_> (like how express.use works)
[01:27:16] <SuperPhly> i should be exporting only functions? is that sorta the idea?
[01:27:18] *** dob_ has joined #angularjs
[01:27:21] <SuperPhly> btw, I'm not using that auth.js
[01:27:25] <robdubya_> not *only*
[01:28:14] *** AlSquire has quit IRC
[01:29:52] *** Ir1sh has quit IRC
[01:30:32] <SuperPhly> yeah, i'm looking at the auth.js right now trying to figure out how to return a function
[01:30:38] *** zivester has quit IRC
[01:31:03] *** tyfighter has joined #angularjs
[01:31:04] <SuperPhly> do i create a passport.go = function? or just wrap the whole thing in an anonymous function?
[01:31:15] *** tpy0 has quit IRC
[01:31:32]
<zumba_addict> robdubya_: I still couldn't figure it out. I updated the gist. https://gist.github.com/c0debreaker/95c8e99a0f21386cb876 - I need to dynamically update language and the .value should be added to the end of my ui-router code as suggested by ng-google-chart developer as a workaround.
[01:31:35] <robdubya_> typically i'd have a startQueue() function that kicked it all off
[01:31:38] *** mchapman has quit IRC
[01:31:52] *** zivester has joined #angularjs
[01:32:13] <robdubya_> zumba_addict again, use a factory. you're trying to shoehorn a factory into a value
[01:32:50] <zumba_addict> i'm a little confuse how I will inject factory into .value
[01:33:02] <zumba_addict> or how to call factory into the language line
[01:33:12] <SuperPhly> robdubya_: don't I want that?
[01:33:15] <marcospgp> doesn't passport kind of suck together with angular SPA's paradigm?
[01:33:29] <robdubya_> a little, yes
[01:33:40] <SuperPhly> marcospgp: i'm not using it... i was looking at it before i started playing with angular.
[01:33:42] <robdubya_> zumba_addict you don't. you inject the *value* into the factory
[01:34:01] <zumba_addict> ok but how do I update the language line?
[01:34:07] <robdubya_> ...via the factory
[01:34:19] *** marcospgp has quit IRC
[01:34:41] <robdubya_> explain what you're actually trying to do, in words
[01:34:47] <zumba_addict> ok, I will
[01:34:56] <SuperPhly> davek: you around?
[01:35:21] *** gjvc has quit IRC
[01:35:21] *** gjvc has joined #angularjs
[01:36:12] *** Methylated has quit IRC
[01:36:18] <robdubya_> SuperPhly my suggestion (i acutlaly have to do some work at some point today) would be to look at how express, etc do things
[01:36:25] <SuperPhly> ok
[01:36:33] <SuperPhly> I'm really lost right now
[01:36:36] <robdubya_> what i mean by that is, you import the "lib" - which doesn't execute anything
[01:36:46] <robdubya_> and then in your app.js, you call stuff like "jq.listen()"
[01:37:02] <robdubya_> "activate it" , for lack of a better term, in your app.js
[01:37:06] <SuperPhly> right
[01:37:19] <SuperPhly> but what if one of the other libs needs access to those functions?
[01:37:26] <zumba_addict> i wrote a language selector. For the locale in the chart to get updated, one of the ng-google-chart devs told me to add googleChartApi Value service at the end of my ui-router. I did and it work. However, I hardcoded the value of the language. I want to use the language value that I selected from the language selector. I'm updating/putting the latest selected value into $rootScope.model.selectedLoca
[01:37:26] <zumba_addict> le
[01:38:13] <zumba_addict> the reason why it has to be that way is because Google Charts doesn't support changing of locale without refreshing the browser
[01:38:45] <T3charmy> is this correct? o.O <div ng-repeat="comment in commentCtrl.content['post.PostID']">
[01:38:55] <robdubya_> no
[01:39:06] <T3charmy> doh. that explains why it doesn't work :P
[01:39:30] <T3charmy> what am I doing wrong? o.O
[01:39:36] *** phrozensilver has quit IRC
[01:39:37] *** danyim has joined #angularjs
[01:39:45] *** vintik has joined #angularjs
[01:39:45] <robdubya_> zumba_addict literally everything you described should be stored in a service, and interacted with via the service.
[01:39:57] <zumba_addict> k
[01:39:57] <robdubya_> time for a plunk to explain, i reckon
[01:40:06] *** Aliks_ has joined #angularjs
[01:40:11] *** arizzo has joined #angularjs
[01:40:14] *** fedenunez has quit IRC
[01:40:23] <gjvc> robdubya_: +1
[01:40:31] *** dns51148 has joined #angularjs
[01:40:45] <zumba_addict> look at line 19-24
[01:40:47] <SuperPhly> robdubya_: then I would put all that job process junk in app.js?
[01:41:12] <zumba_addict> French locale is hardcoded though on line 23
[01:41:36] *** dob_ has quit IRC
[01:41:59] <robdubya_> SuperPhly part of the problem may be that you're executing code when its imported
[01:42:20] *** azureknight has quit IRC
[01:42:57] *** wartdev has quit IRC
[01:43:18] <robdubya_> zumba_addict so, inject that value into a service, and do googleApiConfig.optionalSettings.language = 'whatever'
[01:43:25] *** night-owl2 has quit IRC
[01:43:35] <robdubya_> or into a contorller
[01:43:43] <zumba_addict> ok, I'll try it
[01:43:43] *** oste has joined #angularjs
[01:43:48] *** jpstone has joined #angularjs
[01:43:53] <robdubya_> or whatever. the point is, you should be *setting* the value from the outside
[01:43:59] <robdubya_> not inside the value
[01:44:05] <zumba_addict> got it
[01:44:06] *** danyim has quit IRC
[01:44:23] *** arizzo has quit IRC
[01:44:37] <zumba_addict> should I delete the line language on line 23?
[01:44:42] <zumba_addict> originally, it wasn't there
[01:45:10] <robdubya_> are you using that googleApiChartConfig elsewhere? or is the lib injecting that?
[01:45:42] <zumba_addict> it's the lib that is injecting it
[01:45:53] *** MJD has quit IRC
[01:46:05] <zumba_addict> however, I tried it this morning by doing what you said, the behavior was kinda confusing
[01:46:06] *** MJD has joined #angularjs
[01:46:10] <zumba_addict> I'll try it again
[01:46:17] <robdubya_> then i assume its basically just merging that value wit hthe defaults
[01:46:23] <robdubya_> which is probably english
[01:47:07] *** night-owl2 has joined #angularjs
[01:47:08] <robdubya_> but i suspect you could do the exact same thing, except have a factory named googleApiChartConfig, and return the object
[01:47:31] *** stirlingw has joined #angularjs
[01:48:13] *** ghox has joined #angularjs
[01:48:33] <zumba_addict> refresh the gist, I put the whole $watch code
[01:49:00] *** holymac has joined #angularjs
[01:49:13] <robdubya_> rootscope abuse all over the shop
[01:49:16] <zumba_addict> :D
[01:49:20] <zumba_addict> i'll change it
[01:49:21] *** danielpquinn has joined #angularjs
[01:49:25] *** jonnybro has joined #angularjs
[01:49:34] *** holymac has quit IRC
[01:49:42] <robdubya_> zumba_addict put a plunker up with the basic mechanics, and i'll look at it
[01:49:44] <zumba_addict> actually that approach works but in order for it to work, i have to refresh the browser
[01:49:59] <zumba_addict> ok, I'll do my best
[01:50:05] *** holymac has joined #angularjs
[01:50:13] <robdubya_> which lib is it?
[01:51:24] *** AlbinoTux has joined #angularjs
[01:51:53] <zumba_addict> I also read in Google Chart documentation that dynamic updating of the values in the chart is not supported. The library has to be reloaded
[01:52:11] <zumba_addict> I tried adding a code that reloads ng-google-chart but it didn't help
[01:52:32] *** dhcar is now known as dhcar_AFK
[01:52:32] <robdubya_> presumably because they get rendered on the google end?
[01:52:46] *** phrozensilver has joined #angularjs
[01:52:52] *** holymac_ has joined #angularjs
[01:52:54] <zumba_addict> no, everything is still local
[01:53:30] <zumba_addict> I ran a tcpdump to verify and I didn't see any traffic going to google
[01:53:43] <zumba_addict> it only connects to google when reloaded their google api
[01:53:44] *** danielpquinn has quit IRC
[01:53:46] <zumba_addict> reloading
[01:53:50] <robdubya_> gotcha
[01:54:13] *** Tidwell has quit IRC
[01:54:18] <robdubya_> silly question, but what does language have to do with rendering charts?
[01:54:22] <robdubya_> units?
[01:54:31] <zumba_addict> yes and formats
[01:54:34] *** holymac has quit IRC
[01:54:38] <zumba_addict> also date too
[01:55:00] <zumba_addict> what I'm thinking now is to just add automatic reloading of browser after I picked a language
[01:55:11] <zumba_addict> then I'll just document on our wiki about it
[01:55:31] <zumba_addict> it will only be once so I guess it will be fine
[01:55:58] <zumba_addict> is this a good code? location.reload();
[01:57:08] *** TorchDragon has joined #angularjs
[01:57:22] *** rtpg has quit IRC
[01:57:30] <zumba_addict> trying my hackish solution now
[01:57:39] *** BaconSoap has joined #angularjs
[01:57:50] *** rtpg has joined #angularjs
[01:57:51] *** krastavac has joined #angularjs
[01:58:16] <krastavac> whats best framework for developing rest and streaming twitter api aplications in js?
[01:58:24] *** seydoggy has joined #angularjs
[01:58:27] <zumba_addict> LOL, $watch kept seeing a new value in locale so it kept reloading the browser, hahaha
[01:58:51] <T3charmy> still haven't figured out proper way to handle ng-repeat="comment in commentCtrl.content[post.PostID]"
[01:59:02] <robdubya_> well in here we're gonna say angular, aren't we?
[01:59:43] *** rtpg_ has joined #angularjs
[02:00:00] *** rtpg has quit IRC
[02:00:14] <robdubya_> zumba_addict i seriously doubt you need to reload the whole app to get google to change languages
[02:00:22] <robdubya_> if that's the case, fuck using that lib
[02:00:22] *** lordkryss has quit IRC
[02:00:29] <zumba_addict> i know
[02:00:38] <zumba_addict> that's what I read on Google Chart doc last night
[02:01:13] *** Ir1sh_ has quit IRC
[02:01:31] *** TorchDragon has quit IRC
[02:02:40] <zumba_addict> maybe, if I reload a script with the update value in language
[02:02:44] *** seydoggy has quit IRC
[02:03:15] <robdubya_> zumba_addict bleh. is there any reason you're using google charts, over any of the svg based things that exist, and don't require silly things?
[02:03:44] <zumba_addict> it's one of the libraries I got used to. I started with Fusion Charts, then HightCharts. Then I really like Google charts
[02:04:09] <robdubya_> what kind of chart are you drawing? this is something angular + svg are pretty excellent at
[02:04:14] <zumba_addict> if I can find something really nice and easy to control, I would migrate to i
[02:04:15] <zumba_addict> it
[02:04:21] *** spamr has joined #angularjs
[02:04:39] <zumba_addict> i wasn't aware. My graphs are really simple, bar charts and line charts only. Pie would be great too
[02:05:00] <zumba_addict> can you suggest an angular + svg library?
[02:05:57] <zumba_addict> svg is like jpg or png right?
[02:06:21] <zumba_addict> I need to be able to click on a bar and drill down. I'm able to do that with Google Charts
[02:06:33] *** spamr has left #angularjs
[02:07:17] <robdubya_> d3 > pretty much anything
[02:07:25] *** InezK_away is now known as InezK
[02:07:41] <zumba_addict> looking
[02:07:57] *** tyfighter has quit IRC
[02:08:09] <robdubya_> i'd suggest running through that tut, *then* using one of the ng d3 libs
[02:08:24] <robdubya_> but get a feel for wht's happening under the hood. its not super complex but it is crazy powerful
[02:09:01] <zumba_addict> k
[02:09:38] *** Jae has quit IRC
[02:10:17] <AlbinoTux> Is there anyway to use $location.search() without reinitializing the entire controller / losing focus of the current input?
[02:10:22] *** benjamingr has quit IRC
[02:10:27] *** jonnybro has quit IRC
[02:11:26] <zumba_addict> very cool
[02:11:26] *** phrozensilver has quit IRC
[02:11:42] *** krastavac has quit IRC
[02:12:10] *** phrozensilver has joined #angularjs
[02:12:16] *** phrozensilver has left #angularjs
[02:13:08] <zumba_addict> nice, it resizes too when I resize my browser. That's one of my requirements :)
[02:13:10] *** Nijikokun has quit IRC
[02:13:17] *** stirlingw has quit IRC
[02:13:35] *** mennea has joined #angularjs
[02:14:00] <zumba_addict> code is easy :)
[02:14:51] *** phrozensilver has joined #angularjs
[02:15:40] <robdubya_> i'm using that linked one to render data coming off a ble sensor, pretty happy with it
[02:17:02] <zumba_addict> cool
[02:17:12] *** InezK is now known as InezK_away
[02:17:44] <zumba_addict> alright buddy, got to mow before ti rains :D
[02:17:48] <zumba_addict> thanks for the help again
[02:18:02] *** mennea has quit IRC
[02:18:20] *** Vinnyceptr has joined #angularjs
[02:18:37] <T3charmy> omg... -_- I just realized the issue I was having with ng-repeat was my api system was missing 1 small important thing..
[02:19:11] *** caitp has quit IRC
[02:19:33] *** bmac has joined #angularjs
[02:20:29] *** Tidwell has joined #angularjs
[02:21:01] *** mehlah has joined #angularjs
[02:21:04] *** moldengo- has quit IRC
[02:21:42] *** caitp has joined #angularjs
[02:21:53] *** zumba_addict has quit IRC
[02:21:57] <patrick99e99> T3charmy: an ng-repeat attribute?
[02:22:10] * patrick99e99 lols
[02:22:33] <T3charmy> I was using <div ng-repeat="comment in commentCtrl.content[post.PostID]">
[02:22:37] <T3charmy> which was fine...
[02:22:39] *** dns51148 has quit IRC
[02:22:50] *** secondjeff has joined #angularjs
[02:23:01] <T3charmy> but in my backend I was doing $Comments[$row['PostID']] = $row;
[02:23:05] <T3charmy> instead of $Comments[$row['PostID']][] = $row;
[02:23:35] <T3charmy> and for the longest time I thought I was coding something wrong in angular..
[02:24:47] <patrick99e99> ah
[02:25:28] *** dhcar_AFK is now known as dhcar
[02:26:01] *** dhcar has left #angularjs
[02:26:04] *** phrozensilver has quit IRC
[02:26:05] *** dns51148 has joined #angularjs
[02:26:19] *** oste has quit IRC
[02:26:42] <T3charmy> slowly converting my old website/blog to use Angular ... slowly making progress
[02:27:15] *** phrozensilver has joined #angularjs
[02:27:57] *** bmac has quit IRC
[02:28:23] *** jamesshijie has quit IRC
[02:29:43] *** Vinnyceptr has quit IRC
[02:30:05] *** davedev2_ has joined #angularjs
[02:30:42] *** dilas has joined #angularjs
[02:31:02] *** OffTheRails has joined #angularjs
[02:31:03] *** secondjeff has quit IRC
[02:31:30] *** marr has quit IRC
[02:31:40] *** [n0b0dy] has quit IRC
[02:31:51] *** [n0b0dy] has joined #angularjs
[02:32:59] *** davedev24_ has quit IRC
[02:34:34] *** RichardLitt has joined #angularjs
[02:35:49] *** mettjus has quit IRC
[02:37:30] *** jamesshijie has joined #angularjs
[02:39:14] *** mettjus has joined #angularjs
[02:39:58] *** fixl has joined #angularjs
[02:40:37] *** hell_razer has joined #angularjs
[02:41:03] *** fixl has quit IRC
[02:41:04] *** dns51148 has quit IRC
[02:42:04] *** ThomasBS has quit IRC
[02:42:43] *** vintik has quit IRC
[02:43:49] *** Methylated has joined #angularjs
[02:44:20] *** Fishy has quit IRC
[02:44:32] *** slainer68 has quit IRC
[02:44:33] *** fairchild has joined #angularjs
[02:45:49] *** slainer68 has joined #angularjs
[02:45:55] *** lw has quit IRC
[02:48:07] *** henn1nk has quit IRC
[02:48:33] *** Methylated has quit IRC
[02:48:36] *** fedenunez has joined #angularjs
[02:49:57] *** danielpquinn has joined #angularjs
[02:51:04] *** wilmoore has quit IRC
[02:52:17] *** lw has joined #angularjs
[02:53:23] *** OffTheRails has quit IRC
[02:53:26] *** lw has joined #angularjs
[02:53:37] *** lw has quit IRC
[02:54:15] *** rtpg_ has quit IRC
[02:54:25] *** danielpquinn has quit IRC
[02:54:39] *** lw has joined #angularjs
[02:54:52] *** btc_panhandler has quit IRC
[02:54:57] *** lw has quit IRC
[02:57:33] *** Aliks_ has quit IRC
[02:58:37] *** fedenunez has quit IRC
[02:58:52] *** seydoggy has joined #angularjs
[02:59:11] *** btc_panhandler has joined #angularjs
[02:59:14] *** oste has joined #angularjs
[02:59:19] *** nectarys_ has joined #angularjs
[02:59:51] *** nectarys has quit IRC
[03:00:21] *** lw has joined #angularjs
[03:01:11] *** prbc has joined #angularjs
[03:02:25] <davek> Debugging tests feels like fixing the EKG while a patient flat lines.
[03:03:14] <clkao> win 28
[03:03:25] *** seydoggy has quit IRC
[03:05:34] *** prbc has quit IRC
[03:06:33] *** moritzs has quit IRC
[03:06:35] *** b1rkh0ff has quit IRC
[03:07:47] *** rburns has quit IRC
[03:08:04] *** InezK_away is now known as InezK
[03:08:20] *** rtpg has joined #angularjs
[03:11:38] *** [n0b0dy] has quit IRC
[03:11:47] *** [n0b0dy] has joined #angularjs
[03:12:42] *** htowngangsta has quit IRC
[03:13:01] *** cigarshark has quit IRC
[03:13:22] *** lw has quit IRC
[03:14:35] *** mennea has joined #angularjs
[03:17:54] *** InezK is now known as InezK_away
[03:18:22] *** bphogan_afk is now known as bphogan
[03:18:55] *** Tidwell has quit IRC
[03:19:11] *** mennea has quit IRC
[03:19:36] *** Foxandxss has quit IRC
[03:20:28] *** dns51148 has joined #angularjs
[03:20:55] *** rtpg has quit IRC
[03:21:23] *** rtpg has joined #angularjs
[03:22:11] *** rtpg has quit IRC
[03:22:32] *** rtpg has joined #angularjs
[03:23:54] *** tschundeee has joined #angularjs
[03:26:22] *** zfogg has quit IRC
[03:28:03] *** tschundeee has quit IRC
[03:28:58] *** BaconSoap has quit IRC
[03:29:04] *** dc_ has joined #angularjs
[03:30:41] *** dc_ has quit IRC
[03:32:28] *** dc_ has joined #angularjs
[03:34:34] *** dc_ has quit IRC
[03:35:33] *** MANCHUCK has joined #angularjs
[03:35:47] *** zfogg has joined #angularjs
[03:36:19] *** slainer68 has quit IRC
[03:38:20] *** rtpg has quit IRC
[03:38:25] *** Fishy has joined #angularjs
[03:38:41] *** mmitchel_ has quit IRC
[03:39:02] *** nathggns has quit IRC
[03:39:03] *** loupgris has joined #angularjs
[03:39:45] *** Fishy has quit IRC
[03:40:14] *** Fishy has joined #angularjs
[03:40:38] *** jamesshijie has quit IRC
[03:41:04] *** danyim has joined #angularjs
[03:42:54] *** azureknight has joined #angularjs
[03:43:29] *** agrajag42 has quit IRC
[03:43:32] *** nectarys_ has quit IRC
[03:44:23] *** Fishy has quit IRC
[03:44:31] *** stirlingw has joined #angularjs
[03:45:45] *** danyim has quit IRC
[03:46:02] *** azureknight has quit IRC
[03:46:33] *** phrozensilver has quit IRC
[03:47:40] *** rtpg has joined #angularjs
[03:50:01] *** azureknight has joined #angularjs
[03:50:43] *** mettjus has quit IRC
[03:50:50] *** danielpquinn has joined #angularjs
[03:51:09] *** phrozensilver has joined #angularjs
[03:51:25] *** dc_ has joined #angularjs
[03:51:50] *** OffTheRails has joined #angularjs
[03:51:56] *** rtpg has quit IRC
[03:54:33] *** ravi has joined #angularjs
[03:54:44] <ravi> hello
[03:55:05] <ravi> problem in angular.js
[03:55:12] *** danielpquinn has quit IRC
[03:55:13] <gjvc> oh yeah
[03:55:35] <ravi> can we usee jquerry mobile with aangular
[03:56:01] *** vintik has joined #angularjs
[03:56:13] *** amargherio has quit IRC
[03:56:25] *** fedenunez has joined #angularjs
[03:58:29] *** TorchDragon has joined #angularjs
[04:00:30] *** colock has quit IRC
[04:00:31] *** lnxmad_ has joined #angularjs
[04:00:52] *** Left_Turn has quit IRC
[04:01:06] *** fairchild is now known as fairchild_away
[04:01:24] *** colock has joined #angularjs
[04:01:47] *** Samuel_M has joined #angularjs
[04:01:48] <Samuel_M> hi
[04:02:03] *** fairchild_away has quit IRC
[04:02:41] <davek> ravi, really would not suggest it.
[04:02:46] *** TorchDragon has quit IRC
[04:02:55] *** greg5green has quit IRC
[04:03:22] *** greg5green has joined #angularjs
[04:03:22] *** greg5green has joined #angularjs
[04:04:11] <davek> Samuel_M, what are you trying to accomplish exactly...
[04:04:39] *** tyfighter has joined #angularjs
[04:04:48] <Samuel_M> davek: I have the entire user authentication flow working properly, except logout. I want to get logout working
[04:04:51] <davek> I see you using the same function as your success and error handler for multiple promises, I see you creating one-off functions that return other functions with no alterations.
[04:05:25] <davek> I'd start by assigning proper success/failure handlers to that promise.
[04:05:34] <ravi> ok
[04:05:42] *** ravi has quit IRC
[04:05:42] *** OffTheRails has quit IRC
[04:05:49] *** loupgris has quit IRC
[04:06:02] <Samuel_M> davek: I have success/failure for my other $http; but no matter what the response is from the server I want the cookies cleared and the user redirected home
[04:06:17] <Samuel_M> (all my other functions have custom success/failure)
[04:07:20] <davek> Samuel_M, doing that on failure of the $http request doesn't make much sense.
[04:07:50] *** rtpg has joined #angularjs
[04:07:50] <Samuel_M> davek: Whatever the case, the logout function isn't having any effect. That's what I am troubleshooting.
[04:08:04] *** fairchild has joined #angularjs
[04:08:23] *** JoshGlzBrk has joined #angularjs
[04:08:25] *** mehlah has quit IRC
[04:08:50] *** InezK_away is now known as InezK
[04:09:09] <davek> Samuel_M, and I'm trying to tell you that the way you're architecting this is just going to compound your errors. Either way, look at line 9 and tell me what's wrong.
[04:09:29] <Samuel_M> Whoops, no $
[04:09:57] *** loupgris has joined #angularjs
[04:10:03] <Samuel_M> Okay, that solves one error. The second one is that it's not redirecting
[04:10:05] *** vintik has quit IRC
[04:10:12] *** rburns has joined #angularjs
[04:10:20] *** rodyhaddad has joined #angularjs
[04:11:00] *** jamesshijie has joined #angularjs
[04:11:34] *** bphogan is now known as bphogan_afk
[04:14:09] <Samuel_M> Oh, everything is working now
[04:14:16] <Samuel_M> Darn, such an obvious mistake
[04:14:19] <Samuel_M> Forgetting that $ there
[04:14:49] <BahamutWC|Work> migrating a big app to Bootstrap 3 is a pita...
[04:15:16] *** mennea has joined #angularjs
[04:17:18] *** lucasefe has quit IRC
[04:17:23] *** jamesshijie has quit IRC
[04:19:14] *** zfogg has quit IRC
[04:19:26] *** mennea has quit IRC
[04:19:55] *** jobelenus has joined #angularjs
[04:21:15] *** loupgris has quit IRC
[04:22:11] *** dc_ has quit IRC
[04:25:06] *** BaconSoap has joined #angularjs
[04:26:00] *** mnewton has joined #angularjs
[04:26:20] *** sneakertack has joined #angularjs
[04:26:33] *** mnewton has quit IRC
[04:26:49] *** tyfighter has quit IRC
[04:27:29] *** secondjeff has joined #angularjs
[04:28:32] *** lucasefe has joined #angularjs
[04:28:52] *** tbo_ has joined #angularjs
[04:29:27] *** slainer68 has joined #angularjs
[04:29:53] *** jeef3 has joined #angularjs
[04:29:59] *** BaconSoap has quit IRC
[04:30:47] *** jeef3 has quit IRC
[04:30:48] *** wilmoore has joined #angularjs
[04:32:02] *** Cydmax has quit IRC
[04:32:13] *** secondjeff has quit IRC
[04:32:57] <T3charmy> hmm
[04:33:07] <T3charmy> weird if you do
[04:33:08] <T3charmy> <p ng-hide="postCtrl.CurrentPost === 0"><a href ng-click="postCtrl.CurrentPost = 0"><h1>Go back to all post</h1></a></p>
[04:33:16] <T3charmy> it doesn't follow the ng-hide
[04:33:41] <T3charmy> but if you did <b></b> instead of <h1></h2> it works fine
[04:33:58] <T3charmy> err <h1></h1>
[04:34:03] *** slainer68 has quit IRC
[04:34:33] *** bluesm has quit IRC
[04:34:50] <rodyhaddad> T3charmy: Look at the DOM structure. The browser probably moved the <h1> out of the <p>
[04:35:34] <rodyhaddad> because an <h1> can't be in a <p>
[04:35:42] <T3charmy> o.O
[04:35:43] *** rburns has quit IRC
[04:35:56] <T3charmy> doh.
[04:36:24] <T3charmy> why didn't I catch that earlier...
[04:36:48] <T3charmy> thanks I guess!
[04:36:51] *** Olsonfold has joined #angularjs
[04:37:05] *** ngoyal has joined #angularjs
[04:37:33] <rodyhaddad> T3charmy: no problem :)
[04:37:56] <T3charmy> HTML/JS is not my strong point
[04:38:22] <T3charmy> I've done PHP for 7-8 years now... never really took on HTML until recently... :P
[04:38:45] *** Fishy has joined #angularjs
[04:39:25] <rodyhaddad> T3charmy: Welcome to the horde :P
[04:40:05] *** knownasilya has joined #angularjs
[04:40:13] <BahamutWC|Work> lots of fun issues on the frontend
[04:40:22] *** Stampy has quit IRC
[04:40:29] <rodyhaddad> T3charmy: something like your issue catches everyone at some point or another
[04:40:43] <BahamutWC|Work> came across a subtle one earlier today where Bootstrap 3 doing * { box-sizing: border-box } ruined some existing styles
[04:41:08] *** zfogg has joined #angularjs
[04:41:11] <rodyhaddad> I'd just recommend you heavily use the DevTools, it lets you get to the "sources of truth"
[04:41:26] *** ngoyal has quit IRC
[04:41:27] <rodyhaddad> BahamutWC|Work: hey dude! :D
[04:41:29] <davek> BahamutWC|Work why... are you using alternative box-sizings?
[04:41:31] <T3charmy> @rodyhaddad well that's good I guess ... atleast I'm not alone. :P
[04:41:36] <BahamutWC|Work> hey rody
[04:41:49] <rodyhaddad> BahamutWC|Work: are you back in the bay area?
[04:42:02] *** night-owl2 has quit IRC
[04:42:05] <T3charmy> I've never had problems with Bootstrap :P
[04:42:17] <BahamutWC|Work> davek: not that I’m aware of - I had to do change it back to content-box for a particular class (i.e. .widget-header * { box-sizing: content-box })
[04:42:20] <T3charmy> no I take that back :p
[04:42:21] <BahamutWC|Work> rodyhaddad: yup
[04:42:36] <BahamutWC|Work> note: I’m doing a Bootstrap 2 to Bootstrap 3 migration
[04:42:43] *** jonasrosenlind has joined #angularjs
[04:42:47] <T3charmy> I did have a weird issue one time with menus..
[04:43:01] <T3charmy> oh that's the best! I remember doing that on my blog.... such a pain the rear
[04:43:07] *** Hackwar1 has joined #angularjs
[04:43:23] <BahamutWC|Work> the worst is replacing all of the grid classes
[04:43:31] <T3charmy> Yep
[04:43:33] <davek> I've had lovely success with foundation.
[04:43:35] *** Fishy has quit IRC
[04:43:39] <davek> Or pure.
[04:43:39] <BahamutWC|Work> wish we used the mixins so that we didn’t have that issue
[04:43:47] <BahamutWC|Work> I liked Foundation the little I’ve used of it
[04:43:58] <BahamutWC|Work> in some areas it’s definitely better than Bootstrap
[04:44:04] *** Fire-Dragon-DoL has quit IRC
[04:44:12] *** nagappan has quit IRC
[04:44:17] <T3charmy> oh dear.
[04:44:34] <T3charmy> apparently I haven't redone my site to BootStrap 3... :S
[04:44:42] <T3charmy> could have swore I did..
[04:44:44] *** nagappan has joined #angularjs
[04:44:58] <BahamutWC|Work> Bootstrap 2 to Bootstrap 3 is painful
[04:45:03] *** sneakertack has quit IRC
[04:45:23] *** Hackwar has quit IRC
[04:45:27] <T3charmy> must have been bootstrap 1 to BS2 :P
[04:45:36] <T3charmy> I've been using it for a long time :p
[04:45:51] *** zfogg has quit IRC
[04:46:37] *** fold has joined #angularjs
[04:46:43] <davek> Down to 6 errors from 23! Progress!
[04:47:00] *** [n0b0dy] has quit IRC
[04:47:33] *** jonasrosenlind has quit IRC
[04:48:07] <T3charmy> no... well.... looks like I have a long day ahead of me tomorrow :P
[04:48:30] <T3charmy> might as well convert to BS3 while I'm converting site to angular instead of hard coded php :P
[04:49:10] *** [n0b0dy] has joined #angularjs
[04:51:34] *** danielpquinn has joined #angularjs
[04:51:52] *** corealix has joined #angularjs
[04:53:19] *** MickeyO has joined #angularjs
[04:54:07] *** sneakertack has joined #angularjs
[04:54:20] <T3charmy> wow :P
[04:54:28] <T3charmy> actually got most of the site fixed already Dx
[04:55:08] *** agrajag42 has joined #angularjs
[04:56:10] *** danielpquinn has quit IRC
[04:58:22] *** jasoncurran has joined #angularjs
[04:59:00] *** bphogan_afk is now known as bphogan
[05:00:30] *** MANCHUCK has quit IRC
[05:00:34] *** bicranial has joined #angularjs
[05:02:43] *** prbc has joined #angularjs
[05:03:21] <T3charmy> @BahamutWC|Work Yea.. Worst part is the menu system for me...
[05:03:40] *** Methylated has joined #angularjs
[05:04:23] *** BrianGO has joined #angularjs
[05:05:00] *** lnxmad_ has quit IRC
[05:05:59] *** rtpg has quit IRC
[05:06:29] *** rtpg has joined #angularjs
[05:06:39] *** tyfighter has joined #angularjs
[05:06:54] *** dylukes has joined #angularjs
[05:07:23] *** prbc has quit IRC
[05:08:08] *** Methylated has quit IRC
[05:08:10] *** negval has joined #angularjs
[05:08:59] <T3charmy> Welp, I'm off to sleep. night all. :P
[05:09:02] *** T3charmy has quit IRC
[05:09:23] *** zfogg has joined #angularjs
[05:10:43] *** JosephSilber has joined #angularjs
[05:10:56] *** rtpg has quit IRC
[05:12:11] *** stirlingw has quit IRC
[05:12:22] *** bphogan is now known as bphogan_afk
[05:12:26] *** Grokling_ has joined #angularjs
[05:13:54] *** mamarilmanson has joined #angularjs
[05:14:48] *** corealix has quit IRC
[05:16:15] *** stirlingw has joined #angularjs
[05:16:58] <JonathanNeal> Good evening from PT!
[05:17:26] *** rburns has joined #angularjs
[05:18:10] *** stirlingw has quit IRC
[05:18:18] *** jamto11 has joined #angularjs
[05:18:24] <davek> Portugal?
[05:19:16] *** stirlingw has joined #angularjs
[05:19:17] <davek> Physical training.
[05:19:36] *** phrozensilver has quit IRC
[05:19:47] <elezium> Pacific Time?
[05:20:41] *** BaconSoap has joined #angularjs
[05:20:42] <davek> Which one?! That's incredibly vague.
[05:21:41] *** jharbaug_ has quit IRC
[05:22:01] *** bphogan_afk is now known as bphogan
[05:22:16] *** jharbaugh has joined #angularjs
[05:22:34] *** bmac has joined #angularjs
[05:23:00] *** newbie has joined #angularjs
[05:23:02] *** dns51148 has quit IRC
[05:23:04] *** noocode has quit IRC
[05:23:25] *** newbie is now known as Guest44345
[05:23:41] *** Samuel_M has quit IRC
[05:24:25] *** waylon999 has joined #angularjs
[05:25:34] *** tschundeee has joined #angularjs
[05:26:06] *** BaconSoap has quit IRC
[05:26:33] *** jharbaugh has quit IRC
[05:26:43] *** InezK is now known as InezK_away
[05:28:05] *** s3shs has joined #angularjs
[05:28:12] *** Asiajey has quit IRC
[05:28:56] *** noocode has joined #angularjs
[05:28:57] <BrianGO> hi
[05:29:31] *** azureknight has quit IRC
[05:29:48] <s3shs> hey
[05:29:51] *** tyfighter has quit IRC
[05:29:56] *** rburns has quit IRC
[05:30:03] *** tschundeee has quit IRC
[05:30:40] *** TorpedoSkyline has joined #angularjs
[05:31:15] *** tbo_ has quit IRC
[05:31:32] *** steffengy has joined #angularjs
[05:32:42] *** ETBlue has joined #angularjs
[05:33:03] *** accelerate is now known as raycats
[05:34:09] *** whitebook has joined #angularjs
[05:34:38] *** steffengy1 has quit IRC
[05:35:25] *** ninsei has joined #angularjs
[05:35:27] *** ninsei has quit IRC
[05:35:30] *** dns51148 has joined #angularjs
[05:35:32] *** s3shs has quit IRC
[05:35:48] *** ninsei has joined #angularjs
[05:36:00] *** ninsei has joined #angularjs
[05:36:13] *** ninsei has joined #angularjs
[05:36:26] *** ninsei has joined #angularjs
[05:36:39] *** ninsei has joined #angularjs
[05:36:52] *** ninsei has joined #angularjs
[05:37:06] *** ninsei has joined #angularjs
[05:37:12] *** rtpg has joined #angularjs
[05:37:19] *** ninsei has joined #angularjs
[05:37:32] *** ninsei has joined #angularjs
[05:37:44] *** mdedetrich has joined #angularjs
[05:37:44] *** ninsei has joined #angularjs
[05:38:32] <damoncasale> Okay, so had to run out for a while. Back with the same question as before.
[05:38:41] <damoncasale> I'm having an issue with ui-router where a route with a parameter isn't loading at all. Anyone run into this before?
[05:38:46] *** Fishy has joined #angularjs
[05:39:08] <damoncasale> I can provide a URL for my app and show what's not working.
[05:39:32] *** stirlingw has quit IRC
[05:39:32] *** rtpg has quit IRC
[05:39:47] *** rtpg has joined #angularjs
[05:40:18] *** fatshark has joined #angularjs
[05:41:08] *** Nizumzen has quit IRC
[05:41:25] *** JoshGlzBrk has quit IRC
[05:41:47] *** stirlingw has joined #angularjs
[05:41:48] *** waylon999 has quit IRC
[05:42:27] *** danyim has joined #angularjs
[05:43:05] *** Fishy has quit IRC
[05:43:11] *** ccbmx has quit IRC
[05:44:04] *** zfogg has quit IRC
[05:45:52] *** TorpedoSkyline has quit IRC
[05:46:26] *** slainer68 has joined #angularjs
[05:47:11] *** joshontheweb has joined #angularjs
[05:47:12] <AlbinoTux> damoncasale: Can you cofirm the correct route is being taken?
[05:47:20] <damoncasale> Yes.
[05:47:23] *** danyim has quit IRC
[05:47:34] <damoncasale> Because I've tried entering the route manually into my browser and I get a mostly empty page.
[05:47:45] <damoncasale> The controller for that route doesn't seem to be firing at all.
[05:48:01] <damoncasale> Here's the page:
[05:48:03] *** phrozensilver has joined #angularjs
[05:48:08] <damoncasale> You can login with damoncasale/private
[05:48:29] <damoncasale> The button to click is the "bubble" one that's second from the right, on the first post.
[05:48:33] <damoncasale> That leads to this link:
[05:48:49] <damoncasale> It doesn't display, as you can see.
[05:48:54] *** TorpedoSkyline has joined #angularjs
[05:49:41] <damoncasale> The controller has some resolves, and I've even tried setting Javascript breakpoints in those to see what might be happening, but no joy.
[05:50:03] <damoncasale> Btw, I've tried two different formats, both of which I've seen on the 'net, for the route:
[05:50:39] <damoncasale> url: '/singlepost/{postid}',
[05:50:50] <damoncasale> and with :postid instead at the end.
[05:50:58] <damoncasale> Not sure which one is correct, or if both are.
[05:50:59] *** dylukes has quit IRC
[05:51:12] <damoncasale> Neither one worked, tho.
[05:51:35] *** slainer68 has quit IRC
[05:51:41] *** stirlingw has quit IRC
[05:52:24] *** danielpquinn has joined #angularjs
[05:53:29] <damoncasale> AlbinoTux: Stumped yet? ^^;;
[05:54:22] <AlbinoTux> damoncasale: Sorry, taking it all in. :) Reading documentation and reviewing the code.
[05:54:24] *** azureknight has joined #angularjs
[05:54:36] * damoncasale nods.
[05:54:48] <damoncasale> S'ok. Thanks for taking a look.
[05:54:50] *** jharbaugh has joined #angularjs
[05:55:19] <damoncasale> The app is getting pretty large, so sorry off the bat for not providing a smaller sample that illustrates the issue.
[05:55:44] <AlbinoTux> No worries, I haven't ever used ui-router. :)
[05:55:56] <AlbinoTux> But it looks like it maps things to $stateParams
[05:56:03] <AlbinoTux> Not $routeParams
[05:56:06] <damoncasale> What I'm thinking of doing is debugging and fixing the rest of the app's functionality, and if I can't get this figured out by then, then going to the trouble of making a sandbox just to test/debug this one issue.
[05:56:11] <AlbinoTux> so that is probably your issue.
[05:56:15] <damoncasale> Okay, I'll change that. Sec.
[05:56:41] *** danielpquinn has quit IRC
[05:56:54] <AlbinoTux> bummer
[05:57:22] <damoncasale> Ooo!
[05:57:26] <damoncasale> It works!
[05:57:31] *** dylukes has joined #angularjs
[05:57:39] <damoncasale> WOW! Thanks!
[05:57:45] *** joshontheweb has quit IRC
[05:58:06] <AlbinoTux> Is there any reason you used ui-router instead of ngRoute?
[05:58:09] <damoncasale> The page looks like it has other issues, but I can fix those. :)
[05:58:22] <damoncasale> I was trying a bunch of different things. This is my first Angular app ever.
[05:58:36] <AlbinoTux> I think the parameter is supposed to be: :postID
[05:58:37] *** ghox has quit IRC
[05:58:44] <damoncasale> Ah, k.
[05:58:57] *** jharbaugh has quit IRC
[05:59:47] *** dilas has quit IRC
[06:00:09] *** RichardLitt has quit IRC
[06:00:17] *** MickeyO has quit IRC
[06:00:20] <damoncasale> Anyway, I took on this project from a client for whom I've worked before. He wants a mobile app and is basically paying me to learn Angular and Phonegap. :)
[06:00:28] *** [n0b0dy] has quit IRC
[06:00:38] *** [n0b0dy] has joined #angularjs
[06:00:42] *** Grokling_ has quit IRC
[06:00:47] *** vintik has joined #angularjs
[06:01:25] <snurfery> totally don't want to go out tonight, dammitalltohell
[06:01:47] *** tbo_ has joined #angularjs
[06:03:31] *** prbc has joined #angularjs
[06:03:39] <AlbinoTux> damoncasale: Nice. Glad I could help. I get to put one in the "win" column. Now if I can only figure out how to update the URL in the address bar without reinitializing the whole dang controller :).
[06:05:03] <damoncasale> No idea, not sure there. ^^;;
[06:05:03] <phrozensilver> is there a chatroom for like MEAN stack type stuff
[06:05:10] <phrozensilver> just in general?
[06:05:46] *** sdouble has joined #angularjs
[06:06:15] <AlbinoTux> phrozensilver: Not being sarcastic, but did you try "/list MEAN"?
[06:06:30] <AlbinoTux> phrozensilver: Looks like there is ##mean.io
[06:07:12] *** bmac has quit IRC
[06:07:53] *** prbc has quit IRC
[06:08:21] <AlbinoTux> phrozensilver: Sorry, #mean.io
[06:08:59] <phrozensilver> awesome thanks AlbinoTux
[06:09:34] *** TorpedoSkyline has quit IRC
[06:10:01] *** rodyhaddad has quit IRC
[06:10:02] *** mamarilmanson has quit IRC
[06:12:22] *** dylukes has quit IRC
[06:12:40] *** stirlingw has joined #angularjs
[06:13:28] *** boneskull has quit IRC
[06:14:04] *** Guest44345 has quit IRC
[06:14:19] *** jamesshijie has joined #angularjs
[06:15:02] *** bilb_ono has quit IRC
[06:15:17] *** boneskull has joined #angularjs
[06:18:47] *** jamesshijie has quit IRC
[06:20:11] *** vintik has quit IRC
[06:20:12] *** patrick99e99 has quit IRC
[06:21:25] *** BaconSoap has joined #angularjs
[06:23:06] *** robertzehnder has quit IRC
[06:25:30] *** rodyhadd_ has joined #angularjs
[06:26:09] *** BaconSoap has quit IRC
[06:26:46] *** bulkan has joined #angularjs
[06:27:35] *** ghox has joined #angularjs
[06:27:40] *** whitebook has quit IRC
[06:28:06] *** {DV8} has joined #angularjs
[06:29:17] *** ascarter has joined #angularjs
[06:29:53] *** KamalKaur has joined #angularjs
[06:29:55] *** ascarter has joined #angularjs
[06:29:55] <KamalKaur> django
[06:30:04] *** ascarter has quit IRC
[06:30:36] *** ascarter has joined #angularjs
[06:31:23] *** mennea has joined #angularjs
[06:31:48] *** mdedetrich has quit IRC
[06:31:55] *** bphogan is now known as bphogan_afk
[06:33:04] *** dccc has quit IRC
[06:35:05] *** joshontheweb has joined #angularjs
[06:36:47] *** forcer has quit IRC
[06:37:09] *** forcer- has joined #angularjs
[06:37:10] *** forcer- is now known as forcer
[06:37:25] *** stirlingw has quit IRC
[06:38:45] *** Fishy has joined #angularjs
[06:40:29] *** fedenunez has quit IRC
[06:40:47] *** motionman has quit IRC
[06:41:17] *** Joshee has joined #angularjs
[06:42:35] *** bicranial has quit IRC
[06:43:10] *** Fishy has quit IRC
[06:44:13] *** rodyhadd_ has quit IRC
[06:46:00] *** snapwich has joined #angularjs
[06:46:02] *** mven_ has quit IRC
[06:46:20] *** mdedetrich has joined #angularjs
[06:46:39] *** dccc has joined #angularjs
[06:48:24] *** mven_ has joined #angularjs
[06:48:52] *** tomzx is now known as tomzx`afk
[06:49:04] *** anjumkaiser has joined #angularjs
[06:49:38] *** dns51148 has quit IRC
[06:49:45] *** drej has quit IRC
[06:49:57] *** dns51148 has joined #angularjs
[06:50:09] *** drej has joined #angularjs
[06:51:18] *** faddah has joined #angularjs
[06:51:29] *** rburns has joined #angularjs
[06:52:13] *** Hackwar has joined #angularjs
[06:52:16] *** MalfaitRobin has quit IRC
[06:52:26] *** MalfaitRobin_ has joined #angularjs
[06:53:07] *** danielpquinn has joined #angularjs
[06:53:32] *** JoshGlzBrk has joined #angularjs
[06:54:18] *** Hackwar1 has quit IRC
[06:54:55] *** MalfaitRobin_ is now known as MalfaitRobin
[06:55:40] *** jharbaugh has joined #angularjs
[06:56:31] *** RichardLitt has joined #angularjs
[06:56:44] *** ascarter has quit IRC
[06:57:28] *** jobelenus has quit IRC
[06:57:33] *** danielpquinn has quit IRC
[06:58:30] *** ascarter has joined #angularjs
[06:58:59] *** netorious has joined #angularjs
[06:59:07] *** ascarter has joined #angularjs
[07:00:45] *** jharbaugh has quit IRC
[07:02:25] *** brodul has quit IRC
[07:03:06] *** jamto11 has quit IRC
[07:03:11] *** rho has joined #angularjs
[07:04:07] <netorious> anyone know how i can get my template to override my ui-view div in ui-router?
[07:04:22] <netorious> kind of how transclude works in directives
[07:04:36] *** narutimateum has quit IRC
[07:04:53] *** KamalKaur has left #angularjs
[07:05:19] *** anjumkaiser has quit IRC
[07:05:55] *** rtpg has quit IRC
[07:05:59] *** brodul has joined #angularjs
[07:06:18] *** oste has quit IRC
[07:06:29] *** rtpg has joined #angularjs
[07:10:34] *** rtpg has quit IRC
[07:10:34] *** bphogan_afk is now known as bphogan
[07:10:56] *** bulkan has quit IRC
[07:11:35] *** bulkan has joined #angularjs
[07:12:14] *** BrianGO has quit IRC
[07:13:12] *** zivester has quit IRC
[07:14:44] *** dc_ has joined #angularjs
[07:15:17] *** dcherman has quit IRC
[07:16:01] *** bulkan has quit IRC
[07:17:37] *** ghox has quit IRC
[07:18:04] *** ghox has joined #angularjs
[07:18:42] *** dns51148 has quit IRC
[07:19:05] *** joshontheweb has quit IRC
[07:20:17] *** bicranial has joined #angularjs
[07:20:32] *** Guest74110 is now known as mu
[07:20:38] *** mu has joined #angularjs
[07:22:10] *** BaconSoap has joined #angularjs
[07:22:30] *** BrianGO has joined #angularjs
[07:23:09] *** {DV8} has quit IRC
[07:23:09] *** bphogan is now known as bphogan_afk
[07:26:06] *** dns51148 has joined #angularjs
[07:26:56] *** BaconSoap has quit IRC
[07:27:19] *** zfogg has joined #angularjs
[07:27:46] *** InezK_away is now known as InezK
[07:29:27] *** vintik has joined #angularjs
[07:30:22] *** rtpg has joined #angularjs
[07:34:21] *** jamto11 has joined #angularjs
[07:36:12] *** lw has joined #angularjs
[07:36:31] *** mven_ has quit IRC
[07:37:14] *** elezium has quit IRC
[07:37:40] *** InezK is now known as InezK_away
[07:38:50] *** Fishy has joined #angularjs
[07:38:59] *** jamto11 has quit IRC
[07:39:55] *** jamesshijie has joined #angularjs
[07:40:18] *** ETBlue has quit IRC
[07:40:19] *** Elezium has joined #angularjs
[07:40:22] *** katsuki has joined #angularjs
[07:40:25] *** mennea has quit IRC
[07:40:27] *** jamesshijie has quit IRC
[07:40:34] *** jamesshijie has joined #angularjs
[07:40:42] *** katsuki has quit IRC
[07:40:58] *** mennea has joined #angularjs
[07:43:07] *** MattWelch has quit IRC
[07:43:20] *** Fishy has quit IRC
[07:44:07] *** jamesshijie has quit IRC
[07:44:24] *** JoshGlzBrk has quit IRC
[07:44:47] *** bphogan_afk is now known as bphogan
[07:45:04] *** MJD has quit IRC
[07:45:42] *** netorious has quit IRC
[07:46:12] <AlbinoTux> Why does the pagination directive for the current page reset the page to 1 when it is first rendered? How do I get it to start on page 2?
[07:47:38] *** tyfighter has joined #angularjs
[07:47:44] *** jamesshijie has joined #angularjs
[07:47:46] *** bicranial has quit IRC
[07:47:47] *** rho has quit IRC
[07:48:23] *** AxldenieD has joined #angularjs
[07:48:52] <AxldenieD> hey :)
[07:49:33] *** patrick99e99 has joined #angularjs
[07:50:09] *** phrozensilver has quit IRC
[07:50:27] *** hell_razer has quit IRC
[07:50:53] *** phrozensilver has joined #angularjs
[07:51:10] *** mercwithamouth has joined #angularjs
[07:51:26] *** phrozensilver has quit IRC
[07:51:34] *** hell_razer has joined #angularjs
[07:52:37] *** phrozensilver has joined #angularjs
[07:53:12] *** MJD has joined #angularjs
[07:53:53] *** danielpquinn has joined #angularjs
[07:55:43] *** phrozensilver has quit IRC
[07:56:26] *** jharbaugh has joined #angularjs
[07:57:55] *** rodyhaddad has joined #angularjs
[07:58:47] *** danielpquinn has quit IRC
[07:59:47] *** JoshGlzBrk has joined #angularjs
[08:00:53] *** jharbaugh has quit IRC
[08:00:57] *** [n0b0dy] has quit IRC
[08:01:07] *** [n0b0dy] has joined #angularjs
[08:01:31] *** anjumkaiser has joined #angularjs
[08:03:28] *** lw has quit IRC
[08:03:31] *** dns51148 has quit IRC
[08:03:51] *** dns51148 has joined #angularjs
[08:03:53] <tbo_> AlbinoTux - yeah I'm trying to do that as well
[08:04:17] *** dns51148 is now known as bLu_
[08:04:46] *** jordandotdev has joined #angularjs
[08:04:55] *** prbc has joined #angularjs
[08:05:48] *** InezK_away is now known as InezK
[08:06:12] *** dutis has joined #angularjs
[08:06:32] *** asdofindia has quit IRC
[08:07:08] *** danyim has joined #angularjs
[08:07:19] *** Mouzi has joined #angularjs
[08:08:54] *** asdofindia has joined #angularjs
[08:09:26] *** prbc has quit IRC
[08:09:35] *** caitp has quit IRC
[08:10:04] *** Methylated has joined #angularjs
[08:10:47] *** bphogan is now known as bphogan_afk
[08:11:41] *** Methylated has quit IRC
[08:15:29] *** InezK is now known as InezK_away
[08:15:53] <AlbinoTux> tbo_: I was able to get it sorted out after updating angular ui to 0.11.0
[08:16:08] <tbo_> ah sweet - thanks!
[08:19:23] *** bicranial has joined #angularjs
[08:20:13] *** Pankaj has joined #angularjs
[08:21:12] *** jamesshijie has quit IRC
[08:22:03] *** zbzzn has quit IRC
[08:22:56] *** BaconSoap has joined #angularjs
[08:23:00] *** knownasilya has quit IRC
[08:23:47] *** jamto11 has joined #angularjs
[08:24:20] *** Ethix has quit IRC
[08:25:09] *** ngbot has joined #angularjs
[08:25:10] <ngbot> angular.js/master c03ad24 rodyhaddad: fix($parse): correctly assign expressions who's path is undefined and that use brackets notation...
[08:25:10] *** ngbot has left #angularjs
[08:26:41] *** scmx has joined #angularjs
[08:27:20] <JonathanNeal> elezium with the win. I meant pacific time.
[08:27:30] <Elezium> ;)
[08:27:42] *** BaconSoap has quit IRC
[08:27:44] <Elezium> Us or Can?
[08:27:50] *** Yahkob has joined #angularjs
[08:27:53] *** jamto11 has quit IRC
[08:28:05] *** Methylated has joined #angularjs
[08:28:05] <JonathanNeal> US, Sunny So Cal.
[08:29:07] <Elezium> Lucky... Montreal here ... be back .. Working :(
[08:29:33] *** rburns has quit IRC
[08:29:48] *** Methylated has quit IRC
[08:30:01] *** linojon has quit IRC
[08:30:29] *** hell_razer has quit IRC
[08:30:52] *** r0ok has quit IRC
[08:33:04] *** mdedetrich has quit IRC
[08:33:30] *** mdedetrich has joined #angularjs
[08:34:39] *** mindlace has joined #angularjs
[08:34:47] *** jamto11 has joined #angularjs
[08:34:55] *** Ilyas has joined #angularjs
[08:35:03] *** jae has joined #angularjs
[08:35:20] *** mennea has quit IRC
[08:38:26] <damoncasale> I have a question. I have a ui-router enabled app with a state that has a resolve with two values. One of those values calls a service which returns a promise.
[08:38:32] *** mdedetrich has quit IRC
[08:38:46] *** Fishy has joined #angularjs
[08:38:47] <damoncasale> My question is, is that promise somehow automatically resolved by the time the view is rendered?
[08:38:52] *** jamto11 has quit IRC
[08:39:03] <BahamutWC> damoncasale: yep
[08:39:09] <damoncasale> Just wondering if I'm doing this the right way, 'cause I'm not seeing anything on the page in question.
[08:39:15] <BahamutWC> well no
[08:39:24] <BahamutWC> the promise is resolved before the controller is instantiated
[08:39:35] <BahamutWC> I believe the view first loads beforehand though
[08:39:47] <damoncasale> This is the page in question:
[08:40:00] <damoncasale> Here's the page it's coming from:
[08:40:06] <damoncasale> Login is damoncasale / private
[08:40:40] <damoncasale> You can get to the first link by clicking the second button from the right on the first post.
[08:40:55] <damoncasale> Basically, the first post should show up again on the singlepost page.
[08:41:00] <damoncasale> And it's not for some reason.
[08:41:06] *** tyfighter has quit IRC
[08:41:47] <damoncasale> Should I do a $scope.apply after the controller instantiates, maybe?
[08:41:50] *** pluma has quit IRC
[08:43:08] *** Fishy has quit IRC
[08:43:31] <BahamutWC> no
[08:43:49] <BahamutWC> also this isn't enough to help you - you should try creating a minimal reproduction or copy/paste code into a pastebin or such
[08:44:06] <BahamutWC> this isn't really possible to debug without knowledge of the codebase
[08:44:08] *** pluma has joined #angularjs
[08:44:16] *** nanoyak has joined #angularjs
[08:44:52] <damoncasale> k.
[08:45:05] <damoncasale> Well, I think I'll just load the individual post after the controller instantiates, anyway.
[08:45:33] <damoncasale> Means letting the view first load with null values in it, but w/e...
[08:46:54] *** Methylated has joined #angularjs
[08:47:36] *** snapwich has quit IRC
[08:47:43] <BahamutWC> damoncasale: try putting some console logs in your getActivePosts method
[08:47:48] <BahamutWC> also that method is unnecessarily verbose
[08:47:51] *** bLu_ has quit IRC
[08:48:01] <damoncasale> It probably is. This is my first Angular app. :)
[08:48:12] *** bLu_ has joined #angularjs
[08:48:22] <BahamutWC> no need to create a deferred, just do return $http.post(...).then(successCallback, errorback)
[08:48:45] *** bLu_ has quit IRC
[08:49:12] <BahamutWC> in the success callback, you can also throw an exception which gets caught and is used to reject the promise if you need
[08:50:07] <BahamutWC> $http is essentially an augmented $q.when object (a promise)
[08:51:03] *** BaconSoap has joined #angularjs
[08:51:41] *** jamesshijie has joined #angularjs
[08:53:46] *** MuffinMan` has joined #angularjs
[08:54:20] *** Shrooms has quit IRC
[08:54:37] *** danielpquinn has joined #angularjs
[08:54:58] *** tarnus has quit IRC
[08:55:55] *** BaconSoap has quit IRC
[08:56:15] *** jamesshijie has quit IRC
[08:57:23] *** jharbaugh has joined #angularjs
[08:58:52] *** pluma has quit IRC
[08:59:04] *** danielpquinn has quit IRC
[08:59:08] *** holymac has joined #angularjs
[08:59:13] *** jharbaug_ has joined #angularjs
[08:59:25] *** _ht has joined #angularjs
[08:59:34] *** zerd_ has quit IRC
[08:59:40] *** zerd has joined #angularjs
[09:00:01] *** charuru has quit IRC
[09:00:24] *** BrianGO has quit IRC
[09:00:34] *** asdofindia has quit IRC
[09:01:11] *** [n0b0dy] has quit IRC
[09:01:21] *** [n0b0dy] has joined #angularjs
[09:01:34] *** charuru has joined #angularjs
[09:01:52] *** jharbaugh has quit IRC
[09:02:18] *** holymac_ has quit IRC
[09:02:51] *** BrianGO has joined #angularjs
[09:03:01] *** tbo_ has quit IRC
[09:03:41] *** jharbaug_ has quit IRC
[09:04:01] *** donado has quit IRC
[09:05:01] *** taternuts|work has quit IRC
[09:05:36] *** prbc has joined #angularjs
[09:06:36] *** InezK_away is now known as InezK
[09:08:23] *** halsell has joined #angularjs
[09:09:58] *** cdaringe has joined #angularjs
[09:10:04] *** jae is now known as Jae
[09:10:29] *** prbc has quit IRC
[09:10:53] *** Yahkob has quit IRC
[09:14:38] <Elezium> yeah! Another night patching done.
[09:15:16] *** diffalot has quit IRC
[09:16:07] *** styles_ has quit IRC
[09:16:21] *** InezK is now known as InezK_away
[09:17:08] *** slainer68 has joined #angularjs
[09:17:13] *** asdofindia has joined #angularjs
[09:17:51] *** styles_ has joined #angularjs
[09:19:33] *** Xethron has joined #angularjs
[09:19:46] *** oozzal has joined #angularjs
[09:19:51] *** rodyhaddad has quit IRC
[09:20:06] *** ETBlue has joined #angularjs
[09:20:13] *** ngoyal has joined #angularjs
[09:20:17] *** mindlace has quit IRC
[09:20:49] *** Steven_ is now known as Xteven
[09:21:46] *** slainer68 has quit IRC
[09:22:08] *** disorder20 has joined #angularjs
[09:22:20] *** DrMabuse has joined #angularjs
[09:22:43] *** phuh has joined #angularjs
[09:24:01] *** diffalot has joined #angularjs
[09:24:39] *** ngoyal has quit IRC
[09:25:10] *** oozzal has quit IRC
[09:25:21] *** tschundeee has joined #angularjs
[09:25:39] *** disorder20 has quit IRC
[09:25:41] *** BrianGO has quit IRC
[09:25:52] *** disorder20 has joined #angularjs
[09:26:07] *** phuh has quit IRC
[09:26:27] *** azureknight has quit IRC
[09:28:05] *** AngularUI has joined #angularjs
[09:28:05]
<AngularUI> [bootstrap] pkozlowski-opensource pushed 1 new commit to master: http://git.io/_q5e9Q
[09:28:05] <AngularUI> bootstrap/master 9030d2c Pawel Kozlowski: docs(CONTRIBUTING.md): clarify GitHub issues handling policy
[09:28:06] *** AngularUI has left #angularjs
[09:28:53] *** evilaliv3 has joined #angularjs
[09:29:56] *** schimmi has quit IRC
[09:30:35] *** InezK_away is now known as InezK
[09:31:47] *** disorder20 has quit IRC
[09:31:48] *** schimmi has joined #angularjs
[09:32:24] *** tschundeee has quit IRC
[09:32:44] *** mennea has joined #angularjs
[09:32:56] *** leyluj has joined #angularjs
[09:34:37] *** jamto11 has joined #angularjs
[09:34:45] *** danyim has quit IRC
[09:35:08] *** epantzar has joined #angularjs
[09:35:18] *** danyim has joined #angularjs
[09:36:54] *** cdaringe has quit IRC
[09:37:20] *** s3cr3t has joined #angularjs
[09:38:05] *** leyluj has quit IRC
[09:38:23] *** fairchild has quit IRC
[09:38:41] *** Fishy has joined #angularjs
[09:38:42] *** leyluj has joined #angularjs
[09:40:10] *** InezK is now known as InezK_away
[09:40:10] *** tarkus has joined #angularjs
[09:40:11] *** danyim has quit IRC
[09:40:37] *** jamto11 has quit IRC
[09:42:56] *** Fishy has quit IRC
[09:43:34] *** nanoyak has quit IRC
[09:43:48] *** azureknight has joined #angularjs
[09:44:42] *** rtpg has quit IRC
[09:45:09] *** rtpg has joined #angularjs
[09:47:42] *** bejames has joined #angularjs
[09:47:50] *** rtpg_ has joined #angularjs
[09:47:50] *** rtpg has quit IRC
[09:48:25] *** Pankaj has quit IRC
[09:49:46] *** ppppaul has joined #angularjs
[09:51:09] *** davi has joined #angularjs
[09:51:09] *** davi has joined #angularjs
[09:51:09] *** leyluj has quit IRC
[09:51:47] *** BaconSoap has joined #angularjs
[09:52:09] *** leyluj has joined #angularjs
[09:53:56] *** ghox has quit IRC
[09:55:04] *** tarkus has quit IRC
[09:55:17] *** zarul has quit IRC
[09:55:24] *** danielpquinn has joined #angularjs
[09:55:25] *** nitsujw has joined #angularjs
[09:56:28] *** BaconSoap has quit IRC
[09:57:31] *** nitsujw has quit IRC
[09:59:58] *** jharbaugh has joined #angularjs
[10:00:04] *** MattWelch has joined #angularjs
[10:00:35] *** danielpquinn has quit IRC
[10:01:35] *** mzehrer_ has joined #angularjs
[10:01:47] *** [n0b0dy] has quit IRC
[10:01:57] *** [n0b0dy] has joined #angularjs
[10:02:02] *** mzehrer__ has joined #angularjs
[10:03:31] *** TorchDragon has joined #angularjs
[10:04:19] *** jharbaugh has quit IRC
[10:05:08] *** InezK_away is now known as InezK
[10:05:59] *** Grokling_ has joined #angularjs
[10:06:02] *** danyim has joined #angularjs
[10:06:14] *** encestre has joined #angularjs
[10:06:23] *** prbc has joined #angularjs
[10:07:22] *** stayarrr has joined #angularjs
[10:08:12] *** TorchDragon has quit IRC
[10:08:31] *** CharlesFinley has joined #angularjs
[10:08:56] *** davi has quit IRC
[10:10:45] *** danyim has quit IRC
[10:11:24] *** prbc has quit IRC
[10:11:35] *** Left_Turn has joined #angularjs
[10:12:23] *** oller has joined #angularjs
[10:16:18] *** Guest44345 has joined #angularjs
[10:18:14] *** agronholm has joined #angularjs
[10:20:24] *** asdofindia has quit IRC
[10:21:00] *** InezK is now known as InezK_away
[10:21:34] *** zerd has quit IRC
[10:21:51] *** zerd has joined #angularjs
[10:22:40] *** bicranial has quit IRC
[10:24:00] *** Birdbones_____ is now known as duncanbeevers
[10:24:08] *** AlbinoTux has quit IRC
[10:24:44] <ckboii89> anyone ehre?
[10:28:22] *** secondjeff has joined #angularjs
[10:29:12] *** Methylated has quit IRC
[10:29:53] *** evilaliv3 has quit IRC
[10:30:27] *** mdedetrich has joined #angularjs
[10:30:28] *** encestre has quit IRC
[10:30:47] *** motionman has joined #angularjs
[10:31:25] *** [n0b0dy] has quit IRC
[10:31:35] *** [n0b0dy] has joined #angularjs
[10:31:36] *** Bruno1 has joined #angularjs
[10:32:26] *** bejames has quit IRC
[10:34:43] <ppppaul> i have a watchCollection on an array. i am updating 1 thing in the array (no push or pop or array state change). how do i force my watchCollection to trigger?
[10:35:02] *** secondjeff has quit IRC
[10:36:28] *** mdedetrich has quit IRC
[10:38:16] *** ngoyal has joined #angularjs
[10:38:41] *** Fishy has joined #angularjs
[10:39:17] *** Bruno1 has left #angularjs
[10:42:44] *** ngoyal has quit IRC
[10:42:47] *** Fishy has quit IRC
[10:42:47] *** dutis has quit IRC
[10:43:26] *** JosephSilber has quit IRC
[10:46:06] *** DuelShark has joined #angularjs
[10:46:52] *** mtsr has joined #angularjs
[10:46:54] *** dylanlindgren has joined #angularjs
[10:47:08] *** dutis has joined #angularjs
[10:47:30] *** mtsr has quit IRC
[10:47:30] *** bejames has joined #angularjs
[10:47:42] *** mtsr has joined #angularjs
[10:47:49] *** marr has joined #angularjs
[10:48:19] *** dylanlin_ has joined #angularjs
[10:48:37] *** agronholm has quit IRC
[10:51:22] *** zivester has joined #angularjs
[10:51:35] *** dylanlindgren has quit IRC
[10:51:55] *** leyluj has quit IRC
[10:52:29] *** bealtine has quit IRC
[10:52:32] *** BaconSoap has joined #angularjs
[10:52:38] *** dylanlin_ has quit IRC
[10:52:51] *** azureknight has quit IRC
[10:52:58] *** s3cr3t is now known as fairchild_away
[10:52:59] *** dylanlindgren has joined #angularjs
[10:53:21] *** jamesshijie has joined #angularjs
[10:53:49] *** dutis has quit IRC
[10:55:52] *** dylanlindgren has quit IRC
[10:56:09] *** tarnus has joined #angularjs
[10:56:10] *** danielpquinn has joined #angularjs
[10:56:32] *** dylanlindgren has joined #angularjs
[10:57:10] *** Schtive has joined #angularjs
[10:57:22] *** BaconSoap has quit IRC
[10:57:52] *** jamesshijie has quit IRC
[10:57:54] *** dylanlindgren has quit IRC
[10:58:11] *** zivester has quit IRC
[10:58:14] *** dylanlindgren has joined #angularjs
[10:58:43] *** leyluj has joined #angularjs
[10:58:52] *** fairchild_away is now known as s3cr3t
[11:00:00] *** leyluj has quit IRC
[11:00:37] *** danielpquinn has quit IRC
[11:00:47] *** tarnus has quit IRC
[11:00:48] *** jharbaugh has joined #angularjs
[11:03:16] *** s3cr3t has quit IRC
[11:04:27] *** bluesm has joined #angularjs
[11:05:15] *** hell_razer has joined #angularjs
[11:05:27] *** dutis has joined #angularjs
[11:05:29] *** fairchild has joined #angularjs
[11:05:37] *** ppppaul has quit IRC
[11:05:49] *** InezK_away is now known as InezK
[11:05:51] *** jharbaugh has quit IRC
[11:06:01] *** Xteven has quit IRC
[11:07:13] *** prbc has joined #angularjs
[11:11:22] *** prbc has quit IRC
[11:11:32] *** rtpg_ has quit IRC
[11:11:51] *** oller has quit IRC
[11:12:28] *** DrMabuse has quit IRC
[11:12:54] *** DrMabuse has joined #angularjs
[11:13:26] *** zfogg has quit IRC
[11:14:22] *** dutis has quit IRC
[11:15:39] *** InezK is now known as InezK_away
[11:15:56] *** squeakytoy has joined #angularjs
[11:16:39] *** intellix has joined #angularjs
[11:18:05] *** asdofindia has joined #angularjs
[11:19:07] *** oller has joined #angularjs
[11:20:25] *** Nek has joined #angularjs
[11:21:01] *** sacho has joined #angularjs
[11:21:17] *** rtpg has joined #angularjs
[11:21:18] *** JoshGlzBrk has quit IRC
[11:21:58] *** epantzar has quit IRC
[11:22:07] *** nemothekid has quit IRC
[11:24:24] *** zfogg has joined #angularjs
[11:25:19] *** ppppaul has joined #angularjs
[11:25:44] *** asdofindia has quit IRC
[11:29:27] *** zfogg has quit IRC
[11:31:32] *** frostig has quit IRC
[11:32:11] *** kofight has joined #angularjs
[11:32:38] *** willmarshall has joined #angularjs
[11:32:46] *** slainer68 has joined #angularjs
[11:32:59] *** Schtive has quit IRC
[11:35:52] <sacho> CharlesFinley, names are case-sensitive
[11:36:18] <CharlesFinley> still doesn't work
[11:36:28] <sacho> doesn't work is not a program error
[11:36:49] *** whitebook has joined #angularjs
[11:37:17] *** whitebook has joined #angularjs
[11:37:33] *** daniele9821 has joined #angularjs
[11:37:48] *** slainer68 has quit IRC
[11:38:36] <sacho> well, where are you defining this officer validation service?
[11:38:45] *** Fishy has joined #angularjs
[11:39:00] <daniele9821> hello all sameone can help me to configure karma+requirejs+angularjs? i don't be able to start my first test...
[11:39:23] *** sacho has quit IRC
[11:39:42] *** MuffinMan` has quit IRC
[11:39:51] <CharlesFinley> in /public/js/services/validation/officerValidationService.js
[11:40:25] *** Sijdesign has joined #angularjs
[11:42:30] <Sijdesign> hey all
[11:42:58] *** Fishy has quit IRC
[11:44:53] *** holymac_ has joined #angularjs
[11:45:41] *** holymac has quit IRC
[11:48:20] *** frostig has joined #angularjs
[11:48:38] *** night-owl2 has joined #angularjs
[11:48:56] *** sneakertack has quit IRC
[11:49:14] *** Blackshark has quit IRC
[11:50:27] *** tyfighter has joined #angularjs
[11:52:16] *** [n0b0dy] has quit IRC
[11:52:27] *** [n0b0dy] has joined #angularjs
[11:53:16] *** ckboii89 has quit IRC
[11:53:16] *** BaconSoap has joined #angularjs
[11:55:15] *** tyfighter has quit IRC
[11:55:32] *** opiispanen has quit IRC
[11:56:57] *** danielpquinn has joined #angularjs
[11:58:10] *** BaconSoap has quit IRC
[11:58:55] *** zerd has quit IRC
[11:59:17] *** stayarrr has quit IRC
[12:00:40] *** mennea has quit IRC
[12:01:22] *** danielpquinn has quit IRC
[12:01:26] *** daniele9821 has quit IRC
[12:01:38] *** narutimateum has joined #angularjs
[12:02:39] *** whitebook has quit IRC
[12:04:36] *** Diaoer has joined #angularjs
[12:04:53] *** TorchDragon has joined #angularjs
[12:06:31] *** InezK_away is now known as InezK
[12:07:22] *** danyim has joined #angularjs
[12:07:22] *** Cydmax has joined #angularjs
[12:07:57] *** prbc has joined #angularjs
[12:08:00] *** Foxandxss has joined #angularjs
[12:09:02] *** TorchDragon has quit IRC
[12:09:30] *** zerd has joined #angularjs
[12:10:23] *** Grokling_ has quit IRC
[12:11:53] *** danyim has quit IRC
[12:12:34] *** prbc has quit IRC
[12:13:16] *** bealtine has joined #angularjs
[12:15:00] *** zerd has quit IRC
[12:15:16] *** zerd has joined #angularjs
[12:16:25] *** InezK is now known as InezK_away
[12:16:48] *** cjimti has quit IRC
[12:17:25] *** cjimti has joined #angularjs
[12:20:40] *** anjumkaiser has quit IRC
[12:22:22] *** henn1nk has joined #angularjs
[12:22:33] *** mettjus has joined #angularjs
[12:22:45] <Sijdesign> aarellano
[12:22:47] <Sijdesign> abahgat
[12:22:48] <Sijdesign> aboudreault
[12:24:14] *** zerd has quit IRC
[12:25:03] *** Vinnyceptr has joined #angularjs
[12:25:32] *** tgkokk has joined #angularjs
[12:27:01] *** mennea has joined #angularjs
[12:27:18] *** moritzs has joined #angularjs
[12:27:36] *** orion1111 has joined #angularjs
[12:27:50] *** oller has quit IRC
[12:30:26] *** marr has quit IRC
[12:30:36] *** secondjeff has joined #angularjs
[12:31:32] *** oller has joined #angularjs
[12:31:56] *** mennea has quit IRC
[12:32:09] *** one_zero has quit IRC
[12:32:27] *** [n0b0dy] has quit IRC
[12:32:37] *** [n0b0dy] has joined #angularjs
[12:34:40] *** jamto11 has joined #angularjs
[12:35:09] *** Blackshark has joined #angularjs
[12:36:53] *** zerd has joined #angularjs
[12:37:18] *** secondjeff has quit IRC
[12:37:58] <Sijdesign> Failed to instantiate module mainApp due to:
[12:38:46] *** Fishy has joined #angularjs
[12:38:49] *** slainer68 has joined #angularjs
[12:39:02] *** jamto11 has quit IRC
[12:42:14] *** gunn has joined #angularjs
[12:42:26] *** bejames has quit IRC
[12:42:35] *** mennea has joined #angularjs
[12:43:36] *** Fishy has quit IRC
[12:44:14] *** hell_razer has quit IRC
[12:44:45] *** agronholm has joined #angularjs
[12:45:27] *** gunn has quit IRC
[12:45:46] *** hell_razer has joined #angularjs
[12:46:38] *** zerd has quit IRC
[12:46:40] *** epantzar has joined #angularjs
[12:47:58] *** gunn has joined #angularjs
[12:51:36] *** DrJae has joined #angularjs
[12:52:33] *** patrick99e99 has quit IRC
[12:53:50] *** asdofindia has joined #angularjs
[12:54:01] *** BaconSoap has joined #angularjs
[12:54:09] *** Jae has quit IRC
[12:54:44] *** jamesshijie has joined #angularjs
[12:54:47] *** Xethron has quit IRC
[12:56:12] *** fairchild has quit IRC
[12:57:04] *** tarnus has joined #angularjs
[12:57:12] *** fairchild has joined #angularjs
[12:57:25] *** Sijdesign has quit IRC
[12:57:38] *** danielpquinn has joined #angularjs
[12:58:17] *** Xethron has joined #angularjs
[12:58:43] *** bhavik has joined #angularjs
[12:59:10] *** Sijdesign has joined #angularjs
[12:59:14] *** BaconSoap has quit IRC
[12:59:19] <bhavik> hii
[12:59:20] *** jamesshijie has quit IRC
[12:59:34] <bhavik> hello
[12:59:58] *** bhavik has quit IRC
[13:00:18] *** ETBlue has quit IRC
[13:01:23] *** tarnus has quit IRC
[13:01:27] *** fairchild has quit IRC
[13:02:04] *** danielpquinn has quit IRC
[13:02:41] *** jharbaugh has joined #angularjs
[13:02:47] *** fairchild has joined #angularjs
[13:04:26] *** dob_ has joined #angularjs
[13:06:04] *** mtsr has quit IRC
[13:06:20] *** TorchDragon has joined #angularjs
[13:06:22] *** hell_razer has quit IRC
[13:06:26] *** mtsr has joined #angularjs
[13:07:01] *** jharbaugh has quit IRC
[13:07:18] *** henn1nk has quit IRC
[13:07:28] *** fairchild has quit IRC
[13:07:35] *** InezK_away is now known as InezK
[13:08:08] <Sijdesign> Failed to instantiate module mainApp due to:
[13:08:36] *** prbc has joined #angularjs
[13:08:52] *** vader has joined #angularjs
[13:09:09] <bealtine> you've forgotten to include a module
[13:10:42] *** TorchDragon has quit IRC
[13:11:11] *** Diaoer has quit IRC
[13:12:37] *** AlSquire has joined #angularjs
[13:13:35] *** prbc has quit IRC
[13:13:51] *** stirlingw has joined #angularjs
[13:14:01] *** foofoobar has joined #angularjs
[13:14:33] *** bluesm has quit IRC
[13:16:26] *** fairchild has joined #angularjs
[13:17:10] *** InezK is now known as InezK_away
[13:18:35] *** stirlingw has quit IRC
[13:19:16] *** patrick99e99 has joined #angularjs
[13:21:09] *** mettjus has quit IRC
[13:21:12] *** rtpg has quit IRC
[13:21:53] *** defaultdict has joined #angularjs
[13:22:55] *** daslicht has joined #angularjs
[13:23:19] *** Sijdesign has quit IRC
[13:26:30] *** Sky[x] has joined #angularjs
[13:27:22] *** patrick99e99 has quit IRC
[13:27:50] *** jk-5|gone is now known as jk-5
[13:27:58] *** Cydmax has quit IRC
[13:28:17] *** Diaoer has joined #angularjs
[13:30:34] *** night-owl2 has quit IRC
[13:31:21] *** oller has quit IRC
[13:34:25] *** okapi has joined #angularjs
[13:36:54] *** e-dard_afk is now known as e-dard
[13:37:56] *** e-dard is now known as e-dard_afk
[13:38:42] *** Fishy has joined #angularjs
[13:39:19] *** Sky[x] has quit IRC
[13:42:21] *** willmarshall has quit IRC
[13:42:53] *** Fishy has quit IRC
[13:43:05] *** ceephax has joined #angularjs
[13:44:40] *** marr has joined #angularjs
[13:45:48] *** blueadept has quit IRC
[13:49:40] *** Hackwar1 has joined #angularjs
[13:50:21] *** DrJae is now known as Jae
[13:50:28] *** Jae has joined #angularjs
[13:50:35] *** joshontheweb has joined #angularjs
[13:51:20] *** Hackwar has quit IRC
[13:52:18] *** hell_razer has joined #angularjs
[13:52:35] *** jk-5 is now known as jk-5|gone
[13:52:43] *** jk-5|gone is now known as jk-5
[13:53:29] *** agrajag42 has quit IRC
[13:54:46] *** BaconSoap has joined #angularjs
[13:55:41] *** jamto11 has joined #angularjs
[13:57:47] <narutimateum> where can i find some proper angular app? ... like service for models etc
[13:58:27] *** danielpquinn has joined #angularjs
[13:58:51] *** rtpg has joined #angularjs
[13:59:28] *** BaconSoap has quit IRC
[14:00:47] *** tarnus has joined #angularjs
[14:02:23] *** dylanlindgren has quit IRC
[14:02:41] *** Sijdesign has joined #angularjs
[14:02:56] *** danielpquinn has quit IRC
[14:03:12] *** jharbaugh has joined #angularjs
[14:04:11] *** fusepilot has joined #angularjs
[14:06:25] <zelrik> what do you mean by proper
[14:07:13] *** dylanlindgren has joined #angularjs
[14:07:28] <Sijdesign> Failed to instantiate module mainApp due to:
[14:07:43] <bealtine> i told you already
[14:07:44] <narutimateum> var app = angular.module('myApp', ['ui.router','angular-websql']);
[14:07:52] *** mrwn has joined #angularjs
[14:08:03] *** dylanlindgren has joined #angularjs
[14:08:11] *** InezK_away is now known as InezK
[14:08:13] *** dylanlindgren has quit IRC
[14:08:15] *** jharbaugh has quit IRC
[14:08:53] *** dylanlindgren has joined #angularjs
[14:09:00] <Sijdesign> narutimateum me ?
[14:09:14] <narutimateum> you got something left out
[14:09:22] *** oller has joined #angularjs
[14:09:27] *** prbc has joined #angularjs
[14:09:36] <narutimateum> zelrik: like some complete angular app for reference and example
[14:09:54] <Sijdesign> bealtine me ?
[14:09:58] *** JmZ_ is now known as JmZ
[14:10:18] <narutimateum> yes you Sijdesign
[14:10:44] <Sijdesign> narutimateum what does router an websql do? do i need to load some more from angularjs ?
[14:10:52] <narutimateum> thats mine
[14:11:16] <bealtine> you havent "included" a module properly
[14:12:00] <Sijdesign> it says mainApp is not included
[14:12:07] <zelrik> narutimateum, well you can start by looking at ngmodules.com
[14:12:09] <Sijdesign> Failed to instantiate module mainApp due to:
[14:12:13] <Sijdesign> but that does not make sense
[14:12:28] <bealtine> it does to me
[14:12:41] *** ppppaul has quit IRC
[14:12:47] <Sijdesign> i include it in my app.js file
[14:12:50] *** shinnya has joined #angularjs
[14:13:14] *** stayarrr has joined #angularjs
[14:13:26] <narutimateum> you are not injecting something into the mainApp
[14:13:35] *** Sugar``GirL`` has joined #angularjs
[14:13:38] <Sijdesign> thats my gulpfile
[14:13:44] <Sijdesign> im using browserify
[14:13:57] *** prbc has quit IRC
[14:14:05] <Sijdesign> narutimateum how can i do that
[14:14:08] <narutimateum> why are you using websql?
[14:14:09] <narutimateum> lel
[14:14:11] <narutimateum> thats not yours
[14:14:38] <Sijdesign> narutimateum ahh :D i have removed it again
[14:15:00] *** nathggns has joined #angularjs
[14:15:18] *** jamto11 has quit IRC
[14:15:47] *** geiltalasdair has joined #angularjs
[14:15:55] *** anjumkaiser has joined #angularjs
[14:17:28] <Sijdesign> what can i do narutimateum bealtine
[14:17:32] <Sijdesign> to debug it
[14:17:44] *** InezK is now known as InezK_away
[14:17:58] <narutimateum> not sure..never tried what you doing right now...
[14:18:04] <bealtine> start small and get each step working
[14:18:36] *** rtpg has quit IRC
[14:18:54] *** Sugar``GirL`` has quit IRC
[14:19:04] *** rtpg has joined #angularjs
[14:19:32] *** dutis has joined #angularjs
[14:19:41] *** oller has quit IRC
[14:19:47] *** geilt has quit IRC
[14:22:23] <Sijdesign> hm
[14:23:34] *** rtpg has quit IRC
[14:24:11] *** jk-5 is now known as jk-5|gone
[14:24:24] *** paulparton has joined #angularjs
[14:25:41] *** Cydmax has joined #angularjs
[14:26:02] *** ceephax has quit IRC
[14:27:18] *** rtpg has joined #angularjs
[14:28:50] *** zikomiko has joined #angularjs
[14:29:22] *** foofoobar has quit IRC
[14:30:54] *** DrMabuse has quit IRC
[14:31:38] *** gunn has quit IRC
[14:32:20] *** xat- has joined #angularjs
[14:32:35] *** secondjeff has joined #angularjs
[14:32:59] <zikomiko> hi, I created a canvas page on FB and the page is based on AngularJS. Is there any way to get the page id? Thanks.
[14:33:29] <zikomiko> Anyone has an experience with that?
[14:33:57] *** wilmoore has quit IRC
[14:35:36] *** evilaliv3 has joined #angularjs
[14:35:56] *** Sijdesign has quit IRC
[14:37:53] *** ccohn has joined #angularjs
[14:37:56] *** secondjeff has quit IRC
[14:38:39] *** lw has joined #angularjs
[14:38:45] *** Fishy has joined #angularjs
[14:39:16] *** ccohn has quit IRC
[14:39:16] <zikomiko> ?
[14:39:26] <narutimateum> whats the best way from page list... click edit ... open edit page with the data... should i go onclick load data .. or on url something/1/edit load data with id 1
[14:39:52] *** ccohn has joined #angularjs
[14:40:10] *** anjumkaiser has quit IRC
[14:40:33] *** casatt has joined #angularjs
[14:40:49] *** Cydmax has quit IRC
[14:41:39] *** DrMabuse has joined #angularjs
[14:42:55] *** rtpg has quit IRC
[14:43:06] *** dariocravero has joined #angularjs
[14:43:12] *** Fishy has quit IRC
[14:43:22] *** rtpg has joined #angularjs
[14:44:06] *** ccohn has quit IRC
[14:44:35] *** casatt has quit IRC
[14:45:24] *** vintik has quit IRC
[14:45:41] *** dob_ has quit IRC
[14:46:04] *** bbankes__ has quit IRC
[14:46:04] *** vintik has joined #angularjs
[14:46:15] *** dob_ has joined #angularjs
[14:46:21] *** whitebook has joined #angularjs
[14:46:38] *** mrwn has quit IRC
[14:46:58] *** vintik has joined #angularjs
[14:47:23] *** casatt has joined #angularjs
[14:47:56] *** paulparton has quit IRC
[14:48:04] *** vintik has joined #angularjs
[14:48:06] *** rtpg has quit IRC
[14:48:33] *** vintik has quit IRC
[14:48:52] *** rtpg has joined #angularjs
[14:49:34] *** vintik has joined #angularjs
[14:49:51] *** patrick99e99 has joined #angularjs
[14:50:08] *** vintik has quit IRC
[14:50:17] *** dob_ has quit IRC
[14:50:21] *** lw has quit IRC
[14:50:51] *** vintik has joined #angularjs
[14:51:06] *** jobelenus has joined #angularjs
[14:51:16] *** Asiajey has joined #angularjs
[14:51:29] *** bulkan has joined #angularjs
[14:51:36] *** DrMabuse has quit IRC
[14:51:37] *** vintik has joined #angularjs
[14:51:52] *** kemm0 has quit IRC
[14:52:00] *** kemm0 has joined #angularjs
[14:53:01] *** bmac has joined #angularjs
[14:53:05] *** vintik has joined #angularjs
[14:54:04] *** vintik has joined #angularjs
[14:55:14] *** Willow has quit IRC
[14:55:28] *** vintik has joined #angularjs
[14:55:31] *** BaconSoap has joined #angularjs
[14:55:41] *** Willow has joined #angularjs
[14:55:42] *** vintik has quit IRC
[14:56:03] *** jamesshijie has joined #angularjs
[14:56:22] *** patrick99e99 has quit IRC
[14:56:46] *** freeman42 has joined #angularjs
[14:56:48] *** vintik has joined #angularjs
[14:57:21] *** nandakishoremmn has joined #angularjs
[14:57:56] *** anjumkaiser has joined #angularjs
[14:58:07] *** nandakishoremmn has left #angularjs
[14:58:50] *** vintik has joined #angularjs
[14:58:57] *** onats has joined #angularjs
[14:58:59] *** TorpedoSkyline has joined #angularjs
[14:59:07] *** danielpquinn has joined #angularjs
[14:59:22] *** nandakishoremmn has joined #angularjs
[14:59:31] *** vintik has joined #angularjs
[14:59:51] *** nandakishoremmn has quit IRC
[15:00:04] *** Willow has quit IRC
[15:00:07] *** casatt has quit IRC
[15:00:25] *** BaconSoap has quit IRC
[15:00:34] *** jamesshijie has quit IRC
[15:00:50] <onats> anyone up? how do you guys handle user uploaded images and turn them into assets that can be served via nginx?
[15:01:04] *** vintik has joined #angularjs
[15:01:17] *** vintik has quit IRC
[15:01:28] *** lordkryss has joined #angularjs
[15:02:20] *** vintik has joined #angularjs
[15:03:32] *** vintik has joined #angularjs
[15:03:57] *** jharbaugh has joined #angularjs
[15:04:03] *** mehlah has joined #angularjs
[15:04:11] *** danielpquinn has quit IRC
[15:04:22] *** vintik has joined #angularjs
[15:05:35] *** jordandotdev has quit IRC
[15:05:47] *** mettjus has joined #angularjs
[15:05:53] *** vintik has joined #angularjs
[15:05:54] *** tomzx`afk is now known as tomzx
[15:05:59] *** blueadept has joined #angularjs
[15:06:03] *** vintik has quit IRC
[15:06:08] *** epantzar has quit IRC
[15:06:15] *** vader has quit IRC
[15:06:35] *** TorpedoSkyline has quit IRC
[15:06:47] *** vintik has joined #angularjs
[15:07:21] *** ngbot has joined #angularjs
[15:07:22] <ngbot> angular.js/master 9025113 Sergio Sanguanini: style(AngularPublic): add whitespace to jshint block...
[15:07:22] *** ngbot has left #angularjs
[15:07:41] *** TorchDragon has joined #angularjs
[15:08:06] *** ome has joined #angularjs
[15:08:11] *** vintik has joined #angularjs
[15:08:12] *** jharbaugh has quit IRC
[15:08:25] *** vintik has quit IRC
[15:08:28] *** okapi has quit IRC
[15:08:56] *** InezK_away is now known as InezK
[15:09:06] *** vintik has joined #angularjs
[15:09:57] *** vintik has joined #angularjs
[15:10:10] *** prbc has joined #angularjs
[15:11:11] *** lw has joined #angularjs
[15:11:21] *** vintik has joined #angularjs
[15:11:29] *** lw has quit IRC
[15:11:35] *** vintik has quit IRC
[15:12:00] *** martin-_- has joined #angularjs
[15:12:06] *** lw has joined #angularjs
[15:12:16] *** TorchDragon has quit IRC
[15:12:19] *** vintik has joined #angularjs
[15:13:09] *** vintik has joined #angularjs
[15:13:10] <martin-_-> hey
[15:13:31] *** fairchild has quit IRC
[15:13:57] *** fairchild has joined #angularjs
[15:14:16] *** vintik has joined #angularjs
[15:14:18]
<martin-_-> i want to call a function inside a data-ng-repeat but it throws a uncaught reference exception http://pastebin.com/tsmdALbR
[15:14:25] <martin-_-> does some one knows a workaround on this?
[15:14:43] *** vintik has quit IRC
[15:14:48] *** prbc has quit IRC
[15:15:28] *** vintik has joined #angularjs
[15:17:31] *** freeman42 has quit IRC
[15:17:41] *** vintik has joined #angularjs
[15:17:56] *** freeman42 has joined #angularjs
[15:18:40] *** InezK is now known as InezK_away
[15:18:59] *** vintik has joined #angularjs
[15:19:05] *** mtsr has quit IRC
[15:19:20] *** OffTheRails has joined #angularjs
[15:19:35] *** mtsr has joined #angularjs
[15:20:30] *** stayarrr has quit IRC
[15:22:54] *** patrick99e99 has joined #angularjs
[15:23:26] *** vintik has quit IRC
[15:23:27] *** Guest44345 has quit IRC
[15:24:34] *** mdedetrich has joined #angularjs
[15:24:55] *** sneakertack has joined #angularjs
[15:24:56] *** AciD`` has joined #angularjs
[15:25:43] *** Willow has joined #angularjs
[15:26:56] *** Joshee has quit IRC
[15:27:53] *** patrick99e99 has quit IRC
[15:28:12] *** MickeyO has joined #angularjs
[15:28:43] *** fairchild is now known as fairchild_away
[15:29:23] *** lw has quit IRC
[15:29:39] *** lw has joined #angularjs
[15:29:56] *** mettjus has quit IRC
[15:30:07] *** mettjus has joined #angularjs
[15:31:21] *** vader has joined #angularjs
[15:32:01] *** MANCHUCK has joined #angularjs
[15:33:47] *** lw has quit IRC
[15:33:56] *** evilaliv3 has quit IRC
[15:34:10] *** TuRnaD0 has joined #angularjs
[15:34:31] *** djam90 has joined #angularjs
[15:34:52] *** Freeman42x has joined #angularjs
[15:35:28] *** ankoh has joined #angularjs
[15:37:01] *** cigol has joined #angularjs
[15:37:57] *** freeman42 has quit IRC
[15:38:44] *** Fishy has joined #angularjs
[15:38:52] *** jmo1218 has joined #angularjs
[15:40:18] <Foxandxss> martin-_-: what I don't see clear is your controller
[15:40:22] <Foxandxss> create a plunker (check the topic)
[15:40:55] <martin-_-> ok one moment please Foxandxss
[15:41:24] *** JasonStoltz has joined #angularjs
[15:41:27] *** Freeman42x has quit IRC
[15:42:33] <jmo1218> hi - got an issue with $http.jsonp - i can see json response is returned via the developer tools in Chrome, but my .error function is always triggered with 404
[15:42:36] <jmo1218> any ideas?
[15:42:42] *** _AKSH_ has joined #angularjs
[15:43:02] *** Fishy has quit IRC
[15:43:23] *** whiteboo_ has joined #angularjs
[15:45:07] <martin-_-> something like that Foxandxss
[15:45:11] *** ankoh has quit IRC
[15:45:20] *** bayousoft has joined #angularjs
[15:45:36] *** _AKSH_ has quit IRC
[15:46:11] *** whitebook has quit IRC
[15:47:12] <Foxandxss> martin-_-: workable plunker, fix the errors first
[15:47:21] <Foxandxss> don't just copy paste stuff there
[15:48:08] *** e-dard_afk is now known as e-dard
[15:48:59] *** Shrooms has joined #angularjs
[15:49:00] *** e-dard is now known as e-dard_afk
[15:49:07] *** mini-me has joined #angularjs
[15:49:37] <mini-me> hey guys, I have a small issue with ng animate
[15:49:37] *** vintik has joined #angularjs
[15:50:36] *** tomzx is now known as tomzx`afk
[15:50:38] <Foxandxss> mini-me: outstanding plunker, but I Am not into animations, sorry
[15:50:59] *** djam90 has quit IRC
[15:51:10] *** tomzx`afk is now known as tomzx
[15:52:06] <mini-me> ha np thanks!, not sure if I can even do this, just wanted some guidance if its possible
[15:52:13] *** tomzx is now known as tomzx`afk
[15:52:25] *** DrMabuse has joined #angularjs
[15:52:36] *** tomzx`afk is now known as tomzx
[15:53:26] *** MuffinMan` has joined #angularjs
[15:53:32] *** patrick99e99 has joined #angularjs
[15:53:44] <mini-me> i guess the term I’m looking for is: angularjs synchronous animations?
[15:54:00] *** vintik has quit IRC
[15:54:06] *** whiteboo_ has quit IRC
[15:54:36] *** Bade has joined #angularjs
[15:56:16] *** BaconSoap has joined #angularjs
[15:56:26] <martin-_-> if i click add i get vm is undefinied
[15:56:51] <Foxandxss> give me the plunker link please
[15:56:52] <Foxandxss> not the run one
[15:57:32] *** JasonStoltz has quit IRC
[15:57:35] *** DrMabuse has quit IRC
[15:57:43] <Foxandxss> martin-_-: onclick?
[15:57:46] *** patrick99e99 has quit IRC
[15:57:55] <martin-_-> yes
[15:57:57] <Foxandxss> I thought this was #angularjs :)
[15:58:01] <martin-_-> ?
[15:58:07] <Foxandxss> that is not angular
[15:58:10] *** caitp has joined #angularjs
[15:58:19] <martin-_-> if i use ng-click it wont call the function
[15:59:08] <Foxandxss> why you mix controller as and $scope?
[15:59:47] <Foxandxss> I would learn proper angular before trying to mix ideas
[15:59:59] *** danielpquinn has joined #angularjs
[16:00:57] <martin-_-> thanks
[16:01:11] *** BaconSoap has quit IRC
[16:01:58] <Foxandxss> mini-me: weekends are bad choice for questioning
[16:02:17] <mini-me> yeah I thought so, ok np, I’ll check back tomorrow day time,
[16:02:32] <mini-me> Foxandxss: thanks!!
[16:04:27] *** danielpquinn has quit IRC
[16:05:13] *** jharbaugh has joined #angularjs
[16:07:09] *** zbzzn has joined #angularjs
[16:08:59] *** D-Boy has quit IRC
[16:09:41] *** InezK_away is now known as InezK
[16:09:43] *** jharbaugh has quit IRC
[16:10:35] *** prikk has joined #angularjs
[16:10:38] *** mdedetrich has quit IRC
[16:10:49] *** jeffisabelle has joined #angularjs
[16:10:55] *** prbc has joined #angularjs
[16:11:12] *** Bade has quit IRC
[16:11:23] *** mdedetrich has joined #angularjs
[16:13:26] *** Bade has joined #angularjs
[16:14:14] *** Ilyas has quit IRC
[16:15:28] *** prbc has quit IRC
[16:19:24] *** zivester has joined #angularjs
[16:19:30] *** Bade has quit IRC
[16:19:40] *** mini-me has quit IRC
[16:20:32] *** oller has joined #angularjs
[16:21:14] *** InezK is now known as InezK_away
[16:21:18] *** D-Boy has joined #angularjs
[16:21:28] *** leyluj has joined #angularjs
[16:21:56] *** fedenunez has joined #angularjs
[16:22:33] *** aipt32 has joined #angularjs
[16:22:43] *** aipt32 has left #angularjs
[16:23:30] <Alina-malina> erm how to "echo" the <title> of html page?
[16:23:37] *** patrick99e99 has joined #angularjs
[16:23:37] *** azor3k has joined #angularjs
[16:23:51] <Foxandxss> echo how?
[16:24:04] *** moritzs has quit IRC
[16:24:17] <Alina-malina> i have a <title> in head and a <body> of html document, so i want to give a title to <title>
[16:24:18] <Alina-malina> i dont know how
[16:24:53] *** oller has quit IRC
[16:24:56] <Foxandxss> you would be surprised that you can do a <title>{{title}}</title}
[16:25:03] <Foxandxss> </title> *
[16:25:04] <Alina-malina> hmmm
[16:25:12] <Foxandxss> of course you need a controller in that part
[16:25:16] *** pkozlowski_os has joined #angularjs
[16:25:25] <Alina-malina> any examples?
[16:25:40] <Foxandxss> you should know how to use ng-controller already
[16:25:47] <Alina-malina> yes i know how to use that
[16:26:00] <Foxandxss> put a controller there
[16:26:08] <Foxandxss> create a factory or something to hold the title you need
[16:26:16] <Alina-malina> ok let me try that
[16:26:26] <Foxandxss> and maybe you could use $routeChangeStart or something to modify that title so the controller will update the title
[16:26:34] *** azor3k has quit IRC
[16:27:19] *** mettjus has quit IRC
[16:28:11] *** patrick99e99 has quit IRC
[16:28:37] *** jpstone has quit IRC
[16:30:47] *** Tidwell has joined #angularjs
[16:32:00] *** fairchild_away has quit IRC
[16:32:18] *** bulkan has quit IRC
[16:32:32] *** mettjus has joined #angularjs
[16:34:15] *** fairchild has joined #angularjs
[16:34:44] *** zikomiko has quit IRC
[16:36:00] *** sneakertack has quit IRC
[16:36:27] *** Stampy has joined #angularjs
[16:38:38] *** bertrandk has quit IRC
[16:38:48] *** fairchild has quit IRC
[16:38:49] *** Fishy has joined #angularjs
[16:40:11] *** davedev2_ has quit IRC
[16:40:15] *** Olsonfold has quit IRC
[16:40:34] *** davedev24_ has joined #angularjs
[16:42:12] *** fairchild has joined #angularjs
[16:42:56] *** Fishy has quit IRC
[16:43:00] *** bertrandk has joined #angularjs
[16:44:43] *** dylanlindgren has quit IRC
[16:45:53] *** sneakertack has joined #angularjs
[16:46:41] *** eden_lane has joined #angularjs
[16:46:42] *** Nizumzen has joined #angularjs
[16:46:50] *** Tidwell has quit IRC
[16:47:47] *** akrikos has joined #angularjs
[16:47:51] *** fairchild has quit IRC
[16:48:46] *** fairchild has joined #angularjs
[16:49:46] *** OffTheRails has quit IRC
[16:49:59] *** tarkus has joined #angularjs
[16:50:26] *** vintik has joined #angularjs
[16:50:53] *** zivester has quit IRC
[16:52:47] *** akrikos has quit IRC
[16:53:10] *** DrMabuse has joined #angularjs
[16:53:31] *** Ethix has joined #angularjs
[16:53:48] <mettjus> is there a good strategy for loading angular templates from external files but most of all what happens if i use the same id on template scripts in different pages?
[16:54:07] *** JosephSilber has joined #angularjs
[16:54:11] <mettjus> do they get overwritten?
[16:54:12] *** patrick99e99 has joined #angularjs
[16:54:43] *** vintik has quit IRC
[16:55:40] *** RichardLitt has quit IRC
[16:56:09] *** pkozlowski_os has quit IRC
[16:57:01] *** BaconSoap has joined #angularjs
[16:57:22] *** DrMabuse has quit IRC
[16:57:33] *** jamesshijie has joined #angularjs
[16:58:15] *** linojon has joined #angularjs
[16:58:53] *** patrick99e99 has quit IRC
[17:00:45] *** danielpquinn has joined #angularjs
[17:02:00] *** BaconSoap has quit IRC
[17:02:15] *** jamesshijie has quit IRC
[17:02:24] *** RichardLitt has joined #angularjs
[17:03:01] *** bayousoft has quit IRC
[17:03:38] *** sneakertack has quit IRC
[17:05:35] *** danielpquinn has quit IRC
[17:05:50] *** jharbaugh has joined #angularjs
[17:08:59] *** TorchDragon has joined #angularjs
[17:09:29] *** jmo1218 has quit IRC
[17:10:12] *** jharbaugh has quit IRC
[17:11:39] *** prbc has joined #angularjs
[17:12:08] *** InezK_away is now known as InezK
[17:13:04] *** TorchDragon has quit IRC
[17:13:13] *** danyim has joined #angularjs
[17:13:28] *** DrMabuse has joined #angularjs
[17:13:36] *** rburns has joined #angularjs
[17:14:09] *** lw has joined #angularjs
[17:15:19] *** JosephSilber has quit IRC
[17:16:19] *** prbc has quit IRC
[17:16:53] *** JosephSilber has joined #angularjs
[17:17:23] *** danyim has quit IRC
[17:17:33] <mettjus> i'll answer my own question: yes, they get overwritten
[17:17:33] *** Tidwell has joined #angularjs
[17:17:36] *** moritzs has joined #angularjs
[17:18:00] *** DrMabuse has quit IRC
[17:18:55] *** vader has quit IRC
[17:19:28] *** lordkryss has quit IRC
[17:20:16] *** atomical has quit IRC
[17:20:20] *** mennea has quit IRC
[17:20:21] *** KamalKaur has joined #angularjs
[17:20:42] *** atomical has joined #angularjs
[17:21:34] *** bmac has quit IRC
[17:21:40] *** wolfman2000 has quit IRC
[17:21:55] *** InezK is now known as InezK_away
[17:23:22] *** rburns has quit IRC
[17:23:28] *** atomical has quit IRC
[17:23:44] *** [n0b0dy] has quit IRC
[17:23:53] *** [n0b0dy] has joined #angularjs
[17:24:46] *** patrick99e99 has joined #angularjs
[17:26:05] *** rburns has joined #angularjs
[17:27:00] *** Hackwar1 has quit IRC
[17:27:11] *** DrMabuse has joined #angularjs
[17:27:21] *** DrMabuse has joined #angularjs
[17:27:32] *** Hackwar has joined #angularjs
[17:28:51] *** MacWinner has joined #angularjs
[17:29:40] *** patrick99e99 has quit IRC
[17:29:43] *** ghox has joined #angularjs
[17:30:07] *** stirlingw has joined #angularjs
[17:30:57] *** rtpg has quit IRC
[17:33:28] *** SomeKittens has quit IRC
[17:34:12] *** rburns has quit IRC
[17:34:33] *** plitzenberger has joined #angularjs
[17:34:47] *** shinnya has quit IRC
[17:35:55] *** waylon999 has joined #angularjs
[17:37:02] *** atomical has joined #angularjs
[17:37:21] *** elux has joined #angularjs
[17:38:40] *** Fishy has joined #angularjs
[17:39:09] *** fedenunez has quit IRC
[17:40:05] *** jobelenus has quit IRC
[17:40:38] *** leyluj has quit IRC
[17:41:14] *** leyluj has joined #angularjs
[17:43:08] *** Shrooms has quit IRC
[17:43:12] *** Fishy has quit IRC
[17:43:12] *** MANCHUCK has quit IRC
[17:43:33] *** martiis has joined #angularjs
[17:45:35] *** waylon999 has quit IRC
[17:45:59] *** onats has quit IRC
[17:46:11] *** oller has joined #angularjs
[17:46:40] *** bertrandk has quit IRC
[17:47:12] *** joshontheweb has quit IRC
[17:47:26] *** Tidwell has quit IRC
[17:47:35] *** mettjus has quit IRC
[17:47:50] *** OffTheRails has joined #angularjs
[17:48:20] *** waylon999 has joined #angularjs
[17:48:41] *** dariocravero has quit IRC
[17:49:01] *** rburns has joined #angularjs
[17:51:10] *** vintik has joined #angularjs
[17:51:24] *** bertrandk has joined #angularjs
[17:52:16] *** mettjus has joined #angularjs
[17:52:46] *** kemm0 has quit IRC
[17:52:48] *** kemm0_ has joined #angularjs
[17:52:51] *** Geekabilly has joined #angularjs
[17:54:05] *** Aliks_ has joined #angularjs
[17:55:22] *** patrick99e99 has joined #angularjs
[17:55:48] *** vintik has quit IRC
[17:56:26] *** lw has quit IRC
[17:57:03] *** phrozensilver has joined #angularjs
[17:57:12] *** xat- is now known as xAt
[17:57:22] *** xAt is now known as xat-
[17:57:46] *** BaconSoap has joined #angularjs
[17:58:49] *** dariocravero has joined #angularjs
[17:59:15] *** e-dard_afk is now known as e-dard
[17:59:27] *** nitsujw has joined #angularjs
[18:00:08] *** e-dard is now known as e-dard_afk
[18:00:19] *** patrick99e99 has quit IRC
[18:01:31] *** danielpquinn has joined #angularjs
[18:02:40] *** BaconSoap has quit IRC
[18:03:05] *** bahoo has joined #angularjs
[18:03:38] *** rbs has joined #angularjs
[18:04:51] *** leyluj has quit IRC
[18:05:59] *** danielpquinn has quit IRC
[18:06:40] *** jharbaugh has joined #angularjs
[18:06:58] *** __pli__ has joined #angularjs
[18:07:02] *** greengriminal has quit IRC
[18:07:12] *** xat- is now known as xAt
[18:07:32] *** greengriminal has joined #angularjs
[18:08:37] *** plitzenberger has quit IRC
[18:08:57] *** holymac_ has quit IRC
[18:09:05] *** Tidwell has joined #angularjs
[18:10:12] *** slainer68 has quit IRC
[18:10:16] *** sneakertack has joined #angularjs
[18:10:23] *** markliu has joined #angularjs
[18:11:05] *** jharbaugh has quit IRC
[18:12:17] *** Guest44345 has joined #angularjs
[18:12:21] *** Bade has joined #angularjs
[18:12:24] *** orion1111 has quit IRC
[18:12:49] *** Guest44345 has quit IRC
[18:13:08] *** InezK_away is now known as InezK
[18:13:59] *** mdedetrich has quit IRC
[18:14:50] *** phrozensilver has quit IRC
[18:14:53] *** daniele9821 has joined #angularjs
[18:15:39] *** phrozensilver has joined #angularjs
[18:15:56] *** Thorn has quit IRC
[18:16:25] <daniele9821> hello all sameone can help me to configure karma-requirejs-angularjs? i'm not able to do
[18:16:37] *** __pli__ has quit IRC
[18:17:04] *** Shrooms has joined #angularjs
[18:17:15] *** ceephax has joined #angularjs
[18:17:19] *** markliu has quit IRC
[18:20:51] *** jharbaugh has joined #angularjs
[18:20:56] *** MANCHUCK has joined #angularjs
[18:20:58] *** screamingbanshee has joined #angularjs
[18:21:19] *** foofoobar has joined #angularjs
[18:22:43] *** InezK is now known as InezK_away
[18:23:22] *** leyluj has joined #angularjs
[18:23:24] *** dscientist has joined #angularjs
[18:24:50] *** Tidwell has quit IRC
[18:25:41] *** jamesshijie has joined #angularjs
[18:25:58] *** patrick99e99 has joined #angularjs
[18:26:58] *** Bade has quit IRC
[18:27:54] *** nitsujw_ has joined #angularjs
[18:28:09] *** nitsujw has quit IRC
[18:28:12] *** rburns has quit IRC
[18:28:15] *** ppppaul has joined #angularjs
[18:28:54] *** arabot has joined #angularjs
[18:29:05] *** motionman has quit IRC
[18:29:14] *** arabot has left #angularjs
[18:29:54] *** dscientist has quit IRC
[18:30:01] *** ETBlue has joined #angularjs
[18:30:22] *** patrick99e99 has quit IRC
[18:30:59] *** Tomdarkness has joined #angularjs
[18:31:00] *** phrozensilver has quit IRC
[18:31:26] *** dariocravero has quit IRC
[18:31:27] *** bLu_ has joined #angularjs
[18:31:33] *** phrozensilver has joined #angularjs
[18:34:26] *** jamto11 has joined #angularjs
[18:34:32] *** leyluj has quit IRC
[18:35:16] *** goranradulovic has joined #angularjs
[18:35:40] *** yoshokatana has joined #angularjs
[18:36:06] *** goranradulovic_ has joined #angularjs
[18:36:13] <goranradulovic_> hi guys
[18:36:31] <goranradulovic_> is there a way to delay initial route resolving
[18:36:42] *** leyluj has joined #angularjs
[18:36:47] <goranradulovic_> for certain amount of time until some ajax requests finishes
[18:37:20] *** moritzs has quit IRC
[18:37:28] *** lucasefe has quit IRC
[18:38:00] <narutimateum> so where can i read [proper angular?
[18:39:26] *** jamto11 has quit IRC
[18:41:07] *** goranradulovic_ has quit IRC
[18:41:34] *** foofoobar has quit IRC
[18:42:17] *** nitsujw_ has quit IRC
[18:42:46] *** nitsujw has joined #angularjs
[18:43:38] *** hell_razer has quit IRC
[18:45:10] *** rangle has joined #angularjs
[18:45:34] *** goranradulovic has quit IRC
[18:46:10] *** martiis has quit IRC
[18:47:25] *** DuelShark has left #angularjs
[18:47:32] *** DuelShark has joined #angularjs
[18:48:14] *** lordkryss has joined #angularjs
[18:48:26] *** Tidwell has joined #angularjs
[18:49:37] *** waylon999 has quit IRC
[18:50:48] *** s3cr3t has joined #angularjs
[18:51:17] *** lucasefe has joined #angularjs
[18:51:53] *** vintik has joined #angularjs
[18:52:01] *** BaconSoap has joined #angularjs
[18:52:11] *** fairchild has quit IRC
[18:53:52] *** jamesshijie has quit IRC
[18:54:21] *** Ilyas has joined #angularjs
[18:54:28] *** nobitanobi has joined #angularjs
[18:54:54] *** [n0b0dy] has quit IRC
[18:55:03] *** patrick99e99 has joined #angularjs
[18:55:04] *** [n0b0dy] has joined #angularjs
[18:56:13] *** vintik has quit IRC
[18:56:32] *** cctom has joined #angularjs
[18:56:59] *** SpearThruster has joined #angularjs
[18:57:47] *** TuRnaD0 has quit IRC
[18:58:09] <Foxandxss> bahoo: links parameter are wrong
[18:58:34] <Foxandxss> link functions I meant
[18:58:39] *** amargherio has joined #angularjs
[18:58:49] <Foxandxss> and why pre and post link=?
[18:58:53] *** waylon999 has joined #angularjs
[18:58:53] <Foxandxss> link*
[18:59:20] <Foxandxss> meant like 43 and 47
[18:59:45] *** Joseph_Silber has joined #angularjs
[18:59:53] <bahoo> Was just a shot in the dark, really. I saw that the top navigation wasn’t getting populated with data correctly, and I read something suggesting that using a pre() function might help.
[18:59:56] <Foxandxss> otoh, I don't see the need of `this` on the last controller
[19:00:07] *** oller has quit IRC
[19:00:14] <Foxandxss> but that is personal preference
[19:00:22] <Foxandxss> apart from that, I don't see anything else weird
[19:00:39] <bahoo> Should I bind it to $scope instead?
[19:01:09] *** Alina-malina has quit IRC
[19:01:24] *** Alina-malina has joined #angularjs
[19:01:25] *** Alina-malina has joined #angularjs
[19:02:10] *** evilaliv3 has joined #angularjs
[19:02:15] *** rjshkr has joined #angularjs
[19:02:16] *** danielpquinn has joined #angularjs
[19:02:25] <rjshkr> Hi
[19:02:28] <bahoo> There’s a lot of not-entirely-cohesive information about doing things the more “Angular” way, and some folks suggest putting all this logic into controllers might be the wrong bet. Should I do a service or some such instead?
[19:02:41] *** theRobkp has joined #angularjs
[19:02:49] *** moritzs has joined #angularjs
[19:02:58] <Foxandxss> bahoo: well, if you abstract stuff, wouldn't be bad
[19:03:07] <bahoo> I’m also not sure what the best scope: setting is for sharing information between the nested directives.
[19:03:11] <rjshkr> i want need to access db
[19:03:14] *** JosephSilber has quit IRC
[19:03:31] <rjshkr> can anyone suggest me which platform is good
[19:03:47] <Foxandxss> any backend
[19:03:51] <Foxandxss> angular doesn't care
[19:03:54] <bahoo> rjshkr: maybe Firebase?
[19:04:26] *** [n0b0dy] has quit IRC
[19:04:33] *** cctom has quit IRC
[19:04:33] *** tyfighter has joined #angularjs
[19:04:36] *** [n0b0dy] has joined #angularjs
[19:05:14] <rjshkr> how about using servelet
[19:05:52] *** mennea has joined #angularjs
[19:06:17] *** theRobkp has quit IRC
[19:06:42] *** danielpquinn has quit IRC
[19:07:25] *** scmx has quit IRC
[19:08:14] *** slainer68 has joined #angularjs
[19:10:54] <Elezium> bahoo, I've benn reading on firebase and it looks interesting. Especially the real time "syncing" ...
[19:10:57] *** TorchDragon has joined #angularjs
[19:11:03] *** Tomdarkness has quit IRC
[19:12:57] *** slainer68 has quit IRC
[19:12:58] <bahoo> I’ve never actually used it but seemed like a quick way to get started
[19:13:14] *** prbc has joined #angularjs
[19:13:31] <Foxandxss> the problem is that for a non-demo app it is pricy
[19:13:36] *** InezK_away is now known as InezK
[19:13:44] *** SomeKittens has joined #angularjs
[19:14:03] *** {DV8} has joined #angularjs
[19:14:33] *** danyim has joined #angularjs
[19:15:16] <Elezium> Indeed. But will you really reach 50 conccurent connection?
[19:15:28] *** TorchDragon has quit IRC
[19:15:42] <SpearThruster> and who knows how well it scales
[19:15:50] <SpearThruster> having such a component in a big system
[19:15:52] <SpearThruster> jeesh
[19:16:46] <Elezium> I started looking at it because I did not want to bother with my own backend for now (learning Angular.. so let's focus on one thing first..).. but yeah.. it is still young, and there is the debate over NoSQL (Documentstore (?!) vs RDBMS ...
[19:17:17] <Elezium> but I admit, the simpe login feature is a nice to have
[19:17:48] *** plitzenberger has joined #angularjs
[19:17:59] *** prbc has quit IRC
[19:18:13] *** phrozensilver has quit IRC
[19:18:19] *** stirlingw has quit IRC
[19:18:50] *** danyim has quit IRC
[19:19:29] *** bertrandk has quit IRC
[19:20:15] *** zwacky has joined #angularjs
[19:21:45] *** martin-_- has quit IRC
[19:23:05] *** daslicht has quit IRC
[19:23:28] *** InezK is now known as InezK_away
[19:23:42] <Foxandxss> Elezium: a proper login is done by 100-120 lines of JS and 50-60 of backend
[19:24:27] *** KamalKaur has quit IRC
[19:25:20] <Elezium> Foxandxss, When you know how to doi t ;) That's just my point.. I decided to focus on Angular, and maybe focus on the backend a bit later.. Also I saw a few backend that you can deploy on your own server (deployd, loopback).. might be an alternative as well
[19:25:47] *** naneau has joined #angularjs
[19:25:59] *** naneau has quit IRC
[19:26:00] *** Geekabilly has quit IRC
[19:26:01] <Foxandxss> Elezium: or if you know where to read
[19:26:19] <Elezium> Also... I did not take the time to look further honestly.
[19:26:38] <Elezium> I"m pretty sure there is a bunch of very very good example out there
[19:26:53] <Foxandxss> indeed
[19:26:54] *** cigol has quit IRC
[19:27:55] <Elezium> Since it is not my job, I learn in my spare time, for the fun of it ... I'll check it out for sure when the time permit.
[19:29:09] <Foxandxss> that is good, learning is the best way to be on market
[19:29:23] *** caitp has quit IRC
[19:29:51] *** evilaliv3 has quit IRC
[19:30:10] <Elezium> Foxandxss, yeah... and I work close to the developper so I like to have a good unerstanding of what they are doing ;)
[19:30:28] *** rjshkr has quit IRC
[19:30:29] <Foxandxss> and what do you do then? (for living)
[19:31:16] <Elezium> Foxandxss, WebSphere / Tomcat / Apache / IHS support (mostly.. some other middleware as well) .. Customer provide the code, we build the infrastructure
[19:31:57] <Foxandxss> sounds like not fun at all
[19:31:57] <Foxandxss> :P
[19:32:29] *** Dido has joined #angularjs
[19:33:00] *** joroci has quit IRC
[19:33:01] <Elezium> Foxandxss, hhah! Not that bad actually ... it's cool when there is new project .. installing and working closely with the dev to make the thing work.. but yeah... you can consider "old" techonologies... but hey, that's what they use on financial website
[19:33:15] *** morenoh151 has joined #angularjs
[19:33:15] *** lw has joined #angularjs
[19:33:17] *** joroci has joined #angularjs
[19:33:22] <BahamutWC> so devops type work?
[19:33:31] *** rburns has joined #angularjs
[19:33:54] *** lw has quit IRC
[19:34:01] <Foxandxss> yeah, work is work at the end of the day
[19:34:17] <Elezium> BahamutWC, yeah.. some part of it ... and after... we support the infra in a 24/7 mode (that's the down side..)
[19:34:28] *** Dan_ has joined #angularjs
[19:34:39] <Elezium> Gotta pay the bills... (and pay is good, I can't complain)
[19:34:41] *** jamto11 has joined #angularjs
[19:34:47] *** Blackshark has quit IRC
[19:34:47] *** {DV8} has quit IRC
[19:34:52] *** atomical has quit IRC
[19:34:59] <BahamutWC> it's also good working with angular :P
[19:35:15] *** elrabin has joined #angularjs
[19:35:17] <BahamutWC> although you should do what you do for the love of it
[19:35:21] *** Dido has quit IRC
[19:35:23] *** greggsi_ has quit IRC
[19:35:25] <Elezium> ;) I would not apply for an Angular dev job right now .. they would fire me after a week!
[19:35:32] <Dan_> hi room. anyone want to share some tips on maintaining state with angular? i want to make a wizard-like app
[19:35:39] *** InezK_away is now known as InezK
[19:35:44] <BahamutWC> Dan_: ui-router is your friend
[19:35:46] <Foxandxss> Elezium: you won't believe the things I saw already
[19:35:56] *** Blackshark has joined #angularjs
[19:36:02] <SpearThruster> Dan_, local storage?
[19:36:05] <Foxandxss> I even asked once: How do you manage to get paid?
[19:36:17] <Foxandxss> And I am a very very respectful man
[19:36:30] <Foxandxss> I respect others, but damn, I needed to say that
[19:36:38] <BahamutWC> Foxandxss: you asked how a client makes $?
[19:36:47] <Elezium> Foxandxss, Probably...yeah... But since I know where I am good at, I won't apply for that type of job... respect for the employer, and myself ;)
[19:36:57] <Foxandxss> BahamutWC: did I? :P
[19:37:05] *** Geekabilly has joined #angularjs
[19:37:05] <BahamutWC> I dunno, I'm confused by what you said heh
[19:37:10] <Dan_> @SpearThruster, that might be the way to go. I figured this was an elementary use case, but then there's page refreshing hazards and whatnot
[19:37:14] <Elezium> haha!
[19:37:18] *** Geekabilly has quit IRC
[19:37:26] *** codedungeon has joined #angularjs
[19:37:39] *** Geekabilly has joined #angularjs
[19:37:43] *** stirlingw has joined #angularjs
[19:37:44] <BahamutWC> IndexedDB is useful if you can fit it in your requirements
[19:37:57] *** linojon has quit IRC
[19:38:51] *** lingo_ has joined #angularjs
[19:38:51] *** Fishy has joined #angularjs
[19:38:57] *** jamto11 has quit IRC
[19:39:44] *** bertrandk has joined #angularjs
[19:40:47] <Foxandxss> BahamutWC: ah, I see. I asked to someone how he managed to get paid as a developer when he clearly didn't know angular
[19:41:35] *** atomical has joined #angularjs
[19:41:44] <Dan_> i'm new to client-side apps. i kind of expected state maintenance to be automatic
[19:42:21] *** nicholascch has joined #angularjs
[19:42:24] *** nitsujw has quit IRC
[19:42:45] *** nicholascch has left #angularjs
[19:42:50] <Foxandxss> Dan_: there is no magic in this world
[19:42:52] *** nitsujw has joined #angularjs
[19:42:57] <Foxandxss> you have to store it by yourself
[19:43:01] <Foxandxss> use a service for that
[19:43:10] <Dan_> is it possible to turn off the chatroom announcements of enterings and exitings?
[19:43:12] *** Fishy has quit IRC
[19:43:18] <Foxandxss> depends on your client
[19:43:33] <Foxandxss> but for most of them, yes
[19:43:39] <Dan_> i'm just using chrome
[19:43:47] <Foxandxss> ah webchat, maybe not
[19:43:52] <Foxandxss> that is the simplest way of coming here
[19:44:18] <Dan_> can you suggest a better alternative?
[19:44:24] <Foxandxss> what OS?
[19:44:32] <Dan_> osx
[19:44:38] *** davi has joined #angularjs
[19:44:38] *** davi has joined #angularjs
[19:44:48] <Foxandxss> limechat or is nice fork textual (which is paid)
[19:44:54] <Foxandxss> I use textual, but limechat is awesome too
[19:45:03] <Foxandxss> his*
[19:45:05] <BahamutWC> Foxandxss: well, some companies hire based on previous experience & try to train people up in angular
[19:45:06] <Dan_> thanks
[19:45:15] <Foxandxss> my English seems to not be working on sundays
[19:45:58] <Foxandxss> BahamutWC: that makes sense but makes me think worst things abot that guy then :P
[19:46:34] *** nanoyak has joined #angularjs
[19:46:41] *** Blackshark has quit IRC
[19:47:02] *** Dan__ has joined #angularjs
[19:47:14] *** Blackshark has joined #angularjs
[19:47:47] <Dan__> ok, let's give this one a try
[19:47:54] *** Dan_ has quit IRC
[19:48:06] *** Shrooms has quit IRC
[19:48:09] <Foxandxss> limechat then?
[19:48:15] <Dan__> yep
[19:48:33] <Foxandxss> you can edit its css to put the font bigger
[19:48:39] *** e-dard_afk is now known as e-dard
[19:48:42] <Foxandxss> sidebar font is small as hell
[19:48:52] <Foxandxss> you could also hiden the bottom console pannel
[19:48:56] <Foxandxss> hide*
[19:49:03] <Foxandxss> damn, I should stop writing english for today
[19:51:23] *** davi has quit IRC
[19:51:49] <Joseph_Silber> Chrome stopped working on me :(
[19:51:54] <Joseph_Silber> Doesn't render any pages.
[19:52:05] <Joseph_Silber> Not even chrome://foo
[19:52:06] <Joseph_Silber> :(
[19:52:15] *** plitzenberger has quit IRC
[19:52:21] *** Reskp has joined #angularjs
[19:52:24] *** Silne30 has joined #angularjs
[19:52:34] *** vintik has joined #angularjs
[19:53:23] *** sbeam has joined #angularjs
[19:53:25] *** KamalKaur has joined #angularjs
[19:54:10] *** plitzenberger has joined #angularjs
[19:54:16] *** jamesshijie has joined #angularjs
[19:55:09] *** caitp has joined #angularjs
[19:55:10] *** MANCHUCK has quit IRC
[19:55:31] *** davi has joined #angularjs
[19:55:50] *** Blackshark has quit IRC
[19:56:21] <Elezium> Freeakinnng VPN!
[19:56:52] *** vintik has quit IRC
[19:57:27] *** davedev2_ has joined #angularjs
[19:58:23] *** jamesshijie has quit IRC
[19:58:25] <Foxandxss> Joseph_Silber: try resetting it or something
[19:58:54] <Joseph_Silber> Foxandxss: did. Even Reinstalled it. Both reg and Canary. No go.
[19:58:58] *** lw has joined #angularjs
[19:59:28] <Dan__> why do office chairs have headrests that tilt forward making you look at the floor when you lean against them?
[19:59:46] *** bertrandk has quit IRC
[19:59:48] <Dan__> weird
[19:59:49] *** davedev24_ has quit IRC
[20:00:11] <Elezium> Not tall enough?
[20:00:16] <Foxandxss> Joseph_Silber: but did you clean the configuration files? (those hidden on your home)
[20:00:29] *** danyim has joined #angularjs
[20:00:38] <Joseph_Silber> Oh. Didn't know about those. Where?
[20:00:40] *** Geekabilly has quit IRC
[20:00:59] <Dan__> no, my head hits the headrest squarely
[20:01:14] <Foxandxss> Joseph_Silber: let me remember
[20:01:47] *** caitp has quit IRC
[20:01:49] <Elezium> Ho well... Microsoft says: " Work as designed " é
[20:02:15] *** dcherman has joined #angularjs
[20:02:18] <Foxandxss> Joseph_Silber: ~/Library/Application\ Support/Google/Chrome/
[20:03:02] *** danielpquinn has joined #angularjs
[20:03:04] *** codestorm has quit IRC
[20:04:04] *** zwacky has quit IRC
[20:04:13] *** mindlace has joined #angularjs
[20:04:23] *** KamalKaur has quit IRC
[20:04:27] *** bertrandk has joined #angularjs
[20:04:55] *** Blackshark has joined #angularjs
[20:05:24] *** lordkryss has quit IRC
[20:05:54] <Joseph_Silber> Foxandxss: I'm on Windows. Not sure where to find those.
[20:06:02] <Foxandxss> oh
[20:06:07] <Foxandxss> why I supposed you were on mac?
[20:06:35] *** Silne30 has quit IRC
[20:07:00] <Foxandxss> normally there is an AppData hidden with stuff inside
[20:07:06] <Foxandxss> it is a good place to start looking
[20:07:15] *** anjumkaiser has quit IRC
[20:07:20] <Elezium> MAYBE: C:\Users\xyz\AppData\Local\Google\Chrome\User Data
[20:07:39] *** danielpquinn has quit IRC
[20:08:18] <Foxandxss> that sounds legit
[20:08:27] *** Nizumzen has quit IRC
[20:08:39] *** vintik has joined #angularjs
[20:09:41] *** FrEaKmAn_ has joined #angularjs
[20:10:00] <FrEaKmAn_> I have defined a method inside of one directive.. how can I call it from another directive?
[20:10:03] *** Blackshark has quit IRC
[20:10:14] *** Blackshark has joined #angularjs
[20:10:14] <FrEaKmAn_> method is in scope
[20:10:43] *** Aliks_ has quit IRC
[20:10:55] *** screamingbanshee has quit IRC
[20:11:36] *** screamingbanshee has joined #angularjs
[20:12:03] *** sneakertack has quit IRC
[20:12:34] *** leyluj has quit IRC
[20:12:54] <Foxandxss> I would delete the entire Chrome folder (Backup it first)
[20:13:00] <Elezium> Joseph_Silber, No idea.. I never did it myself ;)
[20:13:06] *** eden_lane has quit IRC
[20:13:08] <Foxandxss> I believe you have your gmail account sync, so it would restore the good things you need
[20:13:22] <Foxandxss> like bookmarks, history, options, etc
[20:13:30] *** nitsujw has quit IRC
[20:13:30] <Elezium> Sorry, I won't try on my side ;)
[20:13:35] *** leyluj has joined #angularjs
[20:13:41] <Foxandxss> what a devop
[20:13:42] <Foxandxss> haha
[20:13:47] <Joseph_Silber> Something's amiss. I don't think Canary shares any of that with chrome, so there's no reason for both of them to stop working at the same time
[20:13:56] *** prbc has joined #angularjs
[20:13:59] <Foxandxss> uhm, that is true
[20:14:10] <Elezium> Hey.. this is my personnal computer.. I don't want debug that thing over the week-end!
[20:14:11] <Foxandxss> but chrome shouldn't stop working because he wants
[20:14:12] *** nitsujw has joined #angularjs
[20:14:13] <Foxandxss> even on window
[20:14:21] <Joseph_Silber> It happened last week after a Chrome update.
[20:14:22] <Elezium> I have more than enough to configure my new laptop for work.. bleah
[20:15:30] *** Cydmax has joined #angularjs
[20:15:42] *** jeffisabelle has quit IRC
[20:16:53] *** MickeyO has quit IRC
[20:18:18] *** prbc has quit IRC
[20:19:55] *** KamalKaur has joined #angularjs
[20:20:11] <Dan__> does anyone use cleverstack for making apps?
[20:20:50] *** anjour has joined #angularjs
[20:21:01] <Foxandxss> never heard
[20:21:36] *** bertrandk has quit IRC
[20:21:50] <Dan__> do you use any generators?
[20:23:12] *** knownasilya has joined #angularjs
[20:23:46] *** slainer68 has joined #angularjs
[20:23:56] *** leyluj has quit IRC
[20:24:31] *** nitsujw has quit IRC
[20:24:56] *** bertrandk has joined #angularjs
[20:25:15] *** nemothekid has joined #angularjs
[20:25:18] <Foxandxss> no
[20:25:48] *** eden_lane has joined #angularjs
[20:28:21] *** MJD has quit IRC
[20:28:38] *** quantax- has quit IRC
[20:28:45] *** nitsujw has joined #angularjs
[20:28:47] *** slainer68 has quit IRC
[20:28:59] *** oste has joined #angularjs
[20:30:18] *** Nek has quit IRC
[20:30:43] *** rburns has quit IRC
[20:33:07] *** secondjeff has joined #angularjs
[20:34:40] *** jamto11 has joined #angularjs
[20:34:52] *** daniele9821 has quit IRC
[20:34:58] *** KamalKaur has left #angularjs
[20:35:28] *** codedungeon has quit IRC
[20:35:36] <Foxandxss> sure
[20:36:13] <Elezium> Thanks Dan__ .. Interesting ready
[20:36:19] <Dan__> in theory, they save time. i've yet to prove that
[20:36:24] <Foxandxss> lol, that is like a lot of work
[20:36:34] *** lw has quit IRC
[20:36:49] <Dan__> yeah, i got a little obsessive with it
[20:37:17] <Foxandxss> but I have to say, why all that work?
[20:37:30] <Foxandxss> it is about picking one
[20:37:36] <Dan__> i have a dream where people don't waste time
[20:37:39] <Foxandxss> or creating your own grunt / gulp file
[20:37:45] *** sneakertack has joined #angularjs
[20:37:50] *** zwacky has joined #angularjs
[20:38:00] <Dan__> a generator is a great thing for that. the only trouble is that experts don't talk to each other and come to agreements
[20:38:05] <Foxandxss> the problem is that half of those are just crap
[20:38:30] <Dan__> indeed
[20:38:34] *** mettjus has quit IRC
[20:38:44] <Foxandxss> one dev would waste more time reading that spreadsheet that doing a good gulp / grunt file
[20:38:45] *** Fishy has joined #angularjs
[20:38:54] *** Rahul_Roy has joined #angularjs
[20:38:57] <Foxandxss> I would simplify it a lot
[20:39:08] <Foxandxss> 400+ lines is insane
[20:39:10] <Dan__> the point isn't to read the whole thing. just look at the top line with the scores
[20:39:16] *** jamto11 has quit IRC
[20:39:19] <Foxandxss> ah wait, missed the scores
[20:39:22] *** secondjeff has quit IRC
[20:39:38] <Dan__> maybe i should make that line stand out a bit more
[20:39:44] *** hell_razer has joined #angularjs
[20:40:11] *** hell_razer has quit IRC
[20:40:17] *** briantrice has quit IRC
[20:40:24] <Foxandxss> I think that people worries a lot about chosing a workflow
[20:40:40] <Dan__> yep. i do
[20:40:42] <Foxandxss> just pick one, work with it, there are more projects to do than workflows, so you can try :P
[20:40:52] <Foxandxss> when I started angular, someone told me
[20:40:54] *** briantrice has joined #angularjs
[20:41:03] <Dan__> i don't like trial and error. i think there is a better way
[20:41:12] <Foxandxss> we made lineman and we use it. I tried it and I keep using it
[20:41:21] *** mettjus has joined #angularjs
[20:41:22] <Foxandxss> still, a proper gulp file would be better at the end of the day
[20:41:35] <Foxandxss> comparing is the worst thing I could ever do
[20:41:35] <Dan__> the building part is only part of it.
[20:41:54] <Foxandxss> what other parts are there?
[20:42:23] <Dan__> there are 16 categories of benefits
[20:42:33] <Dan__> building is one
[20:43:06] *** Fishy has quit IRC
[20:43:41] <Foxandxss> with a proper gulp you have testing, platform (angular), building, development, file organiazation you want, performance shouldn't be there, libraries also
[20:43:48] <Foxandxss> it is like mean.io
[20:43:52] <Foxandxss> it comes with dozen of useless libraries
[20:44:00] <Foxandxss> why whould someone want that?
[20:44:22] <Dan__> i'm a beginner. i want to leverage the experience of experts
[20:44:26] *** zfogg has joined #angularjs
[20:44:42] <Dan__> i have no idea what's important and what isn't
[20:44:49] <Foxandxss> well, you're doing that already :P
[20:44:56] *** D-Boy has quit IRC
[20:45:14] <eden_lane> Hello guys, I need your advice. What can you suggest for reading about architecture of angular apps ?
[20:45:50] <Foxandxss> Dan__: for me, the best workflow would be the one with less opinions (none if possible) and good defaults (with default I mean, good tasks)
[20:46:38] <Dan__> oh dear. i see we subscribe to different philosophies. i want as much opinion as possible
[20:46:55] <Foxandxss> you wanted to leverage, didn't you? :)
[20:47:13] <Dan__> exactly. that's what an opinion is. an expert way of doing things
[20:47:26] *** elxa is now known as elxa_
[20:47:28] <Foxandxss> no, an opinion is someone's way of doing things
[20:47:38] *** flosky has joined #angularjs
[20:47:40] *** Willow has quit IRC
[20:47:43] <Dan__> someone who is an expert
[20:47:44] <Foxandxss> newbies have opinions too
[20:47:57] <Dan__> i don't want those opinions
[20:48:08] *** flosky has left #angularjs
[20:48:17] *** Willow has joined #angularjs
[20:48:34] <Foxandxss> well, you need to know that the other is an expert or not :P
[20:48:46] <Foxandxss> opinions are opinion
[20:48:58] <Foxandxss> I used to like opinionated frameworks / workflow
[20:49:12] <Foxandxss> but now I see them like an unnecesary constraint
[20:49:37] <Foxandxss> brb
[20:50:34] *** MANCHUCK has joined #angularjs
[20:51:18] *** D-Boy has joined #angularjs
[20:52:02] *** lw has joined #angularjs
[20:52:18] *** waylon999 has quit IRC
[20:52:23] *** tyfighter has quit IRC
[20:52:33] *** Willow has quit IRC
[20:53:10] *** e-dard is now known as e-dard_afk
[20:53:47] *** disorder20 has joined #angularjs
[20:54:25] *** bertrandk has quit IRC
[20:55:12] *** cigarshark has joined #angularjs
[20:55:36] *** [n0b0dy] has quit IRC
[20:55:43] *** jamesshijie has joined #angularjs
[20:55:45] *** [n0b0dy] has joined #angularjs
[20:55:46] *** crewshin has quit IRC
[20:56:16] <Foxandxss> the fun question, have you picked one Dan__ ?
[20:57:05] <Elezium> I use angular-seed, the one with the lowest score! lol
[20:57:06] <Dan__> cleverstack had the highest score so i picked that one. the problem is there's only one guy to answer questions. so i get stuck. while i wait for an answer i use meanjs
[20:57:38] <Dan__> @Elezium, that's where i started too since it's linked from the Angular site
[20:57:39] <Foxandxss> Elezium: the one I use has no score :P
[20:58:11] *** Joshee has joined #angularjs
[20:58:22] <Elezium> ;) I wanted to get ditry with Angular, not learning all the grunt, gulp, karma, phantom thing ... of course, I will need to look at them later on
[20:59:11] *** Reskp has quit IRC
[20:59:25] <Foxandxss> that is a good decision
[20:59:57] *** jamesshijie has quit IRC
[20:59:58] <Elezium> I lost about 2-3 weeks before writing a single line of code, but my reading what best and what not... enough..
[21:00:11] <Elezium> crap.. my english sucks as well today
[21:00:16] *** crewshin has joined #angularjs
[21:00:44] *** xAt is now known as xat-
[21:01:22] *** Reskp has joined #angularjs
[21:01:43] *** bertrandk has joined #angularjs
[21:02:34] *** TorpedoSkyline has joined #angularjs
[21:02:57] <Dan__> i'm just tired of there being so much disagreement and chaos in how to make a web application
[21:03:25] <Dan__> i'm going to push for standards until i can't take it any more
[21:03:27] *** night-owl has quit IRC
[21:03:41] *** agrajag42 has joined #angularjs
[21:03:50] *** danielpquinn has joined #angularjs
[21:05:18] *** JoshGlzBrk has joined #angularjs
[21:06:00] <Elezium> I tried Dan__ but I was getting no where... and since I don't plan on building a large apps yet ... I just get dirty and have some fun
[21:06:14] *** slainer68 has joined #angularjs
[21:06:22] *** uf6667 has joined #angularjs
[21:06:45] *** Wills_ has joined #angularjs
[21:07:02] *** crewshin has quit IRC
[21:07:13] <Foxandxss> it is a waste of time
[21:07:14] <robdubya_> hola hola hola
[21:07:21] <Foxandxss> there is no a perfect workflow
[21:07:26] *** AWAW has quit IRC
[21:07:31] <Foxandxss> you just need to pick the one you like most
[21:07:36] <Foxandxss> hola robdubya_
[21:07:51] *** tplaner has joined #angularjs
[21:07:53] *** AWAW has joined #angularjs
[21:08:04] <Dan__> in the past when i was a developer, i couldn't stand doing something that i knew was suboptimal. so for me, it's either do it the best way or sell shell necklaces at the beach
[21:08:25] <Foxandxss> you have more future on the latter I am afraid
[21:08:29] <rhp> perfectionism is a big danger
[21:08:31] <Wills_> Hey, are there any ui-router experts here :)?
[21:08:32] *** danielpquinn has quit IRC
[21:08:34] <Foxandxss> the idea is to be productive
[21:08:40] <Foxandxss> and waiting for the perfect thing is not productive at all
[21:08:50] <rhp> indeed
[21:09:11] <Foxandxss> the secret is to have a good testing coverage
[21:09:12] *** e-dard_afk is now known as e-dard
[21:09:13] <Dan__> not for me. i am perfectly happy to spend my time this way
[21:09:27] <Foxandxss> so if you find a better answer later, you can refactor what you need
[21:09:30] <rhp> you don't work for a boss then, I assume
[21:09:36] <Dan__> yep. i have no job
[21:09:45] *** Willow has joined #angularjs
[21:10:28] *** nitsujw has quit IRC
[21:10:52] *** plitzenberger has quit IRC
[21:10:58] <xat-> i guess it always depends on what your working. if your working for an client, productivity wins. if your working on some personal open source lib then perfectionism wins
[21:11:08] *** TorpedoSkyline has quit IRC
[21:12:03] <Dan__> i consider this a higher calling. these teams can and should work together to make something great. what i have done is a step in the direction of revealing this truth to them
[21:12:12] *** TorchDragon has joined #angularjs
[21:12:25] <Foxandxss> xat-: but life is not black or white
[21:12:37] <Foxandxss> I like my libraries, but they are not perfect
[21:12:38] *** tyfighter has joined #angularjs
[21:12:46] <xat-> Foxandxss: that was basicly what i meant ;)
[21:13:07] *** seydoggy has joined #angularjs
[21:13:55] *** ghox has quit IRC
[21:14:07] <xat-> Foxandxss: my open source libs are hobby to me, so time dosnt matter
[21:14:38] *** prbc has joined #angularjs
[21:14:47] <Foxandxss> for me too, but still, I prefer to get the job done even when having my code clean
[21:15:10] *** rho has joined #angularjs
[21:15:21] *** bLu_ has quit IRC
[21:15:52] *** night-owl has joined #angularjs
[21:15:58] *** stirlingw has quit IRC
[21:16:42] *** TorchDragon has quit IRC
[21:16:57] <intellix> keep getting this... driving me nuts -.- "Illegal use of ngTransclude directive in the template! No parent directive that requires a transclusion found."
[21:17:03] *** Ericx2x_ has joined #angularjs
[21:17:24] *** seydoggy has quit IRC
[21:18:31] *** TorpedoSkyline has joined #angularjs
[21:18:40] *** plitzenberger has joined #angularjs
[21:19:09] *** RichardLitt has quit IRC
[21:19:31] *** prbc has quit IRC
[21:20:37] <house> what's the best way to handle authentication with rest/angular?
[21:20:38] *** Fishy has joined #angularjs
[21:21:07] *** MANCHUCK has quit IRC
[21:21:25] <house> checking.
[21:21:33] <snurfery> couple of resources for you, you can skim and see if any suit your needs
[21:21:50] *** Ericx2x_ has quit IRC
[21:21:55] <house> wow. that first link is bad ass
[21:22:19] *** TorpedoSkyline has quit IRC
[21:22:24] <house> somany helpful examples there
[21:22:43] *** mityaz has quit IRC
[21:22:45] *** Phil__ has joined #angularjs
[21:22:57] *** davi has quit IRC
[21:23:10] <house> bookmarked
[21:23:12] <house> for sure.
[21:23:30] <Phil__> Hello all! I am very excited about Angular but have been stuck on a particular piece, how do I go about having a login session authenticate with the server and then load HTML pages?
[21:23:44] *** Reskp has quit IRC
[21:23:54] <house> (heh.. same question i just asked)
[21:23:57] <house> check this link:
[21:24:09] <house> (thanks to snurfery)
[21:24:27] <Phil__> thanks!
[21:24:42] <Elezium> Thanks for the links.. Isolated scope = Reading for today!
[21:25:01] *** mettjus has quit IRC
[21:25:03] <Phil__> House you rock!
[21:25:06] <snurfery> house: glad it's helping. definitely bookmark that "AngularJS-Learning" page, it's tremendous
[21:25:08] <Phil__> that will take care of that
[21:25:29] <house> i do not rock, it is snurfery who rocks..
[21:25:42] <house> for he just gave me that link a moment ago..
[21:25:47] <house> and rock he does.
[21:26:11] <tplaner> hey guys, I have routing setup and partially working, I have my base href set to "/app/", however on first load I'm always directed to /app#/, instead of /app/#/, is there anyway to force the proceeding slash?
[21:26:44] <house> i havent seen that in my applications
[21:26:51] <house> odd that you are getting that.
[21:26:54] <Phil__> snurfery +1
[21:27:48] *** dcherman has quit IRC
[21:28:06] *** Reskp has joined #angularjs
[21:28:06] *** _ht has quit IRC
[21:28:09] *** RichardLitt has joined #angularjs
[21:28:18] *** Hackwar1 has joined #angularjs
[21:28:32] *** Hackwar has quit IRC
[21:28:32] *** Anton_ has quit IRC
[21:28:43] *** tyfighter has quit IRC
[21:29:06] *** shinnya has joined #angularjs
[21:29:52] *** ppppaul has quit IRC
[21:30:18] *** elxa_ is now known as elxa
[21:31:12] *** jpstone has joined #angularjs
[21:31:23] *** moritzs has quit IRC
[21:32:17] *** nemothekid has quit IRC
[21:32:52] *** nitsujw has joined #angularjs
[21:33:13] *** phrozensilver has joined #angularjs
[21:33:28] *** Anton_ has joined #angularjs
[21:33:31] *** FrEaKmAn_ has quit IRC
[21:34:37] *** jamto11 has joined #angularjs
[21:35:48] *** danyim has quit IRC
[21:36:00] *** nemothekid has joined #angularjs
[21:36:44] *** RubenCordeiro has joined #angularjs
[21:37:07] <RubenCordeiro> hi folks.
[21:37:20] <house> Hello RubenCordeiro
[21:37:21] *** nemothekid has quit IRC
[21:37:58] <Wills_> Has anyone ever seen an issue with the ui-sref directive of ui-router not actually updating the URL in the address bar :(?
[21:38:11] <Wills_> It's diving me insane
[21:38:41] <RubenCordeiro> No, never found that issue personally.
[21:38:53] <RubenCordeiro> I assume you've alrady googled it to exhaustion :P
[21:39:19] <Wills_> Yeah :(
[21:39:29] <Wills_> It seems fine in other places where I'm using it!
[21:39:41] <robdubya_> are you using a relative path?
[21:39:44] <snurfery> Wills_: is it only one link that's having the issue?
[21:39:49] <Wills_> just this one place seems one click out... almost like it's missing some scope.$apply
[21:39:49] *** jamto11 has quit IRC
[21:39:50] *** oste has quit IRC
[21:39:50] <robdubya_> eg .foo / ^.foo / etc
[21:39:50] <house> are you using ie7 or 8?
[21:39:55] *** nobitanobi has quit IRC
[21:39:57] <house> if so, try using chrome of FF
[21:39:59] <house> *or FF
[21:40:05] <house> it might work better on those browsers
[21:40:17] *** caitp has joined #angularjs
[21:40:25] <house> angular is very hit or miss on ie
[21:40:25] *** lw has quit IRC
[21:40:27] <Wills_> Pretty sure its not a browser issue...
[21:40:29] <Wills_> Im using Chrome..
[21:40:35] <snurfery> since it's only one link that's affected, let's see the markup
[21:40:39] <house> angular works great on chrome ;)
[21:40:41] <Wills_> Sure
[21:40:44] <Wills_> <a ui-sref="checklist-phase({ aircraftId: checklist.aircraft, checklistId: checklist.id, phaseSlug: checklist.phases[0].slug })" ng-bind="checklist.name"></a>
[21:41:04] <Wills_> however,
[21:41:11] <e-dard> Hello, is it possible to make the name attribute of a form dynamically generated, and then refer to that name as a varibale in the view??
[21:41:16] <Wills_> I have a very similar link that works in another part of the app:
[21:41:17] <snurfery> I normally put an href in all of my <a> tags,
[21:41:20] <Dan__> thanks for the chat, all. see you later
[21:41:23] *** digia|away has quit IRC
[21:41:24] <Wills_> <a ng-if="nextPhaseSlug" ui-sref="checklist-phase({ phaseSlug: nextPhaseSlug })">Next Phase</a>
[21:41:27] *** Dan__ has quit IRC
[21:41:29] <Wills_> ^ that one works perfectly
[21:41:30] *** atomical has quit IRC
[21:42:25] <Wills_> @snufery, why? i can't put a href in since the href is dynamic (and interpolated), hence using ui-sref. (which puts the href in dynamically...)
[21:42:30] *** atomical has joined #angularjs
[21:42:32] <snurfery> so the same route take different parameters?
[21:42:36]
<e-dard> For example here: http://paste.ubuntu.com/7877688/ because the form's name is a value from a method, I don't know how to refer to the ??????
[21:42:47] <snurfery> Wills_: yeah probably just force of habit, I'm sure 'href' isn't the issue
[21:42:50] <e-dard> I hope that makes sense?
[21:43:23] <Wills_> @snurfery yeah. Well, in the one case the other 2 params are inherited, but for some reason they aren't in the longer link so I had to specify them manually
[21:43:36] <snurfery> that sounds like a clue
[21:43:51] <e-dard> if I can't do this, this way I don't know how else to dynamically generate forms in a range :(
[21:43:59] *** nanoyak has quit IRC
[21:44:02] <e-dard> er, dynamically generate ones I can then validate I mean
[21:44:09] <snurfery> is checklist-phase a top-level state, or does it have parent states?
[21:44:11] *** digia|away has joined #angularjs
[21:44:14] *** digia|away is now known as digia
[21:44:15] <Wills_> many parents
[21:44:30] <Wills_> hold on
[21:44:33] <Wills_> maybe its easier to show
[21:44:53] <e-dard> I assume there must be a way to dynamically assign name attributes to elements and then refer to them?
[21:44:59] <e-dard> Or am I thinking about this all wrong/
[21:45:47] <Wills_> from that you can see that the first parent of checklist-phase is checklist-detail
[21:46:14] <snurfery> what template is the non-working link in?
[21:46:19] <snurfery> checklist/phase.html ?
[21:46:22] <Wills_> that one
[21:46:24] <snurfery> ah
[21:46:36] <snurfery> that fits the behavior
[21:47:35] * snurfery cheers
[21:47:51] *** bbankes has joined #angularjs
[21:48:47] <snurfery> Wills_: I suspect you might need to provide information differently to ui-sref
[21:48:56] <snurfery> because you're also providing info about the parent state
[21:48:56] *** stayarrr has joined #angularjs
[21:49:05] <Wills_> @snurfery how do you mean?
[21:49:08] *** encrypt3d_fracti has joined #angularjs
[21:49:11] <snurfery> the parent state has 2 params
[21:49:17] <snurfery> state(s)*
[21:49:18] *** mzehrer__ has quit IRC
[21:49:26] <snurfery> the child state has one
[21:49:27] *** Jae has quit IRC
[21:49:32] <robdubya_> yeah, you need to be doing it relative
[21:49:47] <Wills_> sorry, bit confused :(
[21:49:59] <snurfery> he has an example of a simple relative link working
[21:50:08] <Wills_> so my parent state has :aircraftId param
[21:50:21] <Wills_> Yeah ive seen that image in the wiki
[21:50:30] *** Thorn has joined #angularjs
[21:50:51] <snurfery> but I think the link that's not working needs to be absolute
[21:50:55] <Wills_> but I'm giving ui-sref the state name (which is unique..)
[21:50:58] <Wills_> the odd thing is
[21:51:05] <Wills_> it actually transitions to the correct state
[21:51:07] <Wills_> the URL is just wrong
[21:51:09] *** mzehrer_ has quit IRC
[21:51:13] <Wills_> (in the address bar)
[21:51:18] <robdubya_> it will, just not in the right place in the hierarchy
[21:51:24] <snurfery> interesting
[21:51:30]
<e-dard> ok, let me try another angle… In this plunkr http://plnkr.co/edit/?p=preview is it possible to not have to refer to myForm, and just refer to each input?
[21:51:37] <robdubya_> also
[21:51:38] <robdubya_> checklist.phases[0].slug
[21:51:43] <robdubya_> ^ dont do that
[21:51:47] <Wills_> okay?
[21:51:51] <Wills_> why?
[21:52:05] <robdubya_> because it'll throw if phases[0] is undefined
[21:52:17] <robdubya_> that's bad JS foo generally
[21:52:20] <Wills_> it cant be undefined though.
[21:52:24] <Wills_> it literally cant
[21:52:26] <Wills_> db constraints
[21:52:30] *** linojon has joined #angularjs
[21:52:38] <Wills_> but yeah
[21:52:40] <robdubya_> famous. last. words.
[21:52:40] <Wills_> that is a bit hacky
[21:52:43] <Wills_> :D
[21:52:57] <Wills_> Is there a better way to redirect to the first phase then?
[21:53:49] <Wills_> and what would my ui-sref params need to look like if I were to use the relative scheme ?
[21:53:55] *** RichardLitt has quit IRC
[21:54:08] *** anjour has quit IRC
[21:54:14] <robdubya_> well, to go from sibling1 to sibling2
[21:54:17] *** bertrandk has quit IRC
[21:54:22] <robdubya_> it would be ^.sibling2
[21:54:48] *** ghox has joined #angularjs
[21:55:31] *** xastey has joined #angularjs
[21:55:33] <Wills_> I'm not going to a sibling though (at least not in the ui-sref that is causing issues)
[21:55:56] <robdubya_> to go to a child
[21:56:00] <robdubya_> .child2
[21:56:02] <Wills_> Im going form the checklist-list state to the checklist-phase state
[21:56:07] *** bilb_ono has joined #angularjs
[21:56:58] *** timppa has joined #angularjs
[21:56:58] <Wills_> tried: "ui-sref=".checklist-phase({ aircraftId: checklist.aircraft, checklistId: checklist.id, phaseSlug: checklist.phases[0].slug })""
[21:57:05] *** frkout_ has joined #angularjs
[21:57:05] *** tyfighter has joined #angularjs
[21:57:09] <Wills_> now the link doesn't work at all
[21:57:15] *** restless_being_ has joined #angularjs
[21:57:17] <robdubya_> whats the relationship between the 2?
[21:57:24] *** cmenscher_ has joined #angularjs
[21:57:25] *** Punna has joined #angularjs
[21:57:34] <Wills_> checklist-list is the parent, checklist-phase is the child
[21:57:40] *** zbzzn_ has joined #angularjs
[21:57:40] <snurfery> Wills_: you need to use the absolute url
[21:57:53] <snurfery> that's why I asked if the non-working link was in a different template
[21:57:53] *** ETBlue_ has joined #angularjs
[21:58:03] *** lewdev1 has joined #angularjs
[21:58:11] *** slvrbckt_ has joined #angularjs
[21:58:11] *** sakustar_ has joined #angularjs
[21:58:16] <Wills_> @snurfery absolute URL being targeting it by state name right>?
[21:58:21] *** codebro_ has joined #angularjs
[21:58:34] <snurfery> ui-sref="checklist-list.checklist-phase({ aircraftId: checklist.aircraft, checklistId: checklist.id, phaseSlug: checklist.phases[0].slug })"
[21:58:34] *** anth0ny has joined #angularjs
[21:58:37] <snurfery> if that's possible
[21:58:52] <snurfery> you might need to also specify additional parent states, if there are any
[21:58:53] *** ajph_ has joined #angularjs
[21:59:14] <Wills_> Could not resolve 'checklist-list.checklist-phase' from state 'checklist-list'
[21:59:15] <robdubya_> @Wills_ see if you can replicate it in a plunker
[21:59:33] *** jtimon_ has joined #angularjs
[21:59:37] <Wills_> @robdubya_ I think I might have to..
[21:59:46] *** Olsonfold has joined #angularjs
[21:59:50] *** greengriminal has quit IRC
[21:59:56] <snurfery> Wills_: you said there are 'many parent states' right?
[22:00:02] *** DHowett_ has joined #angularjs
[22:00:02] *** DHowett_ has joined #angularjs
[22:00:12] *** Guest94756 has joined #angularjs
[22:00:16] *** lando_ has joined #angularjs
[22:00:16] *** brassel has joined #angularjs
[22:00:21] *** dual][moon has joined #angularjs
[22:00:31] *** expr_ has joined #angularjs
[22:00:37] *** efdee_ has joined #angularjs
[22:00:40] *** Pwnna has quit IRC
[22:00:40] *** asilluron_______ has quit IRC
[22:00:41] *** greengriminal has joined #angularjs
[22:00:43] *** Punna is now known as Pwnna
[22:00:48] *** grizzm0_ has joined #angularjs
[22:00:48] <snurfery> it's not gonna work with only specifying one parent state, absolute means put em all in there. try it out if ya can, it might save you some time
[22:00:49] *** frege_ has joined #angularjs
[22:00:54] *** walden has joined #angularjs
[22:01:04] *** janoelze___ has joined #angularjs
[22:01:14] *** jlyndon_ has joined #angularjs
[22:01:16] *** SuRfDeMo1 has joined #angularjs
[22:01:21] <Wills_> @snurfery it turns out that the aircraft-list state isn't a parent of checklist-list (thought it was)
[22:01:25] *** jae has joined #angularjs
[22:01:26] *** asilluron_______ has joined #angularjs
[22:01:30] *** ebryn_ has joined #angularjs
[22:01:47] *** armdale has joined #angularjs
[22:01:56] *** NigelS_ has joined #angularjs
[22:02:01] <Wills_> maybe that's why it's not working though, because it probably should be. Don't get why it'd work fine though and just not update the URL..
[22:02:14] <snurfery> Wills_: figure out the hierarchy, put em in order, try it out ;)
[22:02:21] *** artmann_ has joined #angularjs
[22:02:21] <Wills_> ok thanks :)
[22:02:22] *** runnyspo1 has joined #angularjs
[22:02:29] *** derge_ has joined #angularjs
[22:02:37] <snurfery> lotta people use dot notation so they don't have to manually specify 'parent'
[22:02:39] *** sweeper_ has joined #angularjs
[22:03:19] <Wills_> yeah
[22:03:34] *** kanzure_ has joined #angularjs
[22:04:14] *** Grokling_ has joined #angularjs
[22:04:37] *** danielpquinn has joined #angularjs
[22:04:47] *** screamingbanshee has quit IRC
[22:04:51] *** RichardLitt has joined #angularjs
[22:05:13] *** Grokling_ has quit IRC
[22:05:15] *** tipdbmp has joined #angularjs
[22:05:18] *** e-dard_ has joined #angularjs
[22:05:29] *** Reskp has quit IRC
[22:05:42] *** frege_ has quit IRC
[22:05:43] *** frege_ has joined #angularjs
[22:05:47] *** tyfighter has quit IRC
[22:05:50] *** ansu1 has joined #angularjs
[22:06:02] *** b1rkh0ff has joined #angularjs
[22:06:05] *** mikaeldice_ has joined #angularjs
[22:06:05] *** AciD`- has joined #angularjs
[22:06:07] *** karihre_ has joined #angularjs
[22:06:08] *** plitzenberger has quit IRC
[22:06:12] *** CaShY_ has joined #angularjs
[22:06:12] *** tomzx_ has joined #angularjs
[22:06:29] *** Somatt_ has joined #angularjs
[22:06:31] *** Git|Nick has joined #angularjs
[22:06:38] <snurfery> Wills_: ui-sref="checklist-detail.checklist-list.checklist-phase({ aircraftId: checklist.aircraft, checklistId: checklist.id, phaseSlug: checklist.phases[0].slug })"
[22:06:52] <snurfery> pretty sure that's it, I looked through your code
[22:06:56] *** mils- has joined #angularjs
[22:07:09] *** JosephBergevin has joined #angularjs
[22:07:11] *** elnur` has joined #angularjs
[22:07:13] *** noocode_ has joined #angularjs
[22:07:21] *** remysharp_ has joined #angularjs
[22:07:24] <Wills_> Error: Could not resolve 'checklist-detail.checklist-list.checklist-phase' from state 'checklist-list'
[22:07:33] *** mephinet- has joined #angularjs
[22:07:33] *** swirlycheetah has joined #angularjs
[22:07:36] <tipdbmp> Is there a way to sort keys and/or the values when looping through a hash with ng-repeat: ng-repeat="(key, value) in hash", I am currently converting the hash to an array?
[22:07:51] *** Zerot_ has joined #angularjs
[22:07:52] *** CharlesFinley has quit IRC
[22:07:57] *** colock_ has joined #angularjs
[22:07:58] *** jbub_ has joined #angularjs
[22:08:11] *** nick125_ has joined #angularjs
[22:08:20] <snurfery> oh wait
[22:08:21] <snurfery> sorry
[22:08:22] *** LoRdToLsJ has joined #angularjs
[22:08:38] <snurfery> checklist-detail.checklist-phase({ aircraftId: checklist.aircraft, checklistId: checklist.id, phaseSlug: checklist.phases[0].slug })
[22:08:44] *** aboudreault_ has joined #angularjs
[22:08:53] <snurfery> there's no such thing as checklist-list, dunno where I got that from
[22:09:00] *** Grokling_ has joined #angularjs
[22:09:05] *** danielpquinn has quit IRC
[22:09:06] <Wills_> my bad naming probably :)
[22:09:08] * snurfery anticipates great success
[22:09:19] <Wills_> well that doesn't error... but it doesn't actually create a href now
[22:09:26] *** tomzx has quit IRC
[22:09:35] <Wills_> (unlike before, where it created the correct href..)
[22:09:52] <snurfery> bah
[22:09:56] *** tomzx_ is now known as tomzx
[22:09:58] <Wills_> heh don't worry
[22:10:14] <snurfery> I take other people's code VERY seriously
[22:10:15] <snurfery> ;)
[22:10:19] <Wills_> :D
[22:10:43] <Wills_> I wish the was deployed so I could show the behaviour.
[22:10:46] <Wills_> it's so odd.
[22:11:00] *** zwacky has quit IRC
[22:11:02] *** morenoh151 has quit IRC
[22:11:04] *** ETBlue has quit IRC
[22:11:05] *** Stampy has quit IRC
[22:11:05] *** zbzzn has quit IRC
[22:11:07] *** noocode has quit IRC
[22:11:09] *** colock has quit IRC
[22:11:09] *** jtimon has quit IRC
[22:11:11] *** artmann has quit IRC
[22:11:12] *** xastey- has quit IRC
[22:11:14] *** timppa_ has quit IRC
[22:11:14] *** howitdo has quit IRC
[22:11:15] *** e-dard has quit IRC
[22:11:15] *** lando has quit IRC
[22:11:16] *** restless_being has quit IRC
[22:11:17] *** AciD` has quit IRC
[22:11:17] *** lewdev has quit IRC
[22:11:20] *** frkout has quit IRC
[22:11:20] *** ajph has quit IRC
[22:11:21] *** anth0ny_ has quit IRC
[22:11:21] *** walden|afk has quit IRC
[22:11:21] *** odin_ has quit IRC
[22:11:22] *** mephinet has quit IRC
[22:11:22] *** jbub has quit IRC
[22:11:25] *** runnyspot has quit IRC
[22:11:26] *** wim has quit IRC
[22:11:27] *** GitNick has quit IRC
[22:11:27] *** mikaeldice has quit IRC
[22:11:30] *** efdee has quit IRC
[22:11:31] *** davzie has quit IRC
[22:11:31] *** Somatt has quit IRC
[22:11:32] *** kanzure has quit IRC
[22:11:32] *** brezel has quit IRC
[22:11:34] *** workthrick has quit IRC
[22:11:35] *** DHowett has quit IRC
[22:11:36] *** ebryn has quit IRC
[22:11:37] *** SuRfDeMoN has quit IRC
[22:11:40] *** janoelze__ has quit IRC
[22:11:41] *** derge has quit IRC
[22:11:42] *** jlyndon has quit IRC
[22:11:42] *** remysharp has quit IRC
[22:11:43] *** aboudreault has quit IRC
[22:11:46] *** karihre has quit IRC
[22:11:46] *** sweeper has quit IRC
[22:11:47] *** nick125 has quit IRC
[22:11:47] *** grizzm0 has quit IRC
[22:11:47] *** pkiller has quit IRC
[22:11:48] *** expr has quit IRC
[22:11:48] *** frege has quit IRC
[22:11:51] *** elnur has quit IRC
[22:11:52] *** NullSoldier has quit IRC
[22:11:53] *** cmenscher has quit IRC
[22:11:53] *** CaShY has quit IRC
[22:11:55] *** dualmoon has quit IRC
[22:11:55] *** tham has quit IRC
[22:11:57] *** Zerot has quit IRC
[22:11:57] *** NigelS has quit IRC
[22:11:58] *** sakustar has quit IRC
[22:12:00] *** mils has quit IRC
[22:12:01] *** slvrbckt has quit IRC
[22:12:01] *** zz_LoRdToLsToI has quit IRC
[22:12:02] *** codebro has quit IRC
[22:12:03] *** ansu has quit IRC
[22:12:06] *** e-dard_ is now known as e-dard
[22:12:06] *** mephinet- is now known as mephinet
[22:12:07] *** mephinet has joined #angularjs
[22:12:07] *** jbub_ is now known as jbub
[22:12:08] *** Git|Nick is now known as GitNick
[22:12:08] *** mephinet has quit IRC
[22:12:09] *** mephinet has joined #angularjs
[22:12:11] *** ETBlue_ is now known as ETBlue
[22:12:11] *** RichardLitt has quit IRC
[22:12:12] *** danyim has joined #angularjs
[22:12:12] *** zwacky has joined #angularjs
[22:12:13] *** NullSoldier has joined #angularjs
[22:12:14] *** cmenscher_ is now known as cmenscher
[22:12:21] *** janoelze___ is now known as janoelze__
[22:12:22] *** fostertheweb has joined #angularjs
[22:12:43] *** tham has joined #angularjs
[22:13:33] *** bertrandk has joined #angularjs
[22:13:35] *** remysharp_ is now known as remysharp
[22:13:38] *** TorchDragon has joined #angularjs
[22:13:59] *** pkiller has joined #angularjs
[22:14:15] *** ebryn_ is now known as ebryn
[22:14:23] *** aarellano has quit IRC
[22:14:39] *** jlyndon_ is now known as jlyndon
[22:14:44] *** howitdo has joined #angularjs
[22:14:51] *** starptech has joined #angularjs
[22:14:59] *** asdofindia has quit IRC
[22:15:26] *** prbc has joined #angularjs
[22:16:01] *** asdofindia has joined #angularjs
[22:16:40] <snurfery> what am I clicking on?
[22:16:43] *** aarellano has joined #angularjs
[22:16:56] <Wills_> Thats a video of the issue
[22:17:47] *** lw has joined #angularjs
[22:17:52] *** stayarrr has quit IRC
[22:17:54] *** TorchDragon has quit IRC
[22:18:39] *** nick125_ is now known as nick125
[22:18:48] *** nick125 has quit IRC
[22:18:48] *** nick125 has joined #angularjs
[22:18:59] *** Reskp has joined #angularjs
[22:19:52] *** plitzenberger has joined #angularjs
[22:19:52] *** prbc has quit IRC
[22:20:21] *** fold has quit IRC
[22:20:45] <davek> Anyone using superagent for testing purposes?
[22:21:42] *** asdofindia has quit IRC
[22:22:20] *** waylon999 has joined #angularjs
[22:25:11] *** bbankes has quit IRC
[22:25:51] *** swirlycheetah has quit IRC
[22:27:08] *** jamesshijie has joined #angularjs
[22:28:32] *** AxldenieD has quit IRC
[22:29:10] *** eden_lane has quit IRC
[22:29:37] *** workthrick has joined #angularjs
[22:29:48] *** zumba_addict has joined #angularjs
[22:29:52] *** titanomachy has quit IRC
[22:30:47] <zumba_addict> robdubya_: I got the localization in google charts working. I found out that the data I was passing to google chart was a string. When I changed the format to a real Date() format, it changed the locale :)
[22:31:45] *** jamesshijie has quit IRC
[22:31:53] *** Reskp has quit IRC
[22:32:26] *** Reskp has joined #angularjs
[22:32:36] *** Daniel_yo has joined #angularjs
[22:33:53] *** b1rkh0ff has quit IRC
[22:33:58] *** hswolff has quit IRC
[22:34:19] *** plitzenberger has quit IRC
[22:34:41] *** jamto11 has joined #angularjs
[22:35:06] *** secondjeff has joined #angularjs
[22:35:12] *** morenoh151 has joined #angularjs
[22:35:21] *** anjumkaiser has joined #angularjs
[22:35:58] *** anjumkaiser has joined #angularjs
[22:35:59] <Daniel_yo> im trying to use gulp-angular-templatecache. everything seems to work just fine, but the browser keeps making http request for the templates - any help?
[22:36:19] *** nathggns_ has joined #angularjs
[22:36:25] *** hswolff has joined #angularjs
[22:37:22] *** nathggns has quit IRC
[22:38:05] *** RichardLitt has joined #angularjs
[22:39:09] <Daniel_yo> ok, nevermind, it's working :)
[22:39:21] *** jamto11 has quit IRC
[22:40:02] *** subnl2 has joined #angularjs
[22:40:14] *** RichardLitt has quit IRC
[22:40:23] *** secondjeff has quit IRC
[22:41:26] *** frege_ is now known as frege
[22:41:57] *** bertrandk has quit IRC
[22:43:47] *** bphogan_afk is now known as bphogan
[22:43:55] *** Andrew_S has joined #angularjs
[22:44:25] *** nathggns has joined #angularjs
[22:44:44]
<bilb_ono> can anyone help me with this factory I am making: http://jsbin.com/uhabed/64/edit?html,js,console,output ? basically as you can see, right now loaddata is activated in the controller. I am trying to call that $http.get command under $scope.loaddata so that it adds the fetched items instead of the numbers like it is now. but Im not sure how to pass that call up into the controller
[22:45:09] <intellix> if I do: $parse(attrs.gmInfoWindow).assign(scope, 'something'); - should they get stored into my scope object passed?
[22:45:21] *** subnl2 has left #angularjs
[22:45:53] *** whitebook has joined #angularjs
[22:46:02] *** bertrandk has joined #angularjs
[22:46:15] *** akrikos has joined #angularjs
[22:47:13] *** nathggn__ has joined #angularjs
[22:47:14] *** nathggns has quit IRC
[22:47:29] *** whitebook has quit IRC
[22:47:35] *** fostertheweb has quit IRC
[22:47:41] *** mtsr has quit IRC
[22:47:56] *** nathggns_ has quit IRC
[22:50:16] *** Nizumzen has joined #angularjs
[22:50:18] *** bertrandk has quit IRC
[22:50:34] *** dutis has quit IRC
[22:50:39] *** plitzenberger has joined #angularjs
[22:51:02] *** RichardLitt has joined #angularjs
[22:52:44] *** RichardLitt has quit IRC
[22:53:05] *** nemothekid has joined #angularjs
[22:53:28] *** RubenCordeiro has quit IRC
[22:53:49] *** mtsr has joined #angularjs
[22:54:32] <elrabin> is scope.$$destroyed safe to use?
[22:54:59] <e-dard> Hi, if I have $scope.foo = function(bar) { // how can I access $scope in here??? }
[22:55:11] *** caitp has quit IRC
[22:55:13] <cigarshark> so how can I access a 'foo/:id' style route parameter inside of the 'resolve' attribute? The $routeParams isn't available until the controller is executed.
[22:55:23] *** snapwich has joined #angularjs
[22:55:36] *** Mouzi has quit IRC
[22:55:37] *** mtsr has quit IRC
[22:55:59] <cigarshark> i want to take an ID from the url, feed it to a query, and have that resolve before switching the view.
[22:56:10] <cigarshark> but how do i get at that ID without a $routeParams
[22:56:11] <elrabin> e-dard - $scope.foo = function(bar) { $scope.bob = 'law'; };
[22:56:21] *** lordkryss has joined #angularjs
[22:56:25] *** danyim has quit IRC
[22:56:58] *** danyim has joined #angularjs
[22:57:07] *** tschundeee has joined #angularjs
[22:57:39] *** JoshGlzBrk has quit IRC
[22:58:09] <e-dard> elrabin: oh, derp, it wasn't scope that was undefined, it was the function
[22:58:21] *** disorder20 has quit IRC
[22:58:33] *** disorder20 has joined #angularjs
[22:58:37] <e-dard> if you apply a function to $scope in a controller can other controlers not access the function on $scope?
[22:58:47] <e-dard> I think this is what $rootscope if for, right?
[22:58:53] *** whitebook has joined #angularjs
[22:59:34] *** MetalMatze has joined #angularjs
[22:59:51] <da_wunder> e-dard: what are you trying to do?
[22:59:58] <da_wunder> e-dard: usage example would help a lot
[23:00:02] *** whitebook has quit IRC
[23:00:10] *** encrypt3d_fracti has quit IRC
[23:00:12] <e-dard> da_wunder: I just want to define some functions that I can use from any of my controllers :)
[23:00:17] *** whitebook has joined #angularjs
[23:00:35] <da_wunder> e-dard: and what does those functions do?
[23:00:46] <da_wunder> sounds like you need to wrap those to service
[23:00:46] <e-dard> da_wunder: they add alerts (using bootstrap)
[23:00:57] <da_wunder> make a service
[23:01:00] <e-dard> ok
[23:01:12] <da_wunder> YourModalService.makeAlert(message);
[23:01:14] *** danyim has quit IRC
[23:02:40] <e-dard> da_wunder: then I have to include the service in every controller right?
[23:03:14] <da_wunder> yep
[23:03:23] <da_wunder> but still logic is just in one place
[23:03:27] *** akrikos has quit IRC
[23:03:33] *** b1rkh0ff has joined #angularjs
[23:04:03] *** titanomachy has joined #angularjs
[23:04:14] *** SuRfDeMoN has joined #angularjs
[23:04:48] *** ngoyal has joined #angularjs
[23:05:19] *** whitebook has quit IRC
[23:05:25] *** danielpquinn has joined #angularjs
[23:05:29] *** ngoyal has quit IRC
[23:05:54] *** SuRfDeMo1 has quit IRC
[23:06:02] *** frostig has quit IRC
[23:09:33] *** Tomdarkness has joined #angularjs
[23:09:53] *** danielpquinn has quit IRC
[23:10:17] *** jpstone has quit IRC
[23:10:23] *** starptech has quit IRC
[23:11:05] *** TrevDev_ has joined #angularjs
[23:11:28] *** TrevDev has quit IRC
[23:12:31] *** tomzx is now known as tomzx`afk
[23:12:46] *** simb has joined #angularjs
[23:12:50] *** briantrice has quit IRC
[23:12:57] *** bertrandk has joined #angularjs
[23:14:01] *** Cydmax has quit IRC
[23:14:10] *** TorchDragon has joined #angularjs
[23:14:52] *** DuelShark has quit IRC
[23:14:59] *** linojon has quit IRC
[23:15:02] *** briantrice has joined #angularjs
[23:16:01] *** Cydmax has joined #angularjs
[23:16:09] *** prbc has joined #angularjs
[23:16:33] *** intellix has quit IRC
[23:16:47] *** Willow has quit IRC
[23:17:02] *** Joshee has quit IRC
[23:17:14] *** Willow has joined #angularjs
[23:17:16] *** bertrandk has quit IRC
[23:17:25] *** wolfman2000 has joined #angularjs
[23:17:55] *** linojon has joined #angularjs
[23:18:12] *** armdale has quit IRC
[23:18:27] *** prettymuchbryce has joined #angularjs
[23:18:28] *** TorchDragon has quit IRC
[23:20:12] *** tarkus has quit IRC
[23:20:37] *** prbc has quit IRC
[23:21:33] *** intellix has joined #angularjs
[23:21:56] *** Willow has quit IRC
[23:22:26] *** intellix has joined #angularjs
[23:23:01] <e-dard> da_wunder: so if I make a service, how can I access state in that service, from within the index.html view?
[23:23:38] *** aliljet_ is now known as alilje
[23:23:39] *** alilje is now known as aliljet
[23:24:35] *** Rahul_Roy has quit IRC
[23:24:52] *** nitsujw has quit IRC
[23:25:06] *** prikk has quit IRC
[23:25:58] *** grizzm0_ is now known as grizzm0
[23:26:09] *** TorpedoSkyline has joined #angularjs
[23:27:26] *** danyim has joined #angularjs
[23:28:13] *** encrypt3d_fracti has joined #angularjs
[23:28:18] *** lw has quit IRC
[23:29:14] *** epantzar has joined #angularjs
[23:30:22] *** e-dard is now known as e-dard_afk
[23:31:13] <Elezium> Q: If i split my services in 2 differents files .. Both start with angular.module('myApp.services', []) .. I guess this is wrong? The myApp.services should be different and included as a module in my apps.js ?
[23:31:34] *** mennea has quit IRC
[23:33:24] *** Andrew_S has quit IRC
[23:34:11] *** danyim has quit IRC
[23:34:19] *** JmZ is now known as JmZ_
[23:34:47] *** jamto11 has joined #angularjs
[23:35:15] <robdubya_> Elezium yeah, doing it twice overwrites it
[23:35:16] *** oste has joined #angularjs
[23:35:47] *** intellix has joined #angularjs
[23:35:52] <Elezium> robdubya_, gotcha .. reason why it did not found the first controller ... make sense .. Thx
[23:36:07] <robdubya_> you can retrieve it after you've declared it by omitting the 2nd param (the array)
[23:37:08] <Elezium> k ... the array, this is were I inject the required stuff (like ui.router if needed) and such, right?
[23:37:42] *** MANCHUCK has joined #angularjs
[23:37:58] *** Ilyas has quit IRC
[23:38:09] *** hell_razer has joined #angularjs
[23:38:23] *** kofight has quit IRC
[23:39:16] *** jamto11 has quit IRC
[23:39:46] *** gunn has joined #angularjs
[23:40:31] *** jamto11 has joined #angularjs
[23:41:59] <gjvc> Elezium: yes
[23:42:35] *** fostertheweb has joined #angularjs
[23:43:02] *** Sky[x] has joined #angularjs
[23:43:08] <Elezium> gjvc, If I include it in the apps.js, it will be available everywhere in the application, and if it's only for a module, it will be specific to that module?
[23:43:19] *** lingo_ has quit IRC
[23:43:37] *** kemm0__ has joined #angularjs
[23:43:46] *** kemm0_ has quit IRC
[23:44:17] <Daniel_yo> hey, do source maps for javascripts does not keep the variable names on breakpoints ?
[23:44:19] <davek> Elezium, both yes.
[23:44:26] *** RubenCordeiro has joined #angularjs
[23:44:27] *** ngoyal has joined #angularjs
[23:44:40] <davek> Daniel_yo, no idea what you're asking.
[23:44:47] *** uf6667 has quit IRC
[23:44:51] *** fostertheweb has quit IRC
[23:44:58] <Daniel_yo> I've uglified my js files
[23:45:09] <Daniel_yo> and used source maps generator
[23:45:32] <Daniel_yo> which seem to work, I hava a source folder in chrome...
[23:45:41] <Daniel_yo> (did all of this using gulp)
[23:46:07] <Daniel_yo> But when I tried to debug, the variable names are a,b,c ...
[23:46:10] <Daniel_yo> any help?
[23:46:14] *** matiasow has joined #angularjs
[23:46:22] *** ngoyal has quit IRC
[23:46:33] <davek> If you uglified and then generated source maps of course its going to be like that.
[23:46:49] <davek> How would the source map generator know that it had been uglified or what the variables were originally?
[23:46:56] *** ngoyal has joined #angularjs
[23:47:01] <davek> If you're using the gulp-uglify plugin use its own source maps option.
[23:47:08] *** phuh has joined #angularjs
[23:47:14] <Elezium> Gracios guys!
[23:47:22] <Elezium> Gracia.. yeah./.
[23:47:27] *** ngoyal has quit IRC
[23:47:50] *** ngoyal has joined #angularjs
[23:47:52] <Daniel_yo> I've used gulp-sourcemaps plugin
[23:47:54] *** tomzx`afk is now known as tomzx
[23:47:57] *** slainer68 has quit IRC
[23:48:29] *** ngoyal has quit IRC
[23:48:45] *** Tomdarkness has quit IRC
[23:49:09] *** kofight has joined #angularjs
[23:49:11] <Daniel_yo> it's generating source maps while uglifying ..
[23:49:45] <davek> Provide your gulpfile snippet that does this.
[23:49:58] *** ngoyal has joined #angularjs
[23:50:48] *** zanea|away is now known as zanea
[23:51:26] *** ngoyal has quit IRC
[23:52:05] *** ngoyal has joined #angularjs
[23:52:37] *** jamesshijie has joined #angularjs
[23:53:27] *** kofight has quit IRC
[23:53:57] *** kofight has joined #angularjs
[23:54:07] <Daniel_yo> if I change the mangle option to true - then I have problems when debugging.
[23:54:10] <Elezium> Thanks robdubya_ davek, gjvc ... fixed my little issue. Appreciated.
[23:54:54] <davek> Daniel_yo, like I just told you, you're uglifying and THEN generating sourcemaps. How is the source map generator meant to know where or what the original file is?
[23:55:59] *** zivester has joined #angularjs
[23:56:24] <Daniel_yo> So how do I get source maps at all ?
[23:57:44] <Daniel_yo> are you sure source maps spouse to keep the original variable names when debugging ?
[23:57:51] *** benjamingr has joined #angularjs
[23:58:26] <Daniel_yo> I've read that they don't do that no watchers ...
[23:58:35] <Daniel_yo> *on
[23:58:59] *** squeakytoy has quit IRC
[23:59:34] *** jamesshijie has quit IRC