[00:00:13] <Grokling> ctanga, e-dard: try ng-inspector as well - seems to be friendlier to use to me.
[00:00:21] <marcospgp> davek, so don't they verify the token by recreating the signature using the secret and comparing signatures?
[00:00:31] <ctanga> e-dard: your pasted code doesn't have a controller that could access the repeat scope that zoo is in
[00:00:49] *** s3shs has quit IRC
[00:00:55] *** lefant has quit IRC
[00:00:56] *** dob_ has joined #angularjs
[00:01:04] <e-dard> ctanga: it was an example. In reality I have a controller (which provided foos to iterate over)
[00:01:34] *** yoshokatana has joined #angularjs
[00:01:38] *** mspier is now known as mspier_off
[00:01:39] <ctanga> the controller that provides the foos does not have access to the nested scope of each repeat iteration
[00:01:46] *** emps has joined #angularjs
[00:02:11] *** waylon999 has joined #angularjs
[00:02:19] *** francisl has quit IRC
[00:02:24] *** mary5030 has quit IRC
[00:02:46] *** TackleMcClean has joined #angularjs
[00:03:00] *** mary5030 has joined #angularjs
[00:03:04] <ctanga> e-dard: if you want to share access to 'zoo' scope variable in the outer controller and the ng-click code, you will might want to put 'zoo' on the outer controller's scope
[00:03:24] *** cspra85 has quit IRC
[00:03:25] *** lw has quit IRC
[00:03:30] *** mccarrontr1ck has quit IRC
[00:03:46] <ctanga> e-dard: however, heed the "always use a dot" advice
[00:04:07] <ctanga> e-dard: so put something like 'toggles.zoo' on your outer controller's scope
[00:04:13] *** xat- is now known as xAt
[00:04:22] <e-dard> ctanga: I'm just going to do ng-click="foo.zoo=true" I think
[00:04:22] <TackleMcClean> Beginner question: when reading tutorials I see variables such as $http and $scope - does Angular handle these based upon what I name these variables in the function declarations? So if I change $scope to $soup it will not work the same at all?
[00:04:27] <e-dard> ctanga: thanks
[00:04:34] *** MaxV has quit IRC
[00:04:38] <ctanga> e-dard: that's a decent approach
[00:04:50] <ctanga> e-dard: as long as you want the toggle on each element
[00:04:56] *** Reskp has quit IRC
[00:05:07] *** mspier_off is now known as mspier
[00:05:09] *** MaxV has joined #angularjs
[00:05:17] *** startupality has quit IRC
[00:05:19] <Grokling> foo.zoo=true is what is known as a Dr. Suessian approach.
[00:05:20] *** waylon99_ has joined #angularjs
[00:05:22] *** Reskp has joined #angularjs
[00:05:28] <ctanga> lol
[00:05:32] *** waylon999 has quit IRC
[00:05:47] <davek> marcospgp, they verify the token by first examining the public header to determine the algorithm used. It then base64 decodes the third component of the JWS. It uses the aforementioned algorithm combined with the available public key of the sender and it hashes the provided 'nput' field of the JWS secret.
[00:05:47] *** bootsWitDaFur has quit IRC
[00:06:14] <davek> input* rather
[00:06:38] *** drej has quit IRC
[00:06:42] *** subsonic has quit IRC
[00:06:45] *** eperez has joined #angularjs
[00:07:12] *** startupality has joined #angularjs
[00:07:22] *** waylon99_ has quit IRC
[00:07:26] *** mary5030 has quit IRC
[00:07:34] *** waylon999 has joined #angularjs
[00:07:44] *** ckboii89 has joined #angularjs
[00:07:46] <marcospgp> davek, that last sentence there,
[00:07:52] <marcospgp> can you explain it like i'm an
[00:07:53] <marcospgp> intern?
[00:07:56] *** shackleford has joined #angularjs
[00:08:05] <nickeddy> hahaha
[00:08:32] *** sonicparke|bradm has quit IRC
[00:08:37] *** Efrem-Away is now known as Efrem
[00:08:57] <davek> marcospgp, what's throwing you off?
[00:09:07] *** fouzko has quit IRC
[00:09:07] <marcospgp> "the provided 'nput' field of the JWS secret
[00:09:14] <marcospgp> davek "field of the JWS secret
[00:09:19] *** TorchDragon has joined #angularjs
[00:09:26] <marcospgp> secret is a string amirite
[00:09:30] *** MaxV has quit IRC
[00:09:34] *** elux has quit IRC
[00:09:39] *** fouzko has joined #angularjs
[00:09:43] *** lebek has quit IRC
[00:09:49] <visionary_> so i have a list with buttons and want to disable the buttons on ng-click
[00:09:57] <deweydb> is it bad practice to nest controllers ?
[00:10:03] *** Reskp has quit IRC
[00:10:39] *** juanlas has quit IRC
[00:10:40] <marcospgp> deweydb, no, scope hierarchy is a thing
[00:10:45] <davek> input* field. The input field for a JWS (Signing Input value), is nothing more than the JWS headers (define crypt algorithm used, etc) and the JWS payload (your ACTUAL JWT) base64Url encoded independently and then joined with a '.';
[00:10:46] *** darkelda has quit IRC
[00:11:09] <ctanga> Nneon: what part are yo having difficulties with
[00:11:18] <deweydb> marcospgp: thanks
[00:11:26] *** nonsenz has quit IRC
[00:11:29] <Nneon> line 65 of index.html i think
[00:11:47] <ctanga> Nneon: what is the expected behavior
[00:11:49] *** mikeywaites has quit IRC
[00:11:56] *** Reskp has joined #angularjs
[00:11:56] <marcospgp> davek so what did you mean by jws secret?
[00:12:10] <davek> marcospgp, so you end up with something like: eDfje90urFEEFW3234Fefaefe93.feafe892MFW234fnejanf yeah? Just two base64Url encoded "things" stuck together with a period.
[00:12:16] *** nonsenz has joined #angularjs
[00:12:27] *** ajk27 has quit IRC
[00:12:35] *** waylon999 has quit IRC
[00:12:46] <Nneon> ctanga: by default there should be a list of contacts. which you can filter using the input
[00:12:51] *** ajk27 has joined #angularjs
[00:12:53] *** AlexZanf has quit IRC
[00:12:55] <ctanga> Nneon: I see
[00:13:00] <marcospgp> davek, yea
[00:13:02] *** waylon999 has joined #angularjs
[00:13:12] *** wilmoore has quit IRC
[00:13:33] *** yoshokatana has quit IRC
[00:13:34] <marcospgp> davek, do they recreate the signature using that and the public key?
[00:13:55] *** TorchDragon has quit IRC
[00:14:02] *** fouzko has quit IRC
[00:14:07] <marcospgp> and by doing that can't you just go around signing tokens on their behalf
[00:14:15] *** ngbot has joined #angularjs
[00:14:15]
<ngbot> [angular.js] petebacondarwin pushed 6 new commits to master: http://git.io/m4ysIA
[00:14:16] <ngbot> angular.js/master c306d25 Erin Altenhof-Long: revert(select): avoid checking option element selected properties in render...
[00:14:16] <ngbot> angular.js/master 6e8bec6 Erin Altenhof-Long: test(select): add test against updating selected property on digest with no change event...
[00:14:16] <ngbot> angular.js/master f92f52e Erin Altenhof-Long: test(select): add test cases for selects with blank disabled options...
[00:14:16] *** ngbot has left #angularjs
[00:14:16] *** kotyy has quit IRC
[00:14:19] *** MuffinMan` has quit IRC
[00:14:21] <Nneon> ctanga: $scope.search always seems to return undefined
[00:14:29] *** whitebook has quit IRC
[00:15:04] *** tomzx is now known as tomzx`afk
[00:15:10] <davek> Now, you take your public key, and you run the HMAC SHA-256 hashing algorithm on that string using your public key. That output is then base64Url encoded and becomes the "JWS secret".
[00:15:21] *** imjakechapman has joined #angularjs
[00:15:32] *** joshontheweb has joined #angularjs
[00:15:39] *** shackleford has quit IRC
[00:15:57] *** blueadept` is now known as blueadept
[00:16:12] *** shackleford has joined #angularjs
[00:16:12] *** blueadept has quit IRC
[00:16:12] *** blueadept has joined #angularjs
[00:17:22] <marcospgp> davek, jws secret = signature? is that what you mean?
[00:17:29] *** waylon999 has quit IRC
[00:17:34] <marcospgp> the third part of the token
[00:17:38] <davek> The whole thing is a signature, JWS is JSON Web Signature.
[00:17:52] <davek> The JWT, the JSON Web Token is embedded as the payload of the JWS.
[00:17:53] <marcospgp> okay, the third part of the token then aha
[00:18:16] *** DrMabuse has joined #angularjs
[00:18:22] <marcospgp> is it?
[00:18:33] *** dcherman has quit IRC
[00:18:39] <marcospgp> soo you can recreate the signature using public stuff?
[00:19:02] <marcospgp> (you probably can't, there's just something i'm missing here really badly)
[00:19:15] <marcospgp> and it isn't angela
[00:19:19] *** oste has quit IRC
[00:19:23] <davek> Yeah of course.
[00:19:44] *** Nek has quit IRC
[00:19:45] <marcospgp> how is that secure then?
[00:19:53] *** jdj_dk has joined #angularjs
[00:20:03] *** dammian has quit IRC
[00:20:24] *** nuizzy has quit IRC
[00:20:26] <davek> It's not "secure" but its as reliable as the certificate authority is. It gives you confidence that (a) the message has not been altered en-route and (b) the message was sent by the person you expected.
[00:20:33] *** nickeddy has quit IRC
[00:20:39] *** waylon99_ has joined #angularjs
[00:21:08] *** bbsss has quit IRC
[00:21:08] *** bkuberek_ has quit IRC
[00:21:10] *** gryg has quit IRC
[00:21:43] *** mspier is now known as mspier_off
[00:23:03] *** Efrem is now known as Efrem-Away
[00:23:12] *** mfunkie has quit IRC
[00:23:26] *** bbsss has joined #angularjs
[00:23:39] *** e-dard is now known as e-dard_afk
[00:23:41] *** nickeddy has joined #angularjs
[00:23:47] *** mfunkie has joined #angularjs
[00:24:25] *** bLu___ has joined #angularjs
[00:24:30] <marcospgp> davek, i still don't get it, i should just let it be and stop annoying you :p I mean, I thought you were supposed to share a private key between issuer & receiver of the token so that you can verify it by resigning it and see if it matches up. now I can't seem to understand how you can do that securely using public keys :/
[00:24:36] *** jdj_dk has quit IRC
[00:24:41] *** bLu___ has quit IRC
[00:25:11] *** waylon99_ has quit IRC
[00:25:24] *** ckboii89 has quit IRC
[00:25:37] *** bmac has joined #angularjs
[00:25:40] *** emps is now known as _emps
[00:26:31] *** eperez has quit IRC
[00:26:34] <marcospgp> does it really have to be wikipedia :c
[00:26:47] <marcospgp> i guess i'll read tomorrow, thanks
[00:27:07] <marcospgp> it's midnight i can't read that much technicalities right now
[00:27:15] *** dcherman has joined #angularjs
[00:27:23] *** frostig_ has quit IRC
[00:27:27] *** bbsss_ has joined #angularjs
[00:27:36] *** Nneon has quit IRC
[00:27:47] *** bbsss has quit IRC
[00:27:47] *** bbsss_ is now known as bbsss
[00:28:11] *** mfunkie has quit IRC
[00:28:24] *** imehesz has quit IRC
[00:28:27] *** shackleford has quit IRC
[00:28:32] *** Joshee has quit IRC
[00:28:56] *** grindmodeon has joined #angularjs
[00:29:04] *** dman777_alter has joined #angularjs
[00:29:44] *** noodman has joined #angularjs
[00:29:48] <dman777_alter> in my book, I have in a directive templateUrl: function (elem, attrs) {}....what is the elem arguement for?
[00:29:50] *** nonsenz has quit IRC
[00:30:00] *** richiebkr has quit IRC
[00:30:15] *** ArTiSTiX has joined #angularjs
[00:30:18] *** startupality has quit IRC
[00:30:21] *** alho has quit IRC
[00:30:23] *** benjamingr has quit IRC
[00:30:29] *** nonsenz has joined #angularjs
[00:30:46] <marcospgp> can you just answer me one simplee question? How can you verify the token without recreating the signature
[00:31:07] *** metamul has joined #angularjs
[00:31:12] *** azureRaven has quit IRC
[00:31:12] *** JohnBat26 has quit IRC
[00:31:18] *** waylon999 has joined #angularjs
[00:31:30] *** azureRaven has joined #angularjs
[00:31:31] *** dejanr_ has joined #angularjs
[00:31:34] <joker666> davek TheAceOfHearts -_- I finally got my head around ui-router, seems the child states of a parent state has to have ui-views defined for themselves too -_- and it solved me problemo
[00:31:48] <TheAceOfHearts> oh, yeah
[00:31:51] <TheAceOfHearts> lol
[00:31:52] *** waylon999 has quit IRC
[00:31:55] *** zlalanne has joined #angularjs
[00:32:02] *** Sgeo has joined #angularjs
[00:32:05] <davek> joker666, definitely said that earlier.
[00:32:13] <davek> Though glad you sorted it out.
[00:32:20] *** waylon999 has joined #angularjs
[00:32:27] *** joshontheweb has quit IRC
[00:32:29] *** waylon999 has quit IRC
[00:32:30] *** mspier_off is now known as mspier
[00:32:41] <davek> marcospgp, you're conflating public key encryption with signing.
[00:32:50] <joker666> maybe i messed that, had to go thru lots of trouble to find out it.... i was having one parent ui-view like i used to do in ng-view -_-
[00:32:55] *** bayousoft has quit IRC
[00:33:00] <joker666> *missed
[00:33:01] *** waylon999 has joined #angularjs
[00:33:26] *** Destos has quit IRC
[00:33:44] <davek> Encryption does what you say, in that you can decrypt the message using a combination of your private key and the other guy's public key. This says "hey this message is really from our conversation".
[00:33:45] *** bmac has quit IRC
[00:34:07] *** UniBot has joined #angularjs
[00:34:18] *** richiebkr has joined #angularjs
[00:34:36] <marcospgp> I am so confused aha sorry
[00:34:47] *** dcherman has quit IRC
[00:35:11] *** ManBearPixel has quit IRC
[00:35:23] *** hswolff has quit IRC
[00:35:42] *** Foxandxss has joined #angularjs
[00:35:52] *** dman777_alter has quit IRC
[00:36:01] <noodman> I’m trying to render an external webpage but add my own javascript to it - can anyone point me the right direction?
[00:36:02] *** hswolff has joined #angularjs
[00:36:02] <ctanga> it's not exactly what you're dealing with, but it helps understand why you don't need the private portion
[00:36:03] <davek> Signing however, simply asserts that a message came from a certain person. Signing indicates nothing more than "hey Dave's name is on this."
[00:36:05] *** house has quit IRC
[00:36:08] <marcospgp> ctanga thanks a lot!
[00:36:22] *** dejanr_ has quit IRC
[00:36:45] *** mpaarating has quit IRC
[00:36:49] <marcospgp> davek but that's all i need to know , i just need to know google sent it and the payload hasn't been messed with
[00:36:58] <davek> Exactly.
[00:37:11] *** metamul_ has joined #angularjs
[00:37:22] *** waylon999 has quit IRC
[00:37:35] *** humongous has joined #angularjs
[00:37:42] *** grindmodeon has quit IRC
[00:38:11] *** metamul_ has quit IRC
[00:38:13] <marcospgp> davek soo why all the public key thing etc? why not a shared secret? like facebook does
[00:38:41] *** metamul has quit IRC
[00:38:45] *** goblortikus has quit IRC
[00:39:11] *** goblortikus has joined #angularjs
[00:39:32] <davek> marcospgp, shared secret is an encryption strategy not a validation strategy. Validating a JWT just serves to ensure that the data the client is giving you is legit. I.e. Google will vouch for it.
[00:39:35] <zlalanne> is it possible to use $http.jsonp over the file:/// protocol? getting a JSON_CALLBACK undefined error
[00:39:54] <davek> Otherwise, as you were saying, the client could just spoof a JWS header and body and encrypt it with Google's public key.
[00:39:59] *** dve has joined #angularjs
[00:40:03] *** the-erm has quit IRC
[00:40:14] *** grindmodeon has joined #angularjs
[00:40:18] *** bjr217 has quit IRC
[00:40:35] <marcospgp> davek, but by using a shared secret and recreating the signature you can verify a token (validate)
[00:40:45] *** Grokling_ has joined #angularjs
[00:41:01] *** joker666 has quit IRC
[00:41:02] <davek> I don't know what facebook calls a shared secret but it sounds like you're just describing a key signature.
[00:41:20] *** fold has joined #angularjs
[00:41:33] *** ctanga has quit IRC
[00:41:40] *** phuh has quit IRC
[00:41:42] *** Schtive has quit IRC
[00:41:47] <marcospgp> the key you use to sign the token
[00:42:01] *** the-erm has joined #angularjs
[00:42:04] *** phuh has joined #angularjs
[00:42:05] *** teddyp1cker has joined #angularjs
[00:42:08] <marcospgp> which is a shared secret since only issuer and validator know of it
[00:42:10] <visionary_> how can i post name value pairs in stead of json
[00:42:20] *** lebek has joined #angularjs
[00:42:24] *** delight has quit IRC
[00:43:03] *** waylon999 has joined #angularjs
[00:43:24] <Grokling> visionary_: JSON does name value pairs..
[00:43:24] *** goblortikus has quit IRC
[00:44:05] *** delight has joined #angularjs
[00:44:10] *** dve has quit IRC
[00:44:18] *** danyim has joined #angularjs
[00:44:30] <davek> Right so as I mentioned before, Facebook is using this strategy to state "this message is part of the conversation between facebook and marcospgp's app". Facebook does this because identity confirmation has to be server-to-server.
[00:44:32] <visionary_> Grokling: i mean name=value instead of {name:value}
[00:44:41] *** mspier is now known as mspier_off
[00:44:58] *** TheAceOfHearts has left #angularjs
[00:44:58] *** TheAceOfHearts has joined #angularjs
[00:45:04] <davek> Google lets clients hold claim keys enabling your app to simply validate the key before using it rather than exchange an authorization code for a token the way Facebook does.
[00:45:13] <Grokling> visionary_: Why would you want to do that?
[00:45:20] *** bbsss has quit IRC
[00:45:22] *** cthrax has quit IRC
[00:45:30] <visionary_> that is what the api requires
[00:45:56] *** waylon999 has quit IRC
[00:45:58] <visionary_> it also might be standard form post format
[00:45:59] <davek> visionary_ I think you're confusing query parameters with request payload data.
[00:46:25] <marcospgp> davek, i don't really understand how the google thing works
[00:46:31] <marcospgp> but facebook is pretty clear to me
[00:46:32] *** waylon999 has joined #angularjs
[00:46:53] *** teddyp1cker has quit IRC
[00:47:20] <visionary_> davek: i am doing a post
[00:47:30] *** plitzenberger has quit IRC
[00:47:37] <davek> marcospgp, alright so facebook goes like this:
[00:47:43] *** MaxV has joined #angularjs
[00:48:04] *** waylon99_ has joined #angularjs
[00:48:10] *** bejames has quit IRC
[00:48:12] <davek> Client: "Hey facebook I want to sign into marcospgp's app. Here are my login credentials for facebook.com (issuer)"
[00:48:16] *** waylon999 has quit IRC
[00:49:09] *** danyim has quit IRC
[00:49:17] <davek> Facebook: "Okay client, that checks out, here's a secret code I signed so the app knows we had this conversation."
[00:49:58] <marcospgp> davek, yes yes
[00:50:31] <davek> Client: "Alright marcospgp's app, here's a code facebook gave me, trust me its legit, give me access."
[00:50:49] <marcospgp> aahah yea
[00:51:08] *** Ethix has quit IRC
[00:51:18] *** thedodd has quit IRC
[00:51:38] <davek> App: "I don't know, let me check this out. Facebook, this asshole has some code he says you gave him to access my app. Is this legit? Oh also, here's my secret key so you know that I'M legit."
[00:51:42] *** riets has quit IRC
[00:51:53] *** goblortikus has joined #angularjs
[00:51:56] *** spencercarnage has quit IRC
[00:51:57] *** dejanr has quit IRC
[00:52:18] *** goblortikus has quit IRC
[00:52:30] *** waylon99_ has quit IRC
[00:52:30] *** rand0mbits has joined #angularjs
[00:52:34] *** waylon999 has joined #angularjs
[00:52:34] *** tilgovi has joined #angularjs
[00:52:36] <davek> Facebook: "Yeah we just approved that asshole's code for your app, he said to give you permission to access his timeline, photos and location. Here's a ticket to access that data, it has an expiration date on it."
[00:52:40] <Grokling> asshole == valued customer of course..
[00:52:45] *** goblortikus has joined #angularjs
[00:53:22] *** AlexZanf has joined #angularjs
[00:53:22] <rand0mbits> using ng-options with a <select>, if it uses a list of objects, is there a way to set more than one model variable using the object properties, when selected?
[00:53:35] <davek> Google's is a bit simpler.
[00:53:39] *** waylon999 has quit IRC
[00:54:13] *** waylon999 has joined #angularjs
[00:54:15] *** markalanevans has joined #angularjs
[00:54:20] <marcospgp> wait a bit that's not exaactly how facebook is workingg
[00:54:35] <davek> How so?
[00:54:39] <marcospgp> it's more like App: "I don't know, let me check this out.
[00:55:12] <marcospgp> "I will see if this message you gave me has an information that only me and facebook know about
[00:55:15] *** FunnyLookinHat has quit IRC
[00:55:23] *** SockSorcerer is now known as OleHickoryHamMik
[00:55:28] *** OleHickoryHamMik is now known as OlHickoryHamMike
[00:56:17] <marcospgp> "And oh it checks out. Here you go client, you are legit.
[00:56:18] <davek> marcospgp, right that information is your app private key.
[00:56:20] *** fouzko has joined #angularjs
[00:56:23] <marcospgp> davek yep
[00:56:31] <marcospgp> so you don't have to contact facebook
[00:56:32] <davek> "Oh also, here's my secret key so you know that I'M legit."
[00:56:36] *** TorpedoSkyline has joined #angularjs
[00:57:00] <marcospgp> but you don't have to show facebook you are legit, you just use the secret key to see if the message is legit
[00:57:14] *** bulkan has joined #angularjs
[00:57:30] <davek> Facebook will deny your exchange if your key is not legit.
[00:57:35] <davek> So yeah you do have to show that.
[00:57:37] *** optikalmouse has joined #angularjs
[00:58:07] <marcospgp> what exchange? the only exchange is the client giving you the token
[00:58:28] <marcospgp> facebook gave that token to the client, it doesn't care where it gets sent to
[00:58:34] <davek> No the client gives you a CODE which represents a specific attempt to authorize your application.
[00:58:45] <davek> Your app server exchanges that code for an access token.
[00:58:59] *** UniBot has quit IRC
[00:59:30] <marcospgp> "signedRequest. A signed parameter that contains information about the person using the app.
[00:59:35] *** kemm0 is now known as BobbieBarker
[00:59:48] <marcospgp> here on "Checking login status
[00:59:51] <BobbieBarker> anyone have any experience with the google calender/docs API's and integration with angularJS?
[01:00:10] *** ngbot has joined #angularjs
[01:00:10] <ngbot> angular.js/master e329243 Dylan: docs(input): fix small grammatical error...
[01:00:10] *** ngbot has left #angularjs
[01:00:19] *** nemothekid has quit IRC
[01:00:22] *** recidive has quit IRC
[01:00:23] <davek> marcospgp yeah that's not authentication that's just resource status...
[01:00:26] <Grokling> Surely, your app gives the client a key (and also a list of the facebooky stuff it wants to access). The client connects to Facebook, and says, yeah, this app can access my stuff. Facebook gives the client a token, the client give that token to your app. Your app goes back to facebook and says 'Hey - I've got this token, lemme in.'
[01:00:31] *** patrickarlt has quit IRC
[01:00:34] *** nemothekid has joined #angularjs
[01:00:43] *** frickettz has quit IRC
[01:00:56] <BobbieBarker> grokling that is about how oath works
[01:00:57] <marcospgp> davek, that contains the user id so you can identify the user
[01:00:57] <BobbieBarker> more or less
[01:01:04] *** MANCHUCK has quit IRC
[01:01:08] *** bejames has joined #angularjs
[01:01:17] <marcospgp> but to trust the user id you have to validate the signature, using the shared secret
[01:01:21] <davek> marcospgp yeah you already knew the user id though because you just asked if they were logged in...
[01:01:39] *** UniBot has joined #angularjs
[01:01:40] *** delight has quit IRC
[01:01:46] *** tomzx`afk is now known as tomzx
[01:02:01] <Grokling> and you probably gave them a unique key, which you are expecting to see back..
[01:02:02] <marcospgp> davek, no, the only thing the server ever received was that signed request
[01:02:18] <marcospgp> the token request is on the client side
[01:02:27] *** UniBot has quit IRC
[01:03:22] <davek> marcospgp if you get a signedRequest returned it means the user is already authenticated!
[01:03:48] <davek> It's signed with YOUR APP's secret key.
[01:04:16] <marcospgp> davek, but on the server i have to verify the signed request, or else any client can go "hey here's the signed request i received, it's legit believe me. that user id is mine, so just give me that user's info"
[01:04:59] <davek> Yes exactly. This is the same reason why you verify their login code by exchanging it for a key.
[01:05:12] <davek> Or an access token rather.
[01:05:15] *** yoshokatana has joined #angularjs
[01:05:19] *** danielpquinn has quit IRC
[01:05:31] *** thedodd has joined #angularjs
[01:05:35] <marcospgp> davek yes okay
[01:05:39] *** danielpquinn has joined #angularjs
[01:05:46] *** TheAceOfHearts has left #angularjs
[01:05:47] *** TheAceOfHearts has joined #angularjs
[01:05:48] <marcospgp> so changing this to google,
[01:05:53] *** UniBot has joined #angularjs
[01:06:13] <marcospgp> client sends the server that token (id_token)
[01:06:35] <marcospgp> how can i verify it like i did with the facebook one?
[01:07:31] *** icfantv has quit IRC
[01:07:57] *** nemothekid has joined #angularjs
[01:07:59] <BobbieBarker> marcospgp oddly enough we're about to do social login for google too
[01:08:07] <BobbieBarker> what solution did you implement for google?
[01:08:14] *** spencercarnage has joined #angularjs
[01:08:33] *** linojon has quit IRC
[01:08:41] *** fooflare has joined #angularjs
[01:08:53] *** bade has quit IRC
[01:08:56] <marcospgp> BobbieBarker, well nice
[01:09:23] <davek> marcospgp, it should work roughly in the same way. Google provides a validation endpoint that you can use for validating your token.
[01:09:41] <davek> It depends if your using the client-only authentication scheme or the server-as-client scheme.
[01:09:43] *** night-owl2 has joined #angularjs
[01:09:44] <marcospgp> my scheme is pretty much: client requests login using sdk, shares received token with server, server verifies token and stores user id
[01:09:48] *** RichardLitt has joined #angularjs
[01:09:57] *** atomical has joined #angularjs
[01:10:00] <Grokling> Which brings you back to needing to bother their server to validate..
[01:10:09] *** TorchDragon has joined #angularjs
[01:10:12] *** RichardLitt has quit IRC
[01:10:30] <marcospgp> davek yea the thing is i didn't want to use their endpoint
[01:10:41] *** RichardLitt has joined #angularjs
[01:11:17] *** InezK is now known as InezK_away
[01:11:38] *** DrMabuse has quit IRC
[01:11:51] <davek> Well yeah you have to for client-only authentication...
[01:12:04] <Grokling> Sounds like you need to get that google token encrypted with their private key, and then decrypt it using googles public key and verify that the token you gave the client is contained inside it.
[01:12:12] <Grokling> their == googles
[01:12:27] *** metavige_ has joined #angularjs
[01:12:39] *** dejanr has joined #angularjs
[01:12:53] <davek> No. It's the same OAuth2 flow, nothing has changed but the "client" agent here.
[01:12:54] <marcospgp> encrypt with private decrypt with public and verify? o.o
[01:13:40] <Grokling> And the fact that he doesn't want to verify with the token provider that they provided the token..
[01:13:42] <marcospgp> Grokling I'm not giving tokens to the client, client is giving tokens to me
[01:14:17] <marcospgp> davek what i need is to verify the token without bothering their server, i just need to know what they use to sign the token with
[01:14:23] *** TorchDragon has quit IRC
[01:14:43] <davek> THEIR PUBLIC KEY
[01:15:00] *** noodman has quit IRC
[01:15:17] *** jobelenus has quit IRC
[01:15:27] <davek> I told you, just request Google's OAuth2 certificate from the authority, get their public key from it, pass that public key to the node-jwt verify function (or whatever you're using) and you're done.
[01:15:28] <davek> Verified.
[01:15:42] <Grokling> Wait.. they'd sign it with their PRIVATE KEY. And you'd use their PUBLIC KEY to verify it.
[01:16:11] <davek> Yes, never said any differently.
[01:17:11] <Grokling> Well, I read what you wrote the more literal way, and figured that marcospgp was confused enough already ;-)
[01:17:34] <marcospgp> davek Grokling how do you verify something with a public key since afaik verifying is the same as signing? (you rebuild the signature)
[01:18:30] <Grokling> I have a private key. I can encrypt stuff with it. If you have my private key, you can decrypt things I give you.
[01:18:36] *** nemothekid has quit IRC
[01:18:59] <Grokling> If you have my private key,, and encrypt stuff with it, nobody else with my private key will be able to decrypt it.
[01:19:32] <Grokling> Only I can make locks that the public key will turn.
[01:19:42] *** InezK_away is now known as InezK
[01:19:50] <davek> No you do not exchange private keys...
[01:20:13] <Grokling> Ah.. bollocks. I said that all wrong! I know what I mean!
[01:20:28] <Grokling> you will NEVER have my private key.
[01:20:37] *** BlinkyBill has quit IRC
[01:20:45] <Grokling> I only share my public key.
[01:21:09] <davek> marcospgp, you verify it by hashing the message content with the sender's public key. If the results of that and your independent hash of the same data are identical, then clearly they're the ones that signed it.
[01:21:11] <marcospgp> grokling I see so, how do you then verify the token? You don't recreate the signature?
[01:21:15] *** jbourassa has quit IRC
[01:21:44] <Grokling> Let me fix that real quick
[01:21:46] <Grokling> I have a private key. I can encrypt stuff with it. If you have my PUBLIC key, you can decrypt things I give you.
[01:21:47] <Grokling> If you have my PUBLIC key, and encrypt stuff with it, nobody else with my PUBLIC key will be able to decrypt it.
[01:21:47] <Grokling> Only I can make locks that the public key will turn.
[01:21:49] <marcospgp> davek That's starting to make some sense in my head"
[01:22:06] *** mspier_off is now known as mspier
[01:22:28] <marcospgp> grokling davek I see then but how do I validate the token after all?
[01:22:41] *** elrabin has quit IRC
[01:22:46] *** night-owl2 has quit IRC
[01:22:47] *** fouzko has quit IRC
[01:22:56] <davek> You use their public key to decrypt the signature.
[01:23:00] <marcospgp> what davek said makes some sense but can you explain it more programatically, more specifically?
[01:23:11] <davek> If the result of that decryption matches your decoding of the data, then its authentic.
[01:23:12] <Grokling> You mash it with the PUBLIC key, and if it makes sense, then you know who encrypted it.
[01:23:15] *** elrabin has joined #angularjs
[01:23:44] <davek> "Decrypt" rather than "mash".
[01:24:18] <Grokling> Yes. Must be getting hungry.
[01:24:34] *** niftylettuce_ has quit IRC
[01:25:22] *** patrick99e99 has quit IRC
[01:25:28] <marcospgp> okay I think I get it!
[01:25:44] <marcospgp> but PLEASEee, some pseudo code? :c i know this is asking for too much
[01:25:59] *** bjr217 has joined #angularjs
[01:26:05] <davek> The examples in node-jwt or auth0's implementation are all you should need.
[01:26:25] <marcospgp> okay I hope so
[01:26:34] <marcospgp> really gotta leave now. thanks a lot for all your help
[01:26:35] <Grokling> If you want to be sure that the token was created in response to your app, then you need to include some encrypted token in the request. Then once you've verified that the 'outer' token really came from google, you can decrypt the inner token with your own PUBLIC key, and you're full circle authenticated.
[01:27:00] <davek> Private key.
[01:27:18] <marcospgp> ohgod ahahaha
[01:27:31] <Grokling> Nope. Public. You did the initial encryption with your PRIVATE key..
[01:27:36] *** Efrem-Away is now known as Efrem
[01:27:36] *** elrabin has quit IRC
[01:27:57] <davek> No you didn't the client indicated the receiving application by setting the client_id field in the initial request.
[01:28:03] <visionary_> so still am posting json to an api and they are requiring name=value
[01:28:07] *** jstroem has quit IRC
[01:28:07] <davek> What 'initial encryption'?
[01:28:19] *** shinnya has joined #angularjs
[01:28:25] <davek> visionary_, how are they requiring that? Do you mean query parameters?
[01:28:34] <davek> /my/resource?name=stuff
[01:28:38] <Grokling> Never mind. It's a level beyond what he needs anyway, and he has to take off..
[01:28:39] *** jstroem has joined #angularjs
[01:28:39] <visionary_> no
[01:28:55] <marcospgp> Yea, I will be back tomorrow though
[01:28:57] *** sethetter has joined #angularjs
[01:29:04] <marcospgp> thanks a bunch
[01:29:05] <davek> Grokling that's the whole point of having a client secret.
[01:29:13] <davek> marcospgp, no problem.
[01:29:14] <visionary_> davek: they don't want json in the body
[01:29:29] <davek> Right... so they want query parameters.
[01:29:37] *** nemothekid has joined #angularjs
[01:29:39] <Grokling> visionary_: tell them the 90's has finished..
[01:30:01] *** marcospgp has quit IRC
[01:30:37] <visionary_> so, is there any way i can post query parameter instead of json?
[01:30:47] <davek> Yes... I just showed you how.
[01:31:03] <davek> $http.post('/my/resource?name=value')
[01:31:58] <visionary_> davek: in the url... hmmm
[01:32:24] <visionary_> davek: not sure that is what they are expecting either.
[01:32:25] *** dejanr_ has joined #angularjs
[01:32:40] <Foxandxss> I think you can do { params '...' }
[01:32:43] <Foxandxss> or something like that
[01:32:47] <Grokling> or $http.post('/my/resource', {name: value, ...}) which works out the same..
[01:33:37] *** vbabiy has joined #angularjs
[01:34:11] <davek> What Foxandxss said is correct.
[01:34:16] <davek> And probably easier.
[01:34:31] <Foxandxss> for more than one param, yeah :P
[01:34:38] *** azureRaven has quit IRC
[01:34:54] *** TorpedoSkyline has quit IRC
[01:35:17] *** TorchDragon has joined #angularjs
[01:36:20] *** tonycoco has joined #angularjs
[01:36:36] <Johnny__> I'm trying to inject $location but I get Unknown provider: $rootElementProvider
[01:37:10] *** dejanr_ has quit IRC
[01:37:37] *** encrypt3d_fracti has quit IRC
[01:37:39] <davek> I can't tell if that's clever or terrible.
[01:37:45] *** JakeSays has joined #angularjs
[01:37:59] *** TorpedoSkyline has joined #angularjs
[01:38:04] *** encrypt3d_fracti has joined #angularjs
[01:38:34] *** Efrem is now known as Efrem-Away
[01:39:34] *** TorchDragon has quit IRC
[01:40:23] *** bejames has quit IRC
[01:41:09] *** FIFOd[a] has joined #angularjs
[01:41:42] *** phuh has quit IRC
[01:41:43] *** Guiiks has quit IRC
[01:42:06] *** phuh has joined #angularjs
[01:42:22] *** fooflare has quit IRC
[01:42:34] *** encrypt3d_fracti has quit IRC
[01:42:44] *** caitp has quit IRC
[01:42:59] *** conan_the_destro has quit IRC
[01:43:01] *** knownasilya has quit IRC
[01:43:26] *** snapwich has quit IRC
[01:44:48] *** patrick99e99 has joined #angularjs
[01:46:09] *** FIFOd[a] has quit IRC
[01:46:13] *** goblortikus has quit IRC
[01:46:39] *** goblortikus has joined #angularjs
[01:46:44] *** davek has quit IRC
[01:46:52] *** ManBearPixel has joined #angularjs
[01:47:22] *** vintik has quit IRC
[01:47:25] *** xavia has left #angularjs
[01:47:32] *** Valesk has joined #angularjs
[01:47:39] *** komma2 has quit IRC
[01:47:44] *** linojon has joined #angularjs
[01:47:59] *** morsdyce has quit IRC
[01:48:24] *** thedodd has quit IRC
[01:48:33] *** vintik has joined #angularjs
[01:48:50] *** lnxmad_ has joined #angularjs
[01:49:23] *** TorpedoSkyline has quit IRC
[01:49:47] *** pootpoot has quit IRC
[01:50:05] *** D-Boy has quit IRC
[01:50:09] *** plitzenberger has joined #angularjs
[01:50:44] *** JammyHammy has joined #angularjs
[01:51:18] *** goblortikus has quit IRC
[01:51:19] *** goblorti_ has joined #angularjs
[01:52:28] *** thedodd has joined #angularjs
[01:53:21] *** Destos has joined #angularjs
[01:53:29] *** BlinkyBill has joined #angularjs
[01:53:33] *** djalmaaraujo has quit IRC
[01:53:49] *** marr has quit IRC
[01:54:28] *** visionary_ has quit IRC
[01:54:50] *** MaxV has quit IRC
[01:55:15] *** codedungeon has quit IRC
[01:55:29] *** heidi has quit IRC
[01:55:31] *** MaxV has joined #angularjs
[01:56:08] *** drej has joined #angularjs
[01:56:31] *** Reskp has quit IRC
[01:57:04] *** Reskp has joined #angularjs
[01:57:28] *** thedodd has quit IRC
[01:57:30] *** dejanr has quit IRC
[01:58:40] *** ManBearPixel has quit IRC
[01:58:47] *** evilaliv3 has quit IRC
[01:58:55] *** bayousoft has joined #angularjs
[01:59:34] *** MaxV has quit IRC
[02:00:25] *** bayousoft has quit IRC
[02:00:34] *** plitzenberger has quit IRC
[02:01:17] *** lw has joined #angularjs
[02:01:46] *** Reskp has quit IRC
[02:02:02] <robdubya> holy freaking amazeballs people, have you played with the new wolfram programming cloud?
[02:02:27] *** mindlace has quit IRC
[02:03:21] *** mindlace has joined #angularjs
[02:03:24] *** bphogan is now known as bphogan_afk
[02:03:52] *** AngularNoob has joined #angularjs
[02:03:57] *** tsalb has quit IRC
[02:04:15] *** slainer68 has quit IRC
[02:04:20] <AngularNoob> good evening, Angular folk :)
[02:04:25] *** bkuberek has joined #angularjs
[02:05:26] *** youngroger has joined #angularjs
[02:05:40] *** InezK is now known as InezK_away
[02:05:48] *** mguillech has quit IRC
[02:05:57] *** ziyadb has quit IRC
[02:06:28] <AngularNoob> anyone here handy with loading a module and instantiating it and referencing it?
[02:06:54] *** ghostbar has quit IRC
[02:07:28] <robdubya> yes. every day. ask yo question
[02:07:40] *** bmac has joined #angularjs
[02:08:01] *** darrin has joined #angularjs
[02:08:07] *** jdj_dk has joined #angularjs
[02:08:07] *** btyne has joined #angularjs
[02:08:11] <AngularNoob> thank you very much. :) I'm trying to load and reference a module that's an $http interceptor. It happens to be what I desperately need, but I'm lost trying to use it. :(
[02:08:29] *** ghostbar has joined #angularjs
[02:08:40] *** stevvooe_ has joined #angularjs
[02:09:13] <RichardLitt> yo
[02:09:14] *** stevvooe has quit IRC
[02:09:31] *** Orbitrix has quit IRC
[02:09:41] *** avree has joined #angularjs
[02:09:42] *** lnxmad_ has quit IRC
[02:09:52] *** D-Boy has joined #angularjs
[02:10:18] *** heidi has joined #angularjs
[02:10:32] <Grokling> Filters.. if I have ng-repeat="thing in object.things | filter1 | filter2" but I need to pass parameters to filter2, what will the output of filter1 be called as a parameter?
[02:10:35] *** patrickarlt has joined #angularjs
[02:10:45] *** markalanevans has quit IRC
[02:11:50] *** kirfu has joined #angularjs
[02:12:33] *** DrMabuse has joined #angularjs
[02:12:42] *** jdj_dk has quit IRC
[02:12:49] <andri_inuk> How do I loop through a list of elements that I generated in ng-repeat. I know I can do dirty DOM manipulation, but I was wondering if there is a more angular way to do this.
[02:12:51] *** imjakechapman has quit IRC
[02:13:01] *** waylon999 has quit IRC
[02:13:31] <AngularNoob> I've tried loading the module and obtaining a ref'erence to it with angular.module('myModule.soap-interceptor', []; but that seems to return a null/empty instance. :(
[02:13:37] *** waylon999 has joined #angularjs
[02:13:37] *** [n0b0dy] has quit IRC
[02:13:47] <robdubya> Grokling filter:parameter:comparator
[02:14:13] <youngroger> Is there a way to $emit/$broadcast an event to a controller that’s nor a parent nor a child?
[02:14:42] *** kirfu has quit IRC
[02:14:44] <robdubya> youngroger if you're relying on events, you're probably doing it wrong in angular
[02:14:52] <robdubya> typically that kind of thing is shared with services
[02:14:57] *** kirfu has joined #angularjs
[02:14:58] *** avree has quit IRC
[02:14:59] <andri_inuk> you could brodcast it from rootscope
[02:15:00] *** ghostbar_ has joined #angularjs
[02:15:36] *** [n0b0dy] has joined #angularjs
[02:15:39] <Grokling> robdubya: yes, but what will the parameter be called? I need to pass in some other stuff as well you see.
[02:15:49] <youngroger> I’ll go with services then, thanks
[02:16:14] *** encrypt3d_fracti has joined #angularjs
[02:16:18] *** btyne has quit IRC
[02:16:37] <AlexZanf> hey guys, i am using angular 2.2.1, and i am trying to use $compileProvider, since my blob image url is deemed as unsafe. could somone lend me a hand? not exactly sure how to do this, ive tried about 3 different ways from various documents, with no luck
[02:16:42] <robdubya> Grokling don't follow? if you're writing your own filter, the naming of the incoming params is irrelevant, but the order is (iirc)
[02:16:49] <robdubya> array, params
[02:16:52] *** DrMabuse has quit IRC
[02:16:54] *** ghostbar has quit IRC
[02:17:32] <AlexZanf> robclancy, hey, did you ever get in contact with the guy that got the image blob binding to work?
[02:17:47] *** MacWinner has joined #angularjs
[02:18:00] *** waylon999 has quit IRC
[02:18:02] <Grokling> Okay. Maybe I just need to experiment. Trying to get my order mapping array to take effect.
[02:18:03] <robdubya> AlexZanf assuming you mean me, i did, and he wasn't doing what i was thinking, so its moot
[02:18:23] <AlexZanf> woops! lol yes sorry robdubya i meant you, autocomplete name fail :
[02:18:25] *** charuru has joined #angularjs
[02:18:25] <AlexZanf> :/
[02:18:47] <AlexZanf> yeah this is proving tricky
[02:18:48] *** vintik has quit IRC
[02:18:52] <robdubya> but i'm 90% its a problem with the $sce
[02:19:01] <robdubya> that's where the unsafe is coming from
[02:19:22] *** vintik has joined #angularjs
[02:19:40] <AlexZanf> robclancy, yep, and some docs are telling me to use $compleProvider to deal with it, but i cant get it to work
[02:19:55] *** Vinnyceptr has quit IRC
[02:20:25] <AngularNoob> that autocomplete is rather persistent, I see. ;^)
[02:20:55] *** Rebirth has quit IRC
[02:21:19] *** Rebirth has joined #angularjs
[02:21:26] *** bmac has quit IRC
[02:21:29] <robdubya> AlexZanf nope
[02:21:36] *** ghostbar_ has quit IRC
[02:21:46] <AlexZanf> ugh i suck
[02:21:56] <robdubya> you need inject $sce into the appropriate place, and likely wrap the URL in something like $sce.trustasresourceUrl
[02:21:58] *** caitp has joined #angularjs
[02:22:44] *** oste has joined #angularjs
[02:22:46] *** holymac has joined #angularjs
[02:23:33] *** vintik has quit IRC
[02:23:37] *** grindmodeon has quit IRC
[02:23:50] *** cisox has joined #angularjs
[02:24:01] *** wafflejock has joined #angularjs
[02:24:07] *** bphogan_afk is now known as bphogan
[02:24:37] <in_deep_thought> what does it mean when my $http post and delete requests show - pending for a long time in the network tab of the dev console. then net::ERR_EMPTY_RESPONSE . Its strange cause when I refresh the page, I can see that the post or delete request was made, its just that it doesn’t show up immediately
[02:24:45] *** dman777 has quit IRC
[02:24:48] <AlexZanf> robdubya, hmmm trying that now
[02:24:54] <AngularNoob> @robdubya: I'm certain it's a simple thing to do, unfortunately I'm painfully new to Angular and not finding it nearly as intuitive as any other languages I've worked in.
[02:25:17] <robdubya> AngularNoob the best thing to do - in the topic, there's a starter plunker link
[02:25:29] *** bLu___ has joined #angularjs
[02:25:34] <robdubya> click it, and put what youre trying to do in it, so we can have a look rather than talking in abstracts
[02:25:44] *** LuxuryMode has quit IRC
[02:25:48] <wafflejock> awe robdubya I like abstract art
[02:26:10] <wafflejock> you get your graph thing worked out?
[02:26:35] *** btc_panhandler has joined #angularjs
[02:26:43] <youngroger> btw, what’s the ETA of Angular 2.0?
[02:26:45] <robdubya> wafflejock yeah, mostly. i got a little, uh, sidetracked with the wolfram thing.
[02:26:53] <robdubya> youngroger a while
[02:27:08] <youngroger> months or more than a year?
[02:27:11] *** cacts|wtf has joined #angularjs
[02:27:19] <robdubya> end of the year was the last target i heard
[02:27:22] <Foxandxss> youngroger: 2015 minimum
[02:27:37] <AngularNoob> @robdubya: I see a jsfiddle link, but not a plunker link? /scratches_head
[02:27:41] <youngroger> k thanks
[02:27:42] <Foxandxss> yeah, EOTY, but that keeps moving forward
[02:27:52] <robdubya> ^ AngularNoob
[02:28:04] *** holymac_ has joined #angularjs
[02:28:11] *** cacts|works has quit IRC
[02:28:12] <AngularNoob> Many thanks, robdubya :)
[02:28:26] *** MacWinner has quit IRC
[02:28:27] *** bbrown has quit IRC
[02:28:56] *** whunt has quit IRC
[02:29:24] <AlexZanf> ugh
[02:29:31] <AlexZanf> robdubya,
[02:29:44] *** jbourassa has joined #angularjs
[02:29:49] *** newbie|4 has joined #angularjs
[02:30:26] *** correcto has joined #angularjs
[02:30:37] *** ColKurtz has joined #angularjs
[02:30:57] *** whunt has joined #angularjs
[02:31:03] <robdubya> AlexZanf i think you should make a plunker, thats what i think
[02:31:09] *** holymac has quit IRC
[02:31:49] <AlexZanf> tried before, its tricky getting cropme in there
[02:32:01] *** KernelCurry has quit IRC
[02:32:09] *** Silne30 has quit IRC
[02:32:46] *** Silne30 has joined #angularjs
[02:32:55] *** zivester has joined #angularjs
[02:33:18] *** joroci has quit IRC
[02:33:21] *** dejanr has joined #angularjs
[02:33:46] *** joroci has joined #angularjs
[02:33:48] *** pibu7 has quit IRC
[02:33:54] *** e-dard_afk is now known as e-dard
[02:33:57] *** bLu___ has quit IRC
[02:34:31] *** Johnny__ has quit IRC
[02:34:34] *** bluesm has quit IRC
[02:34:43] *** slainer68 has joined #angularjs
[02:34:53] *** e-dard is now known as e-dard_afk
[02:35:13] *** InezK_away is now known as InezK
[02:35:15] *** youngroger has quit IRC
[02:35:16] <BobbieBarker> robdubya do you have any experience with google login via angular?
[02:35:22] <robdubya> AlexZanf it shouldnt be, just include the files
[02:35:35] *** rigel_ has quit IRC
[02:35:37] *** TackleMcClean has quit IRC
[02:35:38] <robdubya> you can use the CDN links for cropme, or just copy paste the code
[02:35:41] <robdubya> BobbieBarker ya
[02:36:02] *** TorchDragon has joined #angularjs
[02:36:07] *** lebek has quit IRC
[02:36:10] <in_deep_thought> will there ever be some kind of plunker capability with a node.js test server? often my angular issues have to do with its node interaction
[02:36:13] <BobbieBarker> CDN links?
[02:36:19] <BobbieBarker> oh that was fro some one else
[02:36:21] *** dman777 has joined #angularjs
[02:36:27] *** spencercarnage has quit IRC
[02:36:30] <BobbieBarker> rob how did you go about integrating google with angular?
[02:36:36] <BobbieBarker> did you use a solution or roll your own
[02:36:48] *** mguillech has joined #angularjs
[02:36:48] *** mguillech has joined #angularjs
[02:36:57] *** Willow has quit IRC
[02:37:14] *** Silne30 has quit IRC
[02:37:28] *** bphogan is now known as bphogan_afk
[02:37:53] <robdubya> BobbieBarker depends what you want to do
[02:38:03] <robdubya> the easiest way is to just use the client side flow
[02:38:05] *** blueadept has quit IRC
[02:38:15] *** dejanr has quit IRC
[02:38:27] *** krawek has quit IRC
[02:38:34] *** azureRaven has joined #angularjs
[02:38:58] *** holymac_ has quit IRC
[02:39:23] *** slainer68 has quit IRC
[02:39:37] *** jonr22 has joined #angularjs
[02:39:44] <BobbieBarker> client side -- I need them to be able to login to the app via google, then i need access to calender
[02:40:07] <robdubya> whats on the backend
[02:40:20] *** holymac_ has joined #angularjs
[02:40:29] <BobbieBarker> for me? laravel 4
[02:40:30] *** TorchDragon has quit IRC
[02:41:01] *** rigel_ has joined #angularjs
[02:41:12] *** encrypt3d_fracti has quit IRC
[02:41:31] *** mguillech has quit IRC
[02:41:44] *** encrypt3d_fracti has joined #angularjs
[02:42:02] *** phuh has quit IRC
[02:42:06] <BobbieBarker> client side flow is for me?
[02:42:16] *** phuh has joined #angularjs
[02:42:30] *** LuxuryMode has joined #angularjs
[02:42:51] *** Methylated has joined #angularjs
[02:42:56] *** teddyp1cker has joined #angularjs
[02:43:20] <robdubya> client side is easier
[02:43:38] <robdubya> doesn't always give you the access you need tho
[02:44:04] <robdubya> typically if you want to *login* using google, you'll want to use the server side flow, but i have no idea on that in laravel
[02:44:20] <wafflejock> BobbieBarker: yeah I've got that working let me know if you get stuck
[02:44:21] <robdubya> if you just want *access* to gData, client side might work
[02:44:43] <wafflejock> I'm not using laravel... pretty sure I have it all implemented client side and doing google login then grabbing calendar data
[02:44:46] *** ngbot has joined #angularjs
[02:44:47] <ngbot> angular.js/master 28540c8 Igor Minar: perf(Scope): remove the need for the extra watch in $watchGroup...
[02:44:47] <ngbot> angular.js/master d2f8f25 Igor Minar: chore(Scope): remove deregisterNotifier feature for $watch...
[02:44:47] *** ngbot has left #angularjs
[02:45:01] *** jbourassa has quit IRC
[02:45:09] <BobbieBarker> cool wafflejock, did you roll your own or use something? I've seen 2 modules that will enable login one of them grants like calender access too
[02:45:15] <in_deep_thought> basically if I have a $scope item that is being populted by a db field, I have to run the db query again for it to show up right? like if I have a form where I add a new db item, and on the same page I have a list of all those db items, I would have to reload for that new item to show up right? because the db won’t reload otherwise. Is this correct?
[02:45:23] <wafflejock> BobbieBarker: I found some random google oAuth stuff then modified it to grab calendar data
[02:45:46] *** danyim has joined #angularjs
[02:45:53] *** monokrome has quit IRC
[02:45:56] *** encrypt3d_fracti has quit IRC
[02:46:14] <BobbieBarker> wafflejock, after you authenticate how do you get the token for your app
[02:46:16] <BobbieBarker> i assume a logged in user on your app needs a valid app token
[02:46:16] *** Foxandxss has quit IRC
[02:46:21] *** correcto has left #angularjs
[02:46:22] *** systematik has quit IRC
[02:46:34] *** InezK is now known as InezK_away
[02:46:39] <wafflejock> after login the user is prompted if they want to grant the app access to the services if they say yes then I can pull the calendar data
[02:47:02] *** mmitchel_ has quit IRC
[02:47:03] <BobbieBarker> no i get that, what i mean is you're authenticating them into your app
[02:47:11] <BobbieBarker> at the same time
[02:47:29] *** systematik has joined #angularjs
[02:47:32] *** teddyp1cker has quit IRC
[02:47:36] *** mmitchel_ has joined #angularjs
[02:47:40] <wafflejock> BobbieBarker: ah no I'm just using their google login to grab extra data I want to associate with the account
[02:47:42] *** ngoyal has joined #angularjs
[02:47:47] *** cigarshark has quit IRC
[02:47:52] <wafflejock> BobbieBarker: it's for a real small scale thing but works fine
[02:48:02] *** vf1 has joined #angularjs
[02:48:20] <robdubya> BobbieBarker just a minute, i have a plunk that shows this, actually
[02:48:46] <wafflejock> BobbieBarker: I mean I'm basically assuming if the google oauth works then they have properly logged in and I just use the username to get meta data for my app that's on a per user basis
[02:48:47] *** whunt has quit IRC
[02:48:54] *** Methylated has quit IRC
[02:49:00] *** ngoyal has quit IRC
[02:49:01] *** encrypt3d_fracti has joined #angularjs
[02:49:05] *** richiebkr has quit IRC
[02:49:23] <BobbieBarker> rob that would be super awesome to look at
[02:49:36] *** ngoyal has joined #angularjs
[02:49:47] *** encrypt3d_fracti has quit IRC
[02:49:50] *** heathkit has quit IRC
[02:50:12] *** danyim has quit IRC
[02:50:13] *** encrypt3d_fracti has joined #angularjs
[02:51:12] *** in_deep_thought has quit IRC
[02:51:20] *** frickettz has joined #angularjs
[02:51:33] *** mmitchel_ has quit IRC
[02:51:56] *** ajmitch has quit IRC
[02:52:22] *** jbolie has quit IRC
[02:52:32] *** vf1 has quit IRC
[02:53:18] *** retornam has quit IRC
[02:53:48] *** jordandotdev has joined #angularjs
[02:53:57] *** mu has quit IRC
[02:54:36] *** willmarshall has joined #angularjs
[02:54:43] *** ajmitch has joined #angularjs
[02:54:57] *** encrypt3d_fracti has quit IRC
[02:54:57] *** deg- has quit IRC
[02:55:08] *** meenuh has quit IRC
[02:55:15] *** whunt has joined #angularjs
[02:55:16] <BobbieBarker> wafflejock is that a safe assumpion?
[02:55:17] <BobbieBarker> assumption
[02:55:19] *** jareddlc has quit IRC
[02:55:30] *** deg- has joined #angularjs
[02:55:34] *** Valesk has quit IRC
[02:55:38] *** bmac has joined #angularjs
[02:55:46] *** mu` has joined #angularjs
[02:55:54] *** meenuh has joined #angularjs
[02:56:13] <wafflejock> BobbieBarker: I'm actually looking over my code and I described that wrong I am sending the auth to my own scripts... looking into where I made the call to connect to the google services for the calendar, has been a while since I looked at this code
[02:56:13] *** ziyadb has joined #angularjs
[02:56:34] *** heathkit has joined #angularjs
[02:56:34] *** one_zero has joined #angularjs
[02:56:56] *** retornam has joined #angularjs
[02:57:09] <wafflejock> BobbieBarker: think I just made the assumption you signed up to our internal app (for a few people) with your google e-mail and used that when starting the request for G+ auth but checking it out now
[02:57:15] <BobbieBarker> np, i'm kind of just researching atm and was hoping to leverage you guy's experiences to help me out
[02:57:37] *** Reskp has joined #angularjs
[02:57:43] *** ckuehl has quit IRC
[02:58:04] *** ckuehl has joined #angularjs
[02:58:07] *** cacts|wtf has quit IRC
[02:58:43] <robdubya> watch the console
[02:59:01] *** RichardLitt has quit IRC
[03:00:20] *** caitp has quit IRC
[03:01:44] *** phrozensilver has joined #angularjs
[03:01:57] *** nanoyak has quit IRC
[03:01:59] *** stevvooe_ has quit IRC
[03:02:19] *** danyim has joined #angularjs
[03:02:19] *** Reskp has quit IRC
[03:02:28] *** phrozensilver has left #angularjs
[03:02:30] *** casarock has quit IRC
[03:02:33] *** danyim has quit IRC
[03:02:53] *** stevvooe has joined #angularjs
[03:03:24] *** danyim has joined #angularjs
[03:03:39] *** subnl2 has joined #angularjs
[03:03:44] *** mspier is now known as mspier_off
[03:03:55] *** Yahkob has joined #angularjs
[03:03:57] *** snurfery has quit IRC
[03:04:18] <BobbieBarker> wafflejock i was looking at that like 10-15 min ago
[03:04:22] *** casarock has joined #angularjs
[03:04:32] <BobbieBarker> was it as easy to implement as it looks?
[03:04:44] <wafflejock> BobbieBarker: yeah I don't remember a lot of problems
[03:04:54] *** Fire-Dragon-DoL has quit IRC
[03:05:04] <wafflejock> BobbieBarker: I did this like 4 months ago maybe more but I don't recall any major issues
[03:05:04] <BobbieBarker> but it sounds like the consensus is to use the client side flow? amirite?
[03:05:19] *** andri_inuk has quit IRC
[03:05:30] *** Fire-Dragon-DoL has joined #angularjs
[03:05:55] <BobbieBarker> hey when you use a login like this does it remember your permisions and stop prompting you for permission
[03:05:59] <BobbieBarker> to use the google auth/login
[03:06:01] <BobbieBarker> on the app
[03:06:04] <wafflejock> yeah
[03:06:36] <BobbieBarker> rightous
[03:06:47] <BobbieBarker> so after that it's like one click sign in
[03:07:02] <wafflejock> if I haven't been to the site in a while I have to click the button once but then refresh and it grabs the calendar data automatically
[03:07:10] *** AlexZanf has quit IRC
[03:07:12] <wafflejock> think I had to rig a bit of stuff for that to work
[03:07:14] <BobbieBarker> cool
[03:07:25] *** jdj_dk_ has joined #angularjs
[03:07:29] *** ome has quit IRC
[03:07:31] <wafflejock> but no need to reallow the app after the first time
[03:07:33] <BobbieBarker> w/e i can burn that bridge when i get there in principle the JS sdk for this crap looks pretty straight forward
[03:08:39] *** {DV8} has joined #angularjs
[03:09:08] <wafflejock> yeah has a google calendar service already too looks like it's worth trying
[03:09:13] *** ericbarnes has joined #angularjs
[03:10:02] <wafflejock> I just rolled my own on that part
[03:10:02] *** Willow has joined #angularjs
[03:10:41] <wafflejock> did some stuff to split up events in the future vs recent past
[03:11:08] *** grindmodeon has joined #angularjs
[03:11:33] *** AngularNoob has quit IRC
[03:11:56] <wafflejock> definitely nice to have all the google calendar stuff like notifications and whatnot without having to build it all though
[03:11:57] <BobbieBarker> yeah
[03:11:57] *** jamto11 has joined #angularjs
[03:11:58] *** karinaOK has quit IRC
[03:12:05] <BobbieBarker> for sure
[03:12:14] *** jstroem has quit IRC
[03:12:14] *** jdj_dk_ has quit IRC
[03:12:16] *** AngularNoob has joined #angularjs
[03:12:26]
<dman777> http://dpaste.com/07CWWH0 Hmm... I don't know why but the templateUrl is not being called and rendering. I verified it in the network tab that it's not even being requested.
[03:12:31] *** patrick99e99 has quit IRC
[03:12:42] *** Reskp has joined #angularjs
[03:12:51] *** jstroem has joined #angularjs
[03:12:57] *** caitp has joined #angularjs
[03:13:11] *** RedOrangeZ has quit IRC
[03:13:34] *** ericbarnes has quit IRC
[03:13:57] *** joshontheweb has joined #angularjs
[03:14:08] <wafflejock> dman777: put a breakpoint (debugger;) in the link function
[03:14:41] <wafflejock> dman777: if it doesn't hit the module isn't loaded or the directive isn't matching because of the restrict or name of the directive
[03:14:42] *** negval has quit IRC
[03:15:09] *** InezK_away is now known as InezK
[03:15:15] *** monokrome has joined #angularjs
[03:15:36] <wafflejock> dman777: don't see anything obviously wrong though
[03:16:00] *** andri_inuk has joined #angularjs
[03:16:40] <BobbieBarker> if you do the server side authentication can you jump over to accessing their crap via the client side?
[03:16:40] *** whunt has quit IRC
[03:16:42] <BobbieBarker> i.e calender
[03:16:51] <dman777> wafflejock: thanks...I was missing a } but there were no errors untill I placed console.log("sss") in the link function.
[03:16:53] *** jstroem has quit IRC
[03:17:09] *** phrozensilver has joined #angularjs
[03:17:09] *** calumet has joined #angularjs
[03:17:12] <BobbieBarker> sometimes angular will fail silently
[03:17:25] <phrozensilver> is there a general front-end dev chat or dev chat?
[03:17:37] *** Reskp has quit IRC
[03:18:11] *** ColKurtz has quit IRC
[03:18:13] <wafflejock> most IRC's I've seen are pretty focused but maybe there's some more general chat
[03:18:32] *** mmitchel_ has joined #angularjs
[03:18:39] *** holymac_ has quit IRC
[03:19:04] *** AciD`` has quit IRC
[03:19:29] <phrozensilver> trying to figure out if I should dual boot or use a VM for deving on
[03:19:39] *** holymac_ has joined #angularjs
[03:19:40] <dman777> BobbieBarker: lol...ya...that was about 45 minutes lost :)
[03:19:59] <BahamutWC|Work> phrozensilver: I’d rather use a VM - booting adds a lot of time overhead
[03:20:07] *** FunnyLookinHat has joined #angularjs
[03:20:16] <wafflejock> phrozensilver: anecdotal case I dual booted for a while and switched to windows VM in linux for development eventually
[03:20:18] <BahamutWC|Work> you lose your current setup in terms of apps open and have to open them again each time you switch
[03:20:38] <phrozensilver> yeah, I also need to switch from windows to linux for things like photoshop
[03:20:40] <BobbieBarker> dual boot is a nasty pain in the ass too and it gives the guest OS direct access to your hardware
[03:20:44] <BobbieBarker> which could end up fucking you over
[03:20:46] <BobbieBarker> VM is cleaner
[03:20:49] <phrozensilver> k
[03:21:05] *** AngularNoob has quit IRC
[03:21:08] <BobbieBarker> i'm in a VM right now
[03:21:15] *** bicranial has joined #angularjs
[03:21:18] <phrozensilver> do you guys use an ide in your vm usually or do you setup a network drive in windows?
[03:21:28] <BobbieBarker> i don't use an IDE
[03:21:33] *** snurfery has joined #angularjs
[03:21:46] <BobbieBarker> what does an IDE have to do with network drive in windows though?
[03:22:06] <wafflejock> well I use Linux as the primary and use SublimeText, then Windows for Photoshop or whatever testing occasionally
[03:22:07] <BahamutWC|Work> I use Vim or Sublime Text generally
[03:22:11] *** Wolfe has quit IRC
[03:22:16] <phrozensilver> like currently I have an ide in windows and I can map my linux machine to a drive in windows
[03:22:18] <BobbieBarker> i use sublime
[03:22:23] *** FunnyLookinHat has quit IRC
[03:22:35] <BahamutWC|Work> I tend to use sublime more for when I have to deal with git
[03:22:37] <phrozensilver> and only use linux for the command line/ server stuff
[03:22:42] <BahamutWC|Work> since lots of stranded swap files suck
[03:22:53] <BahamutWC|Work> (for using Vim that is)
[03:22:59] <wafflejock> phrozensilver: yeah would probably map the shared folder in that case
[03:23:06] <BobbieBarker> oddly enough i don't use the git integration in sublime but i prolly should it'd speed up my work flow, I just use terminator to control the git
[03:23:11] <BobbieBarker> terminator/terminal
[03:23:25] <snurfery> sup yall
[03:23:32] <wafflejock> yeah using yakuake right now which is guake for kde
[03:23:38] *** mmitchel_ has quit IRC
[03:23:42] <wafflejock> f9 for a quick terminal
[03:23:48] <wafflejock> er that's what I mapped it to
[03:23:50] <BahamutWC|Work> I just use terminal
[03:23:59] <BobbieBarker> i'm on mint with a KDE desktop.
[03:24:09] <BobbieBarker> i like terminator cuz it lets me have multiple terminal intaances open
[03:24:09] <snurfery> just a quick announcement: "fuck everything about Java." Signed, a python guy
[03:24:14] <wafflejock> haha
[03:24:17] <wafflejock> awe
[03:24:19] <BahamutWC|Work> heh
[03:24:19] <BobbieBarker> so i can have my build/live reload server in one instance
[03:24:21] <snurfery> ugh+++++
[03:24:22] <UniBot> ugh+++ Karma: 1
[03:24:26] <BahamutWC|Work> haha
[03:24:36] <BahamutWC|Work> I don’t mind Java that much…except for compiling
[03:24:44] <snurfery> so. wordy.
[03:24:47] *** bphogan_afk is now known as bphogan
[03:24:48] <BobbieBarker> i don't mind java, but i also don't like it either
[03:24:56] <BobbieBarker> prolly wouldn't ever work with it professionally again
[03:24:57] <wafflejock> I hated Java initially cause I came from C/C++ background but grew to like it alright
[03:25:09] <snurfery> we're a python shop and merged with some company who had their web app built in java
[03:25:14] <snurfery> this is a startup, mind you
[03:25:22] <snurfery> then their only java dev quit
[03:25:25] *** MANCHUCK has joined #angularjs
[03:25:27] <BobbieBarker> did they have the app built by some team in indonesia?
[03:25:33] <snurfery> nope, thankfully
[03:25:35] *** texinwien has quit IRC
[03:25:40] <snurfery> and it's not terrible code
[03:26:04] <snurfery> but even tiny modifications are a Big Giant Hairy Deal
[03:26:16] *** drclick has joined #angularjs
[03:26:22] *** jshultz has quit IRC
[03:26:26] <BobbieBarker> dooo doo
[03:26:27] <wafflejock> that's a bummer
[03:26:29] *** whunt has joined #angularjs
[03:26:36] <wafflejock> I've used Java with Spring where it's pretty modular
[03:26:39] <wafflejock> all DI stuff
[03:26:41] *** holymac_ has quit IRC
[03:26:52] <snurfery> yeah we're using spring apparently
[03:26:56] <snurfery> it's not the worst
[03:27:03] <snurfery> I'm just soooooo clueless haha
[03:27:07] <drclick> anyone have some time to look at a angular boostrap typeahead problem
[03:27:16] *** livingstn has joined #angularjs
[03:27:19] <wafflejock> yeah took me like 6 months to grok
[03:27:24] <snurfery> drclick: as long as it's not Java, I'm eager to look at it
[03:27:26] <wafflejock> but it's good once you figure it out
[03:27:26] <snurfery> =)
[03:27:38] <BobbieBarker> drclick: i will but mind you i just refactored my app off of ui bootstrap typeahead over to angular strap typeahead
[03:27:38] *** shinnya has quit IRC
[03:27:57] <BobbieBarker> we're getting off of ui bootstrap
[03:28:08] *** vintik has joined #angularjs
[03:28:17] <drclick> BobbieBarker I would appreciate the help
[03:28:24] <BobbieBarker> show me some code
[03:28:25] *** jobelenus has joined #angularjs
[03:28:28] <BobbieBarker> or tell me a problem
[03:28:35] <snurfery> brb for more bitchin'
[03:28:45] *** AlexZanf has joined #angularjs
[03:29:34] *** itsmeandrewd has quit IRC
[03:29:42] *** livingstn has quit IRC
[03:30:00] *** jonnybro has quit IRC
[03:30:02] <BobbieBarker> where is oniijin i haven't seen him in awheile
[03:30:11] <BobbieBarker> i want to know if my advise for dr girlfriend ever worked out
[03:30:35] <wafflejock> I think he fell in the well
[03:30:35] *** armno has joined #angularjs
[03:31:21] <wafflejock> lets make wild speculations oniijin where have you gone
[03:31:25] <BobbieBarker> drclick: talk in here
[03:32:18] *** andri_inuk has quit IRC
[03:32:23] <BobbieBarker> so the good news is i can help you, the bad news is that the code in your controller prototype probably needs to be deleted
[03:32:33] <drclick> I get the error unable to read property 'data' of undefined in ui-bootstrap-tpls.js:324:37
[03:32:46] *** BlinkyBill has quit IRC
[03:32:50] <drclick> ok
[03:33:09] *** snurfery has quit IRC
[03:33:09] <BobbieBarker> what you want to do is couple a service with a directive
[03:33:24] *** mmitchel_ has joined #angularjs
[03:33:29] <drclick> it comes close to working, data of course is coming back.
[03:33:37] <BobbieBarker> are you using PURE angularJS on the front end or are you one of those ppl that's trying to use some stupid MVC famework on the server ?
[03:33:53] <BobbieBarker> whether it works or not isn't really the question ehre your code looks semi doo doo
[03:34:05] *** mmitchel_ has quit IRC
[03:34:13] *** dejanr has joined #angularjs
[03:34:16] <BobbieBarker> yes you can create a service and a directive i'll show you how
[03:34:30] <BobbieBarker> i'll give you a template to look at i have to clean my code out of it so i don't break my NDA
[03:35:59] <BobbieBarker> actually i can probably show this it's pretty clean
[03:35:59] *** disorder20 has quit IRC
[03:36:15] <BobbieBarker> but FYI it uses the angular-strap type ahead
[03:36:39] <BobbieBarker> how vested are you in the ui-bootstrap project
[03:36:43] *** torrieri has joined #angularjs
[03:36:48] *** snurfery has joined #angularjs
[03:36:54] <BobbieBarker> drclick: ?
[03:36:57] *** TorchDragon has joined #angularjs
[03:37:10] <drclick> its pure angular btw. I just prefer the syntax of using prototypes
[03:37:11] *** disorder20 has joined #angularjs
[03:37:12] *** negval has joined #angularjs
[03:37:13] <drclick> semi
[03:37:26] <BobbieBarker> you shouldn't use the prototypes like that
[03:37:28] <BobbieBarker> it's heinous
[03:37:37] <BobbieBarker> ^^ that is a lesson in good angularJS
[03:37:56] <BobbieBarker> i'm quite proud of it
[03:37:58] *** TheAceOfHearts has quit IRC
[03:38:04] *** jbourassa has joined #angularjs
[03:38:07] * snurfery has clicked
[03:38:34] *** TorchDra_ has joined #angularjs
[03:38:39] *** TorchDragon has quit IRC
[03:38:54] *** dejanr has quit IRC
[03:38:58] *** patrick99e99 has joined #angularjs
[03:39:21] *** karlkeefer has joined #angularjs
[03:39:25] *** thomasjachmann has joined #angularjs
[03:39:52] *** tplaner has joined #angularjs
[03:40:08] <karlkeefer> if I have lots of functions in my template expressions (a la {{ doSomething() }} ) is that an indicator that I'm doing something wrong?
[03:40:25] <BobbieBarker> probably
[03:40:37] *** thomasjachmann has quit IRC
[03:40:47] <karlkeefer> for example I want to calculate the difference between two values that are part of a controller
[03:40:52] <karlkeefer> {{difference()}}
[03:41:03] <BobbieBarker> you shouldn't make function calls inside of {{}}
[03:41:07] <wafflejock> yeah better to have a prepared model that doesn't require lots of function calls but depends on how the performance is
[03:41:23] <wafflejock> always profile then optimize the worst case scenarios
[03:41:27] *** fedenunez has joined #angularjs
[03:41:27] <BobbieBarker> i personaly don't eveer make any function calls like that
[03:41:35] <BobbieBarker> i thinks its bad style
[03:41:47] <karlkeefer> essentially they are just helper functions to compute something based on other values
[03:41:51] *** phuh has quit IRC
[03:42:08] <BobbieBarker> yeah but i thought that wasn't any good wafflejock? correct me if i'm wrong
[03:42:12] <BobbieBarker> some times i get biased
[03:42:15] <BobbieBarker> drclick: any questions?
[03:42:16] *** phuh has joined #angularjs
[03:42:17] <snurfery> I could see that, functions that have a buncha logic but aren't necessarily heavy
[03:42:22] <wafflejock> eh yeah Imean better to compute them in advance
[03:42:32] <snurfery> they might be a method on one of your services, etc
[03:42:32] <karlkeefer> mmm
[03:42:38] <wafflejock> but if it's not slowing things down noticebaly then not a huge deal
[03:42:47] <karlkeefer> yeah
[03:42:51] <wafflejock> I'd profile the app and see what functions take the most time
[03:42:56] <BobbieBarker> yeah but todays "not a big deal" is tomarrows fucking head ache lol
[03:43:02] *** TorchDra_ has quit IRC
[03:43:09] <karlkeefer> haha
[03:43:12] <wafflejock> true something to look out for in repeaters and whatnot
[03:43:31] <karlkeefer> let me post an example
[03:43:31] <BobbieBarker> karlkeefer: if you're just fucking around on your own then w/e but if you're building a professional product you may want to reevaluate your use of {{}}
[03:43:32] <karlkeefer> one sec
[03:43:37] *** InezK is now known as InezK_away
[03:43:49] *** mven has joined #angularjs
[03:44:02] <BobbieBarker> snurfery: i posted that slick directive and the dude i posted it for disappeared :(
[03:44:02] <drclick> Thanks BobbieBarker
[03:44:06] <BobbieBarker> oh there he is
[03:44:12] <snurfery> haha
[03:44:22] <BobbieBarker> drclick: np you can repuprose that back to ui-bootstrap fairly easily if you need to
[03:44:23] <snurfery> I was just gonna start trash talkin ;)
[03:44:56] <BobbieBarker> just obviously remove the angular-strap dependency injections, and in the compile function you'll need to change that over to the ui-strap API for typeahead
[03:45:20] <BobbieBarker> but what that lets you do is throw the directive onto an input field as an attribute and get into bussiness
[03:45:28] <BobbieBarker> isntantly
[03:45:38] <BobbieBarker> and since it is a self contained module you can use it through out the app easily
[03:45:43] *** juampy has quit IRC
[03:45:57] <drclick> right
[03:46:12] <drclick> This is where I was going once I got it working
[03:46:15] *** mkc has quit IRC
[03:46:26] *** mkc has joined #angularjs
[03:46:47] <drclick> i already built it as a service, but I am having difficulties with the actual implementation versus the style
[03:46:48] <BobbieBarker> my example is probably 90%+ complient with angularJS best practices
[03:46:50] *** mkc has quit IRC
[03:47:10] <karlkeefer> ok I made a demo of the kind of stuff I'm throwing in my templates
[03:47:31] <BobbieBarker> i don't know everyonce in awhle i write a nice piece of code that i'm quite pleased with and i fucking love that directive
[03:47:36] <BobbieBarker> i wrote it last night
[03:47:37] <BobbieBarker> lol
[03:48:11] <drclick> i realize mine is not, but can you spot any oversights in mine
[03:48:16] <BobbieBarker> karlkeefer: i personally wouldn't have that much logic in my controller
[03:48:39] <BobbieBarker> i dunno i started having convulsions when i saw the controller.prototype
[03:48:41] <BobbieBarker> lol
[03:48:44] <BobbieBarker> it was hard to get past that
[03:49:43] <karlkeefer> so I could build it in a server, and make the service to the processing to just pass down the final values that I want?
[03:49:53] <karlkeefer> service*
[03:49:55] <BobbieBarker> i would write a factory
[03:50:09] <wafflejock> yup
[03:50:09] *** bphogan is now known as bphogan_afk
[03:50:13] <wafflejock> either way
[03:50:29] <karlkeefer> ok I appreciate the feedback - thanks guys
[03:50:47] <drclick> well the promise returns an array, I think that is pretty clear.
[03:50:56] <BobbieBarker> drclick: did you verify that your actually getting your data? youre implementation on that is a little off it doesn't look like youre using the $http provider or anything else
[03:51:16] <drclick> yes, the font end renders each item but they come up blank
[03:52:13] <BobbieBarker> so you're 100% positive the data is there I only ask cuz the code looks so unorthodox.
[03:52:22] <drclick> it is failing in ui-bootstrap-tpls.js line 324 element.addClass('ng-binding').data('$binding', attr.bindHtmlUnsafe);
[03:52:42] <BobbieBarker> so
[03:52:44] *** DrMabuse has joined #angularjs
[03:52:52] <drclick> I am, in fact the snip is returning a static array just to be sure
[03:52:53] *** arizzo has joined #angularjs
[03:52:55] <BobbieBarker> one thing that jumps out at me and feel free to correct if i'm reading the code right
[03:53:22] *** tonycoco has quit IRC
[03:53:36] *** yogurt_truck has quit IRC
[03:53:38] *** UniBot has quit IRC
[03:53:44] <BobbieBarker> is you're using Controller.prototype.autocomplete... I think that is fucking you up
[03:53:53] *** conan_the_destro has joined #angularjs
[03:53:55] <BobbieBarker> cuz it isn't in teh scope so it's nto really a function you can access
[03:53:58] <BobbieBarker> like you're trying to from the html
[03:54:08] <BobbieBarker> what you'd want to do if you wanted to use this fromt he controller is
[03:54:14] <BobbieBarker> declare a controller the traditional way
[03:54:25] <BobbieBarker> then inject $scope as a provider
[03:54:40] <BobbieBarker> then $scope.autoComplete = function($viewValue){//do stuff}
[03:54:48] <BobbieBarker> then the typeahead directive will be able to find it
[03:54:52] *** watsonkp has quit IRC
[03:54:56] *** tonycoco has joined #angularjs
[03:55:07] <BobbieBarker> right now i think you have the pieces to the puzzle but because of your use of controler.prototype... they can't talk to each other
[03:55:20] *** greatdex has joined #angularjs
[03:55:34] <drclick> Bobbie Barker, we have 1000s of controllers. so we use require modules and famous-angular and follow a pattern similar to how famous does. So this may seem unorthodox, but we do things like create standard amd modules and controller opjects and just extend $scope with our controller. It keeps things a bit easier to follow when you have a ton of them in my opinion, your mileage may very
[03:56:07] *** bicranial has quit IRC
[03:56:15] *** BillCriswell has joined #angularjs
[03:56:22] *** screamingbanshee has joined #angularjs
[03:56:27] *** anjumkaiser has joined #angularjs
[03:56:54] *** joshontheweb has quit IRC
[03:56:56] <drclick> ok thanks BobbieBarker, if I figure it I will post back
[03:57:15] *** recidive has joined #angularjs
[03:57:33] *** watsonkp has joined #angularjs
[03:57:51] *** DrMabuse has quit IRC
[03:57:55] *** atomical has quit IRC
[03:58:27] *** BlinkyBill has joined #angularjs
[03:59:17] *** tonycoco has quit IRC
[03:59:17] <BobbieBarker> np dude sorry if i missed the mark on your controller implementation
[03:59:17] *** bkuberek_ has joined #angularjs
[03:59:24] *** visionary_ has joined #angularjs
[03:59:44] *** whunt has quit IRC
[04:00:32] *** colock_ has quit IRC
[04:00:48] *** Left_Turn has quit IRC
[04:01:03] *** fedenunez has quit IRC
[04:01:20] *** colock_ has joined #angularjs
[04:01:53] *** wallerdev has quit IRC
[04:01:57] *** bkuberek has quit IRC
[04:02:10] *** vf1 has joined #angularjs
[04:03:38] *** azureRaven has quit IRC
[04:04:02] *** dccc has joined #angularjs
[04:04:02] *** bjr217 has quit IRC
[04:04:34] *** chasematterhorn has joined #angularjs
[04:04:41] *** chasematterhorn is now known as Scarlioni
[04:05:06] *** zlalanne has quit IRC
[04:05:51] *** isern has joined #angularjs
[04:06:22] *** fedenunez has joined #angularjs
[04:06:47] *** Gooder has joined #angularjs
[04:06:52] *** azureRaven has joined #angularjs
[04:07:24] *** elrabin has joined #angularjs
[04:07:26] *** netto_ has joined #angularjs
[04:07:30] *** netto_ has quit IRC
[04:07:34] *** AlexZanf has quit IRC
[04:07:45] *** azureRaven has quit IRC
[04:08:39] *** jdj_dk_ has joined #angularjs
[04:08:42] *** jkremser has quit IRC
[04:08:49] *** ipalaus has quit IRC
[04:10:53] *** ngoyal has quit IRC
[04:11:29] *** bayousoft has joined #angularjs
[04:11:34] *** isthisreallife has joined #angularjs
[04:11:50] *** isthisreallife has left #angularjs
[04:12:23] *** ngoyal has joined #angularjs
[04:12:47] *** Methylated has joined #angularjs
[04:12:48] *** arizzo has quit IRC
[04:12:57] *** ninsei_d has joined #angularjs
[04:13:15] *** arizzo has joined #angularjs
[04:13:18] *** jstroem has joined #angularjs
[04:13:30] *** Reskp has joined #angularjs
[04:13:47] *** jdj_dk_ has quit IRC
[04:13:49] *** darrin has quit IRC
[04:14:40] *** ninsei has quit IRC
[04:14:59] *** s3shs has joined #angularjs
[04:15:28] *** darrin has joined #angularjs
[04:16:28] *** josh-k___ has quit IRC
[04:17:03] *** josh-k has joined #angularjs
[04:17:12] *** vf1 has quit IRC
[04:17:33] *** arizzo has quit IRC
[04:17:42] *** jstroem has quit IRC
[04:17:48] *** vf1 has joined #angularjs
[04:17:49] *** conan_the_destro has quit IRC
[04:17:58] *** Hackwar1 has joined #angularjs
[04:18:15] *** Reskp has quit IRC
[04:18:15] *** bmac has quit IRC
[04:18:35] *** Methylated has quit IRC
[04:19:07] *** danyim has quit IRC
[04:19:34] *** dccc_ has joined #angularjs
[04:19:37] *** Hackwar has quit IRC
[04:21:35] *** josh-k has quit IRC
[04:22:07] *** jdowdle|afk is now known as jdowdle
[04:22:20] *** nerdfile1 has joined #angularjs
[04:22:46] *** dccc has quit IRC
[04:23:23] *** jonnybro has joined #angularjs
[04:23:30] *** bkuberek has joined #angularjs
[04:23:54] *** slainer68 has joined #angularjs
[04:24:42] <visionary_> so
[04:24:49] *** visionary_ has quit IRC
[04:25:29] *** bkubere__ has joined #angularjs
[04:26:06] *** yoshokatana has quit IRC
[04:26:28] *** instence has joined #angularjs
[04:26:41] *** tonycoco has joined #angularjs
[04:26:57] *** instence_ has quit IRC
[04:26:59] *** bkuberek_ has quit IRC
[04:28:32] *** slainer68 has quit IRC
[04:28:46] *** bkuberek has quit IRC
[04:29:08] *** vf1 has quit IRC
[04:29:21] *** lebek has joined #angularjs
[04:29:22] *** vf1 has joined #angularjs
[04:30:42] *** whitebook has joined #angularjs
[04:33:17] *** mindlace has quit IRC
[04:33:23] *** Silne30 has joined #angularjs
[04:34:36] *** InezK_away is now known as InezK
[04:34:47] *** dman777 has quit IRC
[04:35:23] *** chrisbirk has joined #angularjs
[04:36:36] *** TheAceOfHearts has joined #angularjs
[04:37:10] *** snurfery has quit IRC
[04:38:03] *** mguillech has joined #angularjs
[04:38:05] *** Silne30 has quit IRC
[04:39:00] *** dman777 has joined #angularjs
[04:39:21] *** davesidious has joined #angularjs
[04:39:25] *** TorchDragon has joined #angularjs
[04:39:34] *** davesidious_ has quit IRC
[04:39:45] *** goblorti_ has quit IRC
[04:40:12] *** goblortikus has joined #angularjs
[04:40:48] *** onats has joined #angularjs
[04:40:51] *** whunt has joined #angularjs
[04:40:58] *** styles has quit IRC
[04:41:52] *** phuh has quit IRC
[04:42:08] *** goblorti_ has joined #angularjs
[04:42:19] *** phuh has joined #angularjs
[04:42:27] *** mguillech has quit IRC
[04:42:42] *** goblorti_ has joined #angularjs
[04:43:30] *** FIFOd[a] has joined #angularjs
[04:43:54] *** teddyp1cker has joined #angularjs
[04:44:19] *** InezK is now known as InezK_away
[04:44:23] *** TorchDragon has quit IRC
[04:44:56] *** nagappan has quit IRC
[04:44:59] *** goblortikus has quit IRC
[04:45:25] <onats> hello, i have a directive that i need to select a particular element within that directives children. however, this particular element can’t be selected since this is part of an ng-include
[04:45:30] *** nagappan has joined #angularjs
[04:45:37] <onats> what is the right way to select it?
[04:45:59] *** dob_ has quit IRC
[04:46:46] *** dob_ has joined #angularjs
[04:46:49] *** lnxmad_ has joined #angularjs
[04:46:50] *** snurfery has joined #angularjs
[04:46:52] *** goblorti_ has quit IRC
[04:47:08] *** motionman has joined #angularjs
[04:47:27] *** crocket has joined #angularjs
[04:47:37] <crocket> Is there a good way to navigate through XML in angularjs?
[04:47:42] <crocket> angular.element is very deficient.
[04:47:57] *** lnxmad_ has quit IRC
[04:48:12] *** teddyp1cker has quit IRC
[04:48:17] *** FIFOd[a] has quit IRC
[04:48:38] *** elrabin has quit IRC
[04:48:46] *** dob_ has quit IRC
[04:49:01] *** dob_ has joined #angularjs
[04:49:56] *** Methylated has joined #angularjs
[04:52:00] *** Methylated has quit IRC
[04:52:01] *** encrypt3d_fracti has joined #angularjs
[04:53:04] *** vf1 has quit IRC
[04:53:32] *** caitp has quit IRC
[04:53:37] *** vf1 has joined #angularjs
[04:53:57] *** DrMabuse has joined #angularjs
[04:54:00] *** Gue______ has quit IRC
[04:54:59] *** styles has joined #angularjs
[04:57:39] *** lucasefe has joined #angularjs
[04:58:12] *** vf1 has quit IRC
[04:58:47] *** DrMabuse has quit IRC
[04:59:23] *** jonnybro has quit IRC
[04:59:34] *** bphogan_afk is now known as bphogan
[04:59:47] *** dob_ has quit IRC
[05:00:14] *** dob_ has joined #angularjs
[05:00:24] *** motionman has quit IRC
[05:00:35] *** dob_ has joined #angularjs
[05:01:09] *** jshultz has joined #angularjs
[05:02:02] *** mary5030 has joined #angularjs
[05:02:18] *** vintik has quit IRC
[05:02:40] *** whunt has quit IRC
[05:02:43] *** jdj_dk_ has joined #angularjs
[05:02:44] *** heidi has quit IRC
[05:04:07] *** torrieri has quit IRC
[05:04:48] *** phrozensilver has quit IRC
[05:04:50] *** mindlace has joined #angularjs
[05:06:06] *** calumet has quit IRC
[05:06:51] *** BillCriswell has quit IRC
[05:07:22] *** jdj_dk_ has quit IRC
[05:08:23] *** screamingbanshee has quit IRC
[05:08:26] *** phrozensilver has joined #angularjs
[05:09:22] *** nerdfile1 has quit IRC
[05:09:30] *** jbourassa has quit IRC
[05:10:18] *** dc_ has joined #angularjs
[05:10:33] <optikalmouse> is there any reason for someone to be forcing their AngularJS templates through Rails or Django?
[05:10:46] *** newbie|4 has quit IRC
[05:11:47] *** usagi has joined #angularjs
[05:11:47] *** dob_ has quit IRC
[05:11:50] *** jstroem has joined #angularjs
[05:11:59] *** wilmoore has joined #angularjs
[05:12:08] *** usagi has quit IRC
[05:12:14] *** dob_ has joined #angularjs
[05:12:14] *** darrin has quit IRC
[05:13:49] *** encrypt3d_fracti has quit IRC
[05:14:06] <crocket> hmm
[05:14:11] *** iateadonut has left #angularjs
[05:14:15] *** encrypt3d_fracti has joined #angularjs
[05:14:18] *** chrisbirk has quit IRC
[05:14:38] *** Reskp has joined #angularjs
[05:14:41] <drclick> @BobbieBarker found the problem
[05:15:37] <drclick> name collision with famous-angular and angular-ui was causing addClass to not return the element so the element.data call was failing
[05:15:53] *** drclick has quit IRC
[05:16:04] *** jstroem has quit IRC
[05:16:57] *** chrisbirk has joined #angularjs
[05:17:06] *** encrypt3_ has joined #angularjs
[05:18:00] *** cotko has quit IRC
[05:18:16] *** BillCriswell has joined #angularjs
[05:18:33] *** encrypt3d_fracti has quit IRC
[05:18:33] *** chrisbirk has quit IRC
[05:18:46] *** torrieri has joined #angularjs
[05:18:53] *** Reskp has quit IRC
[05:19:03] *** dob_ has quit IRC
[05:19:09] *** dob_ has joined #angularjs
[05:19:55] *** caitp has joined #angularjs
[05:20:42] <snurfery> optikalmouse: maybe
[05:20:44] *** dob_ has quit IRC
[05:20:54] *** anjumkaiser has quit IRC
[05:21:00] <optikalmouse> snurfery: seems like it just results in avoidable pain.
[05:21:03] *** dob_ has joined #angularjs
[05:21:10] <snurfery> might rely on server-rendered data or a third party module that doesn't play nice as a rest endpoint
[05:21:36] <snurfery> they might not need a single-page app
[05:21:48] *** MTGap has quit IRC
[05:21:50] <snurfery> etc
[05:21:53] *** s3shs has quit IRC
[05:21:58] <snurfery> yeah it's largely a pain
[05:22:21] *** calumet has joined #angularjs
[05:23:19] <optikalmouse> imo, in those cases you wouldn't integrate with angular at all, you'd serve it as a separate static (non-REST) asset and then grab it
[05:23:58] <snurfery> explain it to the dude who's doing it ;)
[05:23:58] *** bphogan is now known as bphogan_afk
[05:24:09] <optikalmouse> snurfery: I did, in a snarky stackoverflow answer
[05:24:20] *** caitp has quit IRC
[05:24:27] <snurfery> I've used angular both as a plain ol library for use on a page, and as the whole bigass framework that runs my site/app
[05:24:44] <snurfery> it's good that the framework is flexible enough to be used in both cases
[05:25:03] *** cacts|works has joined #angularjs
[05:25:14] *** grindmodeon has quit IRC
[05:25:25] <snurfery> don't worry, once he gets used to angular he'll come around... they always do
[05:25:33] * snurfery starts with the evil villain laughter
[05:25:45] <snurfery> *lightning crashes in the background*
[05:26:07] *** mindlace has quit IRC
[05:26:39] *** phrozensilver has quit IRC
[05:27:41] *** vf1 has joined #angularjs
[05:28:10] *** Gambit- has joined #angularjs
[05:28:39] *** dariocravero has quit IRC
[05:28:46] *** chrisbirk has joined #angularjs
[05:29:01] *** jobelenus has quit IRC
[05:29:22] *** onats has quit IRC
[05:30:07] *** quazimodo has joined #angularjs
[05:30:14] *** danyim has joined #angularjs
[05:30:15] *** subnl2 has left #angularjs
[05:30:31] *** danyim has quit IRC
[05:31:03] *** danyim has joined #angularjs
[05:31:21] *** danyim has joined #angularjs
[05:31:38] *** dob_ has quit IRC
[05:31:53] *** holymac_ has joined #angularjs
[05:32:08] *** onats has joined #angularjs
[05:32:14] *** dob_ has joined #angularjs
[05:33:37] *** phrozensilver has joined #angularjs
[05:35:18] *** InezK_away is now known as InezK
[05:36:41] *** Shrooms has joined #angularjs
[05:37:02] *** jamto11 has quit IRC
[05:37:37] *** grindmodeon has joined #angularjs
[05:38:18] *** dejanr has joined #angularjs
[05:38:23] *** cacts|works has quit IRC
[05:39:20] *** tonycoco has quit IRC
[05:39:21] *** mguillech has joined #angularjs
[05:39:36] *** mguillech has quit IRC
[05:39:37] *** mguillech has joined #angularjs
[05:40:12] *** TorchDragon has joined #angularjs
[05:40:34] *** mehlah has quit IRC
[05:40:44] *** Shrooms has quit IRC
[05:41:50] *** rayu has joined #angularjs
[05:41:55] *** phuh has quit IRC
[05:42:03] *** Yahkob has quit IRC
[05:42:20] *** phuh has joined #angularjs
[05:42:21] *** jamto11 has joined #angularjs
[05:42:30] *** disorder20 has quit IRC
[05:42:36] *** mogaj has joined #angularjs
[05:43:15] *** dejanr has quit IRC
[05:43:36] *** mguillech has quit IRC
[05:43:38] <rayu> Hi guys! I have trouble with my directive. I am loading 3 directives on a page, all being the same, just passing parameters like value1=1, value2=2 etc, different values to each of the 3 directives. Inside the link function are jquery manipulators, that set the width of elements using the class selector to the width of the number passed in. It works great on the first directive, but the others are ignored.
[05:43:48] *** caitp has joined #angularjs
[05:44:01] <mogaj> How to upload images uisng angularjs any pointer please
[05:44:02] <rayu> they are using a template function, inside the templateURL html file are the classes that will be manipulated
[05:44:16] *** digia is now known as digia|away
[05:44:56] <rayu> I have an isolated scope, so I thought that each directive would change itself only using the passed in arguments, and using the class selectors on its own, but it only works on the first directive on the page
[05:44:57] *** TorchDragon has quit IRC
[05:45:07] <rayu> am I missing something? :)
[05:46:14] *** chrisbirk has quit IRC
[05:46:36] <caitp> rayu, post a reproduction
[05:46:46] *** InezK is now known as InezK_away
[05:46:52] *** jamto11 has quit IRC
[05:47:05] *** tonycoco has joined #angularjs
[05:47:57] *** wallerdev_ has joined #angularjs
[05:48:16] *** mehlah has joined #angularjs
[05:48:33] *** lebek has quit IRC
[05:48:46] *** visionary_ has joined #angularjs
[05:49:24] *** UniBot has joined #angularjs
[05:49:25] *** wallerdev_ has quit IRC
[05:49:28] *** danyim has quit IRC
[05:50:01] *** danyim has joined #angularjs
[05:50:24] <rayu> ok i'll set sth up
[05:50:53] *** MANCHUCK has quit IRC
[05:51:19] <crocket> Is it wrong to nest the same directive in a directive?
[05:51:28] <crocket> It seems to lead to an infinite loop.
[05:51:34] *** in_deep_thought has joined #angularjs
[05:51:34] <optikalmouse> (not at all (not at all (not at all)))
[05:51:44] <optikalmouse> crocket: pastebin the directive's code if you're unsure about it
[05:51:46] *** vf1 has quit IRC
[05:52:08] <caitp> it will be a call stack overflow, crocket
[05:52:10] *** danielpquinn has quit IRC
[05:52:18] <caitp> i'm working on a fix for that
[05:52:38] <crocket> caitp, How can I express a recursive data structure in a directive?
[05:52:52] <caitp> there are ways to do it, but they all suck
[05:52:55] <crocket> Do I need to alternate between two directives?
[05:53:08] <optikalmouse> circular referencing = yummeh problem
[05:53:24] *** danielpquinn has joined #angularjs
[05:53:34] <caitp> it's really just a huge hack
[05:53:41] <caitp> every solution for that is a hack
[05:53:48] <visionary_> how can i set a variable node name for params
[05:53:49] <TheAceOfHearts> isn't the whole web just hacks upon hacks?
[05:54:06] <caitp> yup
[05:54:08] <visionary_> .factory('QueryService', ['$resource', function($resource){ var searchQuery = {'@indicatorType':"@indicator"}
[05:54:09] *** whiteboo_ has joined #angularjs
[05:54:15] <crocket> caitp, If I alternate between two directives of the same nature, would it work?
[05:54:25] *** zfogg has quit IRC
[05:54:27] <visionary_> params: searchQuery,
[05:54:28] <TheAceOfHearts> visionary_: do you want to be happy? don't use $resource.
[05:54:32] *** danyim has quit IRC
[05:54:37] <optikalmouse> yeah, you have a depth limit
[05:54:39] *** DrMabuse has joined #angularjs
[05:54:52] *** Tidwell has joined #angularjs
[05:54:58] <optikalmouse> caitp: where's the hack? depth limits are normal when you have potentially circular/recursive references like this
[05:55:08] <caitp> the depth limit isn't the hack optikalmouse
[05:55:17] <caitp> that's just a way to prevent perf from going stupidly bad
[05:55:31] *** Chopper has joined #angularjs
[05:55:38] <visionary_> TheAceOfHearts: ok
[05:55:47] *** mdedetrich has joined #angularjs
[05:56:03] *** whitebook has quit IRC
[05:56:16] <caitp> the hack is removing and inserting the recursive structure in the template at runtime
[05:56:28] <caitp> to make sure that there's no callstack issue
[05:56:28] <visionary_> TheAceOfHearts: how about factory?
[05:56:45] <TheAceOfHearts> visionary_: hmm?
[05:56:51] *** jdj_dk has joined #angularjs
[05:56:52] *** chakkimatti has joined #angularjs
[05:56:52] *** snurfery has quit IRC
[05:56:53] *** Mouzi has joined #angularjs
[05:57:08] <TheAceOfHearts> the only reason I'd advice against $resource is because it's a bit weird, and more often than not people get confused with how it works; heck, I didn't understand it until I read the source
[05:57:22] <crocket> caitp, Right now, what can I do?
[05:57:35] <optikalmouse> crocket: go read a book and sit down and code it up and see what happens?
[05:57:38] *** Fire-Dragon-DoL has quit IRC
[05:58:02] <chakkimatti> Anyone done bower with angular? I'm a bit lost.
[05:58:04] <crocket> optikalmouse, I need information in caitp's head, not in a book.
[05:58:20] *** lebek has joined #angularjs
[05:58:45] <TheAceOfHearts> crocket: what are you trying to do :P?
[05:58:46] <caitp> crocket, lucas galfaso offered a simpler version of the hack (although it doesn't resolve at runtime, it's always static)
[05:59:17] *** danyim has joined #angularjs
[05:59:24] *** DrMabuse has quit IRC
[05:59:24] *** quazimodo has quit IRC
[05:59:41] <TheAceOfHearts> caitp: I did something similar to that for dynamically named forms :D
[05:59:49] *** Chopper has quit IRC
[06:00:03] <crocket> caitp, How did it miss you for so long?
[06:00:10] <caitp> man my recipe for the interpolated form names and form control names is perfect, y'all need to use that one
[06:00:14] <caitp> 6 lines of code mang ;u
[06:00:35] <TheAceOfHearts> caitp: what's your solution :P?
[06:00:38] <TheAceOfHearts> maybe it's better than mine
[06:00:55] <visionary_> my question really is how can I set a json node name with a variable ?
[06:01:07] <TheAceOfHearts> I don't see why NgFormController doesn't resolve interpolated names, though
[06:01:18] *** bphogan_afk is now known as bphogan
[06:01:23] *** jdj_dk has quit IRC
[06:01:24] <crocket> caitp, Do I just need to put lgalfaso's "compile" in my directive?
[06:01:25] <caitp> okay it's slightly more than 6 lines of code
[06:01:25] <visionary_> like {<some variable>:<some other variable>}
[06:01:27] <caitp> but not by much
[06:01:57] <TheAceOfHearts> ohh
[06:01:58] <TheAceOfHearts> that's neat
[06:02:04] <caitp> crocket beats me, I haven't seen any evidence of it working
[06:02:15] <caitp> but he says he's using it in production, so I take his word for it :p
[06:02:22] <caitp> static resolution doesn't seem that useful to me
[06:02:37] <TheAceOfHearts> caitp: WHY IS THAT NOT IN A REPO THOUGH D: ?
[06:02:43] <TheAceOfHearts> <3
[06:02:45] <TheAceOfHearts> gogogog
[06:03:38] <caitp> because matias doesn't like it for whatever reason
[06:03:52] <caitp> i'm not really clear on his issues with it, but he wants to do what htey do in dart
[06:04:00] *** Aliks_ has quit IRC
[06:04:13] <TheAceOfHearts> but you could still publish it in github under your own account ;-;
[06:04:17] <TheAceOfHearts> :P
[06:04:26] <TheAceOfHearts> that way I can just do bower install caitp-form-thing
[06:05:00] <caitp> eh the recipe has been posted on a few issues about it
[06:05:18] <caitp> so people are free to use it, and i don't have to fix it to work with newer versions of angular
[06:05:18] *** bayousoft has quit IRC
[06:05:19] <caitp> all good
[06:05:33] <crocket> caitp, Are you working on the solution?
[06:05:49] *** ngoyal has quit IRC
[06:06:12] <caitp> solution to what?
[06:06:30] <caitp> recursive templates?
[06:07:26] <crocket> caitp, yes
[06:08:03] <caitp> yeah, but its a trickyoone to solve "well"
[06:08:44] *** chrisbirk has joined #angularjs
[06:10:11] *** fedenunez has quit IRC
[06:10:29] <crocket> trickyoone?
[06:10:37] *** encrypt3_ has quit IRC
[06:10:40] <caitp> tricky one
[06:11:03] *** encrypt3d_fracti has joined #angularjs
[06:11:10] *** in_deep_thought has quit IRC
[06:12:29] *** tomzx is now known as tomzx`afk
[06:12:55] <rayu> Only the first directive is controlled directly, the others just use the data from the first, although they get different data.
[06:13:25] <rayu> what am I missing? :) would be grateful for some input. Directives give me nightmares...
[06:13:34] *** DrJae has joined #angularjs
[06:13:47] <caitp> rayu: you can't use self-closing tags for custom elements
[06:13:50] <caitp> that's not how html works
[06:13:57] <rayu> ah ok sorry
[06:14:57] <rayu> I will remember that, thanks caitp
[06:15:20] *** Jae has quit IRC
[06:15:40] <rayu> I've tried to control the elements using the custom class i'm injecting into the directive, but then it's not working at all, not even for the first
[06:16:10] *** patrick99e99 has quit IRC
[06:16:39] <caitp> the dom manipulation is wrong too
[06:16:48] *** patrick99e99 has joined #angularjs
[06:17:39] *** holymac_ has quit IRC
[06:18:07] <rayu> thanks so much caitp
[06:18:13] <rayu> I really appreciate it
[06:18:44] <rayu> how would I change a non root element in the template, for example a nested div 3 levels down with a certain class?
[06:19:28] *** lebek has quit IRC
[06:19:43] <rayu> as I see it, the element.css targets the parent node
[06:19:49] *** holymac_ has joined #angularjs
[06:20:23] *** sirkitree is now known as sirkitree|afk
[06:21:34] *** mary5030 has quit IRC
[06:21:54] <caitp> you can use jquery to find a selecto within the context of element
[06:22:00] <caitp> or jqlite
[06:22:10] *** mary5030 has joined #angularjs
[06:22:13] <caitp> or node.querySelector
[06:22:16] *** bootsWitDaFur has joined #angularjs
[06:22:54] <rayu> using element.find('classname').css like this?
[06:23:13] *** vf1 has joined #angularjs
[06:24:35] *** vf1 has quit IRC
[06:24:43] *** patouche has joined #angularjs
[06:24:48] *** OnkelTem has quit IRC
[06:25:10] *** vf1 has joined #angularjs
[06:25:39] *** mennea has joined #angularjs
[06:25:54] *** OnkelTem has joined #angularjs
[06:26:02] *** holymac has joined #angularjs
[06:26:39] *** drej has quit IRC
[06:26:51] *** mary5030 has quit IRC
[06:27:34] *** calumet has quit IRC
[06:27:50] <crocket> Oh man
[06:27:52] <crocket> Man!!!
[06:28:03] *** tzu_chi has joined #angularjs
[06:28:29] <crocket> How can I query a tag in direct descendents?
[06:28:41] <crocket> .find is recursive.
[06:28:48] <crocket> .children doesn't accept selector.
[06:28:57] *** holymac_ has quit IRC
[06:29:38] *** vf1 has quit IRC
[06:31:01] *** holymac has quit IRC
[06:31:01] *** wilmoore has quit IRC
[06:31:23] *** oste has quit IRC
[06:31:29] *** Gooder` has joined #angularjs
[06:31:39] <crocket> Anyone?
[06:32:00] *** mdedetrich has quit IRC
[06:32:14] *** tonycoco has joined #angularjs
[06:32:22] *** Gooder has quit IRC
[06:33:50] *** drej has joined #angularjs
[06:34:10] *** Silne30 has joined #angularjs
[06:34:20] <crocket> caitp, Do you know how to query for a direct child?
[06:34:26] *** zfogg has joined #angularjs
[06:35:00] *** rotorgames has joined #angularjs
[06:35:43] *** InezK_away is now known as InezK
[06:35:57] *** ziyadb has quit IRC
[06:36:22] <rotorgames> Hello. Prompt how to bind an existing scope to another. Make it a wholly owned subsidiary?
[06:36:36] *** mary5030 has joined #angularjs
[06:37:34] *** danyim has quit IRC
[06:38:13] <rotorgames> Hello. Prompt how to bind an existing scope to another. Make it a wholly owned subsidiary?
[06:38:13] *** danyim has joined #angularjs
[06:38:37] *** Silne30 has quit IRC
[06:38:57] *** zfogg has quit IRC
[06:39:13] *** dejanr has joined #angularjs
[06:39:51] *** mguillech has joined #angularjs
[06:40:05] <crocket> Hey man
[06:40:17] <crocket> How do I query an HTML element using xpath in angularjs?
[06:40:44] *** wilmoore has joined #angularjs
[06:40:48] *** danyim has quit IRC
[06:40:54] *** mary5030 has quit IRC
[06:40:58] <rotorgames> Hello. Prompt how to bind an existing scope to another. Make it a wholly owned subsidiary?
[06:41:02] *** TorchDragon has joined #angularjs
[06:41:02] *** danyim has joined #angularjs
[06:41:44] <visionary_> var name = '@name'; var value = '@value'; var queryParams = {}; queryParams[name] = value;
[06:41:52] *** bencc has quit IRC
[06:41:55] *** phuh has quit IRC
[06:42:09] <crocket> I want to query an xpath selector against XML in angularjs.
[06:42:11] <crocket> How do I do it?
[06:42:13] <visionary_> params:queryParams,
[06:42:26] *** phuh has joined #angularjs
[06:42:44] <visionary_> @name=46.166.143.56
[06:43:04] *** tzu_chi has quit IRC
[06:44:16] *** mguillech has quit IRC
[06:44:23] *** dejanr has quit IRC
[06:44:32] *** Yahkob_ has joined #angularjs
[06:44:47] *** teddyp1cker has joined #angularjs
[06:45:10] *** dwightwatson has joined #angularjs
[06:45:13] *** blueadept has joined #angularjs
[06:45:30] *** TorchDragon has quit IRC
[06:45:31] *** Joshee has joined #angularjs
[06:46:43] *** optikalmouse has quit IRC
[06:47:54] <rayu> got it. Awesome :) thanks again caitp
[06:48:18] <crocket> Man
[06:48:38] <crocket> I can't avoid using jquery if I want to query a tag name among direct children.
[06:48:54] <crocket> Is it ok to use jQuery in a controller if I want to manipulate XML data?
[06:49:09] <crocket> I don't use jquery to manipulate DOM.
[06:49:11] *** in_deep_thought has joined #angularjs
[06:49:16] <TheAceOfHearts> lol
[06:49:42] *** teddyp1cker has quit IRC
[06:49:50] *** DrJae is now known as Jae
[06:49:55] *** Jae has joined #angularjs
[06:50:04] *** grindmodeon has quit IRC
[06:50:23] *** dcadenas has quit IRC
[06:50:32] *** bbrown has joined #angularjs
[06:50:41] *** devilx has quit IRC
[06:50:49] *** clamstar has quit IRC
[06:51:00] *** tarkus has joined #angularjs
[06:51:02] *** drej has quit IRC
[06:51:18] *** FifthWall has quit IRC
[06:51:35] *** danyim has quit IRC
[06:51:53] *** phrozensilver has quit IRC
[06:52:03] *** danyim has joined #angularjs
[06:52:36] *** uris77 has quit IRC
[06:52:57] *** dcadenas has joined #angularjs
[06:53:00] *** FifthWall has joined #angularjs
[06:53:19] <visionary_> how can i set a param name with a variable?
[06:53:32] *** uris77 has joined #angularjs
[06:53:32] *** devilx has joined #angularjs
[06:53:46] *** in_deep_thought has quit IRC
[06:53:48] *** davedev24_ has quit IRC
[06:53:49] <crocket> I just ended up using jquery for XML parsing.
[06:55:37] *** DrMabuse has joined #angularjs
[06:55:41] *** lefant has joined #angularjs
[06:56:08] *** jdj_dk has joined #angularjs
[06:57:08] *** DrMabuse_ has joined #angularjs
[06:57:48] *** {DV8} has quit IRC
[06:57:50] *** bLu_ has joined #angularjs
[06:58:02] <TheAceOfHearts> why would you need jquery to parse xml..?
[06:58:38] *** kaeku has joined #angularjs
[06:58:40] <TheAceOfHearts> crocket: in any case, maybe put it inside of a service so it's abstracted away :P… that way if you ever need to, you can change the implementation to something else
[06:58:44] *** karlkeefer has quit IRC
[06:59:43] <crocket> TheAceOfHearts, It's already in a service.
[06:59:51] <crocket> TheAceOfHearts, angularjs sucks at working with xml.
[06:59:51] <TheAceOfHearts> well, alright then
[06:59:52] *** DrMabuse has quit IRC
[07:00:15] <crocket> TheAceOfHearts, angula.element.find can't only find direct descendants.
[07:00:28] *** clamstar has joined #angularjs
[07:00:42] <TheAceOfHearts> you do realize
[07:00:42] *** jdj_dk has quit IRC
[07:00:47] <TheAceOfHearts> that if you include jquery in your page
[07:00:54]
<mogaj> Hi, i am trying to upload files in laravel using ng-flow and agularjs ... i am able to show preview of image but not able to upload ... can someone guide mke pls ...http://pastebin.com/K8VdittQ
[07:00:57] <TheAceOfHearts> that it'll replace jqlite, right?
[07:01:32] *** DrMabuse_ has quit IRC
[07:02:37] <crocket> TheAceOfHearts, I know.
[07:02:51] <crocket> TheAceOfHearts, I'm using jqLite as jQuery in XML service.
[07:02:54] *** sigurding has joined #angularjs
[07:03:11] <TheAceOfHearts> k
[07:03:16] <crocket> It's so funny
[07:03:28] *** kaeku has quit IRC
[07:03:32] *** phrozensilver has joined #angularjs
[07:03:44] *** neon has joined #angularjs
[07:03:55] <neon> hello everyone
[07:04:04] <neon> need help on angularjs
[07:04:08] *** neon is now known as Guest27824
[07:04:33] <Guest27824> any one can provide some help
[07:04:37] *** dejanr has joined #angularjs
[07:04:37] <Guest27824> plssss
[07:04:49] <TheAceOfHearts> just write your question
[07:05:27] <crocket> How do I make an isolate scope inherit its parent scope ?
[07:05:40] *** Gue______ has joined #angularjs
[07:05:42] <Guest27824> i am working on a web app in Microsoft MVC4 with angularjs
[07:05:51] <Guest27824> mvc index page redirect to edit page url edit/id or edit/101
[07:05:55] <TheAceOfHearts> crocket: you seem to be misunderstanding what an isolate scope is.
[07:05:59] <Guest27824> i have bind the id to a hidden field in edit.cshtml
[07:06:05] <Guest27824> i want that when this page loads it will get data from the server with the help by the id
[07:06:07] <TheAceOfHearts> why not just make a normal child scope…?
[07:06:12] <Guest27824> server means webapi
[07:06:21] <Guest27824> and webapi is called by angularjs
[07:06:25] *** InezK is now known as InezK_away
[07:06:30] <crocket> TheAceOfHearts, Because I want to pass a variable to a recursive directive.
[07:06:31] <Guest27824> i set the ng-model="searchid" to the hidden field
[07:06:35] *** styles has quit IRC
[07:06:38] <Guest27824> but angular can not pick it up
[07:06:44] <Guest27824> id is not passing to the webapi get request
[07:06:59] *** vintik has joined #angularjs
[07:07:14] <crocket> TheAceOfHearts, Without an isolate scope, I can't pass variables recursively.
[07:07:46] *** Tidwell has quit IRC
[07:07:53] *** rho has quit IRC
[07:08:02] <crocket> TheAceOfHearts, I guess &attr can be a solution.
[07:08:20] <TheAceOfHearts> yeah
[07:08:36] <TheAceOfHearts> scopes are either isolate or they inherit :P
[07:08:38] <Guest27824> my code in mvc file <input type="text" ng-init="search.id = @ViewBag.id ">
[07:09:22] *** bLu_ has quit IRC
[07:09:31] <crocket> TheAceOfHearts, What about &?
[07:09:35] *** miname has joined #angularjs
[07:09:35] <TheAceOfHearts> Guest27824: don't do that
[07:09:46] *** tarkus has quit IRC
[07:10:05] <TheAceOfHearts> crocket: & will execute the expression in the context of the parent's scope, yeah :P
[07:10:20] *** msarta has joined #angularjs
[07:10:22] *** tarkus has joined #angularjs
[07:10:37] *** Scarlioni has quit IRC
[07:10:51] <TheAceOfHearts> Guest27824: the awesomest solution is for your server to be a JSON API~ :P
[07:10:52] <crocket> Who's the parent?
[07:11:05] <crocket> The directive or the controller that contains the directive?
[07:11:08] *** cobakobodob has quit IRC
[07:11:24] <TheAceOfHearts> the parent will be the scope in which the directive con linked I guess
[07:11:32] <TheAceOfHearts> got*
[07:11:36] *** tplaner has quit IRC
[07:12:17] *** Tidwell has joined #angularjs
[07:12:39] <Guest27824> it is retrunning json
[07:12:47] <Guest27824> by i need to pass the id
[07:13:05] <Guest27824> which i am not able to pich from the text field
[07:13:06] <TheAceOfHearts> Guest27824: why aren't you fetching that id from the json api then :P?
[07:13:14] <TheAceOfHearts> you fetch it from the JSON API and you assign it inside of the controller
[07:13:18] *** jstroem has joined #angularjs
[07:14:28] *** bphogan is now known as bphogan_afk
[07:14:47] *** daryllxd has joined #angularjs
[07:15:19] <Guest27824> the id is passed from the per page in url edit/101
[07:15:54] <Guest27824> how can i pick the value in angular when it is passed from the per page
[07:16:01] <TheAceOfHearts> are you using ui-router or ngRoute?
[07:16:07] <Guest27824> ie a selection page
[07:16:16] *** TuRnaD0 has joined #angularjs
[07:16:22] *** Ilyas has joined #angularjs
[07:16:25] *** teddyp1cker has joined #angularjs
[07:16:35] <Guest27824> not using the angular route , i used mvc route
[07:16:41] <TheAceOfHearts> well, stop doing that
[07:16:50] <TheAceOfHearts> :P
[07:16:58] *** hemanth has joined #angularjs
[07:17:05] <TheAceOfHearts> if you let ui-router or ngRoute take over, you can get url params
[07:17:09] <Guest27824> can change the total arch of a project bow
[07:17:11] <Guest27824> now
[07:17:18] *** hemanth has left #angularjs
[07:17:37] <TheAceOfHearts> well, honeslty
[07:17:39] <TheAceOfHearts> in your controller
[07:17:44] *** jstroem has quit IRC
[07:17:44] <TheAceOfHearts> you can just parse the value out
[07:17:55] <Guest27824> how
[07:18:07] *** dynamic has joined #angularjs
[07:18:12] <Guest27824> i can not use angular route
[07:18:23] <chakkimatti> boower? Anyone? Any help? I need help getting started.'
[07:18:45] <TheAceOfHearts> Guest27824: just do location.pathname and split it to get the value you want
[07:18:53] *** torrieri has quit IRC
[07:18:55] *** rotorgames has quit IRC
[07:18:58] <dynamic> why doesn't something like setInterval($scope.num = Math.random(),1000) reflect on the view?
[07:19:04] *** bootsWitDaFur has quit IRC
[07:19:42] <TheAceOfHearts> … /foo/123.split('/')[2] === '123' <— @ Guest27824
[07:20:00] <TheAceOfHearts> dynamic: setInterval takes a function.
[07:20:11] <TheAceOfHearts> you're just evaluating that once
[07:20:40] <dynamic> TheAceOfHearts: tried that with a function as well....
[07:20:48] <TheAceOfHearts> oh
[07:20:49] <TheAceOfHearts> also
[07:20:57] <TheAceOfHearts> you need to use $timeout
[07:21:01] <TheAceOfHearts> or $interval
[07:21:05] *** screamingbanshee has joined #angularjs
[07:21:11] <TheAceOfHearts> setInterval isn't calling $scope.$apply() :P
[07:22:48] *** mehlah has quit IRC
[07:22:54] *** mdedetrich has joined #angularjs
[07:23:02] <dynamic> setInterval(function(){$scope.apply(function(){$scope.num = Math.random()}},1000) must work TheAceOfHearts ?
[07:23:17] <TheAceOfHearts> use $interval ...
[07:23:40] *** Sauvin has joined #angularjs
[07:24:05] *** mikeywaites has joined #angularjs
[07:24:10] *** cobakobodob has joined #angularjs
[07:24:38] <dynamic> ok, trying a plunk
[07:25:01] *** stodan has joined #angularjs
[07:25:37] *** screamingbanshee has quit IRC
[07:26:21] <Guest27824> ok doing that
[07:26:41] *** mtsr has joined #angularjs
[07:27:08] *** mtsr has quit IRC
[07:27:28] *** mtsr has joined #angularjs
[07:28:07] *** bbrown has quit IRC
[07:29:04] <BobbieBarker> why do people write bad ass projects and then not clearly state anywhere wtf the module name is for dependency injection so you can utilize said project?
[07:29:38] *** Aliks_ has joined #angularjs
[07:29:38] <TheAceOfHearts> small annoyance I guess
[07:29:42] <TheAceOfHearts> but you can just look at the file :P
[07:29:51] *** caitp- has joined #angularjs
[07:30:04] *** zivester has quit IRC
[07:30:21] <BobbieBarker> it's a huge ass file and what i thought was the obvious answer didn't work
[07:30:30] <TheAceOfHearts> c'est la vie~
[07:30:37] <BobbieBarker> indeed french words
[07:30:48] <crocket> How do I recursively pass a variable into a recursive directive?
[07:30:48] <TheAceOfHearts> la vie est drôle~
[07:30:55] <crocket> & sucks
[07:31:05] <BobbieBarker> ask frenchie here
[07:31:11] <TheAceOfHearts> crocket: & just evaluates the expression in the parent scope
[07:31:32] *** caitp has quit IRC
[07:31:44] <TheAceOfHearts> crocket: why don't you pass in the variable as an attribute with two-way binding?
[07:32:27] <BobbieBarker> also how do you have a recursive directive?
[07:32:47] <TheAceOfHearts> BobbieBarker: you could make a recursive file tree :P
[07:32:54] *** visionary_ has quit IRC
[07:33:53] *** morenoh151 has joined #angularjs
[07:34:13] *** mtsr has quit IRC
[07:34:32] *** Tidwell has quit IRC
[07:35:08] *** jonasrosenlind has joined #angularjs
[07:35:09] <crocket> TheAceOfHearts, like?
[07:35:18] *** zfogg has joined #angularjs
[07:35:26] <TheAceOfHearts> what do you mean like?
[07:35:44] <crocket> TheAceOfHearts, never mind. I'll just try.
[07:36:15] *** daryllxd_ has joined #angularjs
[07:36:15] *** daryllxd has quit IRC
[07:36:35] *** patrick99e99 has quit IRC
[07:36:46] *** toastynerd has joined #angularjs
[07:37:22] <LuxuryMode> Any way to add headers to a specific delete request with restangular (without using customDELETE)?
[07:38:07] *** bootsWitDaFur has joined #angularjs
[07:38:58] *** johnkevinmbasco has joined #angularjs
[07:39:02] <crocket> TheAceOfHearts, two-way binding works well.
[07:39:04] <crocket> Thanks
[07:39:21] <LuxuryMode> nm, figured it out
[07:39:30] *** toastynerd has quit IRC
[07:39:34] *** Reskp has joined #angularjs
[07:39:52] *** zfogg has quit IRC
[07:39:53] *** jonasrosenlind has quit IRC
[07:40:06] *** dejanr_ has joined #angularjs
[07:40:25] <Guest27824> A BIG BIG THANKS TO theaceofHearts
[07:40:37] <TheAceOfHearts> no problem
[07:40:41] <Guest27824> it is solved ny the loaction way
[07:40:45] <Guest27824> i got the id
[07:40:48] <Guest27824> thanks
[07:40:52] <TheAceOfHearts> np
[07:40:53] *** danyim has quit IRC
[07:40:56] <TheAceOfHearts> \o/
[07:41:07] *** lw has quit IRC
[07:41:32] *** danyim has joined #angularjs
[07:41:36] *** cctom has joined #angularjs
[07:41:38] *** sigurding has quit IRC
[07:41:47] *** asdofindia has quit IRC
[07:41:52] *** TorchDragon has joined #angularjs
[07:41:56] *** phuh has quit IRC
[07:42:04] <Guest27824> one more thing so in angular we can not set the value to a page ctrl a load time that need to be bind to the model of the angular MVV<
[07:42:07] <Guest27824> MVVM
[07:42:22] *** phuh has joined #angularjs
[07:42:57] <TheAceOfHearts> huh?
[07:43:07] <TheAceOfHearts> well.. normally you'd use ui-router or ngRouter for that
[07:43:18] *** cctom has quit IRC
[07:43:19] <TheAceOfHearts> but I don't understand your issue
[07:44:56] *** dejanr_ has quit IRC
[07:45:12] <Guest27824> i am in a project that uses mvc route
[07:45:20] <TheAceOfHearts> I don't know what that is
[07:45:45] <Guest27824> server side route of MS dot.net
[07:45:48] *** danyim has quit IRC
[07:45:52] *** FIFOd[a] has joined #angularjs
[07:45:57] <TheAceOfHearts> I don't know anything about .NET either
[07:46:05] *** _tpavel has joined #angularjs
[07:46:10] *** TorchDragon has quit IRC
[07:46:25] *** JakeSays_ has joined #angularjs
[07:46:27] <Guest27824> any way finally i solve the probelm with help of yours
[07:46:35] <Guest27824> thats the bottom line
[07:46:39] <Guest27824> thanks again
[07:46:40] <TheAceOfHearts> good enough :p
[07:46:41] <TheAceOfHearts> no problem
[07:47:02] *** chrisbirk has quit IRC
[07:47:31] *** zfogg has joined #angularjs
[07:48:13] *** anjumkaiser has joined #angularjs
[07:48:13] *** nanoyak has joined #angularjs
[07:48:37] *** JakeSays has quit IRC
[07:48:44] *** caitp- has quit IRC
[07:48:57] *** Aliks has quit IRC
[07:50:16] *** lite_ has joined #angularjs
[07:50:33] *** FIFOd[a] has quit IRC
[07:51:07] *** Aliks_ has quit IRC
[07:51:18] *** JakeSays_ has quit IRC
[07:51:54] *** zfogg has quit IRC
[07:52:18] *** asdofindia has joined #angularjs
[07:52:20] *** Hippo has joined #angularjs
[07:53:12] <Hippo> Hi :) Can someone please enlighten me why the ng-repeat is not starting at the first value in the object? (its running in reverse)
[07:53:23] <Hippo> I don't get why :/
[07:53:39] *** OffTheRails has joined #angularjs
[07:55:16] *** mikeywaites has quit IRC
[07:55:30] *** Gambit- has quit IRC
[07:55:43] *** foofoobar has joined #angularjs
[07:56:18] *** whiteboo_ has quit IRC
[07:56:51] *** Aliks has joined #angularjs
[07:56:54] *** bootsWitDaFur has quit IRC
[07:56:58] *** nanoyak has quit IRC
[07:57:14] *** jdj_dk has joined #angularjs
[07:57:15] *** InezK_away is now known as InezK
[07:57:42] *** anjumkaiser has quit IRC
[07:57:51] *** DrMabuse has joined #angularjs
[07:58:43] *** newbie|4 has joined #angularjs
[07:59:10] *** Guest27824 has quit IRC
[07:59:19] *** phrozensilver has quit IRC
[07:59:47] *** _ht has joined #angularjs
[08:00:28] *** sharondio_ has joined #angularjs
[08:00:34] *** bkuberek has joined #angularjs
[08:00:34] *** snurfery has joined #angularjs
[08:00:38] *** wilmoore has quit IRC
[08:01:28] *** xyNNN has joined #angularjs
[08:01:42] *** motionman has joined #angularjs
[08:02:10] <chakkimatti> Anyone used angular-bower-seed? I need help getting started. Any help appreciated.
[08:02:18] *** DrMabuse has quit IRC
[08:02:21] *** jdj_dk has quit IRC
[08:02:30] *** ngoyal has joined #angularjs
[08:03:07] <TheAceOfHearts> no
[08:03:09] *** sharondio has quit IRC
[08:03:09] *** sharondio_ is now known as sharondio
[08:03:12] *** patrick99e99 has joined #angularjs
[08:03:43] *** terryb has joined #angularjs
[08:03:45] *** frkout_ has joined #angularjs
[08:04:21] *** bkubere__ has quit IRC
[08:04:25] *** sigurding has joined #angularjs
[08:04:36] *** Guest81653 has quit IRC
[08:04:46] *** dynamic has quit IRC
[08:04:54] *** fold has quit IRC
[08:04:56] *** Silne30 has joined #angularjs
[08:05:10] <terryb> hi, help with best practise in controllers. should one act on the model on the scope or pass the object into the controller being acted on
[08:05:41] *** bootsWitDaFur has joined #angularjs
[08:06:05] *** tonycoco has quit IRC
[08:06:15] <terryb> example saveUser(); or saveUser(user); given both internally could just go $scope.user?
[08:06:49] *** DrMabuse has joined #angularjs
[08:06:57] *** ngoyal has quit IRC
[08:07:02] *** Aliks has quit IRC
[08:07:16] *** cctom_ has joined #angularjs
[08:07:22] *** patrick99e99 has quit IRC
[08:07:28] *** frkout has quit IRC
[08:07:53] *** jdj_dk has joined #angularjs
[08:08:05] *** mercwithamouth has joined #angularjs
[08:08:37] *** willmarshall has quit IRC
[08:08:42] *** patrick99e99 has joined #angularjs
[08:08:48] *** Aliks has joined #angularjs
[08:09:52] *** tilgovi has quit IRC
[08:11:01] *** Aliks has quit IRC
[08:11:07] *** DrMabuse has quit IRC
[08:11:11] *** patouche has quit IRC
[08:11:32] <rhp> Hippo, not sure, but seems to do with that you're using an associative array - if you change the names as 1default and 2LaPremiere, the ordering is different. I tried filtering, but it doesn't seem to work. Can you rework it so that you build it as the ng-repeat and orderby sample?
[08:11:38] *** Aliks has joined #angularjs
[08:11:45] *** Ilyas has quit IRC
[08:11:51] *** onats has quit IRC
[08:12:49] *** zfogg has joined #angularjs
[08:12:49] *** Aliks has quit IRC
[08:13:05] <Hippo> Thanks for taking a look :) I could rework it, but that might take too much time :/
[08:13:35] <Hippo> I have a temp workaround though, just thought I might ask anyway!
[08:13:58] *** gunn has joined #angularjs
[08:14:03] *** jstroem has joined #angularjs
[08:14:06] *** orion1111 has joined #angularjs
[08:14:24] *** negval has quit IRC
[08:14:26] *** ngbot has joined #angularjs
[08:14:27] <ngbot> angular.js/master 9a2f8e1 Peter Bacon Darwin: refact(select): don't recreate selectedSet on every digest loop...
[08:14:27] *** ngbot has left #angularjs
[08:14:59] *** miname has quit IRC
[08:16:01] *** miname has joined #angularjs
[08:16:18] *** mchapman has quit IRC
[08:16:20] *** citizen-stig has joined #angularjs
[08:16:25] *** svycka has joined #angularjs
[08:16:40] *** Stampy has joined #angularjs
[08:17:26] *** Olsonfold has quit IRC
[08:17:26] *** daryllxd_ has quit IRC
[08:17:50] *** daryllxd has joined #angularjs
[08:18:08] *** Aliks has joined #angularjs
[08:18:31] *** jstroem has quit IRC
[08:19:16] *** drej has joined #angularjs
[08:19:28] *** Aliks has quit IRC
[08:19:47] *** terryb has quit IRC
[08:20:25] *** Aliks has joined #angularjs
[08:20:42] *** motionman has quit IRC
[08:20:54] *** tonycoco has joined #angularjs
[08:21:13] *** Aliks has quit IRC
[08:23:16] *** sneakertack has joined #angularjs
[08:23:25] *** cctom_ has quit IRC
[08:23:54] *** rayu has quit IRC
[08:23:58] *** blueadept has quit IRC
[08:24:19] *** cisox is now known as cisox_away
[08:24:23] <blackkbot> l}0000000000000000000MNB 653C
[08:24:37] <blackkbot> sorry great dane was playing with keyboard
[08:24:43] *** sergeyb has joined #angularjs
[08:25:06] *** mykz_ has joined #angularjs
[08:25:38] *** vintik has quit IRC
[08:25:53] *** Reskp has quit IRC
[08:26:14] *** vintik has joined #angularjs
[08:26:25] *** Reskp has joined #angularjs
[08:26:39] *** patric100e99 has joined #angularjs
[08:26:59] *** foofoobar has quit IRC
[08:29:40] <mogaj> need some help with ngFlow ... pls help ... i am trying to upload a file with ngflow but
[08:29:40] <mogaj> when get method is firing post method not working but any error occurs with get method
[08:29:52] *** Aliks has joined #angularjs
[08:30:09] *** sergeyb has quit IRC
[08:30:58] *** vintik has quit IRC
[08:31:32] *** patric100e99 has quit IRC
[08:32:05] *** jacuqesdancona has joined #angularjs
[08:32:12] *** Aliks has quit IRC
[08:32:47] *** mtsr has joined #angularjs
[08:32:49] *** Aliks has joined #angularjs
[08:32:51] *** bbsss has joined #angularjs
[08:33:03] *** frkout_ has quit IRC
[08:33:26] *** frkout has joined #angularjs
[08:33:42] *** motionman has joined #angularjs
[08:35:20] *** wilmoore has joined #angularjs
[08:36:10] *** cctom_ has joined #angularjs
[08:38:22] *** Joshee has quit IRC
[08:38:40] *** motionman has quit IRC
[08:39:08] *** miname has quit IRC
[08:40:46] *** Nizumzen has joined #angularjs
[08:41:00] *** dejanr_ has joined #angularjs
[08:41:11] *** wilmoore has quit IRC
[08:41:13] *** mguillech has joined #angularjs
[08:41:56] *** phuh has quit IRC
[08:41:58] *** LuxuryMode has quit IRC
[08:42:24] *** nfroidure_ has joined #angularjs
[08:42:24] *** phuh has joined #angularjs
[08:42:31] *** Nizumzen has quit IRC
[08:42:37] *** TorchDragon has joined #angularjs
[08:42:47] *** BrianGO has joined #angularjs
[08:43:01] *** jstroem has joined #angularjs
[08:43:17] *** miname has joined #angularjs
[08:43:30] <crocket> hey man
[08:43:38] *** AndyFTP has joined #angularjs
[08:44:06] <crocket> How do I get "xlink:src" attribute in an <img> tag via img.attr("src")?
[08:44:08] <crocket> Is it impossible?
[08:44:45] *** azureRaven has joined #angularjs
[08:44:53] *** onats has joined #angularjs
[08:45:02] *** MaxV has joined #angularjs
[08:45:54] *** mguillech has quit IRC
[08:45:54] *** dejanr_ has quit IRC
[08:45:55] *** sergeyb has joined #angularjs
[08:46:07] *** mindlace has joined #angularjs
[08:46:08] *** wilmoore has joined #angularjs
[08:47:18] *** TorchDragon has quit IRC
[08:47:23] *** jstroem has quit IRC
[08:47:42] *** azureRaven has quit IRC
[08:47:59] *** miname has quit IRC
[08:48:01] *** azureRaven has joined #angularjs
[08:48:20] *** cisox_away is now known as cisox
[08:48:48] *** encrypt3d_fracti has quit IRC
[08:48:52] *** cisox is now known as cisox_away
[08:49:14] *** encrypt3d_fracti has joined #angularjs
[08:49:21] *** Click66 has joined #angularjs
[08:49:30] *** evilaliv3 has joined #angularjs
[08:50:23] *** Aliks has quit IRC
[08:50:37] *** Reskp has quit IRC
[08:51:09] *** Aliks has joined #angularjs
[08:51:09] *** motionman has joined #angularjs
[08:51:27] *** TuRnaD0 has quit IRC
[08:52:10] *** zanea is now known as zanea|away
[08:52:13] *** kaeku has joined #angularjs
[08:52:21] *** nemothekid has quit IRC
[08:52:54] *** DrMabuse has joined #angularjs
[08:53:23] *** ishi has joined #angularjs
[08:53:39] *** encrypt3d_fracti has quit IRC
[08:53:45] *** mikronaz has joined #angularjs
[08:53:59] *** xAt is now known as xat-
[08:54:40] *** JoelKelly has joined #angularjs
[08:54:57] <mikronaz> hey! what's better: to have $watch on array of objects, or to act on broadcasted event? I mean performance wise
[08:54:58] *** tarnus has quit IRC
[08:55:03] *** romascudeto has joined #angularjs
[08:55:29] <romascudeto> Hi all
[08:56:06] *** wilmoore has quit IRC
[08:56:21] *** hell_razer has joined #angularjs
[08:56:22] *** asdofindia has quit IRC
[08:56:42] <JoelKelly> Morning all. So I have a ngRepeat on a list of items that I have a filter on. I also have a details block that I need to inject into the list at various places. All of that is working but the problem is that when the list gets filtered if the injected details block is amid the other list items it gets removed completely. Is there a sort of before:filter call?
[08:57:59] *** vf1 has joined #angularjs
[08:58:04] *** citizen-stig has quit IRC
[08:58:05] *** OffTheRails has quit IRC
[08:58:13] <romascudeto> I have a list page and on click of any list item i go to show page.
[08:58:21] <romascudeto> Now if I press browser back button then list route called and re-render the list page.
[08:58:29] <romascudeto> But I don't want this. I want that on pressing browser back button previous page should be seen without reloading it.
[08:58:50] <romascudeto> may i know what happens?
[08:59:13] *** sergeyb has quit IRC
[08:59:58] *** VeeWee has joined #angularjs
[09:01:04] *** dutis has joined #angularjs
[09:01:11] *** mykz_ has quit IRC
[09:01:27] *** divramod has joined #angularjs
[09:01:33] *** vintik has joined #angularjs
[09:01:40] *** ChrisMatheson has joined #angularjs
[09:01:47] *** Click66 has quit IRC
[09:02:10] <BobbieBarker> nvm as soon as i wrote the word marker i saw it ont he page
[09:02:14] <BobbieBarker> i knew that would work
[09:02:33] *** Aliks has quit IRC
[09:03:00] *** vf1 has quit IRC
[09:03:02] *** danyim has joined #angularjs
[09:03:16] *** wilmoore has joined #angularjs
[09:04:05] *** Aliks has joined #angularjs
[09:04:25] *** BrianGO has quit IRC
[09:04:27] *** ededagic has joined #angularjs
[09:04:35] *** encrypt3d_fracti has joined #angularjs
[09:04:43] *** uchuff has joined #angularjs
[09:05:37] *** foofoobar has joined #angularjs
[09:05:38] *** sergeyb has joined #angularjs
[09:05:59] *** hell_razer has quit IRC
[09:06:04] *** BrianGO has joined #angularjs
[09:06:22] *** jshultz has quit IRC
[09:06:34] *** dc_ has quit IRC
[09:06:34] *** dutis has quit IRC
[09:06:50] *** dutis has joined #angularjs
[09:07:03] *** mzehrer_ has joined #angularjs
[09:07:08] *** dc_ has joined #angularjs
[09:07:08] *** jonasrosenlind has joined #angularjs
[09:07:17] *** Gue______ has quit IRC
[09:07:34] *** mzehrer__ has joined #angularjs
[09:07:35] *** danyim has quit IRC
[09:08:37] *** fbenoit has joined #angularjs
[09:09:18] *** MaxV has quit IRC
[09:09:30] *** encrypt3d_fracti has quit IRC
[09:09:51] *** MaxV has joined #angularjs
[09:11:23] *** styles_ has quit IRC
[09:11:24] *** crocket has left #angularjs
[09:11:29] *** nuizzy has joined #angularjs
[09:11:47] *** dc_ has quit IRC
[09:11:48] *** mennea has quit IRC
[09:12:07] <BrianGO> hi
[09:12:29] <morenoh151> yo
[09:12:50] <BrianGO> I want to get the lastest ID in table then generate an ID for such member, what is the best practice to do this?
[09:13:08] *** mykz_ has joined #angularjs
[09:13:28] *** styles_ has joined #angularjs
[09:13:53] *** joshbrw has joined #angularjs
[09:14:08] <morenoh151> BrianGO: you sure that's an angular question?
[09:14:12] *** MaxV has quit IRC
[09:14:28] *** Yahkob_ has quit IRC
[09:14:29] *** joshontheweb has joined #angularjs
[09:16:16] *** bbsss has quit IRC
[09:16:27] *** veerjain89 has joined #angularjs
[09:16:32] <veerjain89> hi
[09:16:50] <veerjain89> Need help with angularjs & jasmine test framework
[09:16:55] <BrianGO> morenoh151: um not really, since I can use an object method to generate ID after it's saved
[09:16:59] *** JoelKelly has quit IRC
[09:17:04] *** hychen has joined #angularjs
[09:17:09] <BrianGO> na, sorry, wrong channel
[09:17:18] *** DrMabuse_ has joined #angularjs
[09:17:34] <veerjain89> can anyone help with angularjs testing
[09:17:34] *** daryllxd has quit IRC
[09:17:54] *** daryllxd has joined #angularjs
[09:18:19] *** Hippo has quit IRC
[09:18:26] *** tonycoco has quit IRC
[09:18:37] *** bengillies has joined #angularjs
[09:19:18] *** kemm0 has joined #angularjs
[09:19:19] *** BobbieBarker has quit IRC
[09:20:15] *** BrianGO has quit IRC
[09:20:41] *** BrianGO has joined #angularjs
[09:20:49] *** ishi has quit IRC
[09:21:12] *** cisox_away has quit IRC
[09:21:22] *** Schtive has joined #angularjs
[09:21:50] *** DrMabuse_ has quit IRC
[09:21:57] *** snurfery has quit IRC
[09:22:32] *** Jagan has joined #angularjs
[09:23:46] *** GianArb has joined #angularjs
[09:24:22] *** xyNNN has quit IRC
[09:24:37] *** Xethron has joined #angularjs
[09:24:42] *** mercwithamouth has quit IRC
[09:24:56] *** slainer68 has joined #angularjs
[09:25:07] *** hannesvdvreken has joined #angularjs
[09:26:30] *** azureRaven has quit IRC
[09:26:40] *** Aliks has quit IRC
[09:27:16] *** Aliks has joined #angularjs
[09:28:23] *** xyNNN has joined #angularjs
[09:28:53] *** DevAntoine has joined #angularjs
[09:29:18] *** e-dard_afk is now known as e-dard
[09:29:20] *** dyanmic has joined #angularjs
[09:29:22] *** slainer68 has quit IRC
[09:30:01] <rhp> the channel is usually very quiet around this hour veerjain89, but it probably helps to be specific and perhaps make a plunkr or something
[09:30:01] <TheAceOfHearts> uhhh, why not use $interval? :p
[09:30:39] *** ededagic has quit IRC
[09:30:41] <DevAntoine> can we use translation inside directives? Like this: iElt.attr('title', $filter('translate')('global.backToTop')); I'm not able to make it work, all it prints is the translation's key. I guess it has something to do with the link function and the compile
[09:31:06] *** stevvooe has quit IRC
[09:31:32] *** Aliks has quit IRC
[09:31:52] *** dejanr_ has joined #angularjs
[09:31:53] *** guilbep has joined #angularjs
[09:32:10] *** dc_ has joined #angularjs
[09:33:34] *** dariocravero has joined #angularjs
[09:33:53] *** divramod has quit IRC
[09:33:54] *** dc_ has quit IRC
[09:34:25] *** divramod has joined #angularjs
[09:34:28] *** miname has joined #angularjs
[09:34:29] *** dc_ has joined #angularjs
[09:34:43] *** mc___ has quit IRC
[09:34:46] *** mdedetrich has quit IRC
[09:34:57] *** BlinkyBill has quit IRC
[09:35:37] *** citizen-stig has joined #angularjs
[09:35:58] *** dc__ has joined #angularjs
[09:36:21] *** dc_ has quit IRC
[09:37:42] *** Silne30 has quit IRC
[09:38:00] *** chrisrogers has joined #angularjs
[09:38:10] *** netto_ has joined #angularjs
[09:38:21] *** joshbrw has quit IRC
[09:38:22] *** BrianGO_ has joined #angularjs
[09:38:59] *** BrianGO has quit IRC
[09:39:21] *** mikeywaites has joined #angularjs
[09:39:24] *** bootsWitDaFur has quit IRC
[09:39:45] *** dc__ has quit IRC
[09:40:17] *** Yahkob has joined #angularjs
[09:40:21] *** dc_ has joined #angularjs
[09:40:28] *** UniBot has quit IRC
[09:40:56] *** intellix has joined #angularjs
[09:41:55] *** BrianGO_ has quit IRC
[09:41:59] *** phuh has quit IRC
[09:42:24] *** phuh has joined #angularjs
[09:43:31] *** TorchDragon has joined #angularjs
[09:44:10] *** terrykfwong has joined #angularjs
[09:44:23] *** BrianGO has joined #angularjs
[09:44:57] *** dc_ has quit IRC
[09:45:44] *** dob_ has quit IRC
[09:46:11] *** miname has quit IRC
[09:46:11] *** dob_ has joined #angularjs
[09:46:25] *** miname has joined #angularjs
[09:46:33] *** hell_razer has joined #angularjs
[09:46:48] *** hell_razer has quit IRC
[09:48:07] *** TorchDragon has quit IRC
[09:48:33] *** MaxV has joined #angularjs
[09:48:57] *** dc_ has joined #angularjs
[09:49:55] *** bengillies has quit IRC
[09:50:16] *** rhp has quit IRC
[09:50:26] *** marpe has quit IRC
[09:50:33] *** divramod has quit IRC
[09:51:04] *** fbenoit has quit IRC
[09:51:18] *** Dimlock has joined #angularjs
[09:52:18] *** texinwien has joined #angularjs
[09:52:47] *** dc_ has quit IRC
[09:53:14] *** dariocravero has quit IRC
[09:53:20] *** dc_ has joined #angularjs
[09:53:23] *** miname has quit IRC
[09:53:28] *** romascudeto has quit IRC
[09:53:40] *** miname has joined #angularjs
[09:53:49] *** MaxV has quit IRC
[09:53:59] *** negval has joined #angularjs
[09:54:04] *** xyNNN has quit IRC
[09:54:16] *** armno has quit IRC
[09:54:48] *** xyNNN has joined #angularjs
[09:54:50] *** armno has joined #angularjs
[09:55:20] *** roolo has joined #angularjs
[09:56:56] *** fbenoit has joined #angularjs
[09:57:00] *** Schtive has quit IRC
[09:57:13] *** jstroem has joined #angularjs
[09:57:42] *** dc_ has quit IRC
[09:57:46] *** azureRaven has joined #angularjs
[09:57:56] *** zwacky has joined #angularjs
[09:58:39] *** teddyp1cker has quit IRC
[09:58:53] *** miname has quit IRC
[09:59:14] *** miname has joined #angularjs
[10:01:15] *** bengillies has joined #angularjs
[10:02:27] *** ngoyal has joined #angularjs
[10:02:56] *** dc_ has joined #angularjs
[10:03:02] *** arntempelgibbarn has joined #angularjs
[10:03:10] *** onats has quit IRC
[10:03:56] *** mdedetrich has joined #angularjs
[10:04:16] *** Yahkob has quit IRC
[10:04:22] *** dve has joined #angularjs
[10:05:21] *** Hultis has joined #angularjs
[10:05:36] *** jordandotdev has quit IRC
[10:05:59] *** miname has quit IRC
[10:05:59] *** leftblank has joined #angularjs
[10:06:03] *** dc_ has quit IRC
[10:06:26] *** miname has joined #angularjs
[10:06:35] *** dc_ has joined #angularjs
[10:06:53] *** ngoyal has quit IRC
[10:07:26] *** ChrisMatheson has quit IRC
[10:08:20] *** joshbrw has joined #angularjs
[10:10:06] *** vintik has quit IRC
[10:10:20] *** mennea has joined #angularjs
[10:10:40] *** MaxV has joined #angularjs
[10:10:47] *** vintik has joined #angularjs
[10:11:04] *** dc_ has quit IRC
[10:11:23] *** miname has quit IRC
[10:11:33] *** Guest_ has joined #angularjs
[10:11:49] *** miname has joined #angularjs
[10:12:03] *** dc_ has joined #angularjs
[10:12:12] *** InezK is now known as InezK_away
[10:12:45] *** delight has joined #angularjs
[10:13:34] *** mattwynne has joined #angularjs
[10:13:41] *** daigle has joined #angularjs
[10:13:57] *** quantax- has quit IRC
[10:14:23] *** dc_ has quit IRC
[10:14:58] *** dc_ has joined #angularjs
[10:15:31] *** dariocravero has joined #angularjs
[10:15:35] *** vintik has quit IRC
[10:16:11] *** miname has quit IRC
[10:16:12] *** e-dard is now known as e-dard_afk
[10:17:17] *** miname has joined #angularjs
[10:17:56] *** dc_ has quit IRC
[10:17:59] *** dc__ has joined #angularjs
[10:18:01] *** Aliks has joined #angularjs
[10:19:08] <dyanmic> TheAceOfHearts: that code is using $interval iself :D
[10:19:10] *** slainer68 has joined #angularjs
[10:19:32] *** mykz_ has quit IRC
[10:19:32] *** Aliks has quit IRC
[10:19:52] *** Aliks has joined #angularjs
[10:20:01] *** mike_b_f has joined #angularjs
[10:20:03] *** joshbrw has quit IRC
[10:20:12] *** encrypt3d_fracti has joined #angularjs
[10:20:34] *** faddah has quit IRC
[10:20:38] *** uchuff has quit IRC
[10:20:41] *** mike_b_f has quit IRC
[10:20:42] *** dc__ has quit IRC
[10:20:42] *** rigel_ has quit IRC
[10:20:59] *** mike_b_f has joined #angularjs
[10:21:06] *** AciD`` has joined #angularjs
[10:21:20] *** dc_ has joined #angularjs
[10:21:24] *** greengriminal has joined #angularjs
[10:21:31] *** BrianGO has quit IRC
[10:21:56] *** faddah has joined #angularjs
[10:22:05] *** mattwynne has quit IRC
[10:22:20] *** marpe has joined #angularjs
[10:22:40] *** mattwynne has joined #angularjs
[10:22:46] *** rigel_ has joined #angularjs
[10:23:02] *** BrianGO has joined #angularjs
[10:23:14] *** mike_b_f is now known as mike_f
[10:23:53] *** eamonn has quit IRC
[10:24:08] *** dc__ has joined #angularjs
[10:24:25] *** eamonn has joined #angularjs
[10:24:54] *** encrypt3d_fracti has quit IRC
[10:25:19] *** Aliks has quit IRC
[10:25:23] *** Asiajey has quit IRC
[10:25:25] *** dc_ has quit IRC
[10:25:56] *** Aliks has joined #angularjs
[10:26:14] *** dejanr_ has quit IRC
[10:26:19] *** frankblizzard has joined #angularjs
[10:26:19] *** dc__ has quit IRC
[10:26:48] *** mykz_ has joined #angularjs
[10:27:04] <marpe> can someone help me write a protractor script which visits all links on a page recursively and takes a screenshot
[10:27:10] *** sergeyb has quit IRC
[10:27:31] *** Sonderblade has joined #angularjs
[10:27:46] *** eamonn_ has joined #angularjs
[10:27:47] *** patric100e99 has joined #angularjs
[10:27:50] *** Sonderblade has quit IRC
[10:27:57] *** mattwynne has quit IRC
[10:27:59] <marpe> or if theres another channel for protractor questions
[10:28:27] *** dejanr_ has joined #angularjs
[10:28:37] *** mattwynne has joined #angularjs
[10:28:38] *** BrianGO has quit IRC
[10:28:41] *** eamonn has quit IRC
[10:28:50] *** DevAntoine has quit IRC
[10:29:00] *** fouzko has joined #angularjs
[10:29:21] *** DevAntoine has joined #angularjs
[10:29:34] *** Natsu- has joined #angularjs
[10:30:06] *** mattwynne has quit IRC
[10:30:11] *** BrianGO has joined #angularjs
[10:30:59] *** patrickreck has joined #angularjs
[10:31:00] *** dc_ has joined #angularjs
[10:31:14] <patrickreck> Do I need JQuery to have a picture follow when scrolling down?
[10:31:44] *** dariocravero has quit IRC
[10:32:13] *** msarta has quit IRC
[10:32:23] *** patric100e99 has quit IRC
[10:32:35] *** dc_ has quit IRC
[10:33:03] *** dariocravero has joined #angularjs
[10:33:30] *** \du has joined #angularjs
[10:33:30] *** \du has joined #angularjs
[10:33:45] *** mattwynne has joined #angularjs
[10:34:52] *** uf6667 has quit IRC
[10:35:10] *** Aliks has quit IRC
[10:35:25] *** uf6667 has joined #angularjs
[10:35:30] *** lordkryss has joined #angularjs
[10:35:46] *** Aliks has joined #angularjs
[10:36:06] *** Raging_Hog has joined #angularjs
[10:36:12] *** Willow has quit IRC
[10:36:38] *** Willow has joined #angularjs
[10:36:44] *** lumio has joined #angularjs
[10:36:52] *** BrianGO_ has joined #angularjs
[10:37:06] *** terryb has joined #angularjs
[10:37:09] *** Willow has quit IRC
[10:37:28] *** Willow has joined #angularjs
[10:38:14] *** eamonn_ has quit IRC
[10:38:25] *** Jagan has quit IRC
[10:38:44] *** mattwynne has quit IRC
[10:38:51] *** eamonn has joined #angularjs
[10:38:58] *** BrianGO has quit IRC
[10:39:21] *** mattwynne has joined #angularjs
[10:39:43] <lumio> lol… I found it… I had a ui-sref on my submit button
[10:40:20] *** asdofindia has joined #angularjs
[10:40:55] <marpe> patrickreck you can do that with css
[10:41:04] *** mattwynne has quit IRC
[10:41:45] *** sergeyb has joined #angularjs
[10:41:47] *** e-dard_afk is now known as e-dard
[10:41:50] *** Willow has quit IRC
[10:41:57] <marpe> e.g body { background:url(your-image.jpg) top right no-repeat; background-position:fixed; }
[10:41:58] *** phuh has quit IRC
[10:42:02] <jacuqesdancona> anyone using angularStrap?
[10:42:30] *** phuh has joined #angularjs
[10:42:32] <jacuqesdancona> can't really find a way to close a modal from a controller
[10:42:49] *** kemm0_ has joined #angularjs
[10:42:52] <jacuqesdancona> without setting it up as a variable first*
[10:42:57] *** mguillech has joined #angularjs
[10:43:01] *** kemm0 has quit IRC
[10:43:03] *** eamonn has quit IRC
[10:43:15] *** terryb has quit IRC
[10:43:42] <greengriminal> Has anyone noticed that plnkr is down.
[10:44:03] <jacuqesdancona> greengriminal: yup
[10:44:17] *** TorchDragon has joined #angularjs
[10:44:27] <greengriminal> i haven't got twitter can someone please tweet them
[10:44:29] <greengriminal> thanks :)
[10:44:47] *** Sebastien-L has joined #angularjs
[10:45:41] <lite_> ng-class='{stepClassActive: step.isActive, stepClassInactive: !step.isActive}'
[10:45:43] <lite_> this isnt working
[10:45:47] *** Willow has joined #angularjs
[10:45:54] <lite_> because stepClassActive and stepClassInactive are variables on scope
[10:46:02] <lite_> how so I make sure they get evaluated as such ?
[10:46:14] <lite_> do*
[10:46:20] *** Vinnyceptr has joined #angularjs
[10:46:24] *** marcusti has joined #angularjs
[10:46:35] *** ineedarobot has joined #angularjs
[10:46:42] *** daryllxd has quit IRC
[10:47:09] *** daryllxd has joined #angularjs
[10:47:24] *** mguillech has quit IRC
[10:47:26] *** Foxandxss has joined #angularjs
[10:48:05] *** Dan_ has joined #angularjs
[10:48:22] *** TorchDragon has quit IRC
[10:48:50] *** MaxV has quit IRC
[10:48:50] *** dob_ has quit IRC
[10:48:56] *** dob_ has joined #angularjs
[10:49:17] *** MaxV has joined #angularjs
[10:49:26] *** zemanel has joined #angularjs
[10:49:41] *** whitebook has joined #angularjs
[10:50:00] *** dob_ has quit IRC
[10:50:38] *** dob_ has joined #angularjs
[10:51:23] *** daryllxd has quit IRC
[10:51:27] *** azureRaven has quit IRC
[10:51:54] *** xyNNN has quit IRC
[10:52:14] *** kemm0__ has joined #angularjs
[10:52:28] *** kemm0_ has quit IRC
[10:53:34] *** MaxV has quit IRC
[10:53:37] *** azureRaven has joined #angularjs
[10:53:59] *** jdj_dk has quit IRC
[10:55:10] *** dob_ has quit IRC
[10:55:26] *** jdj_dk has joined #angularjs
[10:55:35] *** bulkan_ has joined #angularjs
[10:56:08] *** tarnus has joined #angularjs
[10:56:27] *** CainVampyr has joined #angularjs
[10:56:44] *** marcusti has quit IRC
[10:56:50] *** dariocravero has quit IRC
[10:57:20] *** LoveAndHappiness has joined #angularjs
[10:57:35] *** dejanr_ has quit IRC
[10:57:51] *** jackweirdy has joined #angularjs
[10:57:51] *** mindlace has quit IRC
[10:58:22] *** Left_Turn has joined #angularjs
[10:58:34] *** bulkan has quit IRC
[10:58:52] *** jdj_dk has quit IRC
[10:58:56] *** marr has joined #angularjs
[10:59:03] *** vf1 has joined #angularjs
[10:59:10] *** MaxV has joined #angularjs
[10:59:43] *** josh-k has joined #angularjs
[11:00:01] *** bulkan_ has quit IRC
[11:00:29] <greengriminal> lite_: Can you try and do: class="{{step.isActive ? 'stepClassActive' : 'stepClassInActive' }}"
[11:00:33] *** tarnus has quit IRC
[11:01:14] <greengriminal> I faced a similar problem and found out you could do it like the above ^^ I did: class="{{version.unstable ? 'label label-warning' : 'label label-default'}}"
[11:01:27] *** jdj_dk has joined #angularjs
[11:01:34] *** Rahul_Roy has joined #angularjs
[11:01:42] *** mattwynne has joined #angularjs
[11:02:11] <lite_> greengriminal: but stepClassActive is not the name of the class
[11:02:19] <lite_> its the name of the variable on scope that holds the class
[11:02:27] *** TheAceOfHearts has quit IRC
[11:02:50] *** jackweirdy has quit IRC
[11:03:15] *** dejanr_ has joined #angularjs
[11:03:26] *** AngularNoob has joined #angularjs
[11:03:34] *** vf1 has quit IRC
[11:03:44] <LoveAndHappiness> Can angular be implemented in an existing site?
[11:03:51] <LoveAndHappiness> Or does it have to built from scratch?
[11:03:54] *** Aliks has quit IRC
[11:03:56] <LoveAndHappiness> On Laravel?
[11:03:58] <LoveAndHappiness> sorry
[11:03:59] <AngularNoob> Good morning, angular folk. :)
[11:04:00] <LoveAndHappiness> I mean on angular
[11:04:23] *** danyim has joined #angularjs
[11:04:28] *** Aliks has joined #angularjs
[11:04:44] *** sergeyb has quit IRC
[11:05:11] *** vintik has joined #angularjs
[11:05:29] *** pq__ has joined #angularjs
[11:05:53] *** sneakertack has quit IRC
[11:06:47] <greengriminal> step.isActive ? 'stepClassActive' : 'stepClassInactive'
[11:06:54] <greengriminal> lite_: ^^^
[11:06:57] *** gunn has quit IRC
[11:07:39] *** mdedetrich has quit IRC
[11:07:42] <AngularNoob> @LoveAndHappiness: It's definitely possible, on a page by page basis.
[11:08:02] <LoveAndHappiness> good
[11:08:04] <greengriminal> apparently since 1.4 angular you could do something like ng-class="package.isEdited ? 'currentEditUnlock' : 'currentEditLocked' "
[11:08:36] *** danyim has quit IRC
[11:08:53] *** jdj_dk has quit IRC
[11:09:17] <lite_> greengriminal: told you
[11:09:28] *** djam90 has joined #angularjs
[11:09:30] *** gunn has joined #angularjs
[11:09:31] <lite_> it applies .stepClassActive to the "active" element
[11:09:34] <lite_> which is incorrect
[11:09:59] *** whiteboo_ has joined #angularjs
[11:10:40] *** jdj_dk has joined #angularjs
[11:11:33] *** discipolo has joined #angularjs
[11:11:54] *** msarta has joined #angularjs
[11:12:01] <AngularNoob> plnkr.co appears to be down?
[11:12:09] *** whitebook has quit IRC
[11:12:47] <lite_> as per usual
[11:12:55] *** apurv has joined #angularjs
[11:13:01] <AngularNoob> that's what I was afraid of :(
[11:13:04] <apurv> Hi All
[11:13:06] <lite_> i quit on plnkr long ago because of how unreliable it is
[11:13:19] <AngularNoob> Good morning/midday/afternoon :)
[11:13:25] <apurv> Can we use $q and $resource together.
[11:13:29] *** Anton_ has quit IRC
[11:13:29] *** mu` has quit IRC
[11:13:29] <lite_> AngularNoob: set up your own "playground" locally so youre not screwed whenever plnkr is dow
[11:13:30] <lite_> n
[11:13:35] *** dariocravero has joined #angularjs
[11:13:40] *** Click66 has joined #angularjs
[11:14:00] <greengriminal> lite_: That is what i have my own inspired plnkr tool
[11:14:04] <AngularNoob> @lite_ - not a problem locally, I'm running node.js on my laptop.
[11:14:28] <apurv> Can we use $q and $resource together.
[11:16:02] *** mettjus has joined #angularjs
[11:16:04] *** amirn has joined #angularjs
[11:16:29] *** johnkevinmbasco has quit IRC
[11:16:38] *** mu has joined #angularjs
[11:16:45] *** mu is now known as Guest99027
[11:18:59] *** Anton_ has joined #angularjs
[11:19:21] *** drej has quit IRC
[11:19:37] *** apurv has quit IRC
[11:19:59] *** sk87 has joined #angularjs
[11:20:44] *** ajmitch has quit IRC
[11:21:14] *** LoveAndHappiness has quit IRC
[11:21:33] *** encrypt3d_fracti has joined #angularjs
[11:21:41] *** AngularNoob has quit IRC
[11:21:53] *** Dan__ has joined #angularjs
[11:22:08] *** LoveAndHappiness has joined #angularjs
[11:22:26] *** caitp- has joined #angularjs
[11:22:47] *** ajmitch has joined #angularjs
[11:23:43] *** recidive has quit IRC
[11:24:04] *** Dan_ has quit IRC
[11:25:26] *** dariocravero has quit IRC
[11:25:52] *** encrypt3d_fracti has quit IRC
[11:26:45] *** caitp- has quit IRC
[11:27:00] *** uchuff has joined #angularjs
[11:27:25] *** kontur has joined #angularjs
[11:27:39] *** Nneon has joined #angularjs
[11:28:31] *** klaut has joined #angularjs
[11:28:53] *** uf6667 has quit IRC
[11:28:53] *** dob_ has joined #angularjs
[11:29:04] *** gunn has quit IRC
[11:29:14] *** uf6667 has joined #angularjs
[11:29:49] *** Raging_Hog has quit IRC
[11:31:30] *** gunn has joined #angularjs
[11:31:34] *** azureRaven has quit IRC
[11:32:39] *** Aliks_ has joined #angularjs
[11:32:39] *** Aliks has quit IRC
[11:32:56] *** Hultis has quit IRC
[11:33:38] *** lumio has quit IRC
[11:33:48] *** Hultis has joined #angularjs
[11:34:28] *** qxxx has joined #angularjs
[11:35:07] *** Aliks_ has quit IRC
[11:36:07] *** gunn has quit IRC
[11:36:32] *** lumio has joined #angularjs
[11:37:48] *** dariocravero has joined #angularjs
[11:38:31] *** gunn has joined #angularjs
[11:38:44] *** foofoobar has quit IRC
[11:38:59] *** Silne30 has joined #angularjs
[11:39:04] *** \du has quit IRC
[11:40:09] *** jkremser has joined #angularjs
[11:40:09] *** jkremser has joined #angularjs
[11:41:12] *** dejanr_ has quit IRC
[11:42:01] *** phuh has quit IRC
[11:42:27] *** phuh has joined #angularjs
[11:42:32] *** Aliks has joined #angularjs
[11:43:14] *** gunn has quit IRC
[11:43:22] *** vintik has quit IRC
[11:43:25] *** jackweirdy has joined #angularjs
[11:43:29] *** Aliks has quit IRC
[11:43:37] *** Silne30 has quit IRC
[11:43:54] *** vintik has joined #angularjs
[11:44:05] *** Aliks has joined #angularjs
[11:44:33] *** gunn has joined #angularjs
[11:45:23] *** TorchDragon has joined #angularjs
[11:45:34] *** dob_ has quit IRC
[11:45:55] *** iksik has quit IRC
[11:46:00] *** dob_ has joined #angularjs
[11:46:09] *** Aliks has quit IRC
[11:46:30] *** benjamingr has joined #angularjs
[11:46:53] *** iksik_ has joined #angularjs
[11:47:23] *** one_zero has quit IRC
[11:48:12] *** luaa has joined #angularjs
[11:48:12] *** vintik has quit IRC
[11:48:37] *** nodweber has quit IRC
[11:48:59] *** FIFOd[a] has joined #angularjs
[11:49:23] *** eamonn has joined #angularjs
[11:49:27] *** TorchDragon has quit IRC
[11:49:43] *** gunn has quit IRC
[11:51:20] *** nodweber has joined #angularjs
[11:51:34] *** pq__ has quit IRC
[11:51:59] *** dejanr_ has joined #angularjs
[11:52:04] *** gunn has joined #angularjs
[11:52:05] *** ome has joined #angularjs
[11:52:34] *** rayu has joined #angularjs
[11:52:53] *** Yahkob has joined #angularjs
[11:52:59] <rayu> is plnkr having server issues again or is it just me?
[11:53:13] *** FIFOd[a] has quit IRC
[11:53:23] *** eamonn has quit IRC
[11:53:29] <DevAntoine> rayu: no, it is plunker
[11:53:45] *** dariocravero has quit IRC
[11:53:54] <rayu> thanks DevAntoine. it's happening so much these days... hope they fix that
[11:54:28] <ansu> does anybody know why I can't access the isOpen attribute inside an accordion-group?
[11:54:58] <DevAntoine> rayu: yes, true
[11:55:30] *** dariocravero has joined #angularjs
[11:55:56] *** chathuraka has joined #angularjs
[11:56:03] <rayu> did anyone ever experience the problem that inside an ng-repeat popovers get pushed under the other elements in the repeat? I have a datepicker from angular-strap and when I open it, it get's partially overlapped by the other elements
[11:56:24] *** sneakertack has joined #angularjs
[11:56:39] *** Hultis has quit IRC
[11:57:34] *** Yahkob has quit IRC
[11:58:05] *** Hultis has joined #angularjs
[11:58:19] <chathuraka> hi i'm a newbie to angular.js can anyone tell me what app.js does ?
[11:59:25] *** Aliks has joined #angularjs
[12:00:00] *** charuru has quit IRC
[12:04:05] *** arek_at_work has joined #angularjs
[12:04:18] *** chathuraka has quit IRC
[12:04:21] *** mykz_ has quit IRC
[12:04:44] *** DevAntoine has quit IRC
[12:05:23] *** davedev24_ has joined #angularjs
[12:05:50] *** tangorri has joined #angularjs
[12:05:57] *** charuru has joined #angularjs
[12:06:26] <Dan__> look at the section titled Naming conventions
[12:06:51] *** josh-k has quit IRC
[12:06:53] *** dejanr_ has quit IRC
[12:06:54] *** muhsin has joined #angularjs
[12:07:03] <muhsin> hai
[12:07:06] *** Sebastien-L has quit IRC
[12:07:20] <Dan__> i think some people use a file called app.js as some kind of manifest and sometimes it holds the application's main angular module
[12:08:09] <Dan__> mostly it's the latter
[12:08:11] <kirfu> Anyone ever upload files over CORS?
[12:09:16] <bd> that question doesn't make sense
[12:09:22] *** wilmoore has quit IRC
[12:09:33] <bd> but with the correct cors headers, yes, you can upload files to external domains
[12:09:52] *** dutis has quit IRC
[12:10:12] *** lumio has quit IRC
[12:10:19] *** davedev24_ has quit IRC
[12:10:24] *** rayu has quit IRC
[12:10:32] *** mettjus has left #angularjs
[12:11:07] *** muhsin has quit IRC
[12:13:54] *** Methylated has joined #angularjs
[12:15:00] *** szymek_ has joined #angularjs
[12:15:32] *** jonasrosenlind has quit IRC
[12:16:58] *** LoveAndHappiness has quit IRC
[12:17:17] *** balklaz has joined #angularjs
[12:17:23] *** mattwynne has quit IRC
[12:17:55] *** mattwynne has joined #angularjs
[12:18:52] *** xyNNN has joined #angularjs
[12:21:04] *** \du has joined #angularjs
[12:21:21] *** Emperor_Earth has joined #angularjs
[12:21:23] *** Left_Turn has quit IRC
[12:22:59] *** caitp- has joined #angularjs
[12:23:07] *** xyNNN has quit IRC
[12:23:19] *** dejanr has quit IRC
[12:23:47] *** nuizzy has quit IRC
[12:23:59] *** Aliks has quit IRC
[12:24:36] *** kontur has quit IRC
[12:24:44] *** calvinx has joined #angularjs
[12:24:52] *** Aliks has joined #angularjs
[12:24:58] *** Mouzi has quit IRC
[12:24:58] *** fouzko has quit IRC
[12:25:24] *** fouzko has joined #angularjs
[12:26:17] *** roolo has quit IRC
[12:27:32] *** caitp- has quit IRC
[12:27:41] *** grindmodeon has joined #angularjs
[12:28:11] *** svycka has quit IRC
[12:28:24] *** UniBot has joined #angularjs
[12:28:56] *** patric100e99 has joined #angularjs
[12:29:00] *** kontur has joined #angularjs
[12:29:54] *** asdofindia has quit IRC
[12:30:15] *** fouzko has quit IRC
[12:30:31] *** walidvb has joined #angularjs
[12:31:02] *** zfogg has quit IRC
[12:31:30] *** josh-k has joined #angularjs
[12:31:51] *** MaxV has quit IRC
[12:32:18] *** bencc has joined #angularjs
[12:32:18] *** MaxV has joined #angularjs
[12:32:21] *** dejanr has joined #angularjs
[12:33:07] *** patric100e99 has quit IRC
[12:33:28] *** hychen has quit IRC
[12:33:57] *** plitzenberger has joined #angularjs
[12:34:00] *** harleen has joined #angularjs
[12:34:30] <walidvb> hi guys, I have the following input: <input autofocus="autofocus" class="form-control ng-dirty ng-valid ng-valid-email" id="user_email" name="user[email]" ng-model="email" placeholder="your email" type="email" value="walid at thepigeonhole dot com" style="">
[12:34:39] <walidvb> oops sry for pasting
[12:34:47] *** plitzenberger has quit IRC
[12:35:18] <walidvb> somehow, when I run my app locally, I have my email in the field, but remotely, the model doesn't get initially instantiated
[12:35:19] *** harleen has quit IRC
[12:35:32] *** jonasrosenlind has joined #angularjs
[12:35:41] *** Corealis has joined #angularjs
[12:35:55] <walidvb> as in, email = null, so the placeholder is rendered instead of the email
[12:35:56] <walidvb> any clue?
[12:36:29] *** mennea has quit IRC
[12:36:55] <Corealis> ng-app missing?
[12:37:02] *** ppppaul has joined #angularjs
[12:37:03] *** mennea has joined #angularjs
[12:37:11] *** MaxV has quit IRC
[12:37:16] *** vintik has joined #angularjs
[12:37:17] *** dejanr has quit IRC
[12:37:37] *** Sebastien-L has joined #angularjs
[12:37:43] <Dan__> what are the chances that the people of generator-angular, generator-angular-fullstack, angular-ghurt, cleverstack, radian, meanjs and meanio will work together instead of separately?
[12:38:31] *** dariocravero has quit IRC
[12:39:33] *** svycka has joined #angularjs
[12:39:36] <jackweirdy> Are there published guidelines RE when to expect GitHub PRs to get merged or closed? mary-poppins OK'd the quality, I got good feedback in the comments, but now it's gone quiet
[12:39:46] *** asdofindia has joined #angularjs
[12:39:55] <Corealis> one-time binding for specific (not all) members in $scope. Is it possible?
[12:40:49] *** sss2500 has quit IRC
[12:41:02] *** seydoggy has joined #angularjs
[12:41:42] *** fouzko has joined #angularjs
[12:42:05] *** phuh has quit IRC
[12:42:15] *** dariocravero has joined #angularjs
[12:42:27] *** phuh has joined #angularjs
[12:42:29] <Corealis> jackwierdy: There you go, thanks!
[12:42:54] <jackweirdy> $scope.$watch returns a deregistration function, it's pretty cool and deserves more than the line it gets in the docs
[12:43:09] <jackweirdy> @corealis: no worries
[12:43:23] *** jdj_dk has quit IRC
[12:43:24] *** sergeyb has joined #angularjs
[12:43:32] *** fbenoit has quit IRC
[12:43:39] <Corealis> jackweirdy: I'll have a good look at it
[12:43:50] *** intellix has quit IRC
[12:43:59] <Emperor_Earth> i'm in way over my head on this. ew
[12:44:02] *** patrick99e99 has quit IRC
[12:44:12] *** mattwynne has joined #angularjs
[12:44:13] *** mguillech has joined #angularjs
[12:44:13] *** mguillech has joined #angularjs
[12:44:24] *** mykz_ has joined #angularjs
[12:44:59] *** whitebook has joined #angularjs
[12:45:01] *** sss2500 has joined #angularjs
[12:45:56] *** TorchDragon has joined #angularjs
[12:45:59] *** sneakertack has quit IRC
[12:46:09] *** lite_ has quit IRC
[12:47:04] *** whiteboo_ has quit IRC
[12:47:07] *** lite_ has joined #angularjs
[12:47:36] *** RedOrangeZ has joined #angularjs
[12:48:29] *** dariocra_ has joined #angularjs
[12:48:43] *** narutimateum has joined #angularjs
[12:49:11] *** mguillech has quit IRC
[12:49:14] *** slainer68 has quit IRC
[12:49:53] *** joshontheweb has quit IRC
[12:50:14] *** daryllxd has joined #angularjs
[12:50:31] *** TorchDragon has quit IRC
[12:51:02] *** miname has quit IRC
[12:51:23] *** dariocravero has quit IRC
[12:51:35] *** svycka has quit IRC
[12:51:48] *** lumio has joined #angularjs
[12:52:17] *** zfogg has joined #angularjs
[12:52:26] *** bulkan has joined #angularjs
[12:52:29] *** orion1111 has quit IRC
[12:53:19] *** Aliks has quit IRC
[12:53:55] *** Aliks has joined #angularjs
[12:54:32] *** roolo has joined #angularjs
[12:54:40] *** dejanr has joined #angularjs
[12:56:36] *** joshontheweb has joined #angularjs
[12:57:04] *** tarnus has joined #angularjs
[12:57:05] *** sigurding has quit IRC
[12:57:49] *** andri_inuk has joined #angularjs
[12:58:04] *** cotko has joined #angularjs
[12:58:28] *** Aliks has quit IRC
[12:58:34] *** msarta has quit IRC
[12:59:08] *** calvinx has quit IRC
[12:59:39] *** Hounddog has joined #angularjs
[12:59:43] *** intellix has joined #angularjs
[12:59:55] *** vf1 has joined #angularjs
[13:01:23] *** tarnus has quit IRC
[13:02:08] *** andri_inuk has quit IRC
[13:02:26] *** Hasham has joined #angularjs
[13:02:33] *** Reskp has joined #angularjs
[13:03:46] *** leftblank has quit IRC
[13:04:12] *** vintik has quit IRC
[13:04:26] *** vf1 has quit IRC
[13:04:42] *** dariocra_ has quit IRC
[13:04:43] *** mewm has joined #angularjs
[13:04:46] *** vintik has joined #angularjs
[13:05:05] *** MaxV has joined #angularjs
[13:05:08] *** tangorri has quit IRC
[13:05:15] *** dariocravero has joined #angularjs
[13:05:31] *** MaxV has quit IRC
[13:05:39] *** MaxV has joined #angularjs
[13:05:54] *** Willow has quit IRC
[13:05:58] <Elanor> I'm trying to use a directive to automatically open a modal when there is something we want to notify to the user, i.e. any error situations, anything else in the future...
[13:06:08] <Elanor> I have an "error controller" for this modal
[13:06:18] <Elanor> But I'm completely lost on the concept of scope.
[13:06:21] *** Willow has joined #angularjs
[13:06:31] *** Methylated has quit IRC
[13:06:47] <Elanor> I want this directive to be watching scope.title and whenever scope.title is not null, the modal is shown.
[13:07:01] <Elanor> The question is, HOW do I access the right scope?
[13:07:43] <Elanor> Right now this shebang works with a service where the error controller is passed to the modal at modal.open(parameters)
[13:07:59] <Elanor> And then scope.title and scope.msg are resolved right there
[13:08:13] <Elanor> But ultimately, I'd like to not have to specifically call "open" from anywhere
[13:08:25] *** Nneon has quit IRC
[13:08:26] <Elanor> Kind of like that
[13:08:55] *** joshontheweb has quit IRC
[13:09:16] *** vintik has quit IRC
[13:09:16] *** dob_ has quit IRC
[13:09:22] *** dob_ has joined #angularjs
[13:09:49] <Elanor> I would be supersuper happy if anybody could give me a hand with this :)
[13:10:01] *** teeray has joined #angularjs
[13:10:18] *** tplaner has joined #angularjs
[13:10:19] *** patrick99e99 has joined #angularjs
[13:10:27] *** intellix has quit IRC
[13:10:43] <Hasham> Is angular JS works fine in IE9. I m facing some issues. Like i m showing a list of user . If i delete a user from the list using Ajax and call for an updated list of user, IE9 always show old list. while the same code is working fine in Chrome, firefox and Safari
[13:10:58] *** Willow has quit IRC
[13:11:24] *** \du has quit IRC
[13:11:37] *** msafi1 has joined #angularjs
[13:12:30] <joroci> is there a way to use ngswitch with $index as the match value?
[13:12:41] *** bengilli_ has joined #angularjs
[13:12:52] *** sergeyb has quit IRC
[13:12:57] *** mguillech has joined #angularjs
[13:13:36] *** andri_inuk has joined #angularjs
[13:13:52] *** jdj_dk has joined #angularjs
[13:14:03] *** bengillies has quit IRC
[13:14:03] *** tangorri has joined #angularjs
[13:14:23] *** msafi has quit IRC
[13:14:35] *** Hasham has quit IRC
[13:14:45] *** Left_Turn has joined #angularjs
[13:14:47] *** Click66 has quit IRC
[13:14:49] *** sergeyb has joined #angularjs
[13:15:00] *** patrick99e99 has quit IRC
[13:15:00] *** Cavallari has joined #angularjs
[13:16:11] *** armno has quit IRC
[13:16:24] *** dejanr_ has joined #angularjs
[13:16:28] <guilbep> Hasham IE9 is sometime caching ajax request? .. no. Can't remember.. try to look if the response time is weirdly super fast
[13:16:48] *** startupality has joined #angularjs
[13:17:31] <guilbep> Hasham must be a cache problem no? .
[13:18:38] <guilbep> \0/ IE magic cache I hate it so much..
[13:18:43] *** tangorri has quit IRC
[13:19:01] *** jdj_dk has quit IRC
[13:19:56] *** seydoggy has quit IRC
[13:20:23] *** Grokling_ has quit IRC
[13:20:30] *** arizzo has joined #angularjs
[13:20:30] *** seydoggy has joined #angularjs
[13:21:47] *** mehlah has joined #angularjs
[13:22:16] *** caitp- has joined #angularjs
[13:22:29] *** FunnyLookinHat has joined #angularjs
[13:22:30] *** mattwynne has quit IRC
[13:23:03] *** sneakertack has joined #angularjs
[13:23:28] *** gunn has quit IRC
[13:23:43] *** discipolo has quit IRC
[13:24:00] *** joshontheweb has joined #angularjs
[13:24:14] *** joker666 has joined #angularjs
[13:24:23] *** Climax777 has joined #angularjs
[13:24:24] *** spaceonline has joined #angularjs
[13:24:40] *** seydoggy has quit IRC
[13:24:58] *** zfogg has quit IRC
[13:25:38] *** gunn has joined #angularjs
[13:25:59] *** Dan__ has quit IRC
[13:26:35] <jackweirdy> Elanor: We have a service which manages brokering messages, and a directive which then fires them out; the directive just contains an ng-repeat, and the service adds and removes things from the list. We don't currently do method calls, but if we did, it'd probably be by adding `broker="messageBroker"` to the directive and interacting via that
[13:27:29] *** teeray has quit IRC
[13:27:46] *** seydoggy has joined #angularjs
[13:28:24] *** tangorri has joined #angularjs
[13:28:46] *** dob_ has quit IRC
[13:29:12] *** dob_ has joined #angularjs
[13:30:35] *** dariocravero has quit IRC
[13:31:12] *** msafi has joined #angularjs
[13:31:20] *** ngbot has joined #angularjs
[13:31:20] <ngbot> angular.js/master 97f230a winsontam: fix($location) don't rewrite location when clicking on "javascript:" or "mailto:" link...
[13:31:20] *** ngbot has left #angularjs
[13:32:57] *** msafi1 has quit IRC
[13:33:40] *** joshontheweb has quit IRC
[13:33:51] *** arizzo has quit IRC
[13:34:01] *** Reskp has quit IRC
[13:34:17] *** arizzo has joined #angularjs
[13:34:47] *** Sebastien-L has quit IRC
[13:35:06] *** kkthxbye has joined #angularjs
[13:35:41] *** phuh has quit IRC
[13:36:10] *** plitzenberger has joined #angularjs
[13:36:11] *** phuh has joined #angularjs
[13:36:30] *** plitzenberger has quit IRC
[13:37:14] *** plitzenberger has joined #angularjs
[13:37:33] *** msarta has joined #angularjs
[13:37:44] *** dicha has joined #angularjs
[13:37:45] *** fouzko has quit IRC
[13:38:11] *** fouzko has joined #angularjs
[13:38:20] *** caitp- has quit IRC
[13:38:29] <Elanor> jackweirdy thx for your reply. Maybe I'll just focus on making the service more flexible. I've spent two days on this and not getting the result I was hoping for.
[13:38:32] *** arizzo has quit IRC
[13:38:36] *** FIFOd[a] has joined #angularjs
[13:38:41] *** Rebirth has quit IRC
[13:39:10] *** swirlycheetah has joined #angularjs
[13:39:16] *** grindmodeon has quit IRC
[13:39:25] *** Reskp has joined #angularjs
[13:39:57] *** sergeyb has quit IRC
[13:40:09] <swirlycheetah> i've got a huge chunk of 3rd party js for tracking needed for an angularjs app, how the hell should i tackle integrating it?
[13:40:38] *** lebek has joined #angularjs
[13:40:40] *** Willow has joined #angularjs
[13:40:48] *** phuh has quit IRC
[13:41:04] <jackweirdy> @swirlycheetah: make a module & factory that does something like app.factory('module', function () {return window.module; }) - that way you can use standard injection in your app
[13:41:23] <jackweirdy> beyond that I can't give much advice
[13:41:31] <swirlycheetah> then just stick all the js in an init function in the factory?
[13:41:48] <jackweirdy> You could do that, or you could have it loaded as a <script>
[13:41:55] *** Yahkob has joined #angularjs
[13:42:04] <jackweirdy> in any case, make sure you use DI, weird things happen otherwise
[13:42:11] *** duall has joined #angularjs
[13:42:18] *** dob_ has quit IRC
[13:42:24] *** dob_ has joined #angularjs
[13:42:33] <swirlycheetah> hmm yeah i'll do that
[13:42:43] <swirlycheetah> thank you
[13:43:05] *** fouzko has quit IRC
[13:44:10] *** newbie|4 has quit IRC
[13:44:44] *** intellix has joined #angularjs
[13:44:53] *** gunn has quit IRC
[13:46:46] *** TorchDragon has joined #angularjs
[13:47:11] *** Yahkob has quit IRC
[13:47:20] *** roolo has quit IRC
[13:47:36] *** gunn has joined #angularjs
[13:48:24] *** lsiv568 has joined #angularjs
[13:48:41] *** dmg91 has quit IRC
[13:49:22] *** seydoggy has quit IRC
[13:49:35] *** jamto11 has joined #angularjs
[13:49:37] *** slainer68 has joined #angularjs
[13:49:55] *** seydoggy has joined #angularjs
[13:50:50] <jackweirdy> no worries :)
[13:51:34] *** TorchDragon has quit IRC
[13:51:37] *** earthquake has quit IRC
[13:52:13] *** caitp has joined #angularjs
[13:52:23] *** sk87 has quit IRC
[13:53:33] *** joshontheweb has joined #angularjs
[13:53:52] *** uf6667 has quit IRC
[13:54:27] *** slainer68 has quit IRC
[13:54:29] *** seydoggy has quit IRC
[13:55:34] *** mfunkie has joined #angularjs
[13:56:27] *** roolo has joined #angularjs
[13:56:52] *** fouzko has joined #angularjs
[13:56:54] *** xyNNN has joined #angularjs
[13:57:12] <bberry_> jackweirdy, what is DI? Dynamic injection?
[13:57:24] *** sigurding has joined #angularjs
[13:57:33] <jackweirdy> Dependency Injection :)
[13:57:39] <bberry_> oh yeah, lol that one
[13:57:48] <jackweirdy> It's the thing where angular looks at your function parameters and decides what modules you need
[13:57:59] <bberry_> yeah, tahts awesome
[13:58:00] *** Hultis has quit IRC
[13:58:18] *** jackweirdy has quit IRC
[13:58:28] <bberry_> one thing i dont understand yet is like... i think i get routing, where it basically fetches different HTML partials depending what route you're at (for an SPA)
[13:58:39] <bberry_> but how does it get the corresponding javascript and css for the HTML partial?
[13:59:13] <swirlycheetah> you tell it which angular controller to related to the route
[13:59:17] <swirlycheetah> to run*
[13:59:42] <bberry_> okay, and do i just name the controller the same as the js file?
[14:00:21] <swirlycheetah> thats up to you to decide
[14:00:43] *** tarnus has joined #angularjs
[14:00:53] *** TorpedoSkyline has joined #angularjs
[14:01:06] *** startupality has quit IRC
[14:02:59] *** arizzo has joined #angularjs
[14:03:24] *** ingshtrom has joined #angularjs
[14:03:24] *** TorpedoSkyline has quit IRC
[14:03:25] *** Sebastien-L has joined #angularjs
[14:03:33] *** bitkomponist has joined #angularjs
[14:03:35] *** humongous has quit IRC
[14:03:50] *** DennisTraub has joined #angularjs
[14:04:11] <joroci> is there a way to use ngswitch with $index as the match value?
[14:05:12] *** josh-k has quit IRC
[14:05:34] *** tangorri has quit IRC
[14:05:46] *** tangorri has joined #angularjs
[14:06:10] *** joshontheweb has quit IRC
[14:06:53] *** GianArb has quit IRC
[14:07:44] *** DennisTraub has quit IRC
[14:07:44] *** arizzo has quit IRC
[14:07:54] *** icarus75 has quit IRC
[14:08:10] *** arizzo has joined #angularjs
[14:09:01] *** fbenoit has joined #angularjs
[14:09:52] *** humongous has joined #angularjs
[14:10:42] *** texinwien has quit IRC
[14:10:45] *** patrick99e99 has joined #angularjs
[14:10:59] *** TorpedoSkyline has joined #angularjs
[14:11:17] *** Methylated has joined #angularjs
[14:11:29] <joker666> davek you there bro?
[14:12:03] *** bmac has joined #angularjs
[14:12:28] *** ccohn has joined #angularjs
[14:12:43] *** arizzo has quit IRC
[14:12:47] *** Sgeo has quit IRC
[14:12:48] *** texinwien has joined #angularjs
[14:13:04] *** plitzenberger has quit IRC
[14:13:13] *** DevAntoine has joined #angularjs
[14:13:13] *** grindmodeon has joined #angularjs
[14:13:21] <joker666> joroci what are you trying to do?
[14:15:20] <joker666> swirlycheetah can you help me out understanding one thing?
[14:15:20] *** the-erm has quit IRC
[14:15:24] *** patrick99e99 has quit IRC
[14:16:30] *** mfunkie has quit IRC
[14:17:00] *** kontur_ has joined #angularjs
[14:17:05] *** mfunkie has joined #angularjs
[14:17:13] *** lw has joined #angularjs
[14:17:17] *** kirfu has quit IRC
[14:17:18] *** lw has quit IRC
[14:17:43] *** slainer68 has joined #angularjs
[14:17:54] *** the-erm has joined #angularjs
[14:18:01] *** lw has joined #angularjs
[14:18:08] *** seydoggy has joined #angularjs
[14:18:31] *** LoveAndHappiness has joined #angularjs
[14:18:41] *** kirfu has joined #angularjs
[14:18:50] *** kontur has quit IRC
[14:18:59] *** slainer68 has quit IRC
[14:19:05] *** kirfu has quit IRC
[14:19:28] *** slainer68 has joined #angularjs
[14:20:19] *** foofoobar has joined #angularjs
[14:20:26] *** icarus75 has joined #angularjs
[14:20:43] *** kirfu has joined #angularjs
[14:21:14] *** Methylated has quit IRC
[14:21:15] *** quantax- has joined #angularjs
[14:21:40] <swirlycheetah> sure joker666
[14:21:45] *** mfunkie has quit IRC
[14:22:49] <joker666> mmm this scope.spilce method, how does this work? how do i know it worked if it dint update the view automatically after splicing?
[14:23:11] *** TorpedoSkyline has quit IRC
[14:23:13] <joroci> joker i wanted to match the currentIndex value i have with ng-switch-when element but i found another to do it
[14:23:36] *** tomzx`afk is now known as tomzx
[14:23:46] <joroci> no animation classes
[14:23:48] *** djam90 has quit IRC
[14:23:53] <joker666> reloading the view removes the item provided that i'm serving the data from server side swirlycheetah
[14:24:01] *** bkuberek has quit IRC
[14:24:19] <joker666> joroci lemme take a look
[14:24:23] *** seydoggy has quit IRC
[14:24:27] *** rigel_ has quit IRC
[14:24:28] <joroci> k
[14:24:34] *** Click66 has joined #angularjs
[14:24:54] *** bengilli_ has quit IRC
[14:25:06] <swirlycheetah> joker666: so you've got $scope.things = ['1','2','3']
[14:25:29] *** encrypt3d_fracti has joined #angularjs
[14:25:36] <swirlycheetah> then you're doing $scope.things.splice(1,1); and it's not removing from the view?
[14:25:44] <joker666> no
[14:26:17] *** tplaner has quit IRC
[14:26:30] <joker666> but reloading removes it, but then it calls the server to get data, so i don't know if spice is actually working
[14:26:33] *** rigel_ has joined #angularjs
[14:26:57] *** Methylated has joined #angularjs
[14:26:58] *** patrickreck has quit IRC
[14:26:59] *** lw has quit IRC
[14:27:19] *** nodweber has quit IRC
[14:27:30] <joker666> swirlycheetah simply why don't it update the view, and ng-repeat is in div not in li
[14:27:37] <swirlycheetah> you're definitely splicing something which is on the scope? i've got confused before where i'm splicing from a new version of the array
[14:27:40] *** sk87 has joined #angularjs
[14:27:42] *** LoveAndHappiness has quit IRC
[14:27:49] *** jamto11 has quit IRC
[14:28:27] <swirlycheetah> joker666: are you doing anything to the array before you splice from it?
[14:28:28] <joker666> is slice = splice? as far as i know splice changes the current array and slice returns a new array? errm swirlycheetah
[14:28:53] <swirlycheetah> which are you using sorry?
[14:29:18] <joker666> splice , what angular provides
[14:29:26] <joker666> lemme give you a pastebin
[14:29:35] *** msarta has quit IRC
[14:29:41] *** kirfu has quit IRC
[14:29:48] <joroci> did you see?
[14:29:49] *** bjr217 has joined #angularjs
[14:30:04] <swirlycheetah> ok cool, i've just spent 3 weeks fiddling with splicing arrays on scope, it's nasty =(
[14:30:09] *** encrypt3d_fracti has quit IRC
[14:30:15] *** Wizek has joined #angularjs
[14:31:30] <swirlycheetah> np gimme a sec to look
[14:31:46] *** Efrem-Away is now known as Efrem
[14:31:55] <joker666> joroci are you trying to make aphotoslider?
[14:32:06] *** Reskp has quit IRC
[14:32:25] *** Dan_ has joined #angularjs
[14:32:32] <joroci> yes
[14:33:02] <joroci> like this
[14:33:04] <swirlycheetah> joker666: get rid of the form stuff and put an ng-click on the button element
[14:33:07] *** nodweber has joined #angularjs
[14:33:14] *** Methylated has quit IRC
[14:33:17] <swirlycheetah> joker666: which runs the same function
[14:33:45] *** jackweirdy has joined #angularjs
[14:33:49] *** Methylated has joined #angularjs
[14:34:22] <swirlycheetah> joker666: actually, i think i know the issue
[14:34:32] *** Click66 has quit IRC
[14:34:42] <swirlycheetah> joker666: give me an example note.id
[14:34:44] <joker666> show me light swirlycheetah
[14:34:47] *** Click66 has joined #angularjs
[14:34:50] *** patrickreck has joined #angularjs
[14:35:04] *** bayousoft has joined #angularjs
[14:35:14] *** sergeyb has joined #angularjs
[14:35:18] *** sneakertack has quit IRC
[14:35:33] *** asdofindia has quit IRC
[14:36:38] <swirlycheetah> joker666: ok i'm going to let you figure this one out yourself with a bit of guidance
[14:36:46] <swirlycheetah> !mdn splice
[14:37:08] *** bengillies has joined #angularjs
[14:37:12] <swirlycheetah> joker666: what's the first argument you pass to splice?
[14:37:41] *** foofoobar_ has joined #angularjs
[14:37:41] *** kreeves has joined #angularjs
[14:37:41] *** kreeves has joined #angularjs
[14:37:43] <joker666> the id, the next, how many should i splice
[14:37:56] <swirlycheetah> the id of what?
[14:38:05] <joker666> note.id
[14:38:31] *** jackweirdy has quit IRC
[14:38:31] *** ingshtrom has quit IRC
[14:38:41] <swirlycheetah> ok so say your note.id is 243
[14:38:52] <joker666> hmm, then
[14:39:02] <swirlycheetah> running array.splice(243, 1) will remove the 243rd element of the array
[14:39:22] *** Methylated has quit IRC
[14:40:01] *** cisox has joined #angularjs
[14:40:08] <joroci> swirlycheetah, can you help me please?
[14:40:16] *** walidvb has quit IRC
[14:40:36] <swirlycheetah> joroci: will do in a sec
[14:40:42] *** xyNNN has quit IRC
[14:40:57] *** ngbot has joined #angularjs
[14:40:57] <ngbot> angular.js/master 9836a2d Danielle: docs(ngMockE2E): remove repeated word...
[14:40:57] *** ngbot has left #angularjs
[14:40:57] *** patrick99e99 has joined #angularjs
[14:41:05] *** calvinx has joined #angularjs
[14:41:35] *** lucasefe has quit IRC
[14:41:36] *** Methylated has joined #angularjs
[14:41:36] <swirlycheetah> still with me joker666?
[14:41:56] <joker666> hmm, that's fine, it removes 243rd element from notes array
[14:42:10] <joker666> so it workls on server
[14:42:14] <joker666> not on client side
[14:42:22] <joker666> coz i have to remove with $index
[14:42:25] *** mfunkie has joined #angularjs
[14:42:26] <joker666> right?
[14:42:27] *** joshontheweb has joined #angularjs
[14:42:36] <swirlycheetah> yup so you need to pass two arguments in the template
[14:42:42] *** xyNNN has joined #angularjs
[14:42:45] <swirlycheetah> one being the id to remove from the server
[14:42:46] *** mfunkie has quit IRC
[14:43:00] *** pskrz has quit IRC
[14:43:03] <swirlycheetah> the other being $index to splice from the array
[14:43:04] *** imehesz has joined #angularjs
[14:43:20] <joker666> lol, this thing i missed, die me
[14:43:23] *** Anton_ has quit IRC
[14:43:54] <swirlycheetah> sounds like you've had it working 1 way, then the other, just not quite with both together
[14:43:55] *** ngbot has joined #angularjs
[14:43:55] <ngbot> angular.js/master 1571950 k-funk: docs($http): add link to `$http.path()`...
[14:43:55] *** ngbot has left #angularjs
[14:43:58] *** jamto11 has joined #angularjs
[14:44:01] *** mccarrontr1ck has joined #angularjs
[14:44:20] *** dob_ has quit IRC
[14:44:46] *** dob_ has joined #angularjs
[14:44:57] <swirlycheetah> all working joker666?
[14:45:08] *** dob_ has quit IRC
[14:45:11] <joker666> works like charm
[14:45:14] *** dob__ has joined #angularjs
[14:45:22] <swirlycheetah> woop
[14:45:22] *** patrick99e99 has quit IRC
[14:45:25] <joker666> swirlycheetah lets help joroci now
[14:45:37] <joroci> :)
[14:45:42] <joker666> what what the thing you wanted to do again joroci?
[14:45:56] <joroci> i am trying to make a image slider
[14:46:00] <joker666> your slides moving :)
[14:46:18] <joroci> the images swap but i'm trying use ng-animate to swap them like here
[14:46:57] *** whiteboo_ has joined #angularjs
[14:46:59] <joroci> but for some reason when the image is switching the animation classes aren't added to image elements
[14:47:11] <swirlycheetah> i haven't done much animation but happy to try and help
[14:47:15] <joker666> do you know how ng-animate works? use ng-enter
[14:47:18] <joker666> ng-leave
[14:47:32] *** TorchDragon has joined #angularjs
[14:47:34] *** whitebook has quit IRC
[14:47:44] *** ingshtrom has joined #angularjs
[14:47:45] <joroci> yea the problem is when image is switching there is no class change
[14:47:47] *** Anton_ has joined #angularjs
[14:47:54] *** mehlah has quit IRC
[14:47:54] <joroci> so the animation doesn't work
[14:48:04] <joroci> because there are no classes
[14:48:10] *** mattwynne has joined #angularjs
[14:48:11] <joker666> jorici how about uisng ng-enter and ng-leave
[14:48:49] <joker666> as far as i'm concerned there is no animate-enter, animate-leave
[14:49:30] <joroci> so that's one problem
[14:49:41] <Sebastien-L> hey, anyone knows if with Q it's possible to write .fail and then .then?
[14:49:44] <joroci> but if you look at the image swap the classes aren't added to the dom
[14:49:46] <Sebastien-L> instead of then -> fail
[14:50:19] <Dan_> this is interesting. i didn't know whether to get the 'frontend masters' or 'pluralsight' angular training subscription. i got pluralsight and am watching a 'frontend master's video hosted by it
[14:50:59] <joroci> oh wait they are added now
[14:51:14] *** fouzko has quit IRC
[14:51:47] *** seydoggy has joined #angularjs
[14:51:53] *** TorchDragon has quit IRC
[14:52:03] <joker666> joroci ng will work trust mei
[14:52:20] *** jeffszusz has joined #angularjs
[14:52:25] <joker666> Dan them tuts dint help me much pluralsight
[14:52:42] <joker666> angular docs are better
[14:53:16] <joker666> Sebastien it is the nature of promises to resolve it first then thorw error
[14:53:49] *** fouzko has joined #angularjs
[14:54:12] *** fouzko has quit IRC
[14:54:35] *** FunnyLookinHat has quit IRC
[14:54:42] *** dkenzik has joined #angularjs
[14:54:57] *** lsiv568 has quit IRC
[14:55:11] *** foofoobar_ has quit IRC
[14:55:22] <Sebastien-L> joker666, it is the nature of async/future monad to be able to recover and handle exceptions at any level
[14:55:29] *** lsiv568 has joined #angularjs
[14:55:33] *** Willow has quit IRC
[14:55:40] *** mfunkie has joined #angularjs
[14:55:41] *** Harry has joined #angularjs
[14:55:47] *** fedenunez has joined #angularjs
[14:56:06] *** wiherek has joined #angularjs
[14:56:11] <wiherek> hi
[14:56:37] <wiherek> I found multiple detached DOM trees in my app
[14:56:44] *** drej has joined #angularjs
[14:56:46] *** styles has joined #angularjs
[14:56:52] <wiherek> through google chrome devtools' profiler
[14:56:57] <wiherek> how can I get rid of those?
[14:57:12] *** mykz_ has quit IRC
[14:57:32] <joker666> Sebastien-L thats obviously one way to go.... i have always had tough time understanding monad, i just use promises as they are... tinkering them code will take more understanding of stuffs that i yet to learn
[14:57:33] *** Willow_ has joined #angularjs
[14:57:47] *** bayousoft has quit IRC
[14:58:47] <Harry> Hi I am find a datetimepicker plusin for angular , can someone recommend one?
[14:59:30] <joker666> Harry go straight to ui-bootstrap
[14:59:47] *** lsiv568 has quit IRC
[15:00:13] *** jamto11 has quit IRC
[15:00:34] *** vf1 has joined #angularjs
[15:00:45] <joker666> wiherek most of the times you don't need to worry about them if it's not causing any problem i guess, but there';s this $destroy thing in angular which will help you out i hope
[15:00:46] <Harry> the ui-bootstrap only have datepicker, i need the datetimepicker have select time function
[15:01:19] <Harry> my english is very bad, but i think you knwo what i say
[15:01:27] <Sebastien-L> joker666, promises work like Future monad except that map/flapMap operators are somehow melted
[15:01:45] <Sebastien-L> because promises do flatten nested promises
[15:01:51] *** alho has joined #angularjs
[15:02:03] <Sebastien-L> I diidn't find any better way to express this
[15:02:10] *** stodan has quit IRC
[15:02:21] <joker666> Harry I hope angular strap will help you
[15:02:33] *** FIFOd[a] has quit IRC
[15:02:56] <joker666> Sebastial-L most of your words are over my head.... i hope i will learn them fast enough to swallow them atleast
[15:03:08] *** FIFOd[a] has joined #angularjs
[15:03:11] *** Snugug has joined #angularjs
[15:03:27] *** mamarilmanson has joined #angularjs
[15:03:34] <Harry> thanks joker666,let me have a look
[15:03:51] *** jdj_dk has joined #angularjs
[15:03:55] <Sebastien-L> joker666, when you do promise.then and return a value
[15:03:59] <Sebastien-L> you have a promise[vallue]
[15:04:08] <Sebastien-L> but when you do promise.then and return a new promise
[15:04:09] <joker666> yeah that i know
[15:04:11] *** lsiv568 has joined #angularjs
[15:04:15] <Sebastien-L> you should have a promise[promise[value]]
[15:04:23] <Sebastien-L> what promises do is "flatten" the structure
[15:04:33] *** mamarilmanson has quit IRC
[15:04:39] <Sebastien-L> transforming automatically promise[promise[value]] to promise[value]
[15:04:47] <joker666> hmm they flatten the structure for btter implementation i guessand for error handling
[15:04:48] <swirlycheetah> they make async act like sync code
[15:04:57] *** mamarilmanson has joined #angularjs
[15:04:59] <swirlycheetah> i think?
[15:05:12] *** vf1 has quit IRC
[15:05:26] <wiherek> ok, but how does $destroy work?
[15:05:27] <Sebastien-L> no it's just a different abstraction that permits to use the same abstraction for both async and sync code
[15:05:31] *** josh-k has joined #angularjs
[15:05:34] <wiherek> there's an event and a method, right?
[15:05:36] <Sebastien-L> you can use promise for async AND sync code
[15:05:40] <wiherek> does the method call the event?
[15:06:06] *** mmccook has joined #angularjs
[15:06:08] *** mamarilmanson has quit IRC
[15:06:30] *** mamarilmanson has joined #angularjs
[15:06:43] *** Schtive has joined #angularjs
[15:07:23] *** fold has joined #angularjs
[15:07:37] *** FIFOd[a] has quit IRC
[15:07:37] *** mamarilmanson has quit IRC
[15:07:56] *** mamarilmanson has joined #angularjs
[15:08:59] *** jdj_dk has quit IRC
[15:09:23] *** davedev24_ has joined #angularjs
[15:10:07] <swirlycheetah> we use it to clean up long polling, that's about it
[15:10:13] <Harry> hi joker666,angularstrap is what i need,thank you very much
[15:10:30] *** _tpavel has quit IRC
[15:10:52] *** lumio has quit IRC
[15:11:26] *** mogaj has quit IRC
[15:11:43] *** thedodd has joined #angularjs
[15:11:46] *** dejanr__ has joined #angularjs
[15:11:48] *** dmack has joined #angularjs
[15:11:54] *** rbs- has joined #angularjs
[15:12:17] *** Dan__ has joined #angularjs
[15:12:20] *** HammyJammy has joined #angularjs
[15:12:24] *** dve_ has joined #angularjs
[15:12:27] *** Click66_ has joined #angularjs
[15:12:40] *** jharbaug_ has joined #angularjs
[15:12:40] *** ipalaus has joined #angularjs
[15:12:41] *** bencc1 has joined #angularjs
[15:12:44] *** DrMabuse_ has joined #angularjs
[15:12:46] *** tschunde_ has joined #angularjs
[15:12:52] *** mikeywaites1 has joined #angularjs
[15:12:53] *** morenoh152 has joined #angularjs
[15:13:12] *** TrevDev_ has quit IRC
[15:13:20] *** mamarilmanson has quit IRC
[15:13:33] *** jayrobot has joined #angularjs
[15:13:34] *** pq__ has joined #angularjs
[15:13:39] *** lewdev1 has joined #angularjs
[15:13:42] *** slainer6_ has joined #angularjs
[15:13:44] *** qxxxp has joined #angularjs
[15:13:48] *** Val_ has joined #angularjs
[15:13:52] *** mike_b_f has joined #angularjs
[15:13:53] *** LoveAndHappiness has joined #angularjs
[15:14:05] *** metavige1 has joined #angularjs
[15:14:24] *** Dido2 has joined #angularjs
[15:14:29] *** Wizek has quit IRC
[15:14:45] *** Moult_ has joined #angularjs
[15:14:50] *** SvperPhly has joined #angularjs
[15:14:50] *** derge has joined #angularjs
[15:14:51] *** joshontheweb has quit IRC
[15:14:54] *** oniijin_ has joined #angularjs
[15:15:00] *** dualmoon has joined #angularjs
[15:15:00] *** Inge-_ has joined #angularjs
[15:15:06] *** SuperPhly has quit IRC
[15:15:07] *** chexxor has quit IRC
[15:15:07] *** rand0mbits has quit IRC
[15:15:08] *** zaal has quit IRC
[15:15:09] *** qxxx has quit IRC
[15:15:09] *** lewdev has quit IRC
[15:15:11] *** Dido has quit IRC
[15:15:11] *** bealtine has quit IRC
[15:15:12] *** rigel_ has quit IRC
[15:15:12] *** dejanr_ has quit IRC
[15:15:13] *** mikeywaites has quit IRC
[15:15:14] *** jharbaugh has quit IRC
[15:15:14] *** r0ok has quit IRC
[15:15:15] *** shepheb_ has quit IRC
[15:15:16] *** everett has quit IRC
[15:15:18] *** Click66 has quit IRC
[15:15:18] *** Dan_ has quit IRC
[15:15:19] *** fbenoit has quit IRC
[15:15:20] *** dve has quit IRC
[15:15:20] *** morenoh151 has quit IRC
[15:15:21] *** systematik has quit IRC
[15:15:21] *** sixr420 has quit IRC
[15:15:22] *** RyanHirsch has quit IRC
[15:15:22] *** metavige has quit IRC
[15:15:22] *** moo360_ has quit IRC
[15:15:23] *** oniijin has quit IRC
[15:15:24] *** overra has quit IRC
[15:15:24] *** GitNick has quit IRC
[15:15:25] *** tomzx has quit IRC
[15:15:25] *** runnyspo1 has quit IRC
[15:15:26] *** dual][moon has quit IRC
[15:15:27] *** Inge- has quit IRC
[15:15:27] *** Mattias has quit IRC
[15:15:28] *** Xion_ has quit IRC
[15:15:28] *** hachiya has quit IRC
[15:15:28] *** moo360 has joined #angularjs
[15:15:30] *** Efrem has quit IRC
[15:15:30] *** philips has quit IRC
[15:15:30] *** k308 has quit IRC
[15:15:31] *** kadamwhite has quit IRC
[15:15:32] *** bencc has quit IRC
[15:15:33] *** dshoreman has quit IRC
[15:15:34] *** slainer68 has quit IRC
[15:15:35] *** mike_f has quit IRC
[15:15:36] *** rbs has quit IRC
[15:15:36] *** raypulver has quit IRC
[15:15:37] *** fredridv has quit IRC
[15:15:37] *** derge_ has quit IRC
[15:15:38] *** MattWelch has quit IRC
[15:15:38] *** InezK_away has quit IRC
[15:15:39] *** mikaeldice has quit IRC
[15:15:40] *** zerd_ has joined #angularjs
[15:15:44] *** isern has quit IRC
[15:15:46] *** frege has quit IRC
[15:15:46] *** zouave has quit IRC
[15:15:47] *** paddymahoney has quit IRC
[15:15:48] *** asm89 has quit IRC
[15:15:49] *** maegeri has quit IRC
[15:15:49] *** darrin has joined #angularjs
[15:15:50] *** GeertJohan has quit IRC
[15:15:50] *** zerd has quit IRC
[15:15:50] *** marpe|work has joined #angularjs
[15:15:51] *** Moult has quit IRC
[15:15:51] *** SvperPhly is now known as SuperPhly
[15:15:52] *** texinwien has quit IRC
[15:15:53] *** DrMabuse has quit IRC
[15:15:54] *** ckuehl has quit IRC
[15:15:54] *** tschundeee has quit IRC
[15:15:54] *** baseonmars has quit IRC
[15:15:55] *** zonetti has quit IRC
[15:15:55] *** MJD has quit IRC
[15:15:57] *** G1eb has quit IRC
[15:15:58] *** frege has joined #angularjs
[15:15:59] *** fdv has joined #angularjs
[15:15:59] *** marpe has quit IRC
[15:15:59] *** sss2500 has quit IRC
[15:16:00] *** jonasrosenlind has quit IRC
[15:16:01] *** JammyHammy has quit IRC
[15:16:02] *** reflectivedev has quit IRC
[15:16:02] *** sonicblud has quit IRC
[15:16:03] *** aboudreault has quit IRC
[15:16:04] *** Simone\_ has quit IRC
[15:16:05] *** G1eb has joined #angularjs
[15:16:05] *** G1eb has joined #angularjs
[15:16:06] *** TrevDev has joined #angularjs
[15:16:07] *** k308de has joined #angularjs
[15:16:08] *** ckuehl has joined #angularjs
[15:16:09] *** tomzx has joined #angularjs
[15:16:10] *** sixr420 has joined #angularjs
[15:16:12] *** Xion_ has joined #angularjs
[15:16:14] *** mikaeldice has joined #angularjs
[15:16:15] *** baseonmars has joined #angularjs
[15:16:16] *** Mattias has joined #angularjs
[15:16:19] *** raypulver has joined #angularjs
[15:16:20] *** overra has joined #angularjs
[15:16:21] *** runnyspot has joined #angularjs
[15:16:21] *** runnyspot has joined #angularjs
[15:16:22] *** sss2500 has joined #angularjs
[15:16:22] *** aboudreault has joined #angularjs
[15:16:25] *** RyanHirsch has joined #angularjs
[15:16:26] *** Simone\ has joined #angularjs
[15:16:26] *** asm89 has joined #angularjs
[15:16:26] *** everett has joined #angularjs
[15:16:27] *** GitNick has joined #angularjs
[15:16:27] *** Efrem has joined #angularjs
[15:16:27] *** chexxor has joined #angularjs
[15:16:28] *** rigel_ has joined #angularjs
[15:16:29] *** GeertJohan has joined #angularjs
[15:16:29] *** GeertJohan has joined #angularjs
[15:16:32] *** zouave has joined #angularjs
[15:16:35] *** zonetti has joined #angularjs
[15:16:40] *** shepheb has joined #angularjs
[15:16:42] *** systematik has joined #angularjs
[15:16:43] *** kadamwhite has joined #angularjs
[15:16:56] *** Destos has quit IRC
[15:17:00] *** MJD has joined #angularjs
[15:17:05] *** jonasrosenlind has joined #angularjs
[15:17:06] *** MattWelch has joined #angularjs
[15:17:06] *** jonasrosenlind has quit IRC
[15:17:14] *** Guest67139 has joined #angularjs
[15:17:15] *** dshoreman has joined #angularjs
[15:17:25] *** philips has joined #angularjs
[15:17:28] *** FIFOd[a] has joined #angularjs
[15:17:37] *** hachiya has joined #angularjs
[15:17:51] *** marr has quit IRC
[15:17:58] *** maegeri has joined #angularjs
[15:18:04] *** fbenoit has joined #angularjs
[15:18:17] *** jonasrosenlind has joined #angularjs
[15:18:22] *** dicha has quit IRC
[15:18:41] *** r0ok has joined #angularjs
[15:18:48] *** torrieri has joined #angularjs
[15:19:04] *** torrieri has quit IRC
[15:19:30] *** paddymahoney has joined #angularjs
[15:19:39] *** lw has joined #angularjs
[15:19:47] *** dejanr__ has quit IRC
[15:20:38] *** zaal has joined #angularjs
[15:20:53] *** whiteboo_ has quit IRC
[15:21:05] *** Wizek has joined #angularjs
[15:21:08] *** joshontheweb has joined #angularjs
[15:21:23] *** jackweirdy has joined #angularjs
[15:21:32] *** reflectivedev has joined #angularjs
[15:22:03] *** cisox has joined #angularjs
[15:22:08] *** texinwien has joined #angularjs
[15:22:29] *** lebek has quit IRC
[15:23:12] *** oniijin_ is now known as oniijin
[15:23:16] *** mmccook has quit IRC
[15:23:22] *** _tpavel has joined #angularjs
[15:23:32] *** LoveAndHappiness has quit IRC
[15:23:36] *** mmccook has joined #angularjs
[15:23:52] *** cisox_ has joined #angularjs
[15:24:04] *** chapati has joined #angularjs
[15:24:13] *** LoveAndHappiness has joined #angularjs
[15:25:22] *** faddah has quit IRC
[15:26:02] *** elrabin has joined #angularjs
[15:26:06] *** rho has joined #angularjs
[15:26:32] *** cisox has quit IRC
[15:26:36] *** AngularUI has joined #angularjs
[15:26:36]
<AngularUI> [ng-grid] david2tm opened pull request #1330: ngGridEventSorted will fire on "shift" sorts as well (master...master) http://git.io/ct_bzA
[15:26:36] *** AngularUI has left #angularjs
[15:26:51] *** Tidwell has joined #angularjs
[15:26:54] *** bjr217 has quit IRC
[15:27:31] *** uf6667 has joined #angularjs
[15:27:35] *** quantax- has quit IRC
[15:28:42] *** BrianGO_ has quit IRC
[15:28:47] *** jbourassa has joined #angularjs
[15:28:49] *** krawek has joined #angularjs
[15:28:49] *** krawek has joined #angularjs
[15:28:55] *** francisl has joined #angularjs
[15:29:26] *** teslanick has joined #angularjs
[15:29:29] *** mccarrontr1ck has quit IRC
[15:29:48] <chapati> hey guys, been a long time since i've been on irc :)
[15:29:58] <chapati> quick question, i'm struggling on where to put some behavior in my angularapp
[15:30:05] <chapati> i have an offcanvas-navigation and there's a menu-button that triggers some behavior (toggling some css-classes to push the main-window to the side and show the offcanvas menu)
[15:30:12] *** teslanick has left #angularjs
[15:30:13] <chapati> is it better to put it in my rootScope like $rootScope.toggleOffcanvas = -> someMagic()
[15:30:22] <chapati> or create a global directive and attach it to my div#app-wrapper( has-offcanvas-menu )
[15:30:23] *** roolo has quit IRC
[15:30:36] *** juanlas has joined #angularjs
[15:31:06] <chapati> or something entirely different i didn't think off, yet :)
[15:31:06] *** Yahkob has joined #angularjs
[15:31:09] *** greengriminal has quit IRC
[15:31:30] *** kuus has joined #angularjs
[15:31:40] *** fedenunez1 has joined #angularjs
[15:31:53] *** mccarrontr1ck has joined #angularjs
[15:32:37] *** BillCriswell has joined #angularjs
[15:33:15] *** jordandotdev has joined #angularjs
[15:33:21] <elrabin> chapati - rootScope would work, but I'd personally avoid going that route
[15:33:40] *** zivester has joined #angularjs
[15:33:44] *** digia|away is now known as digia
[15:34:29] <chapati> what would u suggest, elrabin?
[15:34:33] *** lucasefe has joined #angularjs
[15:34:34] *** fedenunez has quit IRC
[15:34:55] <elrabin> it might be appropriate to require a parent controller for a directive where you want to show the offCanvas menu
[15:35:05] *** intellix has quit IRC
[15:35:37] *** LoveAndHappiness has quit IRC
[15:35:43] *** francisl has quit IRC
[15:35:48] <elrabin> but since there's only one menu in the app, a service would probably work and not pollute rootScope
[15:35:50] *** torrieri has joined #angularjs
[15:35:53] *** LoveAndHappiness has joined #angularjs
[15:36:04] *** Yahkob has quit IRC
[15:36:22] *** juanlas has quit IRC
[15:37:02] *** avens has joined #angularjs
[15:37:10] *** juanlas has joined #angularjs
[15:37:29] <chapati> ah, i see. still don't understand services entirely, so far we only used them for our models.
[15:37:33] *** tschundeee has joined #angularjs
[15:37:36] <chapati> thank you
[15:37:38] *** pibu7 has joined #angularjs
[15:37:49] *** bjr217 has joined #angularjs
[15:37:52] *** ngoyal has joined #angularjs
[15:38:30] <elrabin> services are just arbitrary JS code that can be injected
[15:38:36] *** TorchDragon has joined #angularjs
[15:38:43] <elrabin> and they are singletons
[15:38:52] *** ki0 has joined #angularjs
[15:38:53] <elrabin> nothing magical other than that
[15:39:20] *** tplaner has joined #angularjs
[15:39:24] *** thedodd has quit IRC
[15:39:32] *** Somatt_wrk has joined #angularjs
[15:39:51] <chapati> yeah, i come from rails so sometimes my brain intuitively trie to find an exact equivalent for everything (model/view/controller)
[15:40:04] *** tschunde_ has quit IRC
[15:40:24] <chapati> but of course it's not always that easy ;)
[15:41:02] *** bayousoft has joined #angularjs
[15:41:25] *** patrick99e99 has joined #angularjs
[15:41:26] *** Nizumzen has joined #angularjs
[15:41:53] *** tschundeee has quit IRC
[15:41:54] *** Silne30 has joined #angularjs
[15:41:59] *** amirn has quit IRC
[15:42:13] *** zemanel has quit IRC
[15:42:16] *** Cavallari has quit IRC
[15:42:33] *** mmitchel_ has joined #angularjs
[15:42:37] *** nodweber_ has joined #angularjs
[15:42:39] *** kontur_ has quit IRC
[15:43:07] *** Tidwell has quit IRC
[15:43:08] *** Cavallari has joined #angularjs
[15:43:09] *** btyne has joined #angularjs
[15:43:10] *** duall has quit IRC
[15:43:22] *** Aartsie has joined #angularjs
[15:43:32] *** hswolff has quit IRC
[15:43:39] *** mpaarating has joined #angularjs
[15:43:43] *** amirn has joined #angularjs
[15:44:30] *** nodweber has quit IRC
[15:44:40] *** hswolff has joined #angularjs
[15:44:42] *** dejanr_ has joined #angularjs
[15:44:49] *** quikilr has left #angularjs
[15:44:50] *** jstroem has quit IRC
[15:45:30] *** jstroem has joined #angularjs
[15:45:42] *** mattwynne has quit IRC
[15:45:45] *** dcherman has joined #angularjs
[15:46:02] *** LoveAndHappiness has quit IRC
[15:46:11] *** patrick99e99 has quit IRC
[15:46:18] *** mattwynne has joined #angularjs
[15:46:23] *** Silne30 has quit IRC
[15:46:46] *** Harry has quit IRC
[15:46:47] *** msafi has quit IRC
[15:46:57] *** intellix has joined #angularjs
[15:46:58] *** jobelenus has joined #angularjs
[15:47:01] *** LoveAndHappiness has joined #angularjs
[15:47:19] *** daryllxd_ has joined #angularjs
[15:47:42] *** mehlah has joined #angularjs
[15:47:55] *** mehlah has quit IRC
[15:47:58] *** francisl has joined #angularjs
[15:47:59] *** Cavallari has quit IRC
[15:48:12] *** foofoobar_ has joined #angularjs
[15:48:21] *** mfunkie has quit IRC
[15:48:26] *** roolo has joined #angularjs
[15:48:35] *** MANCHUCK has joined #angularjs
[15:48:47] *** mfunkie has joined #angularjs
[15:48:55] *** mehlah has joined #angularjs
[15:49:04] *** livingstn has joined #angularjs
[15:49:06] *** Tim___ has joined #angularjs
[15:49:07] *** duall has joined #angularjs
[15:49:38] *** dejanr_ has quit IRC
[15:49:41] <Tim___> Howdy! I'm starting with Angular as we speak and have a few quick questions, is anybody around?
[15:49:56] *** jstroem has quit IRC
[15:50:07] <elrabin> yes
[15:50:10] *** knownasilya has joined #angularjs
[15:50:19] <Tim___> awesome!
[15:50:21] *** zemanel has joined #angularjs
[15:50:30] *** patrick99e99 has joined #angularjs
[15:50:34] *** daryllxd has quit IRC
[15:50:37] *** tplaner has quit IRC
[15:51:27] <oniijin> way too much excitement this early in the morning
[15:51:29] *** shackleford has joined #angularjs
[15:51:37] <wiherek> ok
[15:51:42] *** s3shs has joined #angularjs
[15:51:50] <Tim___> Haha, it's 4pm here
[15:51:50] <wiherek> i have this thing - my video app is eating up a lot of memory
[15:52:01] <chapati> germany, huh?
[15:52:01] <wiherek> like when playing a list, up to 900 MB
[15:52:02] <Tim___> My page has multiple elements, a progress bar with "steps", a content container and a bottom bar. The bottombar has 2 buttons in it to advance or go back in steps, also controlling the progress bar and it's state. Is it adviced to give all those elements their own controller? How would I communicate between controllers?
[15:52:09] <Tim___> netherlands ;)
[15:52:10] *** shackleford has joined #angularjs
[15:52:14] <VeeWee> Strange issue: When I "curl -I endpoint", I retrieve Access-Control-Allow-Origin. When the script loads this file, chrome throws: No 'Access-Control-Allow-Origin' header is present on the requested resource. Any thoughts?
[15:52:35] <wiherek> i do element.find('*').remove() on the $destroy event
[15:52:54] <wiherek> and when I click Collect Garbage in chrome dev tools
[15:53:04] <wiherek> memory use falls instantly
[15:53:13] <wiherek> otherwise - the garbage doesn't get cleaned
[15:53:17] *** Tidwell has joined #angularjs
[15:53:29] <wiherek> should it get cleaned automatically?
[15:53:56] <elrabin> i could be wrong - but if clicking the garbage can cleans up all the extra memory, then those items should be flagged for GC
[15:53:57] *** sonicparke|bradm has joined #angularjs
[15:54:00] <elrabin> you just can't control when it will happen
[15:54:19] *** calumet has joined #angularjs
[15:54:24] <swirlycheetah> try killing stuff with $scope.$on('$destroy', function() {});
[15:54:24] *** walden|afk is now known as walden
[15:54:26] *** sirkitree|afk is now known as sirkitree
[15:54:52] *** bphogan_afk is now known as bphogan
[15:54:53] <swirlycheetah> @wiherek
[15:55:15] *** whitebook has joined #angularjs
[15:55:17] <wiherek> yea, what do you mean killing?
[15:55:19] <oniijin> u shouldnt ever have to manually GC, and you can't really
[15:55:26] *** bulkan has quit IRC
[15:55:38] <oniijin> prob a leak somewhere
[15:55:43] *** SomeKittens has joined #angularjs
[15:55:45] *** yoshokatana has joined #angularjs
[15:55:50] <wiherek> my problem is that I think there is no memory leak, as when I do a manual GC it gets cleaned.
[15:55:57] *** seydoggy has quit IRC
[15:55:58] *** bluesm has joined #angularjs
[15:56:17] <swirlycheetah> do you have a function continuously running?
[15:56:43] *** GianArb has joined #angularjs
[15:56:50] *** edrocks has joined #angularjs
[15:56:50] <wiherek> i don't have any intervals running continously
[15:57:03] *** seydoggy has joined #angularjs
[15:57:43] <swirlycheetah> it's a list of videos you said?
[15:57:43] *** lite_ has quit IRC
[15:57:46] <swirlycheetah> how many?
[15:57:53] *** e-dard has left #angularjs
[15:57:55] <oniijin> if anything has a link then gc wont auto get rid of it, even if you're not using it anymore
[15:58:17] *** gordroid has joined #angularjs
[15:58:49] <wiherek> the video list is ~20 elements.
[15:59:08] *** cspra85 has joined #angularjs
[15:59:12] *** JakeSays has joined #angularjs
[15:59:22] <oniijin> try removing components until u narrow down source
[15:59:31] <wiherek> :S
[15:59:37] <Tim___> for communicating between controllers, is making a factory the best practice? and like having that factory broadcast when a user presses a button and the 'interessted' controllers react to that?
[15:59:46] *** dariocravero has joined #angularjs
[15:59:52] *** Guest_ has quit IRC
[16:00:05] <wiherek> removing DOM elements by jQuery .remove() should destroy the eventlisteners too, right?
[16:00:15] *** bade has joined #angularjs
[16:00:19] <oniijin> ... ur using jq
[16:00:38] <joroci> thanks joker666
[16:01:13] *** dcherman2 has joined #angularjs
[16:01:28] <oniijin> but yes it should get rid of events
[16:01:28] *** xaxisx has joined #angularjs
[16:01:46] <oniijin> if you're doing jq dom manip then quite possibly ur doin somethin un-angular-kosher
[16:01:56] *** Cavallari has joined #angularjs
[16:02:09] <wiherek> oniijin, well, I needed the selectors
[16:02:24] <oniijin> yeah, that's smelly
[16:02:34] <wiherek> :)
[16:02:47] <oniijin> u shouldnt do dom manip outside of directives
[16:02:56] <wiherek> i don't think I do
[16:03:17] *** avens_ has joined #angularjs
[16:03:51] *** fourq is now known as fourq-meating
[16:03:56] *** atomical has joined #angularjs
[16:04:14] *** dcherman has quit IRC
[16:04:42] *** xaxisx has quit IRC
[16:04:57] *** chapati has quit IRC
[16:05:40] *** Dan__ has quit IRC
[16:05:59] *** szymek_ has quit IRC
[16:06:19] *** xavia has joined #angularjs
[16:06:26] *** avens has quit IRC
[16:07:10] *** frankblizzard has quit IRC
[16:07:41] *** atomical has quit IRC
[16:07:43] *** dapadoupas has joined #angularjs
[16:08:28] *** styles has quit IRC
[16:08:29] *** Tim___ has quit IRC
[16:08:31] *** TackleMcClean has joined #angularjs
[16:08:55] *** chakkimatti has quit IRC
[16:09:25] <TackleMcClean> I want to define a somewhat 'global' variable, the base URL of API calls I make in many controllers - where would be a good place to put this? I suppose $rootScope? Any other suggestions?
[16:09:44] *** screamingbanshee has joined #angularjs
[16:09:46] *** atomical has joined #angularjs
[16:10:04] *** foofoobar_ has quit IRC
[16:10:07] *** tomzx is now known as tomzx`afk
[16:10:18] <Efrem> TackleMcClean look at constants for something like that imo
[16:10:53] <TackleMcClean> Efrem, does Angular have a specific way of handling constants?
[16:11:04] <Efrem> TackleMcClean, it does
[16:11:06] *** encrypt3d_fracti has joined #angularjs
[16:11:10] <jaawerth> TackleMcClean: value provider ;-)
[16:11:13] <TackleMcClean> (I'm looking at a style guide but can't see just that)
[16:11:28] <TackleMcClean> Value Provider = constant handling? Or another suggestion?
[16:12:02] *** Tidwell has quit IRC
[16:12:07] <TackleMcClean> aha, in the module! thanks
[16:12:14] <jaawerth> TackleMcClean: kinda-sorta the same thing in that javascript doesn't reallllly have constants
[16:12:20] *** seydoggy has quit IRC
[16:12:25] *** xyNNN has quit IRC
[16:12:26] *** joshontheweb has quit IRC
[16:12:31] <Efrem> I'd use a constant for an API url since you want it available everywhere and it can't be changed
[16:12:38] <jaawerth> but what you can do with a value provider is define a value that you can then inject anywhere without worrying about polluting the global scope
[16:12:58] *** seydoggy has joined #angularjs
[16:13:14] <TackleMcClean> thanks, I'll learn both ways for measure
[16:13:27] *** seydoggy has quit IRC
[16:13:41] *** seydoggy has joined #angularjs
[16:13:46] *** scriptThis has quit IRC
[16:13:47] <oniijin> using constants also makes dev easier if you use diff URL for dev/prod
[16:13:58] *** frankblizzard has joined #angularjs
[16:14:00] <jaawerth> TackleMcClean: it's more or less the same thing, except there's a 'constant' provider that's sorta a convenience function for doing the closest thing you can get to an actual constant
[16:14:16] *** sergeyb has quit IRC
[16:14:25] <Efrem> values also can't be injected into config blocks where as constants can
[16:14:28] <jaawerth> true
[16:14:34] *** sergeyb has joined #angularjs
[16:15:02] *** s3shs has quit IRC
[16:15:23] *** Tidwell has joined #angularjs
[16:15:31] *** Pawel_ has joined #angularjs
[16:15:34] *** yoshokatana_ has joined #angularjs
[16:15:34] *** calumet has quit IRC
[16:15:39] *** yoshokatana_ has quit IRC
[16:15:40] <jaawerth> What I do is organize all of my potentially-reusable code into separate modules and put all of their views, controllers, services, etc in a 'components/myComponent' folder so I can drop 'em in and inject in any other app. I have a 'config' module where I keep my constants and values and such
[16:15:43] *** francisl has quit IRC
[16:16:02] *** elux has joined #angularjs
[16:16:25] *** calumet has joined #angularjs
[16:16:30] *** s3shs has joined #angularjs
[16:16:43] <jaawerth> (keep in mind that the constants still aren't real constants, though, on account of javascript being the unsafest language that ever unsafed)
[16:18:48] *** _tpavel has quit IRC
[16:18:56] *** sergeyb has quit IRC
[16:19:21] *** VeeWee has quit IRC
[16:19:23] *** sergeyb has joined #angularjs
[16:19:36] *** avens_ has quit IRC
[16:20:09] *** avens has joined #angularjs
[16:20:46] *** dccc_ has quit IRC
[16:21:33] <jackweirdy> If you want real constants you could use that immutables library that was floating around HN yesterday, the facebook one
[16:21:34] *** MANCHUCK has quit IRC
[16:21:55] *** szymek_ has joined #angularjs
[16:21:56] *** dccc_ has joined #angularjs
[16:22:23] *** MANCHUCK has joined #angularjs
[16:22:43] *** xyNNN has joined #angularjs
[16:23:44] *** magus_ has joined #angularjs
[16:24:23] *** jshultz has joined #angularjs
[16:24:32] *** mary5030 has joined #angularjs
[16:25:24] *** mary5030 has joined #angularjs
[16:25:44] *** Destos has joined #angularjs
[16:26:14] *** KamalKaur has joined #angularjs
[16:26:38] *** bphogan is now known as bphogan_afk
[16:26:48] *** teslanick has joined #angularjs
[16:27:12] *** zivester has quit IRC
[16:28:02] *** visionary has joined #angularjs
[16:28:05]
<TweedleDee> having trouble binding up the inline version of the datetimepicker from xdsoft, I can easily get it to bind with my other directive that uses the onclick pop-up version -- if anyone could take a look? http://pastebin.com/BG0XZFpG
[16:28:57] *** mattwynne has quit IRC
[16:29:03] <TweedleDee> thought it would have been as simple as adding ng-mode to both my element and the input , but they don't link up
[16:29:06] *** arek_at_work has quit IRC
[16:29:14] *** francisl has joined #angularjs
[16:29:22] <TweedleDee> ng-model = damageDate on both for example
[16:29:32] *** mattwynne has joined #angularjs
[16:30:08] <visionary> How do I access all the params passed from the controller to a factory service.
[16:30:09] *** patric100e99 has joined #angularjs
[16:30:59] *** abahgat has quit IRC
[16:31:04] *** oste has joined #angularjs
[16:31:18] *** lordkryss has quit IRC
[16:32:14] *** bphogan_afk is now known as bphogan
[16:32:44] *** screamingbanshee has quit IRC
[16:33:13] *** bberry_ has quit IRC
[16:33:38] *** mattwynne has quit IRC
[16:33:51] <visionary> I need to set params for a resource where the property name is a variable . '@name':'@value'
[16:34:01] *** djam90 has joined #angularjs
[16:34:11] *** robclancy has quit IRC
[16:34:31] <djam90> Any idea what would cause [$interpolate:interr] Can't interpolate: {{ generateHref(item) }? It only happens a couple of times when the page is loading (the error occurs during my ng-repeat)
[16:35:07] <visionary> But the property name evaluates to '@name' not the value.
[16:35:09] *** teslanick has quit IRC
[16:35:11] *** wiherek has quit IRC
[16:35:22] *** patric100e99 has quit IRC
[16:35:30] *** Aartsie has quit IRC
[16:35:33] <djam90> Is it because the data hasn't finished compiling in the ng-repeat and so when I call generateHref there is no item to pass into it?
[16:35:57] <djam90> actually the error occurs 100 times
[16:36:04] <djam90> My ng-repeat has 600 items
[16:36:21] <djam90> Again, the error is [$interpolate:interr] Can't interpolate: {{ generateHref(item) } TypeError: undefined is not a function
[16:36:44] *** amargherio has joined #angularjs
[16:36:49] *** {DV8} has joined #angularjs
[16:37:20] *** juampy has joined #angularjs
[16:37:31] *** pq__ has quit IRC
[16:37:45] *** BrianGO has joined #angularjs
[16:38:31] *** calvinx has quit IRC
[16:38:34] *** prikk has quit IRC
[16:38:46] <jaawerth> djam90: it isn't because you're missing the second } there?
[16:39:09] <DevAntoine> without specifying anything about the scope in a directive, the directive has a shared scope with the controller right?
[16:39:13] <djam90> <a ng-href="{{ generateHref(item) }}">
[16:39:20] <djam90> Definitely have the second bracket
[16:39:34] <jaawerth> djam90: when you use ng-href, you don't need the brackets
[16:39:40] <djam90> ohhhhhh
[16:40:13] <jaawerth> visionary: when you say a resource - do you mean a $resource/similar service, or (because you're using '@'), a directive?
[16:40:14] *** robclancy has joined #angularjs
[16:40:22] <djam90> It was still working anyway... But yes jaawerth it is fixed now!
[16:40:27] <jaawerth> cool
[16:40:47] *** uf6667 has quit IRC
[16:41:00] *** conan_the_destro has joined #angularjs
[16:41:31] *** AlexZanf has joined #angularjs
[16:41:33] *** kaeku has quit IRC
[16:41:43] *** swirlycheetah has quit IRC
[16:41:44] *** AndChat|110000 has joined #angularjs
[16:41:54] *** Silne30 has joined #angularjs
[16:42:06] *** francisl has quit IRC
[16:42:12] <AndChat|110000> Jaaworth: this is in a factory service using a resource.
[16:42:22] *** Aartsie has joined #angularjs
[16:42:28] *** tomzx`afk is now known as tomzx
[16:42:33] *** Click66_ has quit IRC
[16:43:40] *** greengriminal has joined #angularjs
[16:44:15]
<TweedleDee> new attempt, so close yet so far: http://pastebin.com/f1aJxQAc unsure how to pass a value out of my directive to the scope, I tried passing in scope in the link function this just doing scope.theVarToUpdate = "blah", no luck
[16:44:30] <DevAntoine> how can I update a variable inside a directive and make it available to my controller?
[16:44:35] <TweedleDee> lol
[16:44:38] <TweedleDee> same question Dev..
[16:44:42] <greengriminal> I am working on a very large application and we are considering on shrinking out codebase and modularising certain features, so you asynchronously load the templates as of when you need them
[16:44:44] *** visionary has quit IRC
[16:44:58] <greengriminal> for those who have used the above package ^^ what are your thoughts. Thanks.
[16:45:29] *** dejanr_ has joined #angularjs
[16:45:34] *** aendrew has joined #angularjs
[16:45:34] *** bertrandk has quit IRC
[16:45:39] <aendrew> Howdy fokks!
[16:45:43] <aendrew> *folks even!
[16:45:53] *** dmg91 has joined #angularjs
[16:45:59] *** AndyFTP has quit IRC
[16:46:29] *** Thorn has quit IRC
[16:46:42] *** dmg91 has quit IRC
[16:47:19] *** hannesvdvreken has quit IRC
[16:47:22] *** s3shs has quit IRC
[16:47:30] *** patrickreck has quit IRC
[16:47:34] <AndChat|110000> jaawerth: this is a factory service with a $resource...
[16:47:45] <jaawerth> AndChat|110000: ah, gotcha
[16:48:13] *** cacts|works has joined #angularjs
[16:48:20] *** Thorn has joined #angularjs
[16:48:22] <jaawerth> AndChat|110000: well, I would recommend putting them in an object within the service and accessing it via properties instead of a raw variable, ESPECIALLY if you have any primitives (strings, numbers) among them
[16:48:44] <DevAntoine> rah, I'm still kinda lost with directives. I don't even know if I can make available a variable inside my page's controller from the directive
[16:49:08] *** thedodd has joined #angularjs
[16:49:13] *** mcreager has joined #angularjs
[16:49:18] *** frege has quit IRC
[16:49:18] *** frege has joined #angularjs
[16:49:21] *** marr has joined #angularjs
[16:49:33] *** francisl has joined #angularjs
[16:50:16] <TweedleDee> That you can do Dev, easy here is how
[16:50:30] <aendrew> Okay, apologies if this is super basic, but what's the preferred way to handle onclick in Angular if the resulting function is going to modify or select elements from the DOM? Would I just make a directive, apply it to the button, and then write a function via angular.element('#element').click() or something?
[16:50:42] <TweedleDee> Its the other way i'm looking for... from your directive to your controller, but controller --> Directive is easy
[16:50:44] *** mikehaas763 has joined #angularjs
[16:50:46] *** dejanr_ has quit IRC
[16:51:30] *** foofoobar_ has joined #angularjs
[16:51:30] *** yoshokatana_ has joined #angularjs
[16:51:35] *** yoshokatana_ has quit IRC
[16:51:37] *** chrisrogers has quit IRC
[16:51:47] *** jdj_dk has joined #angularjs
[16:52:23] <jaawerth> AndChat|110000: the benefit to doing it that way (on top of the fact that it makes accessing directly easier if it's a property on the object) is that even if you make it a variable that contains an object of all the variables you want to access, you can just add a property to the factory that returns a reference to it. Much less hacky than actually accessing a variable by name (which in JS you can do with eval() )
[16:52:38] *** patrickreck has joined #angularjs
[16:52:44] *** bealtine has joined #angularjs
[16:52:54] *** mguillech has quit IRC
[16:53:15] <jaawerth> aendrew: exactly! basically you can make your own equivalent to ng-click and then assign functions to it from the linking function to do DOM transformations
[16:53:32] <AndChat|110000> jaawerth: I guess the real issue is the API I am using requires query parameters fro. The post.
[16:53:37] *** mguillech has joined #angularjs
[16:53:51] <jaawerth> ? I don't understand why that's an issue
[16:54:03] *** dutis has joined #angularjs
[16:54:07] <aendrew> jaawerth: Right. Groovy, that's what I figured. Was thinking it might be easier in the controller via ng-click, but that doesn't really make much sense and adds a bunch of code where it probably shouldn't be. Just checking, thanks!
[16:54:17] *** Methylated has quit IRC
[16:54:27] <BahamutWC|Work> whoa…something happened to lesscss.org
[16:54:29] *** xaxisx has joined #angularjs
[16:54:46] *** Methylated has joined #angularjs
[16:54:58] <jaawerth> aendrew: yeah, also your controller should be relatively independent of actual DOM specifics. The benefit to putting stuff like that in directives is that each one is only concerned with its own part of the DOM, and you know the DOM will always be what you expected it to be when that function is called
[16:55:02] *** daigle has quit IRC
[16:55:03] <DevAntoine> TweedleDee: hum, I wanted to avoid extra attributes, but I guess I have no other choice right?
[16:55:06] *** dman777_alter has joined #angularjs
[16:55:14] *** xaxisx has left #angularjs
[16:55:16] *** mennea has quit IRC
[16:55:18] <dman777_alter> does anyone use ui-router for their modals?
[16:55:52] *** s3shs has joined #angularjs
[16:56:10] <jaawerth> uh, well I typically avoid modals as much as possible because I don't like them from a design perspective (I find them intrusive), but I use ui-router a bunch
[16:56:27] *** frickett has joined #angularjs
[16:56:34] *** jdj_dk has quit IRC
[16:57:27] *** Climax777 has quit IRC
[16:57:31] <aendrew> jaawerth: Makes much more sense to me now. Thanks!
[16:58:01] *** stirlingw has joined #angularjs
[16:58:09] *** mguillec_ has joined #angularjs
[16:58:12] *** frickettz has quit IRC
[16:58:25] *** himanshu has joined #angularjs
[16:58:49] *** himanshu is now known as Guest7521
[16:59:10] *** morenoh152 has quit IRC
[16:59:39] *** seydoggy has quit IRC
[16:59:59] *** mven has quit IRC
[17:00:11] *** seydoggy has joined #angularjs
[17:00:43] *** jbourassa has quit IRC
[17:00:54] *** mguillech has quit IRC
[17:01:11] <dmack> protip: if you're using a directive inside a cordova context, scope.$apply comes in very handy.
[17:01:20] *** FunnyLookinHat has joined #angularjs
[17:01:55] *** frickett has quit IRC
[17:02:11] *** jbourassa has joined #angularjs
[17:02:22] *** dyanmic has quit IRC
[17:02:44] *** seydoggy has quit IRC
[17:02:54] *** seydoggy has joined #angularjs
[17:03:16] *** cthrax has joined #angularjs
[17:03:22] *** jbourassa has quit IRC
[17:03:23] *** sonofdirt has joined #angularjs
[17:03:35] *** chrisrogers has joined #angularjs
[17:03:56] *** asdofindia has joined #angularjs
[17:04:08] *** bmac has quit IRC
[17:04:11] *** recidive has joined #angularjs
[17:04:16] *** bmac_ has joined #angularjs
[17:04:40] *** bmac_ is now known as Guest17682
[17:04:48] *** jbourassa has joined #angularjs
[17:04:58] *** dariocravero has quit IRC
[17:05:32] *** whitenoise has joined #angularjs
[17:05:42] *** jdcasey has joined #angularjs
[17:06:05] *** Efrem is now known as Efrem-Away
[17:06:15] *** Efrem-Away is now known as Efrem
[17:06:48] *** whitenoise has quit IRC
[17:07:00] *** AngularUI has joined #angularjs
[17:07:00]
<AngularUI> [ng-grid] xl2401 opened pull request #1331: Update searchProvider.js (master...patch-1) http://git.io/mkcKzg
[17:07:00] *** AngularUI has left #angularjs
[17:07:18] *** mcreager has quit IRC
[17:07:50] *** TorpedoSkyline has joined #angularjs
[17:08:17] <DevAntoine> I want to make a confirm modal when clicking on a given element, but I don't know how to proceed. I guess I have to use a directive considering I have to manipulate the dom to display the modal. At the moment, there's a simple ng-click on the link, pointing to the remove function in the associated scope. What should I do? Add my directive to the element with the modal's html in the same template? I thought of moving the method inside the
[17:08:17] <DevAntoine> ngClick to the ngSubmit in the modal's html, but I still have to pass the item's id to be deleted to the method
[17:08:19] *** dejanr_ has joined #angularjs
[17:08:28] *** BrianGO has quit IRC
[17:08:55] *** LoveAndHappiness has quit IRC
[17:08:55] *** jonasrosenlind has quit IRC
[17:08:55] *** Aliks has joined #angularjs
[17:09:11] *** juanlas has quit IRC
[17:09:24] *** chrisrogers has quit IRC
[17:09:25] *** Wizek has quit IRC
[17:09:33] *** AngularUI has joined #angularjs
[17:09:33]
<AngularUI> [ng-grid] xl2401 opened pull request #1332: Update grid.js (master...patch-2) http://git.io/UDIT3g
[17:09:33] *** AngularUI has left #angularjs
[17:09:48] *** Jigjosh has joined #angularjs
[17:10:06] <mikehaas763> Wondering if this ability is built in to ngOptions, I haven't been able to get it working. I have a data structure like classSection.timeBlock{} that comes from the server. I then load all time blocks from the server to fill in ngOptions. However, when classSection.timeBlock already has an entry, I would like it to preselect the ngOption.
[17:10:19] <jaawerth> DevAntoine: you don't really need a directive for the modal call, since you're just invoking a modal which probably has its own spot on the DOM. The modal itself should be created via a drective, though, either with something like angular-ui-bootstrap or by wrapping whatever modal library you're using in a directive
[17:10:21] *** blueadept has joined #angularjs
[17:10:21] *** Jigjosh has quit IRC
[17:10:22] *** Silne30 has quit IRC
[17:10:28] *** djam90 has quit IRC
[17:10:48] <mikehaas763> Any idea how I can do this and is it clear or let me know if I should put up a plnkr
[17:10:52] *** jgravois has joined #angularjs
[17:10:56] *** Pawel_ has quit IRC
[17:11:09] *** s3shs has quit IRC
[17:11:18] <DevAntoine> jaawerth: alright, but then, after, you do I do, from the modal to the delete function in the controller?
[17:11:22] *** dutis has quit IRC
[17:11:39] *** HypnotiX has quit IRC
[17:11:54] *** phuh has joined #angularjs
[17:11:55] *** naneau has joined #angularjs
[17:12:02] *** Wizek has joined #angularjs
[17:12:21] *** DrShoggoth has joined #angularjs
[17:12:28] <jaawerth> DevAntoine: so this remove function, I assume it removes the data from.. is it the calling controller's scope?
[17:12:39] *** Lagor has joined #angularjs
[17:12:39] *** orion1111 has joined #angularjs
[17:12:55] <DevAntoine> jaawerth: yes
[17:12:56] <jaawerth> DevAntoine: also what modal lib are you using?
[17:13:04] <DevAntoine> jaawerth: the boostrap one
[17:13:15] <jaawerth> angular-ui bootstrap or native bootstrap?
[17:13:17] *** Lagor has quit IRC
[17:13:48] <DevAntoine> jaawerth: native boostrap
[17:13:55] *** FunnyLookinHat has quit IRC
[17:14:10] *** frickett has joined #angularjs
[17:14:12] <jaawerth> and you've already written a directive that wraps the bootstrap modal code?
[17:14:48] *** mguillec_ has quit IRC
[17:15:20] <DevAntoine> jaawerth: nop, the html code is right inside my page's template
[17:15:21] *** Joshee has joined #angularjs
[17:15:31] *** FunnyLookinHat has joined #angularjs
[17:15:32] *** mguillech has joined #angularjs
[17:15:34] *** darrin_ has joined #angularjs
[17:15:43] *** jstroem has joined #angularjs
[17:15:52] *** bertrandk has joined #angularjs
[17:16:10] *** Wizek has quit IRC
[17:16:31] *** apetro_ has joined #angularjs
[17:16:36] *** tonycoco has joined #angularjs
[17:16:53] *** darrin has quit IRC
[17:17:11] <jaawerth> DevAntoine: and you're just invoking the modal with jquery?
[17:17:18] *** krawek has quit IRC
[17:17:24] *** startupality has joined #angularjs
[17:17:28] *** pootpoot has joined #angularjs
[17:17:31] <jaawerth> you definitely want to wrap it all in a directive
[17:17:44] <DevAntoine> jaawerth: yes, that's it
[17:17:51] <DevAntoine> jaawerth: but I'll wrap it, don't worry
[17:17:59] *** Siecje has joined #angularjs
[17:18:06] <jaawerth> okay, cool
[17:18:10] *** TorpedoSkyline has quit IRC
[17:18:26] <DevAntoine> jaawerth: I just don't see how things need to work
[17:18:33] *** andri_inuk has quit IRC
[17:18:35] *** ccohn has quit IRC
[17:18:52] <DevAntoine> jaawerth: if I have a directive with the modal's template, in my main template how am I supposed to fire the modal?
[17:19:10] *** iksik_ has quit IRC
[17:19:12] *** ccohn has joined #angularjs
[17:19:20] *** mykz_ has joined #angularjs
[17:19:30] <jaawerth> okay, here's how I'd do it from scratch: wrap the directive with a given template (or range of possible templates). Write a service you can use to invoke the directive. You can then either pass the relevant data into the service to be set on the directive's scope, or pass your entire controller's scope into the service, and the service can then create a child scope for the directive
[17:20:05] *** Aartsie has quit IRC
[17:20:11] *** zeroquake has joined #angularjs
[17:20:17] <jaawerth> and boom! You've got a magical directive you can call from anywhere with any data without polluting global scope or getting DOM code all mixed up with your logic code
[17:20:20] *** Yahkob has joined #angularjs
[17:20:21] *** TorpedoSkyline has joined #angularjs
[17:20:38] *** juanlas has joined #angularjs
[17:20:55] *** mguillec_ has joined #angularjs
[17:20:57] *** daniele9821 has joined #angularjs
[17:20:57] *** jstroem has quit IRC
[17:21:08] *** foofoobar has quit IRC
[17:21:20] *** dejanr_ has quit IRC
[17:21:44]
<jaawerth> DevAntoine: if you want a model to follow, take a look at the angular-ui-bootstrap docs (and maybe their source if you're ambitious) for pointers on useful stuff to put in your API for it http://angular-ui.github.io/bootstrap/#/modal
[17:22:02] *** Dimlock has quit IRC
[17:22:05] <jaawerth> oops sorry, broken link
[17:22:05] <jaawerth> one sec
[17:22:34] *** ihsw has joined #angularjs
[17:23:08] <jaawerth> that's dumb, the ui-bootstrap page's use of HTML5 mode breaks your ability to use anchors for scrolling
[17:23:08] *** subnl2 has joined #angularjs
[17:23:13] *** visionary has joined #angularjs
[17:23:26] *** krawek has joined #angularjs
[17:23:32] *** ccohn has quit IRC
[17:23:34] <DevAntoine> :D
[17:23:42] <ihsw> what's wrong with this? <div ng-repeat="item in list"><div ng-transclude></div></div>
[17:23:54] *** mguillech has quit IRC
[17:23:58] *** fedenunez1 has quit IRC
[17:24:04] <ihsw> i'm making a directive and i'd like to transclude the content within the ng-repeat
[17:24:15] *** daniele9821 has left #angularjs
[17:24:35] *** qxxxp has quit IRC
[17:24:45] *** foofoobar_ has quit IRC
[17:24:47] *** mccarrontr1ck has quit IRC
[17:24:51] <DevAntoine> jaawerth: yes, I know it, I don't like its implementation
[17:24:56] *** DV8_ has joined #angularjs
[17:24:59] <DevAntoine> way to much code to write
[17:25:18] <jaawerth> hehe
[17:25:36] *** Yahkob has quit IRC
[17:25:43] <jaawerth> yeah, I just like looking at docs for ideas on the workflows people have already used for passing certain types of data
[17:26:08] *** yoshokatana_ has joined #angularjs
[17:26:10] *** bkuberek has joined #angularjs
[17:26:13] *** yoshokatana_ has quit IRC
[17:26:23] <jaawerth> anyway, I would probably just pass the data into the directive with isolate scope via an object, then any removal you do on the object will be reflected in the directive data
[17:26:37] <jaawerth> that's the simplest - though I DO like the idea of using the service to pass and create a child scope
[17:27:41] *** endash has joined #angularjs
[17:27:54] *** snapwich has joined #angularjs
[17:28:00] *** tonycoco has quit IRC
[17:28:21] *** {DV8} has quit IRC
[17:28:54] *** tonycoco has joined #angularjs
[17:29:02] *** tomphp has joined #angularjs
[17:29:02] *** iksik has joined #angularjs
[17:29:19] *** tonycoco has quit IRC
[17:29:38] *** bjr217 has quit IRC
[17:29:44] *** plitzenberger has joined #angularjs
[17:29:53] *** KamalKaur has quit IRC
[17:29:59] *** mspier_off is now known as mspier
[17:30:16] *** chrisbirk has joined #angularjs
[17:30:29] *** mykz_ has quit IRC
[17:30:51] *** tonycoco has joined #angularjs
[17:30:58] *** brownbathrobe has joined #angularjs
[17:31:16] *** dob__ has quit IRC
[17:31:43] *** dob_ has joined #angularjs
[17:31:48] *** ftwordring has joined #angularjs
[17:32:04] *** subnl2 has quit IRC
[17:32:31] *** teslanick has joined #angularjs
[17:32:36] *** teslanick has left #angularjs
[17:32:46] *** UniBot has quit IRC
[17:32:50]
<TweedleDee> Could one of you guru's or maybe even a newbie look at this and tell me how / why its not binding up correctly? http://pastebin.com/spsSUtGa
[17:33:07] *** cspra85 has quit IRC
[17:33:12] *** drej has quit IRC
[17:33:22] *** phrozensilver has joined #angularjs
[17:33:25] *** mccarrontr1ck has joined #angularjs
[17:33:50] *** atomical_ has joined #angularjs
[17:34:50] <jaawerth> TweedleDee: hard to say without seeing it in a full plunk and experimenting, but just to check the first suspect - are you including the <script> tag for jquery before angular's <script> tag?
[17:35:24] *** fedenunez has joined #angularjs
[17:35:27] *** Tidwell has quit IRC
[17:35:35] *** phrozensilver has quit IRC
[17:35:58] *** ftwordring has quit IRC
[17:36:08] *** Aliks has quit IRC
[17:36:19] *** cspra85 has joined #angularjs
[17:36:35] *** atomical has quit IRC
[17:36:35] *** atomical_ is now known as atomical
[17:36:58] *** dccc_ has quit IRC
[17:37:05] *** Aliks has joined #angularjs
[17:37:34] <jaawerth> TweedleDee: oh wait, no, I see what it is. ng-model only natively works with certain elements. If you want to use it with your custom directive you gotta set it up via isolate scope. Actually, I'd probably just use your own named attribute for passing the data in. scope: { myAttribute: '='} in the dir, then <inline-datepicker my-attribute="damageDate">
[17:37:40] *** mguillec_ has quit IRC
[17:37:47] *** s3shs has joined #angularjs
[17:38:16]
<mikehaas763> In the following plnkr, I get the $scope.classSection and $scope.timeBlocks data structures as two separate requests to the server. How can I get ngOptions to preselect the select box from $scope.classSection.timeBlock ? http://plnkr.co/edit/SkNzNnljknCXPuv1Fghz?p=preview
[17:38:26] *** mguillech has joined #angularjs
[17:38:30] *** phrozensilver has joined #angularjs
[17:38:46] <TweedleDee> Thanks jaawerth
[17:38:51] <TweedleDee> yeah angular and Jquery are working perfect
[17:38:52] *** juampy has quit IRC
[17:38:55] <TweedleDee> just was unable to ge tthe view to update
[17:38:59] <TweedleDee> makes sense what you said
[17:39:23] *** zumba_addict has joined #angularjs
[17:39:24] <AlexZanf> hey guys, i am using angular 2.2.1, and i am trying to use $compileProvider, since my blob image url is deemed as unsafe. could somone lend me a hand? not exactly sure how to do this, ive tried about 3 different ways from various documents, with no luck
[17:39:58] *** tomphp has quit IRC
[17:40:01] *** phrozensilver has quit IRC
[17:40:12] <dmack> you're living in the future man.
[17:40:14] <dmack> :)
[17:40:22] *** tomphp has joined #angularjs
[17:40:44] *** thedodd has quit IRC
[17:40:47] *** Aliks has quit IRC
[17:40:53] *** mewm has quit IRC
[17:41:01] *** bbsss has joined #angularjs
[17:41:08] *** thedodd has joined #angularjs
[17:41:10] *** in_deep_thought has joined #angularjs
[17:41:20] *** kelvinkyaw has joined #angularjs
[17:41:20] *** Aliks has joined #angularjs
[17:41:20] *** bberry_ has joined #angularjs
[17:41:22] *** avens has quit IRC
[17:41:27] *** andri_inuk has joined #angularjs
[17:42:02] <jaawerth> AlexZanf: I haven't really played with 2.0+ yet, but there are some folks around here who have done a lot with it and may be able to help... *summons robdubya *
[17:42:13] *** xyNNN has quit IRC
[17:42:22] *** in_deep_thought has quit IRC
[17:42:38] <AlexZanf> jaawerth, robdubya was helping me, he wants me to setup a plunker, but i been avoiding it, i guess ill do that :P
[17:42:38] <dmack> it's actually available somewhere?
[17:42:45] <kelvinkyaw> I can't play the lesson
[17:42:47] <bd> i don't think it is
[17:42:53] <dmack> that's what I thought...
[17:43:09] *** Asiajey has joined #angularjs
[17:43:09] *** Asiajey has joined #angularjs
[17:43:36] *** dob_ has quit IRC
[17:43:44] *** dob_ has joined #angularjs
[17:44:04] *** linojon has quit IRC
[17:44:33] *** mccarrontr1ck has quit IRC
[17:44:45] <jaawerth> what, angular 2.0?
[17:45:08] *** brownbathrobe has quit IRC
[17:45:09] <jaawerth> it's open source, so it's available
[17:45:13] <jaawerth> it's just a little raw
[17:46:26] <dmack> yeah, I just didn't even know it was public yet. that's cool
[17:46:39] *** klaut has quit IRC
[17:46:44] *** grindmodeon has quit IRC
[17:46:51] *** dve_ has quit IRC
[17:46:53] *** alho has quit IRC
[17:46:56] <jaawerth> yeah, you can track the whole project on github, though I imagine google's got a private repo they only push from when they're ready or something like that
[17:47:11] *** frankblizzard has quit IRC
[17:47:14] *** mccarrontr1ck has joined #angularjs
[17:47:17] *** wiherek has joined #angularjs
[17:47:20] <wiherek> hi
[17:47:33] <wiherek> back on performance issues
[17:47:42] *** patrick99e99 has quit IRC
[17:47:56] <wiherek> the video list that i have ups memory usage to whatever, about 70MB per video
[17:48:08] *** dve_ has joined #angularjs
[17:48:13] *** KamalKaur has joined #angularjs
[17:48:22] <wiherek> when i quit the list, after about 10 - 20 seconds, all that memory gets freed (GC)
[17:48:25] <wiherek> is that a leak?
[17:48:43] *** plitzenberger has quit IRC
[17:48:56] *** jacuqesdancona has quit IRC
[17:49:28] *** jacuqesdancona has joined #angularjs
[17:49:32] *** DrMabuse_ has quit IRC
[17:49:39] *** mtsr has quit IRC
[17:49:45] *** sigurding has quit IRC
[17:50:32] *** jwanglof has joined #angularjs
[17:50:55] *** avree has joined #angularjs
[17:50:58] *** vf1 has joined #angularjs
[17:51:05] *** alho has joined #angularjs
[17:51:09] *** DrMabuse has joined #angularjs
[17:51:50] <robdubya> what fool dares summon me
[17:51:56] <oniijin> are the videos preloading
[17:52:05] <wiherek> woot?
[17:52:05] <oniijin> howdy robdubya wasnt me
[17:52:13] <wiherek> yea, somewhat
[17:52:18] <robdubya> howdy
[17:52:19] *** teddyp1cker has joined #angularjs
[17:52:19] <xastey> anyone know of a directive to have pagination scrollbar + fetch async data for next pages?
[17:52:20] <wiherek> i am still experimenting
[17:52:24] *** sneakertack has joined #angularjs
[17:52:56] <oniijin> if you're preloading 20 videos, then yeah, ur mem is going to spike
[17:52:58] <wiherek> i have three different players, one loads a whole list and then just changes the index, another loads preloads videos, the third reloads the controller
[17:53:07] *** toastynerd has joined #angularjs
[17:53:22] <wiherek> not really. I don't attach the videos to dom, and those are youtube/vimeo vids
[17:53:29] *** juanlas has quit IRC
[17:53:29] <wiherek> or otherwise loaded by iframes
[17:53:46] *** jacuqesdancona has quit IRC
[17:54:31] *** toastyne_ has joined #angularjs
[17:54:35] *** mguillech has quit IRC
[17:54:47] *** juampy has joined #angularjs
[17:55:47] *** bphogan is now known as bphogan_afk
[17:55:52] *** mguillech has joined #angularjs
[17:55:53] *** mguillech has joined #angularjs
[17:56:42] *** lsiv568 has quit IRC
[17:57:03] *** shackleford has quit IRC
[17:57:09] *** lsiv568 has joined #angularjs
[17:57:33] *** waylon999 has joined #angularjs
[17:57:42] *** toastynerd has quit IRC
[17:57:44] *** Guest17682 is now known as bmac
[17:57:45] *** Aliks has quit IRC
[17:57:50] *** shackleford has joined #angularjs
[17:58:05] *** shackleford has quit IRC
[17:58:12] *** DrMabuse has quit IRC
[17:58:15] *** waylon999 has quit IRC
[17:58:22] *** yoshokatana_ has joined #angularjs
[17:58:23] *** Aliks has joined #angularjs
[17:58:26] *** yoshokatana_ has quit IRC
[17:58:38] *** lsiv568 has quit IRC
[17:58:39] *** waylon999 has joined #angularjs
[17:58:42] *** lite_ has joined #angularjs
[17:58:44] *** patrickreck has quit IRC
[17:58:53] *** bencc1 has quit IRC
[17:58:56] *** jstroem has joined #angularjs
[17:59:00] *** jbourassa has quit IRC
[17:59:03] *** bencc has joined #angularjs
[17:59:15] *** mguillec_ has joined #angularjs
[17:59:16] *** DrMabuse has joined #angularjs
[17:59:18] *** blueadept has quit IRC
[17:59:21] <wiherek> well, maybe
[17:59:23] *** fbenoit has quit IRC
[17:59:35] *** bphogan_afk is now known as bphogan
[17:59:37] *** francisl has quit IRC
[17:59:39] *** seydoggy has quit IRC
[17:59:47] *** dve_ has quit IRC
[18:00:25] *** lsiv568 has joined #angularjs
[18:00:26] *** jbourassa has joined #angularjs
[18:00:29] *** dmack has quit IRC
[18:00:42] *** cspeak has joined #angularjs
[18:00:44] *** DrMabuse has quit IRC
[18:01:06] *** Nizumzen has quit IRC
[18:01:10] *** BobbieBarker has joined #angularjs
[18:01:21] *** bjr217 has joined #angularjs
[18:01:25] *** dve_ has joined #angularjs
[18:01:26] *** francisl has joined #angularjs
[18:01:38] *** jbourassa has quit IRC
[18:01:46] *** kemm0__ has quit IRC
[18:01:56] *** amargherio has quit IRC
[18:02:15] *** zeroquake has quit IRC
[18:02:34] *** shackleford has joined #angularjs
[18:02:38] *** mguillech has quit IRC
[18:03:03] *** juanlas has joined #angularjs
[18:03:07] *** lite_ has quit IRC
[18:03:08] *** jbourassa has joined #angularjs
[18:03:19] *** jstroem has quit IRC
[18:03:26] <jaawerth> robdubya: THIS FOOL
[18:03:35] *** bencc has quit IRC
[18:03:53] *** MANCHUCK has quit IRC
[18:04:03] *** Aliks has quit IRC
[18:04:11] <jaawerth> robdubya: someone was asking angular 2+ questions so naturally I thought of you. unsurprisingly you had evidently already talked to them about it at some point. But while you're here, how did that data graphing thing go?
[18:04:40] *** Aliks has joined #angularjs
[18:04:45] *** MANCHUCK has joined #angularjs
[18:04:48] *** sonofdirt has quit IRC
[18:04:49] *** intellix has quit IRC
[18:05:17] <jaawerth> mikehaas763: you just need to set your $scope.classSection.timeBlock to point to the relevant array reference rather than pre-selecting the value: $scope.classSection = {timeBlock: $scope.timeBlocks[someIndex]};
[18:05:45] *** jackweirdy has quit IRC
[18:05:56] *** fourq-meating is now known as fourq
[18:05:56] <jaawerth> mikehaas763: also, I noticed in your template you've got ng-model="$scope..." - don't forget to remove the "$scope" part ;-)
[18:06:27] *** mcreager has joined #angularjs
[18:06:40] *** kelvinkyaw has left #angularjs
[18:06:42] *** Aliks has quit IRC
[18:06:52] *** s3shs has quit IRC
[18:07:28] *** Aliks has joined #angularjs
[18:07:34] *** zwacky has quit IRC
[18:07:35] <wiherek> do i get it right - if there is a memory leak, that memory does not get GC, right?
[18:07:42] *** toastyne_ has quit IRC
[18:07:49] *** bbrown has joined #angularjs
[18:08:19] <robdubya> jaawerth you could say i'm falling down the rabbit hole
[18:08:31] <jaawerth> hahaha
[18:08:36] <mikehaas763> jaawerth: I've been playing with it since I asked, I know I could just update it to point to the actual object in the list, but was hoping to avoid doing that. My plnkr now uses the 'track by' syntax and works. It was working in my actual app, so it must be something else causing the issue there because it works in this simple plnkr
[18:08:39] *** sonofdirt has joined #angularjs
[18:08:43] <robdubya> i've never messed with hardware. its cool. i just want to bluetooth all the things now
[18:08:47] *** sonofdirt has quit IRC
[18:08:51] *** jackweirdy has joined #angularjs
[18:09:00] *** MaxV has quit IRC
[18:09:05] *** sonofdirt has joined #angularjs
[18:09:15] *** fedenunez has quit IRC
[18:09:16] *** fooflare has joined #angularjs
[18:09:17] <jaawerth> mikehaas763: does the actual app have ng-model="$scope...."? that'd do it
[18:09:25] *** fedenunez has joined #angularjs
[18:09:26] *** MaxV has joined #angularjs
[18:09:32] *** ftwordring has joined #angularjs
[18:09:36] *** danyim has joined #angularjs
[18:09:38] <mikehaas763> Nope :) that was just a type when creating the plnkr
[18:09:50] <mikehaas763> * and meant it was not working in my actual app
[18:10:00] *** luaa has quit IRC
[18:10:20] *** tomphp has quit IRC
[18:10:36] <robdubya> oniijin come on, that's a sex toy, right?
[18:10:52] <oniijin> i think it's exercise equipment
[18:10:55] <oniijin> WITH BLUETOOTH
[18:11:01] <jaawerth> robdubya: haha but bluetooth is still such a pain on some things. I actually came up with an idea for a useful (and I think in-demand) app that'd use phone hardware and would be perfect for ionic
[18:11:07] <robdubya> ", and there is also a motor for providing real time vibrational biofeedback."
[18:11:13] *** juampy has quit IRC
[18:11:27] *** phuh has quit IRC
[18:11:28] <robdubya> jaawerth i have to say, its been *really* pain free
[18:11:28] <jaawerth> it popped into my head because of a combination of what you were working on yesterday and something a coworker was whining about
[18:11:52] *** mennea has joined #angularjs
[18:11:53] *** phuh has joined #angularjs
[18:12:04] *** amargherio has joined #angularjs
[18:12:25] <robdubya> i think it would be less pain free if i wasnt on the TI stack, and the cost involved with that isn't cheap. i ordered some O/S stuff to tinker with, but i reckon for 'product ready' stuff its a fair trade
[18:12:36] *** Yahkob has joined #angularjs
[18:12:42] *** Olsonfold has joined #angularjs
[18:12:48] *** DevAntoine has quit IRC
[18:12:54] *** patrick99e99 has joined #angularjs
[18:13:37] <ftwordring> I'm trying to "think angularly".. I have a controller that takes an object off of an injected Service and loads it into the current scope of the controller. Now I'm working on another piece of my app and realized that ultimately I want to re-use the same exact functionality as my previous controller. For context, it's an "add" screen and now I need an "edit" screen and I'd like to just re-use my "add" screen with a few modificat
[18:14:09] *** MaxV has quit IRC
[18:14:23] *** danyim has quit IRC
[18:14:28] *** Aliks has quit IRC
[18:14:44] *** tilgovi has joined #angularjs
[18:14:53] *** endash has quit IRC
[18:15:04] *** Stampy has quit IRC
[18:15:08] *** alho has quit IRC
[18:15:16] *** Aliks has joined #angularjs
[18:15:18] *** andri_inuk has quit IRC
[18:15:29] <ftwordring> I'm stuck at trying to make the object - the one I'm taking off of my injected Service - dynamic.
[18:15:37] *** rho has quit IRC
[18:15:45] *** mguillec_ has quit IRC
[18:15:48] *** cisox_ is now known as cisox_away
[18:15:49] *** cisox_away is now known as cisox_
[18:15:51] *** cisox_ is now known as cisox_away
[18:15:54] *** cisox_away is now known as cisox_
[18:16:08] *** frostig has joined #angularjs
[18:16:10] <ftwordring> I'd like to load a different object based off of the context... i.e. $scope.myObj = newTemplate vs $scope.myObj = existingObjToEdit.
[18:16:36] *** cisox_ is now known as cisox_away
[18:16:38] *** balklaz has quit IRC
[18:16:39] *** mguillech has joined #angularjs
[18:16:41] *** mewm has joined #angularjs
[18:17:07] *** seydoggy has joined #angularjs
[18:17:13] *** mewm has quit IRC
[18:17:38] *** pskrz has joined #angularjs
[18:17:42] <ftwordring> I know that's a lot to kind of soak in but does anyone have a general idea of how to approach that?
[18:18:05] *** richiebkr has joined #angularjs
[18:18:09] *** Fire-Dragon-DoL has joined #angularjs
[18:18:17] *** Hounddog has quit IRC
[18:18:42] <ftwordring> My initial approach was to turn my "add" template into a directive but it doesn't really make sense as a directive since I'm already resolving my Service as part of my routing and you can't do that in a directive afaik.
[18:19:18] *** endash has joined #angularjs
[18:19:44] *** spencercarnage has joined #angularjs
[18:20:22] *** shinnya has joined #angularjs
[18:20:24] *** jstroem has joined #angularjs
[18:20:31] *** armno has joined #angularjs
[18:20:31] *** mcreager has quit IRC
[18:20:32] *** Methylated has quit IRC
[18:20:33] *** edrocks has quit IRC
[18:20:56] *** Cavallari has quit IRC
[18:21:03] *** drej has joined #angularjs
[18:21:26] *** Aliks has quit IRC
[18:21:27] *** seydoggy has quit IRC
[18:22:04] *** Aliks has joined #angularjs
[18:22:30] *** sonu has joined #angularjs
[18:22:31] *** okdamn has joined #angularjs
[18:22:32] <sonu> Hi all
[18:22:44] <okdamn> guys i still getting Provisional headers are shown in chrome
[18:22:49] <okdamn> wtff is this ? :D
[18:22:50] <subnl> ftwordring: what part are you stuck on? Just the approach?
[18:23:11] <okdamn> also it wont send GET requests to node cause no origin allowed, while post works
[18:23:13] <sonu> any link for deploying/publishing my angular application
[18:23:13] <okdamn> unbelievable
[18:23:13] *** amirn has quit IRC
[18:23:16] <sonu> ?
[18:23:17] <subnl> ftwordring: Did you figure out how you're going to inject different objects?
[18:23:33] <okdamn> sonu: what u mean? u can deploy on any free hosting services
[18:23:40] <okdamn> heroku, github etc
[18:23:44] *** night-owl2 has joined #angularjs
[18:23:58] <okdamn> CORS is going me crazy
[18:24:02] *** Aliks has quit IRC
[18:24:04] *** mary5030 has quit IRC
[18:24:08] <sonu> i want to publish it so that everyone can see it
[18:24:12] <sonu> thats what i mean
[18:24:23] <okdamn> why GET works and POST not :( unbelievable
[18:24:32] <sonu> can you give me some good pointers for heroku?
[18:24:40] <okdamn> sonu: google for free angular hosting or deploy
[18:24:43] *** plitzenberger has joined #angularjs
[18:24:45] <okdamn> uìll find some
[18:24:58] *** armno has quit IRC
[18:25:09] <okdamn> sonu: pointers? just setup an heroku free space and deploy :D
[18:25:10] <sonu> thank you :)
[18:25:14] <okdamn> i never used heroku
[18:25:19] <okdamn> you're welcome
[18:25:25] <sonu> i have used it for express
[18:25:35] <okdamn> ok nice so u know how to do ehehe
[18:25:56] <okdamn> sonu: u can also create a github repo + github domain page
[18:26:00] <sonu> but that was little diff than angular
[18:26:05] <okdamn> if u want to public your code tho
[18:26:12] *** IanOlson has joined #angularjs
[18:26:13] *** ccohn has joined #angularjs
[18:26:16] *** goblortikus has joined #angularjs
[18:26:31] *** JoelKelly has joined #angularjs
[18:26:47] *** riets has joined #angularjs
[18:26:58] <JoelKelly> morning guys. Is it possible in angular to dynamically add a new directive during a scope watch?
[18:27:05] *** mguillec_ has joined #angularjs
[18:27:13] <JoelKelly> should I add the scope watch to the compile?
[18:27:15] *** startupality has quit IRC
[18:27:24] *** jkremser has quit IRC
[18:27:27] <riets> Hello, I have a common menu in ng-include, it menu have logout link. How can I do to call an action of logincontroller, not actual view controller?
[18:27:40] *** juampy has joined #angularjs
[18:27:43] *** sergeyb has quit IRC
[18:28:28] *** shackleford has quit IRC
[18:28:39] <ftwordring> subnl: I haven't figured out how I'm going to change which template I'm loading (i.e. an existing object or a new object)
[18:28:41] *** goblortikus has quit IRC
[18:28:49] *** goblortikus has joined #angularjs
[18:28:51] *** arabot has joined #angularjs
[18:28:55] <okdamn> JoelKelly: i guess u need to force $digest
[18:28:55] *** Efrem is now known as Efrem-Away
[18:29:10] *** arabot has left #angularjs
[18:29:26] <subnl> ftwordring: Can I ask why you are passing this object through separate controllers? Is it an app-wide variable or something?
[18:29:29] <okdamn> or anyway try putting it and debugging to see what happens
[18:29:36] <JoelKelly> okdamn: if I do that inside the watch it seems to claim digest is already running ... but if that is the right track I will explore it a bt more
[18:29:48] *** Gambit- has joined #angularjs
[18:29:49] <okdamn> JoelKelly: why u need watch?
[18:29:51] <sonu> thank you wafflejock :)
[18:29:53] <wafflejock> sonu: there's a good write up here on how to get things setup for deployment, more for components than projects but maybe you want to break things up
[18:30:04] *** mguillech has quit IRC
[18:30:04] *** AlexZanf has quit IRC
[18:30:29] *** sk87 has quit IRC
[18:30:31] *** yoshokatana_ has joined #angularjs
[18:30:32] <JoelKelly> okdamn: The selectedJob needs to inject when that value changes
[18:30:35] *** yoshokatana_ has quit IRC
[18:30:41] <subnl> ftwordring: You can change the template by having a controller with some scope model that determines if you are using a new or editing existing. Then you can use ng-if in your template to include the correct sub-template
[18:30:42] <okdamn> JoelKelly: mmm ok
[18:30:49] <JoelKelly> so ... I watch for it and do some calculations to figure out where it should go
[18:30:54] *** redders has joined #angularjs
[18:31:01] *** mary5030 has joined #angularjs
[18:31:03] <okdamn> sure
[18:31:06] <okdamn> eheh
[18:31:21] *** yoshokatana_ has joined #angularjs
[18:31:54] *** yoshokatana_ has quit IRC
[18:32:06] <ftwordring> subnl: In hindsight I feel like 'template' wasn't the right word for it... picture it's like you're on a screen to create a type of rocket launcher, you get some options to create your rocket launcher that are specific to the "creation phase"... I also have an "edit phase" where you can only access certain graphical elements and so fourth but it's almost identical to the creation.
[18:32:12] <subnl> ftwordring: So basically, you have a controller that knows whether you have an existing thing or are editing a new one. In that controller's template, you can ng-include the correct sub-template by using ng-if="isExisting(someObj)"
[18:32:18] *** Natsu- has quit IRC
[18:32:22] *** nemothekid has joined #angularjs
[18:32:55] <subnl> you can use ng-if in your template to make sure when you are in a different stage, you can't edit the things you can't change after creation
[18:33:00] <ftwordring> subnl: thanks, I'll give that a shot, I've never used ng-include
[18:33:03] *** cotko has quit IRC
[18:33:08] <bberry_> So i have a $scope variable that is inside of a function inside my controller. The only way that the data updates in my view is if i have something like var self = this OUTSIDE of the funciton, and then set it like self.foo = 5; Is this how its supposed to be?
[18:33:21] *** cotko has joined #angularjs
[18:33:23] <bberry_> I tried just doing $scope.foo = 5, and it doesnt update the view
[18:33:37] *** TimmyTones has joined #angularjs
[18:33:39] <wafflejock> JoelKelly: you might be better off using ng-show/ng-hide or ng-if or ng-switch to just toggle what gets displayed based on some model value
[18:33:43] <subnl> ftwordring: np, you might just be able to get away with judicious use of ng-if only in your html, but good luck
[18:33:54] <wafflejock> JoelKelly: like ng-show="curJob == selectedJob" on your directive
[18:33:59] *** mcreager has joined #angularjs
[18:34:01] <ftwordring> subnl: that sounds ugly... I've been avoiding that
[18:34:10] *** GianArb has quit IRC
[18:34:11] <goblortikus> bberry do you have some external code like plunker?
[18:34:41] *** apetro_ has quit IRC
[18:34:42] *** blueadept has joined #angularjs
[18:34:42] *** blueadept has joined #angularjs
[18:35:13] *** plitzenberger has quit IRC
[18:35:37] <bberry_> with this setup, itll change the view for self.expires
[18:35:53] *** chrisbirk has quit IRC
[18:36:23] *** itsmeandrewd has joined #angularjs
[18:36:29] *** plitzenberger has joined #angularjs
[18:36:29] <JoelKelly> wafflejock: I tried that all day yesterday .. the problem I have is I am operating inside of a ng-repeat that is being filtered
[18:36:32] <bberry_> but if i try $scope.expires or even var self = $scope outside the updateTimer function, it doesnt display anything for dashboardController.expires in the view
[18:36:36] *** sergeyb has joined #angularjs
[18:36:43] <JoelKelly> works great when I first use it .. but once it gets filtered it kills everything
[18:36:57] <wafflejock> JoelKelly: should be okay still as long as you don't rely on $index I think
[18:37:18] <wafflejock> that's the only place I've seen problems with using filters/sorting
[18:37:53] *** mikeywaites1 has quit IRC
[18:38:09] *** MaxV has joined #angularjs
[18:38:17] <JoelKelly> wafflejock: The sorting works great ... it is a wierd design though so it requires a variable fiels .. and since it is responsive that fields position will change ... it is an odd problem .. I appreciate you helping out :)
[18:38:34] *** BahamutWC has quit IRC
[18:38:35] *** jstroem has quit IRC
[18:39:08] <wafflejock> JoelKelly: yea just throwing in my two cents post a plunkr if you get stuck again and will try to figure it out from there
[18:39:24] *** drej has quit IRC
[18:39:52] *** sonu has quit IRC
[18:39:56] *** jdj_dk has joined #angularjs
[18:40:04] <redders> bberry_: I assume you are using the controller as syntax?
[18:40:05] *** drej has joined #angularjs
[18:40:12] <JoelKelly> wafflejock: Will do!
[18:40:47] <bberry_> redders: as syntax?
[18:40:49] <goblortikus> _bberry why don't you put it on $scope instead of self? and the first time you invoke updateTimer you are doing it directly instead of in $timeout.
[18:40:55] *** lefant has quit IRC
[18:40:59] *** mewm has joined #angularjs
[18:41:02] <goblortikus> angular may not be aware that it needs to update
[18:41:09] *** night-owl2 has quit IRC
[18:41:22] *** sergeyb has quit IRC
[18:41:24] <goblortikus> redders what do you thinkg?
[18:41:26] *** cacts|wtf has joined #angularjs
[18:41:32] <redders> bberry_ - your markup - ng-controller = "dashboardController as dashboard"?
[18:41:38] *** cacts|works has quit IRC
[18:41:52] *** jbourassa has quit IRC
[18:42:08] <bberry_> redders: yeah im doing ng-controller="dashboardController as dCtrl"
[18:42:24] *** toastynerd has joined #angularjs
[18:42:43] *** tonycoco has quit IRC
[18:42:43] *** mikronaz has quit IRC
[18:42:44] *** okdamn has quit IRC
[18:42:44] *** jackweirdy has quit IRC
[18:43:00] *** mguillec_ has quit IRC
[18:43:18] *** cspra85 has quit IRC
[18:43:18] *** jbourassa has joined #angularjs
[18:43:28] *** SomeKittens has quit IRC
[18:43:30] *** mguillech has joined #angularjs
[18:43:31] *** mguillech has joined #angularjs
[18:43:48] *** bade has quit IRC
[18:43:51] *** torrieri has quit IRC
[18:43:51] <bberry_> goblortikus, if i do $scope.expires = ttl instead of self.expires = ttl, the view doesnt update ever
[18:44:01] <redders> bberry_ ok, if you do it that way then $scope isn't used I don't think, so yes you do need to keep a reference to the controllers context. You could alternatively use bind to run that anonymous function in the controller context and still use "this", but using $scope won't work unless you just use ng-controller="dashboardController"
[18:44:06] *** kuus has quit IRC
[18:44:27] *** jdj_dk has quit IRC
[18:44:30] *** jbourassa has quit IRC
[18:44:35] *** rho has joined #angularjs
[18:44:37] *** rho has joined #angularjs
[18:44:57] <bberry_> redders: interesting. well that clarifies my problem. Mainly i just wanted to make sure that its okay to use 'this' instead of $scope
[18:45:24] *** Bade has joined #angularjs
[18:45:35] <bberry_> redders: honestly, i will probably just stop using the 'as' syntax
[18:45:37] *** Snugug has quit IRC
[18:45:53] *** MaxV has quit IRC
[18:45:56] *** xat- is now known as xAt
[18:46:00] *** jbourassa has joined #angularjs
[18:46:15] *** dve_ has quit IRC
[18:46:17] <riets> Is it possible to call controller action inside interceptor?
[18:46:20] *** phrozensilver has joined #angularjs
[18:46:20] *** torrieri has joined #angularjs
[18:46:28] *** phrozensilver has quit IRC
[18:46:36] *** MaxV has joined #angularjs
[18:46:40] *** shackleford has joined #angularjs
[18:46:54] <redders> bberry_ - yeah I'm not a fan, though it's on my todo list to properly understand it
[18:46:57] *** toastynerd has quit IRC
[18:47:06] *** charuru has quit IRC
[18:47:07] <goblortikus> so you bbery you need to access dctrl.expires
[18:47:09] *** jbourassa has quit IRC
[18:47:14] <bberry_> redders gotcha.
[18:47:14] <goblortikus> not dashboadController.expires
[18:47:20] *** cisox_away has quit IRC
[18:47:27] <bberry_> goblortikus: if i use the 'as' syntax, yes
[18:47:29] *** zquad has joined #angularjs
[18:47:34] <goblortikus> because you declared dashboardController as dctrl...
[18:47:36] <bberry_> and the 'this' variable for the controller scope totally works if i do that
[18:47:38] <bberry_> yeah
[18:47:40] <goblortikus> yes, IF you us as syntax.
[18:47:46] *** Seus has joined #angularjs
[18:47:51] <bberry_> yep yep
[18:48:06] *** Methylated has joined #angularjs
[18:48:23] *** Snugug has joined #angularjs
[18:48:37] *** jbourassa has joined #angularjs
[18:48:42] *** magus_ has quit IRC
[18:48:42] <zquad> I want to start writing a massive application with angular but is not sure how to structure my code with regard to folder structure, external 3rd party code (eg jquery), where to put services, modules templates or controllers. Any suggested reading? Or any suggestion?
[18:49:16] <zquad> I noticed that yeoman provides some basic scaffolding, is that sufficient?
[18:49:17] *** magus_ has joined #angularjs
[18:49:34] *** dve_ has joined #angularjs
[18:49:46] *** mattwynne has joined #angularjs
[18:49:51] <oniijin> sure
[18:49:53] *** thedodd has quit IRC
[18:49:53] *** dob_ has quit IRC
[18:50:19] *** dob_ has joined #angularjs
[18:50:25] *** roolo has quit IRC
[18:50:42] *** MaxV has quit IRC
[18:51:03] *** zwacky has joined #angularjs
[18:52:05] *** bengillies has quit IRC
[18:52:06] *** karinaOK has joined #angularjs
[18:52:14] <zquad> thanks oniijin
[18:52:22] *** tsalb has joined #angularjs
[18:52:22] <wafflejock> zquad: yeah it's a good starting point
[18:52:42] *** bengillies has joined #angularjs
[18:52:43] *** sk87 has joined #angularjs
[18:53:06] <wafflejock> zquad: you probably want to create sub-directories for your modules and split the app into different modules for the different functional sections
[18:53:36] *** thedodd has joined #angularjs
[18:53:45] <wafflejock> zquad: eventually I stripped down the grunt file configuration to just do the things I'm interested in too (had to learn about the plugins though so that was an incremental process)
[18:54:06] <oniijin> i like having stuff split into component folders
[18:54:17] <oniijin> makes it easy to drop into other projects
[18:54:21] <wafflejock> yup
[18:54:22] <zquad> Thanks wafflejock, I was thinking of treating page as a single page app and module by itself and have a folder for each module
[18:54:35] *** Rahul_Roy has quit IRC
[18:54:36] *** sk87 has quit IRC
[18:54:38] *** LoveAndHappiness has joined #angularjs
[18:54:52] *** dob_ has quit IRC
[18:54:56] *** night-owl2 has joined #angularjs
[18:55:10] *** jareddlc has joined #angularjs
[18:56:34] *** mafs_ is now known as mafs
[18:56:40] *** mafs has joined #angularjs
[18:56:40] *** mafs has joined #angularjs
[18:57:00] *** bengillies has quit IRC
[18:57:46] *** juampy has quit IRC
[18:58:27] *** wilmoore has joined #angularjs
[18:58:45] <sptq> hi
[18:58:45] *** Snugug has quit IRC
[18:58:47] *** Yahkob has quit IRC
[19:00:08] *** jacuqesdancona has joined #angularjs
[19:00:25] *** mguillech has quit IRC
[19:00:36] *** richiebkr has quit IRC
[19:01:24] *** mguillech has joined #angularjs
[19:01:35] *** dcherman has joined #angularjs
[19:01:53] *** wallerdev has joined #angularjs
[19:02:21] *** negval has quit IRC
[19:03:09] *** abahgat has joined #angularjs
[19:03:35] *** oste has quit IRC
[19:04:04] *** encrypt3d_fracti has quit IRC
[19:04:16] *** Valesk has joined #angularjs
[19:04:24] *** jacuqesdancona has quit IRC
[19:04:31] *** encrypt3d_fracti has joined #angularjs
[19:04:34] *** dcherman2 has quit IRC
[19:04:56] *** Ngwachi has joined #angularjs
[19:04:59] *** dcherman2 has joined #angularjs
[19:05:41] *** DV8__ has joined #angularjs
[19:05:51] *** slainer6_ has quit IRC
[19:06:05] *** Nizumzen has joined #angularjs
[19:06:32] *** yoshokatana_ has joined #angularjs
[19:06:37] *** nanoyak has joined #angularjs
[19:07:06] *** dcherman has quit IRC
[19:07:21] *** yoshokatana_ has joined #angularjs
[19:07:39] *** mcreager has quit IRC
[19:07:56] *** yoshokatana_ has quit IRC
[19:08:16] *** seydoggy has joined #angularjs
[19:08:25] *** screamingbanshee has joined #angularjs
[19:08:30] *** alanp has quit IRC
[19:08:40] *** encrypt3_ has joined #angularjs
[19:08:46] *** encrypt3d_fracti has quit IRC
[19:08:52] *** OddDuck has joined #angularjs
[19:08:52] *** OddDuck has joined #angularjs
[19:08:57] *** DV8_ has quit IRC
[19:09:02] *** fedenunez has quit IRC
[19:09:36] *** alanp has joined #angularjs
[19:09:44] *** cisox has joined #angularjs
[19:10:17] *** OnAir has joined #angularjs
[19:10:19] *** shackleford has quit IRC
[19:11:19] <OnAir> hi.i try to include a template using ng-include,however the content doesn't show.
[19:11:28] *** phuh has quit IRC
[19:11:46] <OnAir> anyone can help?
[19:11:54] *** phuh has joined #angularjs
[19:11:56] *** jaawerth has quit IRC
[19:12:00] <bealtine> how are you including?
[19:12:16] *** whunt has joined #angularjs
[19:12:22] *** grindmodeon has joined #angularjs
[19:12:48] *** Efrem-Away is now known as Efrem
[19:12:50] *** vintik has joined #angularjs
[19:13:07] *** screamingbanshee has quit IRC
[19:13:15] *** greengriminal has quit IRC
[19:13:22] <OnAir> <div ng-include="header.html"></div>
[19:13:39] *** danizord has joined #angularjs
[19:13:55] <bealtine> <div ng-include="'app/views/namehere.html'"> </div>
[19:14:07] <bealtine> double quotes
[19:14:20] *** seydoggy has quit IRC
[19:14:32] <caitp> OnAir: ng-include takes an angular expression
[19:14:47] *** ericbarnes has joined #angularjs
[19:14:49] <OnAir> e-.-i got error.
[19:14:49] *** seydoggy has joined #angularjs
[19:14:49] *** Guest67139 is now known as InezK_away
[19:14:52] <caitp> if you want to pass a constant string to it, you need to quote the string inside the quoted attribute
[19:15:06] <caitp> like ng-include=" 'header.html' "
[19:15:19] *** InezK_away is now known as Guest8654
[19:15:26] <caitp> ng-include="header.html" will cause it to inspect $scope.header.html instead
[19:15:31] <caitp> which is probably not hwat you want
[19:15:41] *** heidi has joined #angularjs
[19:15:46] *** mcreager has joined #angularjs
[19:15:49] *** alho has joined #angularjs
[19:16:04] *** jaawerth has joined #angularjs
[19:16:41] *** seydoggy has quit IRC
[19:16:48] *** josh-k has quit IRC
[19:17:15] *** josh-k has joined #angularjs
[19:17:15] *** geiltalasdair has quit IRC
[19:17:29] *** arntempelgibbarn has quit IRC
[19:17:41] <OnAir> ok~~thanks
[19:17:42] *** jonnybro has joined #angularjs
[19:18:11] *** xAt is now known as xat-
[19:18:27] *** morenoh152 has joined #angularjs
[19:18:36] <caitp> no prob ^^
[19:18:59] *** geilt has joined #angularjs
[19:19:07] *** wiherek has quit IRC
[19:19:57] *** cspeak has quit IRC
[19:20:22] *** richiebkr has joined #angularjs
[19:20:48] *** toastynerd has joined #angularjs
[19:20:55] *** cigarshark has joined #angularjs
[19:21:30] *** seydoggy has joined #angularjs
[19:21:35] *** torrieri has quit IRC
[19:21:51] *** oste has joined #angularjs
[19:21:58] *** josh-k has quit IRC
[19:22:12] *** Schtive has quit IRC
[19:22:19] *** zemanel has quit IRC
[19:22:41] *** guilbep has quit IRC
[19:23:04] *** Sebastien-L has quit IRC
[19:23:35] *** conan_the_destro has quit IRC
[19:23:49] *** shinnya has quit IRC
[19:23:58] *** fooflare has quit IRC
[19:24:13] *** tangorri has quit IRC
[19:24:51] *** conan_the_destro has joined #angularjs
[19:25:43] *** Willow__ has joined #angularjs
[19:26:24] *** airtonix has quit IRC
[19:26:56] *** mguillech has quit IRC
[19:27:27] *** joker666 has quit IRC
[19:27:53] *** mguillech has joined #angularjs
[19:27:54] *** Willow_ has quit IRC
[19:28:21] *** airtonix has joined #angularjs
[19:29:28] *** mguillec_ has joined #angularjs
[19:29:42] <bberry_> redders: read that article you linked. it looks like the simple answer is to use 'this' instead of $scope. If you need $scope for its methods (like $scope.$on), you just get it via DI.
[19:29:43] *** Snugug has joined #angularjs
[19:30:21] <bberry_> theres a bit more to it, but that is pretty much the main points that i took from the article
[19:30:29] <redders> bberry_ that was the jist i got too
[19:30:56] <bberry_> redders: forgot to thank you earlier btw, so thanks :D
[19:31:02] <bberry_> you too goblortikus
[19:31:08] <redders> bberry_ no probs :)
[19:31:11] *** juampy has joined #angularjs
[19:31:19] *** dccc_ has joined #angularjs
[19:31:34] *** merqlove has joined #angularjs
[19:31:42] *** calumet has quit IRC
[19:31:52] *** toastynerd has quit IRC
[19:32:23] *** mguillech has quit IRC
[19:32:23] *** sneakertack has quit IRC
[19:32:35] *** Schtive has joined #angularjs
[19:32:48] *** cspeak has joined #angularjs
[19:32:59] *** Ilyas has joined #angularjs
[19:32:59] *** sumit has joined #angularjs
[19:33:43] *** merqlove has quit IRC
[19:34:03] *** seydoggy has quit IRC
[19:34:07] *** dob_ has joined #angularjs
[19:34:12] *** merqlove has joined #angularjs
[19:34:34] <bberry_> redders: also, you were saying i could use angular.bind. Is there an angular.call as well? Since i invoke the function immediately, thought that might make sense
[19:34:36] *** seydoggy has joined #angularjs
[19:34:44] *** krawek has quit IRC
[19:34:49] *** dcherman has joined #angularjs
[19:34:50] *** dcherman2 has quit IRC
[19:34:53] *** OddDuck has quit IRC
[19:34:54] <bberry_> (im assuming they work the same as the native javascript bind and call functions)
[19:34:57] *** duall has quit IRC
[19:35:02] *** OffTheRails has joined #angularjs
[19:35:18] *** OddDuck has joined #angularjs
[19:35:18] *** OddDuck has joined #angularjs
[19:36:30] *** merqlove has quit IRC
[19:37:06] <ftwordring> How do I inject a service into my $rootScope?
[19:37:14] <ftwordring> (It's a util service, don't worry)
[19:37:18] *** ManBearPixel has joined #angularjs
[19:37:41] *** merqlove has joined #angularjs
[19:37:48] *** Methylated has quit IRC
[19:38:03] *** richiebkr has quit IRC
[19:38:22] <snapwich> ftwordring: .run(function($rootScope, utilService){ $rootScope.utilService = utilService; })
[19:38:35] <ftwordring> snapwich: thanks
[19:38:39] *** DuelShark has joined #angularjs
[19:38:42] <bberry_> redders, i could always just use the regular old fn.call that native javascript has
[19:38:53] <sonofdirt> hey guys, is there a standard location to put static files for the user to download? something like app/static?
[19:39:02] *** seydoggy has quit IRC
[19:39:05] <sonofdirt> ir app/src, app/etc
[19:39:15] <snapwich> no there's not a standard location to put static files
[19:39:22] <sonofdirt> i coul duse anything, but wondering if there is a convention to follow
[19:39:23] *** thedodd has quit IRC
[19:39:24] *** jstroem has joined #angularjs
[19:39:28] <oniijin> not really
[19:39:33] <sonofdirt> k thanks
[19:39:40] *** merqlove has quit IRC
[19:39:50] <oniijin> since routing has little to do with where 'stuff' is. stick it wherever
[19:39:52] <snapwich> just keep in mind of making in dynamic enough to do CDN substitution later if you want
[19:39:55] *** merqlove has joined #angularjs
[19:40:01] *** Methylated has joined #angularjs
[19:40:11] *** merqlove has quit IRC
[19:40:13] *** motionman has quit IRC
[19:40:22] <sonofdirt> ah thanks good point but its just a qatool, im providing a template
[19:40:36] <sonofdirt> appreciate your input
[19:40:48] *** riets has quit IRC
[19:41:13] <bberry_> redders: haha nope, that totally didnt work XD. I guess ill just do a .bind then call the function
[19:41:16] *** merqlove has joined #angularjs
[19:41:18] <sonofdirt> preatty nea ttho, i rolle dthis app that parses qa data from a CSV and autofills forms,
[19:41:21] *** ppppaul has quit IRC
[19:41:25] <quicksnap> I have build system (grunt/gulp) collect all static stuff (images, assets) and put them into dist/assets or something like that
[19:41:29] <quicksnap> sonofdirt: ^
[19:41:30] *** mpaarating has quit IRC
[19:41:34] <sonofdirt> saving my teammates some carpel tunnel
[19:41:50] *** AlexZanf has joined #angularjs
[19:41:51] <sonofdirt> assets is a good name
[19:41:56] <ManBearPixel> Is there a way for an angularjs service to determine where (filename and/or line) that service’s method was called?
[19:42:12] *** optikalmouse has joined #angularjs
[19:42:14] <ManBearPixel> I’m looking for a way to implement a debug system, maybe extending the $log functionality of angular
[19:42:41] <ManBearPixel> But I would like to determine which controller or server called the log so I can trace it
[19:42:47] *** LoveAndHappiness has quit IRC
[19:42:51] *** Seus has quit IRC
[19:43:00] *** shackleford has joined #angularjs
[19:43:07] *** LoveAndHappiness has joined #angularjs
[19:43:11] *** yza has joined #angularjs
[19:43:20] <quicksnap> Maybe throw an error and catch it, get the stack
[19:43:24] *** dmack has joined #angularjs
[19:43:54] *** night-owl2 has quit IRC
[19:43:55] *** jstroem has quit IRC
[19:43:56] *** sumit has quit IRC
[19:44:54] *** yogurt_truck has joined #angularjs
[19:46:22] *** naneau has quit IRC
[19:46:26] <yza> ne1 use angular with rails?
[19:46:35] *** calumet has joined #angularjs
[19:46:38] *** renz has joined #angularjs
[19:46:40] *** bphogan is now known as bphogan_afk
[19:46:46] *** mguillec_ has quit IRC
[19:46:47] *** CainVampyr has quit IRC
[19:47:26] *** merqlove has left #angularjs
[19:47:33] *** shackleford has quit IRC
[19:47:44] *** mguillech has joined #angularjs
[19:47:58] <pswizzle> yza: Yep, it's a PITA, but it works
[19:48:11] <yza> hmm
[19:48:13] <yza> wth then
[19:48:14] *** MaxV has joined #angularjs
[19:48:20] *** dve_ has quit IRC
[19:48:21] <pswizzle> Eh?
[19:48:23] *** MaxV has quit IRC
[19:48:25] <yza> it must be the way my json is being formatted with angular
[19:48:37] <yza> its only creating name for the car and spitting back 502
[19:48:41] *** francisl has quit IRC
[19:48:56] *** dve has joined #angularjs
[19:48:59] <yza> oops
[19:49:02] *** seydoggy has joined #angularjs
[19:49:03] <yza> my bad wrong chatroom
[19:49:07] <yza> yeah i see that pswizzle
[19:49:12] <yza> im back and forth between the rails room :-/
[19:49:17] *** MaxV has joined #angularjs
[19:49:26] <pswizzle> Hah, gotcha. I've got a gigantic app sitting on rails - need a hand?
[19:49:37] *** jdj_dk has joined #angularjs
[19:49:44] *** richiebkr has joined #angularjs
[19:49:50] *** seydoggy has quit IRC
[19:50:32] *** seydoggy has joined #angularjs
[19:50:33] *** bphogan_afk is now known as bphogan
[19:50:48] *** avree has quit IRC
[19:51:35] *** ki0 has quit IRC
[19:51:59] *** daryllxd_ has quit IRC
[19:52:42] *** RichardLitt has joined #angularjs
[19:53:14] *** Yahkob has joined #angularjs
[19:53:22] *** MaxV has quit IRC
[19:53:26] <optikalmouse> I was trying to get through some stackoverflow unanswered angularjs questions. knocked a few down
[19:53:28] *** dve has quit IRC
[19:53:39] <optikalmouse> 14,888 of them yesterday, now it's at 15026
[19:53:42] <optikalmouse> cannot win.
[19:53:57] *** LoveAndHappiness has quit IRC
[19:54:03] *** jdj_dk has quit IRC
[19:54:04] *** subsonic has joined #angularjs
[19:54:35] *** frickett has quit IRC
[19:54:35] *** Nizumzen has quit IRC
[19:54:43] <RichardLitt> optikalmouse: good job man
[19:54:50] *** screamingbanshee has joined #angularjs
[19:54:52] <RichardLitt> I tried to get through the issues
[19:54:58] <pswizzle> @RichardLitt - oh hey dude; I think I met you at NodeConf
[19:55:10] *** Yahkob has quit IRC
[19:55:11] <RichardLitt> pswizzle: probable! I was playing 4square a lot
[19:55:20] <pswizzle> Hah, 8BitDesigner on twitter
[19:55:33] *** Yahkob has joined #angularjs
[19:55:34] *** dcherman2 has joined #angularjs
[19:57:08] <RichardLitt> yep. I remember yuo
[19:57:09] *** Antony_ has joined #angularjs
[19:57:13] *** dcherman has quit IRC
[19:57:13] <RichardLitt> unsurprisingly, richlitt on twitter
[19:57:37] <grindmodeon> pswizzle: you a designer?
[19:59:00] *** mary5030 has quit IRC
[19:59:05] *** dob_ has quit IRC
[19:59:19] *** jdummy has joined #angularjs
[19:59:53] *** JoelKelly has quit IRC
[20:00:05] <jdummy> Can I reuse the same controller throughout a view?
[20:00:08] *** cdwSymfony has joined #angularjs
[20:00:12] *** plitzenberger has quit IRC
[20:01:01] *** oste has quit IRC
[20:01:07] *** kppullin has quit IRC
[20:01:11] *** harumph has joined #angularjs
[20:01:25] *** amacgregor has joined #angularjs
[20:01:31] *** Antony_ has quit IRC
[20:01:41] *** alextucker has joined #angularjs
[20:01:43] *** seventy3_away has joined #angularjs
[20:01:52] *** DrMabuse has joined #angularjs
[20:01:56] <cdwSymfony> got a question… This might sound crazy but I am doing some development with titanium, and I am interested in using angular.js to handle the Model and Controller, and View… Is there a way for me to replace the angular default html compiler with a custom compiler that would setup view that call Titanium methods to create mobile apps?
[20:02:01] *** seventy3_away is now known as seventy3
[20:02:28] <RichardLitt> jdummy: should be possible
[20:02:34] *** cyth is now known as cythrawll
[20:02:37] <oniijin> y not use ionic
[20:02:39] *** goblortikus has quit IRC
[20:03:06] *** goblortikus has joined #angularjs
[20:03:16] *** francisl has joined #angularjs
[20:03:52] *** joroci has quit IRC
[20:03:54] *** OffTheRails has quit IRC
[20:03:58] *** shackleford has joined #angularjs
[20:04:12] *** mguillech has quit IRC
[20:04:17] <cdwSymfony> Inherited the Titanium stuff… But does ionic create apps taht can be distributed through the Apple App store?
[20:04:17] <whitebook> does Angular have its own "underscore.js" like library?
[20:04:21] *** ineedarobot has quit IRC
[20:04:21] *** joroci has joined #angularjs
[20:04:26] <nickeddy> whitebook: use lodash
[20:04:56] *** calumet has quit IRC
[20:04:58] <oniijin> what nickeddy said
[20:05:02] <RichardLitt> whitebook: it doesn’t, you can add lodash easily. uses jQlite natively
[20:05:07] *** mguillech has joined #angularjs
[20:05:17] <Efrem> cdwSymfony unless something has changed drastically since I last looked at titanium using angular with it isn't going to work
[20:05:18] <whitebook> is that Angular specific? whats the benefit of lodash vs underscore?
[20:05:20] <jdummy> Thanks RichardLitt, I thought so... running into problems but likely unrelated
[20:05:20] *** mary5030 has joined #angularjs
[20:05:25] <whitebook> no dependency on jquery?
[20:05:38] <ftwordring> Is it wrong to think of modules like packages?
[20:05:42] <ftwordring> Coming from java?
[20:06:04] <nickeddy> whitebook: no jquery dependency. lodash has better performance and code review, and supercedes underscore
[20:06:08] <pswizzle> RichardLitt - used to be; now just a JS dev
[20:06:11] <oniijin> based on cordova, if ur familiar with phonegap project
[20:06:18] *** DrMabuse has quit IRC
[20:06:29] <whitebook> nickeddy THx.
[20:06:35] <nickeddy> np
[20:06:39] <oniijin> yes i believe they say it is superset of underscore
[20:06:40] *** disorder20 has joined #angularjs
[20:06:50] <nickeddy> superset* yeah haha
[20:07:03] *** eruthven has joined #angularjs
[20:07:11] <whitebook> Let me check the docs to see if I can use as drop in replacement to something using underscore
[20:07:38] *** goblortikus has quit IRC
[20:07:42] <RichardLitt> whitebook: you can
[20:07:54] *** goblortikus has joined #angularjs
[20:08:06] *** RandyT has quit IRC
[20:08:36] <whitebook> Great!
[20:08:39] *** juanlas has quit IRC
[20:08:41] <redders> bberry_ sorry, was afk.
[20:09:07] *** mattwynne has quit IRC
[20:09:14] *** RandyT has joined #angularjs
[20:09:17] *** stevvooe has joined #angularjs
[20:09:24] *** ededagic has joined #angularjs
[20:09:28] <eruthven> Hi i am doing a simple Angular route with a url param, whenever i hit the url route it crashes my browser, if i take out the url param it works .. Anyone else run into this?
[20:09:29] <bberry_> redders no worries :D i unfortunately couldnt get bind to work very well. It would work for the first iteration but i think $timeout isnt continuing to the the 'this' variable that i pass in
[20:09:43] *** juanlas has joined #angularjs
[20:09:46] <bberry_> to get the*
[20:10:04] <redders> bberry_ you should be able to use regular fn.bind() and fn.call(). You do have to make sure that you bind the callback function here expiresTimeout = $timeout(updateTimer.bind(this),100); as well as calling the anonymous function with "this" as well
[20:10:22] *** frickettz has joined #angularjs
[20:10:23] <renz> Hi, im building a HUGE application with around 500 tables and dynamic role security. I want to use ng-boilerplate but it compiles all my js and views into a single file. Will that file be too big for the initial load? It seems to me like an overkill. Do you have any suggestion to load only relevent modules?
[20:10:29] *** mikehaas763 has quit IRC
[20:10:30] <nickeddy> robdubya: you awake?
[20:10:32] *** kppullin has joined #angularjs
[20:10:34] <bberry_> redders: yeah, i think that was the problem. ill try that thanks :D
[20:10:37] *** OffTheRails has joined #angularjs
[20:10:58] *** mindlace has joined #angularjs
[20:11:01] *** danyim has joined #angularjs
[20:11:15] *** mehlah has quit IRC
[20:11:18] <cdwSymfony> onijin: Wear where you two weeks ago when I inherited this mess!!!!!
[20:11:24] *** ededagic has quit IRC
[20:11:28] *** phuh has quit IRC
[20:11:48] <Efrem> he was probably sleeping
[20:11:50] <bberry_> redders: boom, works great now :D
[20:11:55] *** phuh has joined #angularjs
[20:12:07] <oniijin> probably drunk on a pile of strippers
[20:12:13] <Efrem> or that lol
[20:12:33] *** ineedarobot has joined #angularjs
[20:12:41] <redders> bberry_ good job
[20:12:45] *** dariocravero has joined #angularjs
[20:12:49] *** DrMabuse has joined #angularjs
[20:12:54] *** mikehaas763 has joined #angularjs
[20:12:56] *** GilbertSun has joined #angularjs
[20:12:58] <cdwSymfony> LOL… Well, If I wasn't in a rush to move this project out I'd make the move now… But Gonna do some digging while I am on Vacay….
[20:13:11] *** TorpedoSkyline has quit IRC
[20:13:19] <cdwSymfony> oh look… Shiny!
[20:13:21] <oniijin> cdwSymfony i'd check out ionic. cordova/phonegap is very well supported
[20:13:32] *** lsiv568 has quit IRC
[20:13:35] <oniijin> and the guys in phonegap chan are super friendly
[20:13:36] *** atomical has quit IRC
[20:13:45] *** Rahul_Roy has joined #angularjs
[20:13:51] <GilbertSun> sleep
[20:13:58] *** lsiv568 has joined #angularjs
[20:14:03] *** GilbertSun has quit IRC
[20:14:11] <oniijin> buffalo wing
[20:14:17] <bberry_> redders: honestly i havent looked into tests at all yet. Just getting started w/ angular :D
[20:14:17] <wafflejock> popeye
[20:14:22] *** mccarrontr1ck has quit IRC
[20:14:25] <cdwSymfony> onijin: the odd thing my boss asked me yesterday whey the mobile guys haven't embraced html.
[20:14:34] *** bluesm has quit IRC
[20:14:36] <wafflejock> awe you guys broke the word association
[20:14:40] <oniijin> yeah wtf
[20:14:42] <oniijin> assholes
[20:14:46] <redders> bberry_ ah right - I'm just getting started with testing really. enjoying it though.
[20:15:04] <oniijin> cdwSymfony cuz layout with html for mobile is pita
[20:15:05] <cdwSymfony> rather be an asshole then a whole ass.
[20:15:17] <wafflejock> that's pretty good
[20:15:25] *** danyim has quit IRC
[20:15:28] *** joehannes has joined #angularjs
[20:15:46] <joehannes> hello wild anularitists!
[20:15:51] <cdwSymfony> onijin: truely thanks for the heads up with iconic…
[20:16:00] <oniijin> joehannes are u in the wrong chan
[20:16:01] <wafflejock> ionic
[20:16:02] <oniijin> =p
[20:16:13] <cdwSymfony> ionic rather...
[20:16:18] <oniijin> u seem to be looking for a S&M channel
[20:16:18] *** pibu7 has quit IRC
[20:16:19] *** eruthven has quit IRC
[20:16:34] *** ineedarobot has quit IRC
[20:16:41] <raypulver> lawl
[20:16:49] <joehannes> I created an ng module that allows for multiple functional inheritance and writing css-selector-key-function-names + function itself instead of for example ng-click ... it is best used using coffeescript classes
[20:16:55] <joehannes> I got a small problem
[20:17:03] <oniijin> ask your doctor
[20:17:10] <nickeddy> lol
[20:17:10] *** plitzenberger has joined #angularjs
[20:17:18] *** KamalKaur has quit IRC
[20:17:19] <wafflejock> turn your head and cough
[20:17:28] <nickeddy> wafflejock and oniijin on it
[20:17:29] *** atomical has joined #angularjs
[20:17:33] *** mccarrontr1ck has joined #angularjs
[20:17:46] *** TheAceOfHearts has joined #angularjs
[20:17:54] *** frickett has joined #angularjs
[20:18:12] <joehannes> using a provider to create my module I used to return null after the $get function .... that worked .... now I get unknown provider in my app
[20:18:20] <bberry_> yeah it looks pretty cool. One thing i like about angular is that the documentation tells you 'how to use' the functionality of angular. Like i was reading the controllers guide on the angular site, and they were saying is that controllers are supposed to be very simple with little amount of controller logic.
[20:18:24] <bberry_> redders ^
[20:18:34] *** lsiv568 has quit IRC
[20:18:34] <joehannes> cough ... haha .. sorry, angularistutistics is definitely what I meant
[20:18:37] *** icfantv has joined #angularjs
[20:18:55] <wafflejock> joehannes: can you show a sample of what you're doing it's a bit difficult to parse
[20:18:56] *** memento has joined #angularjs
[20:18:56] <bberry_> redders: "Putting any presentation logic into Controllers significantly affects its testability."
[20:19:17] *** fedenunez has joined #angularjs
[20:19:25] <gjvc> bberry_: should they be in directives?
[20:19:26] <redders> bberry_ yeah the focus is on testability for sure - hence why I am (retrospectively) starting to use it. The docs are much better than they used to be, too
[20:19:28] <wafflejock> joehannes: unknown provider usually means there was some eariler error or a module wasn't included or something like that
[20:19:32] <joehannes> cool, an active channel ... @ wafflejock
[20:19:38] *** edy has joined #angularjs
[20:19:41] <oniijin> very much so
[20:19:42] <joehannes> so ... the current ng-module is here ...
[20:19:57] <redders> gjvc, bberry_ yes - directives for presentation logic for sure
[20:20:15] *** frickettz has quit IRC
[20:20:34] *** cspra85 has joined #angularjs
[20:20:40] <bberry_> gjvc, redders: and then control logic is probably in factories, services, or what-have-you
[20:21:12] *** tonycoco has joined #angularjs
[20:21:23] *** mguillech has quit IRC
[20:21:27] <joehannes> wafflejock ... I'm basically debugging my module and enhancing it while really working on something else ... but neway, using it in my real app just gives me ... unknown provider Clazz
[20:21:28] <gjvc> i need a table widget with per column filtering
[20:21:31] <bberry_> gjvc, redders: so controllers are pretty much just $scope initialization and adding behavior to $scope (according to the docs)
[20:21:39] <gjvc> bberry_: gotcha
[20:21:41] <optikalmouse> ^ angularjs tagged questions that have no answers and at least 3000 views
[20:21:48] <optikalmouse> if anyone wants stackoverflow reppoints ;'p
[20:21:52] <redders> gjvc, bberry_ Ideally yeah - controllers are pretty much for linking data to views, and defining things like click handlers. There are some exceptions of course
[20:22:04] <gjvc> i have slimmed down the controllers in my app and put the data in services
[20:22:19] <wafflejock> joehannes: are you sure it's loading the JS file that includes this code and you have a dependency in the main app module for angular-clazz
[20:22:23] <gjvc> doing this removed a lot of repeated code
[20:22:36] *** mguillech has joined #angularjs
[20:22:37] <mikehaas763> I have a div with an ng-if="myObj.objB" on it that has a child div with a directive on it. When myObj.objB becomes truthy the controller for the directive gets invoked. However, when myObj.objB changes, I would like for the directive and controller to be reinvoked. How can I do that?
[20:22:38] <mikehaas763> I know I could handle this with a nested ui-router state, but I don't feel like refactoring at the moment.
[20:22:47] <joehannes> wafflejock ... I only doublechcked twice, let me do it a third time
[20:22:49] *** erikruthven has joined #angularjs
[20:22:49] <redders> I'm off for now, peace out fellas.
[20:22:50] <wafflejock> joehannes: typically unknown provider just means it didn't load the file with the module in it or the module wasn't included as a dependency so the service wasn't loaded
[20:22:55] *** chrisbirk has joined #angularjs
[20:22:58] <BahamutWC|Work> I just saw code that made me cry
[20:23:04] *** mrlase has joined #angularjs
[20:23:05] <bberry_> why doesnt javascript have a 'Best Practice' recommendation in all of its books/guides/tutorials/etc? XD
[20:23:20] <wafflejock> joehannes: you can drop debugger; lines in the place the provider is defined too to be sure it hits that breakpoint
[20:23:21] <bberry_> too hard to do w/ a generic language i guess
[20:23:21] <mrlase> how do I make angularjs stack traces not suck :|
[20:23:30] *** speakingcode has quit IRC
[20:23:41] <wafflejock> BahamutWC|Work: it'll be okay
[20:23:42] <optikalmouse> mrlase: add names to your callback functions?
[20:23:46] <redders> this isn't a bad "best practise" guide above and beyond the official docs. Parts I don't agree wit hthos
[20:23:50] <redders> *with, though
[20:23:55] <BahamutWC|Work> _.each(…, function (item, index) { $scope.$watch(‘itemname[‘ + index + ‘]’, …) })
[20:23:56] *** jdummy has quit IRC
[20:23:59] *** Christer has joined #angularjs
[20:24:08] <bberry_> reddres: gotcha
[20:24:08] <joehannes> wafflejock .. .did that already as well
[20:24:11] <bberry_> redders*
[20:24:16] *** thedodd has joined #angularjs
[20:24:25] <mrlase> optikalmouse, hmm I'll try that
[20:25:04] *** speakingcode has joined #angularjs
[20:25:07] <wafflejock> joehannes: any way you can have the code you're trying to get working made public temporarily or something?
[20:25:15] <Christer> Hi, is there any way to enable HTML5 mode in angular links, and still be able to share the link ? When accessing a link directly from outside the domain, it gives me a 404.
[20:25:37] <erikruthven> hi i am doing a simple route with a route param, when i hit the route in browser it crashes browser, if i remove the param works as expected, any thoughts?
[20:25:45] *** calumet has joined #angularjs
[20:25:47] *** Sauvin has quit IRC
[20:25:50] <wafflejock> Christer: it requires the server side to redirect properly
[20:25:55] <joehannes> wafflejock ... fuhh, gimme a sec, just got an idea, if it doesn't work out I'll try a plunkr/fiddle .. sth
[20:26:03] <wafflejock> joehannes: cool
[20:26:04] *** screamingbanshee has quit IRC
[20:26:05] *** snurfery has joined #angularjs
[20:26:24] *** gunn has quit IRC
[20:26:29] <Christer> wafflejock, any guide on what needs to be configured?
[20:26:46] <joehannes> wafflejock: I lately introduced the line "DB = angular.injector(['pouchdb']).get 'pouchdb' ..." I guess this throws a silent exception and then the provider never is created or sth
[20:26:55] *** oste has joined #angularjs
[20:27:26] <wafflejock> joehannes: ah yeah sometimes I do the chrome pause on uncaught exceptions in the debug panel
[20:27:50] <wafflejock> joehannes: usually you'll see that stuff then though there can be lots of red herrings to look through
[20:27:58] *** DV8_ has joined #angularjs
[20:28:10] *** redders has quit IRC
[20:28:17] *** axelav has joined #angularjs
[20:28:33] *** harumph has left #angularjs
[20:28:53] *** gunn has joined #angularjs
[20:28:54] *** Guest8654 is now known as InezK_away
[20:29:37] *** InezK_away is now known as Guest35244
[20:29:43] *** sssilver has joined #angularjs
[20:29:45] *** lsiv568 has joined #angularjs
[20:29:47] <sssilver> Hello everyone
[20:29:59] *** DV8__ has quit IRC
[20:30:06] *** jdj_dk has joined #angularjs
[20:30:06] <joehannes> wafflejock ... yeah, forgot about that ... would've been a possibility
[20:30:17] *** Ngwachi has quit IRC
[20:30:17] *** Ygg has joined #angularjs
[20:30:31] *** Yahkob has quit IRC
[20:30:33] *** KamalKaur has joined #angularjs
[20:30:34] <sssilver> I have 2 tables, and I want table 1's row heights to be updated to match table 2's row heights whenever table 2's data is changed. What's the right way to approach this with an Angular directive?
[20:30:58] *** Rohan_ has joined #angularjs
[20:31:36] *** BobbieBarker has quit IRC
[20:31:38] *** cspra85 has quit IRC
[20:31:48] *** mcreager has quit IRC
[20:31:55] *** Yahkob_ has joined #angularjs
[20:32:28] <bberry_> Is it a bad idea to have multiple controllers for a single partial?
[20:32:42] *** ngbot has joined #angularjs
[20:32:43] <ngbot> angular.js/master 41cb588 Igor Minar: docs(faq): remove the mention of IE8
[20:32:43] *** ngbot has left #angularjs
[20:33:23] *** doddstack has joined #angularjs
[20:33:31] *** screamingbanshee has joined #angularjs
[20:33:34] *** thedodd has quit IRC
[20:33:42] *** monk12 has quit IRC
[20:33:50] <BahamutWC|Work> and there was great rejoicing (at the removal of IE8)
[20:35:33] *** zwacky has quit IRC
[20:35:34] *** zfogg has joined #angularjs
[20:35:44] <oniijin> purge it all BahamutWC|Work
[20:35:49] <humongous> while i dislike ms browsers, i do feel for people who are stuck coding in ms environments.
[20:35:50] <oniijin> death to IEw
[20:35:50] *** Ygg has quit IRC
[20:36:03] *** ftwordring has quit IRC
[20:36:05] *** mtsr has joined #angularjs
[20:36:21] <humongous> hope, im never one of them.
[20:36:30] *** seydoggy has quit IRC
[20:36:58] <BahamutWC|Work> at my previous job, I had to support IE8 :(
[20:37:03] *** seydoggy has joined #angularjs
[20:37:07] <BahamutWC|Work> lots of sad days
[20:37:09] *** mcreager has joined #angularjs
[20:37:27] *** frickettz has joined #angularjs
[20:37:37] <oniijin> you should give them app with blinky flashy text, marquees, and "site coming soon" gifs
[20:37:39] <humongous> such a nightmare.
[20:37:44] *** tonycoco has quit IRC
[20:37:50] <humongous> heh.. straight out of 1997
[20:37:50] <dmack> is there an easy way to "track all promises" within angular? does $q expose them globally somewhere?
[20:38:20] *** AndChat|110000 has quit IRC
[20:38:24] <humongous> use lots of pink, yellow and cyan with black background and lime green borders
[20:38:30] <humongous> too
[20:38:32] *** jdj_dk has quit IRC
[20:38:42] *** frickett has quit IRC
[20:38:58] *** mguillech has quit IRC
[20:39:22] *** jbourassa has quit IRC
[20:39:35] *** Johnny- has quit IRC
[20:39:54] *** OlHickoryHamMike is now known as SockSorcerer
[20:39:54] *** cthrax has quit IRC
[20:39:57] <oniijin> humongous easier to just apply geotheme
[20:40:03] <oniijin> bestest theme ever
[20:40:08] *** mguillech has joined #angularjs
[20:40:08] *** mguillech has joined #angularjs
[20:40:09] *** jstroem has joined #angularjs
[20:40:12] *** mrlase has left #angularjs
[20:40:32] <oniijin> #winningest
[20:40:48] *** DV8_ has quit IRC
[20:41:06] *** calumet has quit IRC
[20:41:07] *** vf1 has quit IRC
[20:41:15] *** Rohan_ has quit IRC
[20:41:21] <humongous> checking.
[20:41:24] *** seydoggy has quit IRC
[20:41:31] <humongous> EXACTLY!
[20:41:36] <humongous> nailed it.
[20:41:57] <humongous> that is awesome in its perfect ugliness
[20:42:01] <oniijin> some clients piss me off so much that i want to give them that
[20:42:01] *** ki0 has joined #angularjs
[20:42:43] <humongous> so bad, its good.
[20:43:11] <humongous> perfect replica of early web.
[20:43:17] *** negval has joined #angularjs
[20:43:22] <oniijin> to be fair there have been clients who basically kept mini changing stuff until it almost looked like geotheme anyway
[20:43:33] *** chrisbirk has quit IRC
[20:43:50] <humongous> yea.. i know what you mean.
[20:43:52] <oniijin> like pure red text on pure blue bg
[20:44:01] <oniijin> hurts my balls
[20:44:04] <humongous> hah
[20:44:13] *** seydoggy has joined #angularjs
[20:44:33] *** jstroem has quit IRC
[20:44:47] *** mikeywaites has joined #angularjs
[20:44:54] *** visionary has quit IRC
[20:46:05] *** bertrandk has quit IRC
[20:46:25] *** AngularNoob has joined #angularjs
[20:47:19] * AngularNoob politely wonders why loading/intstantiating an AngularJS module is so difficult?
[20:47:23] *** frickettz has quit IRC
[20:47:26] *** jbourassa has joined #angularjs
[20:47:32] *** mguillec_ has joined #angularjs
[20:48:18] *** vf1 has joined #angularjs
[20:48:29] <ansu> what's so difficult about it?
[20:48:33] *** MANCHUCK has quit IRC
[20:48:39] *** jbourassa has quit IRC
[20:48:41] <oniijin> it's automagic
[20:48:44] *** Trow has joined #angularjs
[20:48:59] <ansu> angular.module('myModule', []) seems fairly easy to me
[20:49:06] <AngularNoob> automagic is wonderful, when it actually works.
[20:49:40] <AngularNoob> ansu, I've tried that line of source, and it fails to instantiate and return the module. :(
[20:50:10] *** bbsss has quit IRC
[20:50:23] *** szymek_ has quit IRC
[20:50:26] <oniijin> there's some stuff u have to do in grunt to make sure everything i packed up ready to go
[20:50:31] *** mguillech has quit IRC
[20:50:35] <oniijin> otherwise the app wont know where to get it
[20:50:44] *** M-Pixel has joined #angularjs
[20:50:51] <oniijin> (assuming you have sep files, etc)
[20:51:03] *** rbs- is now known as rbs
[20:51:08] *** bkuberek has quit IRC
[20:51:47] *** daniele9821 has joined #angularjs
[20:51:58] <robdubya> what the FUCK are you doing there?
[20:52:32] *** gabrielERR has joined #angularjs
[20:52:45] <oniijin> lol perfectly put
[20:52:46] *** mpaarating has joined #angularjs
[20:52:54] <gabrielERR> hello there.. i've a question.. any1 use here the UI-boostrap ?
[20:53:06] <gabrielERR> any1 here use..
[20:53:15] <BahamutWC|Work> almost everyone here does :P
[20:53:16] *** bbsss has joined #angularjs
[20:53:27] <BahamutWC|Work> or at least, if they use bootstrap
[20:53:29] <gabrielERR> hehe.. ok then i will tell my problem..
[20:53:34] *** DrMabuse_ has joined #angularjs
[20:53:57] <robdubya> "its so hard to instantiate a module" becaues you're doing who knows what with SOAP / XML and apparently, the providier
[20:54:00] *** bertrandk has joined #angularjs
[20:54:00] *** bkuberek has joined #angularjs
[20:54:10] <oniijin> lol SOAP? is this 2004?
[20:54:12] <robdubya> protip - keep that soap madness away from angular. deal with it on the server.
[20:54:14] *** codedungeon has joined #angularjs
[20:54:20] *** orion1111 has quit IRC
[20:54:31] <robdubya> there's not going to be any good way to do it, since you know, its 2014, JSON, etc
[20:54:35] *** chrisbirk has joined #angularjs
[20:54:53] <robdubya> and i'm not just being a dick, because i deal with SOAP errryday
[20:54:54] *** cspra85 has joined #angularjs
[20:55:00] <gabrielERR> i want know phow i remove the navigation arrows from the carousel..any1 know ?
[20:55:04] *** screamingbanshee has quit IRC
[20:55:08] <robdubya> AngularNoob ^ all that shit by me
[20:55:10] <AngularNoob> yeah, but I've got a ten-year old suite of SOAP APIs, and I've been tasked with talking to them via Angular
[20:55:14] *** tonycoco has joined #angularjs
[20:56:02] <robdubya> dont. fucking. do. it.
[20:56:03] *** mcreager has quit IRC
[20:56:12] <robdubya> put a node.js server in the middle
[20:56:24] <robdubya> or literally anything else other than what you're trying to do
[20:56:45] *** screamingbanshee has joined #angularjs
[20:56:47] *** bjr217 has quit IRC
[20:56:58] *** enkristoffer has joined #angularjs
[20:56:59] <robdubya> i'll just reiterate that in the strongest possible terms. NO.
[20:57:01] *** MuffinMan` has joined #angularjs
[20:57:02] <AngularNoob> Yeah, I'm about to tell the person who assigned me this, that Angular and SOAP won't play well together.
[20:57:03] *** crewshin has joined #angularjs
[20:57:10] *** yoshokatana_ has joined #angularjs
[20:57:10] <BahamutWC|Work> gabrielERR: you could use a custom template and use $provide.decorator to modify the templateUrl property
[20:57:17] *** yoshokatana_ has quit IRC
[20:57:30] *** goblortikus has quit IRC
[20:57:43] <BahamutWC|Work> gabrielERR: or you could just use display: none in CSS
[20:57:45] <oniijin> i think if u just pass soap thru something before u hit ng u'll be fine
[20:57:48] <oniijin> clean the soap
[20:57:54] <BahamutWC|Work> just don’t drop the soap
[20:57:56] *** goblortikus has joined #angularjs
[20:58:00] <robdubya> i run a node.js XML -> JSON proxy
[20:58:02] <oniijin> yeah, tie that shit to your wrist
[20:58:07] *** DrMabuse_ has quit IRC
[20:58:14] *** rbs has quit IRC
[20:58:15] *** Christer has quit IRC
[20:58:19] <robdubya> it works reasonably well, and i dont have to dick with it in angular. JSON.
[20:58:22] <oniijin> soap on a rope ftw
[20:58:32] *** Christer has joined #angularjs
[20:58:32] *** Christer has joined #angularjs
[20:58:32] <oniijin> ngSoapOnARope
[20:58:40] *** bjr217 has joined #angularjs
[20:58:40] <oniijin> that's what u should call the proxy
[20:59:00] <joehannes> wafflejock
[20:59:11] <joehannes> can't get this to work
[20:59:15] *** jstroem has joined #angularjs
[20:59:23] *** encrypt3_ is now known as hugo
[20:59:30] *** hugo is now known as encrypt3d_fracta
[20:59:31] *** rbs has joined #angularjs
[20:59:32] *** francisl has quit IRC
[21:00:13] *** Valesk has quit IRC
[21:00:52] *** Seus has joined #angularjs
[21:00:53] *** gunn has quit IRC
[21:01:19] *** narutimateum2 has joined #angularjs
[21:01:41] *** ghostbar has joined #angularjs
[21:01:43] *** juanlas has quit IRC
[21:02:15] *** richiebkr has quit IRC
[21:02:19] *** bbsss has quit IRC
[21:02:22] *** goblortikus has quit IRC
[21:02:54] *** Yahkob_ has quit IRC
[21:02:55] *** gunn has joined #angularjs
[21:03:14] *** narutimateum has quit IRC
[21:03:31] *** juanlas has joined #angularjs
[21:03:38] *** bencc has joined #angularjs
[21:03:48] *** ghostbar_ has joined #angularjs
[21:04:10] *** jstroem has quit IRC
[21:04:27] *** KamalKaur has quit IRC
[21:04:33] <sssilver> I have 2 tables, and I want table 1's row heights to be updated to match table 2's row heights whenever table 2's data is changed. What's the right way to approach this with an Angular directive?
[21:04:37] *** whunt has quit IRC
[21:05:06] *** greatdex has quit IRC
[21:05:12] *** cthrax has joined #angularjs
[21:05:31] *** calumet has joined #angularjs
[21:05:57] *** jbourassa has joined #angularjs
[21:06:02] *** merpnderp has joined #angularjs
[21:06:09] <merpnderp> Anyone happen to know if angular-ui-bootsrap is compatible with the bootstrap.js extentions to the jquery prototype? (I know abit off topic).
[21:06:16] *** ghostbar has quit IRC
[21:06:26] *** MANCHUCK has joined #angularjs
[21:06:50] <oniijin> dood i just answered your question in bootstrap
[21:06:52] <oniijin> stop spamming
[21:07:09] *** jbourassa has quit IRC
[21:07:44] *** dowwie has joined #angularjs
[21:08:15] *** francisl has joined #angularjs
[21:09:10] *** tonycoco_ has joined #angularjs
[21:09:27] *** boblablaw has joined #angularjs
[21:09:53] *** tonycoco has quit IRC
[21:10:15] *** cobakobodob has quit IRC
[21:10:25] <joehannes> wafflejock ... I need to leave now ... thx anyway, cheers
[21:10:38] *** joehannes has quit IRC
[21:10:45] *** cisox is now known as cisox_away
[21:11:28] *** calumet has quit IRC
[21:11:29] *** DrMabuse_ has joined #angularjs
[21:11:31] *** phuh has quit IRC
[21:11:56] *** phuh has joined #angularjs
[21:12:39] *** dariocravero has quit IRC
[21:12:44] *** DrMabuse_ has quit IRC
[21:12:59] *** TorpedoSkyline has joined #angularjs
[21:13:22] *** nanoyak has quit IRC
[21:14:31] *** heidi has quit IRC
[21:14:45] *** seydoggy has quit IRC
[21:15:19] *** seydoggy has joined #angularjs
[21:15:31] *** rabbi1 has joined #angularjs
[21:16:02] *** RandyT has quit IRC
[21:16:08] *** BillCris_ has joined #angularjs
[21:16:21] *** seydoggy_ has joined #angularjs
[21:16:34] *** seydoggy has quit IRC
[21:16:52] *** boblablaw has quit IRC
[21:17:06] *** BillCriswell has quit IRC
[21:17:07] *** TimmyTones has quit IRC
[21:17:22] *** AngularNoob has quit IRC
[21:17:22] *** mguillec_ has quit IRC
[21:17:30] *** ki0 has quit IRC
[21:17:36] *** plitzenberger has quit IRC
[21:17:48] *** TimmyTones has joined #angularjs
[21:17:53] *** szymek_ has joined #angularjs
[21:17:57] *** jpenny has joined #angularjs
[21:18:00] *** mguillech has joined #angularjs
[21:18:07] *** ki0 has joined #angularjs
[21:18:12] *** erikruthven has quit IRC
[21:18:22] *** visionary has joined #angularjs
[21:18:24] *** chrisbirk has quit IRC
[21:18:29] *** Valesk has joined #angularjs
[21:18:59] *** krawek has joined #angularjs
[21:20:09] *** cisox_away is now known as cisox
[21:20:23] *** phpxadmin has quit IRC
[21:22:17] *** RandyT has joined #angularjs
[21:22:22] *** ki0 has quit IRC
[21:22:47] *** Foxandxss has quit IRC
[21:23:11] *** pibu7 has joined #angularjs
[21:23:19] *** ki0 has joined #angularjs
[21:23:40] *** phpxadmin has joined #angularjs
[21:23:42] *** vintik has quit IRC
[21:23:43] *** slainer68 has joined #angularjs
[21:24:08] *** chrisbirk has joined #angularjs
[21:24:14] *** TorpedoSkyline has quit IRC
[21:24:19] *** vintik has joined #angularjs
[21:24:21] <caitp> rabbi1, get values from what?
[21:24:32] *** bjr217 has quit IRC
[21:24:37] *** Yahkob has joined #angularjs
[21:24:50] *** mattwynne has joined #angularjs
[21:25:18] *** ColKurtz has joined #angularjs
[21:26:48] <rabbi1> caitp: I need to use the value returned from the promise inside a function
[21:27:07] *** Yahkob has quit IRC
[21:27:22] <rabbi1> in the example above its 'calculateRatings()'
[21:27:22] *** tkdaj has joined #angularjs
[21:27:36] *** TorpedoSkyline has joined #angularjs
[21:27:43] <caitp> then you'd better not call the function until the promise is resolved
[21:27:47] <caitp> i'm not sure what to tell you
[21:28:16] *** texinwien has quit IRC
[21:28:22] *** screamingbanshee has quit IRC
[21:28:46] *** vintik has quit IRC
[21:28:48] *** Reskp has joined #angularjs
[21:28:48] *** Anton_ has quit IRC
[21:29:00] *** vf1 has quit IRC
[21:29:44] *** TorpedoSkyline has quit IRC
[21:30:13] <oniijin> do u understand how promises work?
[21:30:27] *** Foxandxs_ has joined #angularjs
[21:30:59] *** Foxandxss has joined #angularjs
[21:31:08] <rabbi1> caitp: how can i do that ?
[21:31:19] *** Yahkob has joined #angularjs
[21:31:22] <rabbi1> how will i know the promise is resolved? or i can call the method inside the success ?
[21:31:27] <oniijin> .then( myfunc()
[21:31:44] *** Reskp has quit IRC
[21:31:47] *** bjr217 has joined #angularjs
[21:31:49] *** Yahkob has quit IRC
[21:31:51] <rabbi1> but again there will be dependency on other query()
[21:31:58] <Foxandxss> alright I have to cross my daily of helping here, who needs help? :P
[21:32:00] *** yoshokatana_ has joined #angularjs
[21:32:05] *** torrieri has joined #angularjs
[21:32:10] *** cthrax_ has joined #angularjs
[21:32:11] *** calumet has joined #angularjs
[21:32:19] <oniijin> Foxandxss rabbi1 having promise issues
[21:32:40] <rabbi1> Foxandxss: me here on promise...
[21:32:42] *** jeffszusz has quit IRC
[21:32:54] <Foxandxss> I can't promise you anything, but go ahead
[21:33:02] <oniijin> harhar i see hwat u did there
[21:33:03] *** TimmyTones has quit IRC
[21:33:13] *** wallerdev has quit IRC
[21:33:17] *** richiebkr has joined #angularjs
[21:33:19] *** cthrax has quit IRC
[21:33:33] <rabbi1> or am i doing it a right way ?
[21:33:46] <Foxandxss> like that should work, but you can run some timing issue
[21:34:31]
<Siecje> If I use this filter multiple times on the page, I get a message to stop the script and the page is very slow when I don't stop it. https://dpaste.de/UuJ9
[21:34:32] *** mguillech has quit IRC
[21:34:33] *** TimmyTones has joined #angularjs
[21:35:00] *** jdj_dk has joined #angularjs
[21:35:07] *** djam90 has joined #angularjs
[21:35:21] *** mguillech has joined #angularjs
[21:35:36] *** jordandotdev has quit IRC
[21:35:38] *** scriptThis has joined #angularjs
[21:35:51] <rabbi1> Foxandxss: nope, say i want to run 2 queries once data from both query() receive i run other functions…
[21:35:54] <snapwich> Siecje: while(true). sounds dangerous in a filter
[21:36:10] *** francisl has quit IRC
[21:36:14] *** blar1 has joined #angularjs
[21:36:19] <Foxandxss> rabbi1: you want to calculateRatings after they are bot done?
[21:36:26] <djam90> When creating an select with ng-option, how do I format the display in the dropdown to be different? For example I want the value to be 1,2,3,4,5 but want the dropdown to show 1 Year, 2 Year, 3 Year
[21:36:30] <rabbi1> Foxandxss: yeah
[21:36:43] <Foxandxss> rabbi1: $q has a function called .all
[21:36:55] <Foxandxss> you pass it an array of promises and when all of them resolves, it resolves
[21:36:57] *** nanoyak has joined #angularjs
[21:36:58] *** cobakobodob has joined #angularjs
[21:36:58] <rabbi1> can say that for now.. i will also have other functions below it, which will be dependent on multiple query()
[21:37:05] <Siecje> djam90: sort.value as sort.text for sort in sortOrders
[21:37:30] *** ome has quit IRC
[21:37:40] <Siecje> ng-options="obj.value as obj.text for obj in objects"
[21:38:01] <rabbi1> it resolves and then? data.product and data.rating are available only inside the then.function here. i want those out of it
[21:38:04] *** _ht has quit IRC
[21:38:05] *** richiebkr has quit IRC
[21:38:32] *** francisl has joined #angularjs
[21:38:33] <Foxandxss> rabbi1: no, they are on the scope
[21:38:36] <djam90> Siecje, thanks!
[21:39:03] <Foxandxss> when one of those resolves, $scope.products and $scope.promises will be there
[21:39:13] *** Christer has quit IRC
[21:39:26] <djam90> Siecje, so I currently have my array as [1,2,3,4,5] and I actually need to do [ { val:1, label: 1 Year }, {}...{}... etc
[21:39:32] *** jdj_dk has quit IRC
[21:39:51] *** Willow__ has quit IRC
[21:39:52] *** TimmyTones has quit IRC
[21:40:05] *** ishi has joined #angularjs
[21:40:28] *** Willow__ has joined #angularjs
[21:41:23] *** davejlong has joined #angularjs
[21:41:47] <davejlong> Does anyone have resources for how to use $scope.$watch, when building controllers setting values on the `this` scope?
[21:41:48] <rabbi1> but $scope.products not available outside of the Product.query()
[21:41:53] *** Anton_ has joined #angularjs
[21:41:57] *** zfogg has quit IRC
[21:41:58] <Foxandxss> rabbi1: it is
[21:42:07] *** Willow___ has joined #angularjs
[21:42:08] *** rburns has quit IRC
[21:42:21] *** danyim has joined #angularjs
[21:42:21] *** M-Pixel has quit IRC
[21:42:22] <rabbi1> it will undefined and it will be available after some time … so the other functions would have run
[21:42:34] *** nfroidure_ has quit IRC
[21:42:38] <Foxandxss> that is what I said
[21:42:46] <Foxandxss> once query is done, they will be available on the entire controller
[21:43:08] <rabbi1> in that case i have write all my functions inside the timeout ?
[21:43:42] *** vf1 has joined #angularjs
[21:43:46] <Foxandxss> and guess how long they will take?
[21:43:57] <Foxandxss> I already told you the solution
[21:44:07] <oniijin> i missed the convo, but cant he use q.all to wait on all promises
[21:44:11] *** ededagic has joined #angularjs
[21:44:24] <oniijin> $q.all([one.promise, two.promise, three.promise]).then( etc etc
[21:44:28] <Foxandxss> [21:36:42] <Foxandxss> rabbi1: $q has a function called .all
[21:44:28] <Foxandxss> [21:36:54] <Foxandxss> you pass it an array of promises and when all of them resolves, it resolves
[21:44:34] <oniijin> yeah
[21:44:43] <oniijin> also solution was easily googleable
[21:44:54] <oniijin> i wasnt sure bout answer and found it in 5 seconds
[21:44:59] *** Willow__ has quit IRC
[21:45:30] <rabbi1> Foxandxss: ok, thanks haven't had a look at $q… will find out
[21:45:47] *** encrypt3d_fracta has quit IRC
[21:45:49] <Foxandxss> I don't recommend using others promises without understanding them first
[21:45:57] *** Lnxmad has quit IRC
[21:46:20] *** encrypt3d_fracta has joined #angularjs
[21:46:23] *** Lnxmad has joined #angularjs
[21:46:23] *** michaelfillier has joined #angularjs
[21:46:24] <rabbi1> Foxandxss: yeah that's true… any place i can see a live code example ?
[21:46:38] <Foxandxss> I would start with the official doc
[21:46:49] <rabbi1> read those…
[21:46:53]
<davejlong> I'd like to be able to implement $scope.$watch in my controller that's using the `this` scope to declare values. Is there a way to do this. Here's an example http://plnkr.co/edit/YYXzX0yQS2lTNuN7m3Pt
[21:47:02] <Foxandxss> go to plunker, make some demos and learn
[21:47:09] *** danyim has quit IRC
[21:47:16] <rabbi1> but again… it's very basic and straight forward.. .. anyway, will have look at it
[21:47:20] *** kamanato has joined #angularjs
[21:47:52] *** rbs- has joined #angularjs
[21:48:22] *** jeffszusz has joined #angularjs
[21:48:47] *** ngbot has joined #angularjs
[21:48:48] <ngbot> angular.js/master 38db2d4 Ken Sheedlo: docs(error/$injector/unpr): inadvertently redefining a module can cause error...
[21:48:48] *** ngbot has left #angularjs
[21:49:35] *** richiebkr has joined #angularjs
[21:49:55] *** jacuqesdancona has joined #angularjs
[21:50:01] *** ki0 has quit IRC
[21:50:07] *** rbs has quit IRC
[21:50:34] *** ki0 has joined #angularjs
[21:50:50] *** encrypt3d_fracta has quit IRC
[21:51:28] *** deweydb has quit IRC
[21:51:45] *** mguillech has quit IRC
[21:52:20] *** ededagic has quit IRC
[21:52:22] *** TorpedoSkyline has joined #angularjs
[21:52:43] *** jlambert has quit IRC
[21:52:52] *** mguillech has joined #angularjs
[21:54:04] *** jacuqesdancona has quit IRC
[21:55:02] *** ki0 has quit IRC
[21:55:33] <djam90> Are there any good resources for writing your own custom filters to filter ng-repeat data? I am sort of just "winging it" and the Angular docs leave a lot to be desired
[21:56:11] *** waylon999 has quit IRC
[21:56:48] *** whunt has joined #angularjs
[21:57:07] *** heidi has joined #angularjs
[21:57:23] *** scriptThis has quit IRC
[21:57:24] *** richiebkr has quit IRC
[21:57:27] *** waylon999 has joined #angularjs
[21:57:51] *** richiebkr has joined #angularjs
[21:58:04] *** scriptThis has joined #angularjs
[21:58:20] *** lsiv568 has quit IRC
[21:58:21] *** foofoobar has joined #angularjs
[21:58:23] *** rabbi1 has quit IRC
[21:58:50] *** lsiv568 has joined #angularjs
[21:59:03] *** marc_v92 has joined #angularjs
[21:59:09] *** TimmyTones has joined #angularjs
[21:59:23] *** Cavallari has joined #angularjs
[21:59:30] *** whunt has quit IRC
[21:59:46] *** scriptThis has quit IRC
[21:59:52] *** whunt has joined #angularjs
[22:00:12] *** jstroem has joined #angularjs
[22:00:19] *** scriptThis has joined #angularjs
[22:00:27] *** t_smith has joined #angularjs
[22:00:50] <snapwich> if I were using gulp to grab html templates and cache them, build my js, and then concat it all together, how would I write that? Would I make two tasks an an intermediate file that gets concatted?
[22:01:57] *** dmack has quit IRC
[22:02:11] *** richiebk_ has joined #angularjs
[22:02:28] *** TorpedoSkyline has quit IRC
[22:02:29] <caitp> i think you'd probably just use the node http stream facilities and pipe them directly to concat
[22:02:32] <caitp> that would probably do it
[22:02:37] *** OliverTYnes is now known as OliverTynes
[22:02:41] <nickeddy> what caitp said
[22:02:42] *** zquad has quit IRC
[22:02:45] *** Reskp has joined #angularjs
[22:03:07] *** richiebkr has quit IRC
[22:03:26] *** zfogg has joined #angularjs
[22:03:27] *** juampy has quit IRC
[22:03:35] *** jeffszusz has quit IRC
[22:03:35] *** lsiv568 has quit IRC
[22:03:51] <caitp> there's probably some gulp http helper already
[22:04:05] <snapwich> http helper?
[22:04:10] *** Reskp has quit IRC
[22:04:11] <caitp> (when you said "grab html templates" I assume you mean get them from a remote server)
[22:04:15] <snapwich> oh no
[22:04:18] *** atomical has quit IRC
[22:04:20] <jaawerth> no, I think they just mean regular old concat
[22:04:20] <snapwich> get them from my src folder
[22:04:26] *** Reskp has joined #angularjs
[22:04:33] <caitp> then you just use gulp.src(paths).pipe(concat())
[22:04:42] <jaawerth> yeah
[22:04:43] <caitp> .dest(path)
[22:04:46] <jaawerth> gulp is super amazing
[22:04:47] *** jstroem has quit IRC
[22:04:51] <nickeddy> yay pipes
[22:05:04] <jaawerth> I'm thinking I'll start writing gulp plugins for regular old linux tasks
[22:05:14] *** renz has quit IRC
[22:05:20] <snapwich> ya, but I have two separate build paths going. I think merge-stream. stat with one stream for the html files, one stream for the js building, and then merge them into a concat
[22:05:21] <jaawerth> (as opposed to shell/perl scripts)
[22:05:39] <jaawerth> umm
[22:05:41] <jaawerth> hm
[22:05:55] <caitp> sometimes (quite frequently actually), python and node.js both suck terribly for anything like shell scripting
[22:06:07] <caitp> especially when it comes to scripting git commands on mac osx
[22:06:09] <jaawerth> well, there just aren't good user IO modules yet.
[22:06:12] <jaawerth> commander is pretty limited
[22:06:18] *** t_smith has quit IRC
[22:06:22] <nickeddy> well there's your problem, mac osx
[22:06:26] <jaawerth> hahaha
[22:06:27] <caitp> python basically just sucks at everything
[22:06:30] <jaawerth> pfft
[22:06:35] <jaawerth> it's good at math
[22:06:38] <nickeddy> caitp: but it looks so pretty
[22:06:38] <jaawerth> also.. things
[22:06:47] <caitp> it's good at being terrible
[22:06:49] <caitp> goddamned pytho9n
[22:06:52] <jaawerth> lol
[22:07:03] <nickeddy> actually if python weren't whitespace delimited, i think i'd like it a lot more
[22:07:07] <jaawerth> you're just mad cause all the python kids make fun of javascript kids
[22:07:09] <nickeddy> stupid fucking 4 spaces all over the place
[22:07:11] <zomg> Python has BeautifulSoup
[22:07:15] <zomg> That's one thing where it doesn't suck
[22:07:15] <zomg> =)
[22:07:22] <caitp> i'm not a javascript kid
[22:07:22] <jaawerth> (I'm actually pretty indifferent to python)
[22:07:30] <jaawerth> I'm kidding!
[22:07:39] *** blak422 has joined #angularjs
[22:07:49] *** TorpedoSkyline has joined #angularjs
[22:07:53] <snapwich> i'll stick to perl for my shell scripting, thanks
[22:07:56] <jaawerth> I personally don't hold for any sort of technology x language is best culture war
[22:08:00] <caitp> although I gotta say, it takes a lot less time to build angular than it does to build chromium/content_shell
[22:08:05] <caitp> that's the one advantage to js
[22:08:10] *** gunn has quit IRC
[22:08:26] <blak422> How can I pass form data from a angular-ui modal to the modal instance controller?
[22:08:30] <jaawerth> so you work on chromium when you aren't working on angular?
[22:08:40] <nickeddy> she IS chromium
[22:08:43] <nickeddy> nah i don't know
[22:08:46] <tkdaj> does anyone know a select element would fail on the first select everytime? It is using ng-options to populate the list and it is rendered in a bootstrap modal. I select on of the options and it sets the drop down menu back to blank, but it actually changes the value of the ng-model correctly. The second time it selects whatever I choose in the drop down
[22:08:46] <tkdaj> menu
[22:09:09] <jaawerth> blak422: use a service
[22:09:26] *** recidive has quit IRC
[22:09:28] <tkdaj> Why?
[22:09:31] *** mguillech has quit IRC
[22:09:39] <tkdaj> what does it do that would be better for that?
[22:09:42] <jaawerth> can you pastebin your controller? (or better yet use a plunkr)?
[22:09:48] *** TimmyTones has quit IRC
[22:09:54] <tkdaj> sure, one sec
[22:09:59] <blak422> so there is no way to do natively with angular-ui
[22:10:04] *** erikruthven has joined #angularjs
[22:10:14] <tkdaj> I am currently trying to convert over to angular-ui
[22:10:17] *** mguillech has joined #angularjs
[22:10:30] *** TimmyTones has joined #angularjs
[22:10:43] <nickeddy> i hate how angular-ui does modals
[22:10:47] <tkdaj> I have to ui-bootstrap.js file included in the scripts, but I'm not using anything specific in my code from it yet
[22:10:48] <snapwich> me too
[22:10:51] <nickeddy> so stupid to make a whole new scope and controller for it
[22:11:12] <tkdaj> would I have to do it the angular-ui way to make it work?
[22:11:23] <nickeddy> nooooo snapwich noooo
[22:11:30] <snapwich> oh yeah
[22:11:30] *** phuh has quit IRC
[22:11:57] *** phuh has joined #angularjs
[22:12:08] <snapwich> i want a new scope and controller for my modals though
[22:12:18] <nickeddy> well you're racist then
[22:12:22] <snapwich> modalist maybe
[22:12:24] *** whunt has quit IRC
[22:12:24] <nickeddy> yes
[22:12:26] <nickeddy> modalist
[22:12:29] *** shifteleven has joined #angularjs
[22:12:57] <nickeddy> i guess a modal with a controller is okay
[22:13:11] <tkdaj> I just realized that there is no code controlling that select in my controller
[22:13:16] *** pibu7 has quit IRC
[22:13:23] <nickeddy> just, you're already on a controller
[22:13:23] *** whitebook has quit IRC
[22:13:29] <jaawerth> I hate modals
[22:13:33] <oniijin> so it's...out of control? =p
[22:13:43] <jaawerth> they're too intrusive
[22:13:43] <snapwich> the btford modal is the only one i've found that works completely dynamically like I want
[22:13:51] <blak422> jaawerth, do I really have to do a service?
[22:13:58] *** wallerdev has joined #angularjs
[22:14:00] *** whunt has joined #angularjs
[22:14:01] *** DrMabuse_ has joined #angularjs
[22:14:06] <tkdaj> haha... it is within the scope of the controller, but it doesn't do anything in the controller. Just uses ng-model and then that object that has that info bound to it uses it somewhere once I push save
[22:14:17] <tkdaj> but nothing while I'm actually selecting a state within the select element
[22:14:24] *** ctanga has joined #angularjs
[22:14:44] *** yoshokatana_ has joined #angularjs
[22:14:52] <jaawerth> blak422: well, stylistically a service is the best way to handle that kind of thing anyway. But one sec, I'll take a quick glance at the modal docs..
[22:14:55] *** chrisbirk has quit IRC
[22:14:59] *** sweeper is now known as AleksClark
[22:15:00] *** TimmyTones has quit IRC
[22:15:22] *** ingshtrom has quit IRC
[22:15:24] <tkdaj> <select style="width:100%; background-color: #d0e1fd" ng-model="schoolToAdd.schoolState" ng-options="state for state in states"></select>
[22:15:33] *** ki0 has joined #angularjs
[22:15:35] *** encrypt3d_fracta has joined #angularjs
[22:15:39] <gabrielERR> hey BahamutWC|Work
[22:15:41] <gabrielERR> thankz!
[22:15:42] *** ededagic has joined #angularjs
[22:15:43] <tkdaj> this is the correct syntax for using a select with angular, correct?
[22:15:46] <jaawerth> blak422: ahh, that's right! By default the modal will inherit form $rootScope, but when you actually call the modal using the $modal service, you can pass in an arbitrary scope. If you do that, you can use scope inheritance to get to the data
[22:16:06] <tkdaj> I don't have a problem getting the data
[22:16:16] <gabrielERR> any1 know how to use google GEOCHART in a view on angularJS
[22:16:24] <blak422> jaawerth, through $parent
[22:17:03] *** AleksClark is now known as sweeper
[22:17:09] <tkdaj> I put an element at the bottom of the modal bound to {{schoolToAdd.schoolState}}. As soon as I select, say, Oklahoma, it shows it in the view, but the select element goes blank again
[22:17:10] *** disorder20 has quit IRC
[22:17:10] <gabrielERR> any1 know how to use google GEOCHART in a view on angularJS -> when i try the example of google.. the example cannot find container... i cant get elementbyId of a view
[22:17:18] *** chrisbirk has joined #angularjs
[22:17:19] *** scriptThis has quit IRC
[22:17:46] <erikruthven> anyone had browser crash when doing simple route with a param?
[22:17:46] *** grindmodeon has quit IRC
[22:17:49] <tkdaj> then I can rechoose and whichever state i select will state selected in the element then
[22:17:54] *** Methylated has quit IRC
[22:18:05] <jaawerth> blak422: or, just attach an object to your parent scope, and then put the form models in the object as properties. Then when you change them on the child scope, they'll carry through to the parent scope through the object.
[22:18:06] <tkdaj> will stay* selected
[22:18:23] *** Latros has joined #angularjs
[22:18:32] *** DrMabuse_ has quit IRC
[22:18:35] <blak422> jaawerth, gotcha
[22:18:59] *** seydoggy_ has quit IRC
[22:19:04] *** morenoh152 has quit IRC
[22:19:05] *** gustvao has joined #angularjs
[22:19:14] <jaawerth> personally I vastly prefer using services for anything data-heavy, since most of the data stuff should be happening in services anything (and the services themselves invoked by the controller), but that's just one man's opinion
[22:19:35] *** seydoggy has joined #angularjs
[22:19:43] <gabrielERR> Latros: w8 a sec let me see it
[22:20:06] *** kirfu has joined #angularjs
[22:20:20] <nickeddy> Latros: do me a favor and make it resolve: { someData: ['DataService', function(DataService){} ] }
[22:20:44] <snurfery> sup yall
[22:20:47] <Latros> gabrielERR: sure
[22:20:49] <Latros> nickeddy: one sec
[22:21:06] <snurfery> Latros: why is your url blank?
[22:21:08] <ctanga> Latros: does it work if you put the resolve at the state level?
[22:21:20] <Latros> ctanga: no
[22:21:20] *** ngbot has joined #angularjs
[22:21:21] <ngbot> angular.js/master 9e7cb3c Michał Gołębiowski: feat(jQuery): upgrade to jQuery to 2.1.1...
[22:21:21] *** ngbot has left #angularjs
[22:21:21] *** LoveAndHappiness has joined #angularjs
[22:21:22] *** seydoggy has quit IRC
[22:21:32] *** seydoggy has joined #angularjs
[22:21:32] <Latros> snurfery: new to the library, thats the case in a lot of examples, I assume for the "default route"?
[22:21:50] <snurfery> that'd be '/' I believe
[22:21:50] <gustvao> hey guys... I am trying to authenticate to a server using Angular. When you get a first URL you get a CSRF token in return, then you use that token as a header with the appropriate login + passworkd params and POST that to /login.. it should return you the auth-key... that works perfectly with PostMan.. but when I try to make it happen with angular it does not... I have created a plunker with my code.. could someone take a look at it to see if you can fin
[22:21:50] <gustvao> d the issue? tks vm
[22:21:50] *** grindmodeon has joined #angularjs
[22:21:55] *** daniele9821 has quit IRC
[22:22:08] <nickeddy> Latros: yeah what snurfery said, somewhere along the line you need an actual URL
[22:22:11] *** mzehrer__ has quit IRC
[22:22:15] <ctanga> is the resolve setup being called? If you put a breakpoint on "return DataService.getDataList()" does it pause?
[22:22:22] <Latros> nickeddy: no dice, but I'll try an actual URL now
[22:22:27] <gabrielERR> gustvao:
[22:22:31] <gabrielERR> link plz
[22:22:38] <nickeddy> Latros: oh no that other change was just to save you some grief if you ever minify
[22:22:47] *** mzehrer_ has quit IRC
[22:23:07] *** zwacky has joined #angularjs
[22:23:16] *** memento is now known as Guest86147
[22:23:43] <snurfery> Latros: also, named views require a base template with <div ui-view="viewName"> elements
[22:23:47] *** ajk27 has quit IRC
[22:23:47] *** shifteleven_ has joined #angularjs
[22:23:55] <Latros> ctanga: yes, it does pause, and the local objects on the breakpoint do include the properly dependancy-injected "RouteService" functions
[22:23:56] *** shifteleven has quit IRC
[22:23:59] <snurfery> otherwise angular doesn't know where to put the content
[22:24:12] *** Cavallari has quit IRC
[22:24:15] *** ajk27 has joined #angularjs
[22:24:25] <xat-> 9
[22:24:27] *** davejlong has left #angularjs
[22:24:29] <xat-> ups
[22:24:36] *** ededagic has quit IRC
[22:24:42]
<michaelfillier> Could someone help me verify something. Angular is complaining about access origin on the following url, but the allow access is *. Here is the url: http://api.topchoiceawards.com/api/nominees
[22:24:43] *** dutis has joined #angularjs
[22:25:28] <Latros> ctanga: the next "stepover" in the breakpoint is some angular-ui-router "onFailure" code
[22:25:30] <Latros> so its resolving
[22:25:31] <Latros> and failing
[22:25:36] <Latros> and thus failing to render the entire page? weird.
[22:25:51] <Latros> anyway if i make the resolve just resolve [] it works
[22:26:05] <Latros> so I guess I just need to figure out why my resolve is failing lo
[22:26:12] <Latros> my service, rather
[22:26:13] *** narutimateum2 has quit IRC
[22:26:23] <ctanga> Latros: are you sure DataService.getDataList() returns a plain array?
[22:26:42] <Latros> ctanga: from my API it returns an array of route objects, but I think thats the part thats failing
[22:26:46] *** mguillech has quit IRC
[22:26:59] <nickeddy> Latros: i'd also recommend using promises when you do resolve stuff
[22:27:02] *** Yahkob has joined #angularjs
[22:27:12] <ctanga> Assign it to a variable, see what it's returning: var foo = DataService.getDataList(); return foo; then break there
[22:27:21] *** ngbot has joined #angularjs
[22:27:21] <ngbot> angular.js/master 0107bfc Peter Bacon Darwin: docs(ngSubmit): add link to `form` docs to discourage double submission...
[22:27:21] *** ngbot has left #angularjs
[22:27:22] *** Guest35244 is now known as InezK_away
[22:27:29] *** kirfu has quit IRC
[22:27:38] *** mguillech has joined #angularjs
[22:27:40] *** narutimateum2 has joined #angularjs
[22:27:52] *** InezK_away is now known as Guest75242
[22:27:59] *** jbourassa has joined #angularjs
[22:28:07] *** juanlas has quit IRC
[22:28:58] <snurfery> I dunno if my understanding of named views is off
[22:28:58] *** gabrielERR has quit IRC
[22:29:02] *** jdj_dk has joined #angularjs
[22:29:03] *** goblortikus has joined #angularjs
[22:29:07] <snurfery> oh nm
[22:29:15] <snurfery> you have ui-views in your index.html directly
[22:29:17] *** ghostbar_ has quit IRC
[22:29:19] *** kamanato has quit IRC
[22:29:20] <snurfery> got it
[22:29:32] *** vintik has joined #angularjs
[22:29:52] <nickeddy> Latros: are you trying to do future states?
[22:29:56] <Latros> ctanga: foo is undefined
[22:30:04] *** spencercarnage has quit IRC
[22:30:08] <Latros> nickeddy: I'm just trying to learn ui-router instead of the default routing system is all.
[22:30:12] *** BillCris_ is now known as BillCriswell
[22:30:27] <nickeddy> loading in your routes isn't typical and won't work
[22:30:29] <nickeddy> lol
[22:30:31] *** stevvooe has quit IRC
[22:30:34] <gustvao> hey guys... I am trying to authenticate to a server using Angular. When you get a first URL you get a CSRF token in return, then you use that token as a header with the appropriate login + passworkd params and POST that to /login.. it should return you the auth-key... that works perfectly with PostMan.. but when I try to make it happen with angular it does not... I have created a plunker with my code.. could someone take a look at it to see if you can fin
[22:30:35] <gustvao> d the issue? tks vm
[22:31:08] <snurfery> gustvao: where's the aforementioned plunker?
[22:31:15] <snurfery> don't tease yo
[22:31:16] <Latros> nickeddy: not sure what you mean?
[22:31:18] <snurfery> =)
[22:31:32] <ctanga> nickeddy: that's me
[22:31:33] *** chrisbirk has quit IRC
[22:31:37] <nickeddy> Latros: DataService.getDataList() returns an array of route objects?
[22:31:40] *** stevvooe has joined #angularjs
[22:31:40] *** imonthercks has joined #angularjs
[22:31:45] <nickeddy> ctanga: is it? fuck yes, you do awesome work.
[22:31:46] <Latros> nickeddy: from my serverside API, yes.
[22:31:51] *** uchuff has quit IRC
[22:31:56] <ctanga> thanks
[22:32:37] <snurfery> gustvao: what's the backend framework?
[22:32:40] <snurfery> django?
[22:32:49] <gustvao> python with flask
[22:33:10] <gustvao> but i am sending a request from another location.. so back end and front end are not at the same machine
[22:33:11] <robdubya> yeah, ++ to ctanga
[22:33:19] *** morenoh152 has joined #angularjs
[22:33:25] *** OnkelTem has quit IRC
[22:33:37] *** jdj_dk has quit IRC
[22:34:08] <nickeddy> Latros: well look at that future state thing, you may be interested
[22:34:14] *** OnkelTem has joined #angularjs
[22:34:19] <snurfery> gustvao: does it provide the csrf token as a cookie value too?
[22:34:32] <gustvao> nop.
[22:34:36] <snurfery> you checked?
[22:34:42] <gustvao> yes
[22:34:43] *** bluesm has joined #angularjs
[22:35:09] *** michaelchum has joined #angularjs
[22:35:11] *** dariocravero has joined #angularjs
[22:35:16] <gustvao> I believe it is somehitng wrong with my angular code. because if you try to do this via chrome's postman app it works
[22:35:22] <robdubya> nope. CORS.
[22:35:48] *** tonycoco_ has quit IRC
[22:36:06] *** night-owl2 has joined #angularjs
[22:36:17] *** ckboii89 has joined #angularjs
[22:36:20] *** tonycoco has joined #angularjs
[22:36:25] <nickeddy> ^
[22:36:33] <snurfery> gustvao: well I was gonna try to recommend some things based on what works with django.. it sends CSRF token as a cookie value too
[22:36:54] <snurfery> oh wait
[22:36:59] <robdubya> if its working in postman, and not in angular, 99.9999% of the time = CORS
[22:37:12] <snurfery> in my app I have this: $httpProvider.defaults.xsrfHeaderName = 'X-CSRFToken';
[22:37:24] <snurfery> yours has a hyphen in there: X-CSRF-Token
[22:37:43] <snurfery> can you doublecheck if that's the correct header key that flask expects?
[22:38:00] *** Yahkob has quit IRC
[22:38:21] <gustvao> snurfery, I see.. I guess it is givent that when I use this header in POSTMan it works
[22:38:29] <ckboii89> hi is there a OR condition for ng-disabled??
[22:38:38] <ckboii89> like condition 1 OR condition 2
[22:38:38] <gustvao> robdubya, what do you mean by the issue is in CORS?
[22:38:50] <ckboii89> opposite of &&
[22:38:51] <nickeddy> it's your server is what he's saying
[22:38:51] *** tonycoco has quit IRC
[22:39:03] <robdubya> gustvao what does the error message say?
[22:39:07] <nickeddy> ckboii89: ||
[22:39:10] <nickeddy> ckboii89: ?
[22:39:19] <ckboii89> just wondeirng
[22:39:25] <snurfery> gustvao: I'm seeing multiple mentions that it's actually "X-CSRFToken", not "X-CSRF-Token". can you try that?
[22:39:31] <gustvao> robdubya, <title>400 Bad Request</title>
[22:39:32] <gustvao> <h1>Bad Request</h1>
[22:39:32] <gustvao> <p>CSRF token missing or incorrect.</p>
[22:39:32] *** Joshee has quit IRC
[22:39:35] <ckboii89> cause on my text editor it just shows up some regular bars not highlighted like &&
[22:39:42] <snurfery> but of course I don't know your setup
[22:39:43] *** tonycoco has joined #angularjs
[22:39:43] *** juanlas has joined #angularjs
[22:39:44] <gustvao> but I am sending the csrf tokin within the header
[22:39:50] <gustvao> in angular
[22:39:50] <nickeddy> ckboii89: yeah || is or
[22:39:53] *** marc_v92 has quit IRC
[22:39:56] <robdubya> CSRF goes as part of the form body, no?
[22:40:05] <nickeddy> it does
[22:40:05] *** SuRfDeMo1 is now known as SuRfDeMoN
[22:40:08] <gustvao> snurfery, sure, let me try
[22:40:08] <robdubya> (which is why its awful to use)
[22:40:13] <nickeddy> lol
[22:40:21] <jaawerth> well, that's why it protects you from CORS
[22:40:23] *** benjamingr has quit IRC
[22:40:27] <jaawerth> because you can only really use it with POST
[22:40:35] <nickeddy> well, you can make it part of the header in angular
[22:40:40] <jaawerth> or at least a modified GET
[22:40:44] <nickeddy> you mean CSRF. CSRF is not CORS
[22:40:44] *** danielpquinn has quit IRC
[22:40:47] <jaawerth> means you can't get hijacked via a script/image tag
[22:40:55] *** danielpquinn has joined #angularjs
[22:40:57] <jaawerth> er. yeah
[22:40:58] <jaawerth> heh
[22:41:00] <nickeddy> :)
[22:41:02] <jaawerth> stupid acronyms
[22:41:11] <jaawerth> either way now that i'm using webtokens I never want to go back
[22:41:18] <robdubya> preach.
[22:41:28] <jaawerth> at least until I run into secure static content that I want to cache
[22:41:33] <jaawerth> that will be a sad day
[22:41:36] <nickeddy> lol
[22:41:42] <nickeddy> JWT for life
[22:42:04] <jaawerth> I also don't know how to do that without using an "if" statement on the server, which at least the nginx dudes preach heavily against because it hurts performance
[22:42:07] <snurfery> gustvao: guess I'm wrong. it says that header isn't allowed
[22:42:11] <jaawerth> but I digress, that's a tiny use-case
[22:42:13] *** night-owl2 has quit IRC
[22:42:35] *** magus_ has quit IRC
[22:43:25] *** calumet has quit IRC
[22:43:26] *** spencercarnage has joined #angularjs
[22:44:06] *** mguillech has quit IRC
[22:44:23] *** the-erm has quit IRC
[22:45:02] *** mguillech has joined #angularjs
[22:45:12] *** michaelfillier has quit IRC
[22:45:24] *** MANCHUCK has quit IRC
[22:45:29] <snurfery> whoever posted a link to ui-router-extras is a goddamn champion
[22:45:34] *** TorpedoSkyline has quit IRC
[22:45:40] *** bengillies has joined #angularjs
[22:46:02] *** xyNNN has joined #angularjs
[22:46:53] <dman777_alter> TypeError: Cannot call method 'dismiss' of undefined....
[22:46:56] <dman777_alter> for the modal
[22:47:02] <dman777_alter> when trying to close it
[22:47:28] <ctanga> dman777_alter: you are calling close() but close takes a parameter that then gets used
[22:47:40] <ctanga> dman777_alter: er, cancel() rather
[22:48:16] *** yoshokatana_ has joined #angularjs
[22:48:17] *** Efrem has quit IRC
[22:48:18] <ctanga> dman777_alter: remove the function parameter so the function gets confirmModal from the closure
[22:48:21] *** yoshokatana_ has quit IRC
[22:48:29] <enn> is there a way to get angular-ui-tree to accept the entire ol/ul as a drop target, rather than only the individual list items?
[22:48:41] <dman777_alter> ctanga: thanks
[22:48:55] *** teddyp1cker has quit IRC
[22:49:40] *** Emperor_Earth has quit IRC
[22:49:49] *** ghostbar has joined #angularjs
[22:50:12] *** grindmodeon has quit IRC
[22:50:13] *** mary5030 has quit IRC
[22:50:21] *** dariocravero has quit IRC
[22:50:50] *** dman777_alter has quit IRC
[22:51:00] *** tonycoco has quit IRC
[22:51:15] *** mfunkie has quit IRC
[22:51:36] *** bengillies has quit IRC
[22:51:43] *** mfunkie has joined #angularjs
[22:51:52] *** Emperor_Earth has joined #angularjs
[22:51:53] *** kreeves has quit IRC
[22:52:05] *** bengillies has joined #angularjs
[22:52:09] *** kreeves has joined #angularjs
[22:52:14] *** kreeves has joined #angularjs
[22:52:16] *** seydoggy has quit IRC
[22:52:19] *** kreeves has left #angularjs
[22:52:51] *** seydoggy has joined #angularjs
[22:54:10] *** atomical has joined #angularjs
[22:54:21] *** rbs- has quit IRC
[22:54:44] *** josh-k has joined #angularjs
[22:55:03] *** disorder20 has joined #angularjs
[22:55:32] *** stevvooe has quit IRC
[22:55:45] *** ctanga has quit IRC
[22:55:51] *** grindmodeon has joined #angularjs
[22:56:04] *** ctanga has joined #angularjs
[22:56:12] *** Wolfe has joined #angularjs
[22:56:23] *** mfunkie has quit IRC
[22:56:31] *** bengillies has quit IRC
[22:56:53] *** seydoggy has quit IRC
[22:57:21] *** Willow___ has quit IRC
[22:57:37] *** elrabin has quit IRC
[22:57:56] *** Willow___ has joined #angularjs
[22:58:26] *** mikeywaites has quit IRC
[22:58:40] *** mpaarating has quit IRC
[22:58:41] <snapwich> Sorry for the gulp related question, but they're channel is a ghost town. But I have a question for my angular app builder
[22:58:43] <snapwich> what's the best way to have gulp wrap your stream in a javascript function closure
[22:58:44] <snapwich> 2:55
[22:58:44] <snapwich> like in grunt I would use concat options: { banner: "function() {", footer: "}" } or something similar
[22:58:44] <snapwich> 2:55
[22:58:44] <snapwich> does gulp-concat allow wrap?
[22:59:11] *** ericbarnes has quit IRC
[22:59:22] *** LoveAndHappiness has quit IRC
[22:59:44] *** calumet has joined #angularjs
[22:59:52] *** ghostbar has quit IRC
[23:00:05] *** tonycoco has joined #angularjs
[23:00:13] *** stevvooe has joined #angularjs
[23:00:27] *** fedenunez has quit IRC
[23:00:32] <morenoh152> what would this do in a template? ng-class="{ main: $first }"
[23:00:37] *** Wolfe has quit IRC
[23:00:40] <morenoh152> forgot how I made that
[23:00:48] *** jstroem has joined #angularjs
[23:00:52] <snapwich> it would add a .main class to the first element in your ng-repeat
[23:00:57] <ctanga> morenoh152: apply the "main" class during the first row of an ng-repeat
[23:01:01] *** Trow has quit IRC
[23:01:07] *** tonycoco has quit IRC
[23:01:12] <morenoh152> so $first is a filter then
[23:01:20] *** mguillech has quit IRC
[23:01:22] <ctanga> no, it's a scope variable
[23:01:27] <ctanga> it's in the ng-repeat scope
[23:01:31] <ctanga> subscope
[23:01:38] *** darrin_ has quit IRC
[23:01:48] <oniijin> wow this mark otto post on github css is intense lol
[23:02:24] *** mguillech has joined #angularjs
[23:02:29] <morenoh152> snapwich: thanks that's what I wanted
[23:02:31] *** Willow___ has quit IRC
[23:02:32] <goblortikus> ctanga that does not sound right. morenoh152 - it will apply the "main" class to whatever DOM element you added it to IF the $first variable is truthy
[23:02:59] <snapwich> i think that's what ctanga said
[23:03:11] <ctanga> $first is truthy on the first iteration of a ng-repeat :)
[23:03:17] *** danizord has quit IRC
[23:03:19] *** danizord_ has joined #angularjs
[23:03:57] *** fedenunez has joined #angularjs
[23:04:08] <goblortikus> yep correct
[23:04:22] *** whunt_ has joined #angularjs
[23:04:23] <goblortikus> ok read too fast, mea culpa
[23:04:26] *** Emperor_Earth has quit IRC
[23:04:35] *** Rahul_Roy has quit IRC
[23:04:37] *** seydoggy has joined #angularjs
[23:04:39] *** cmfatih has joined #angularjs
[23:04:48] *** davi has joined #angularjs
[23:05:19] <nickeddy> oniijin: link
[23:05:31] *** jstroem has quit IRC
[23:05:48] <oniijin> it's interesting, not necessarily helpful lol
[23:05:50] *** tonycoco has joined #angularjs
[23:05:58] <oniijin> just very intense post on something mundane as fuck
[23:06:07] <nickeddy> lol
[23:06:23] <oniijin> did surprise me how many selectors their css has
[23:06:23] *** mtsr has quit IRC
[23:06:28] <nickeddy> interesting that they don't use ems much
[23:06:44] *** whunt has quit IRC
[23:06:48] <oniijin> yeah ionno y bs doesnt use em
[23:07:00] *** nanoyak has quit IRC
[23:07:03] <snapwich> i think most of the reason for mass amount of selectors is for performance reasons
[23:07:17] <snapwich> they could reduce if they did more multi-class selectors
[23:07:28] <snapwich> but those are slower
[23:07:44] <oniijin> they said they tried that and it actually crashed a lot of browsers
[23:08:05] *** nanoyak has joined #angularjs
[23:08:09] *** uchuff has joined #angularjs
[23:08:10] <nickeddy> crashing browsers with css, you're doing it wrong
[23:08:12] *** chrisbirk has joined #angularjs
[23:08:16] *** BillCriswell has quit IRC
[23:08:19] *** nanoyak has quit IRC
[23:08:23]
<ctanga> I was reading http://redd.it/2c7zfq about what backends people are using. Seems that I'm an anomaly by connecting to a Java backend
[23:08:26] *** amargherio has quit IRC
[23:08:37] <nickeddy> i'm sorry ctanga
[23:08:41] <nickeddy> that you have to use java at all
[23:08:49] <blak422> BARFF
[23:09:01] *** drej has quit IRC
[23:09:06] <ctanga> thanks
[23:09:11] <snapwich> i personally hope java dies never to return again. i avoid installing on all my machine if possible
[23:09:22] <snapwich> the JVM that is
[23:09:38] *** nanoyak has joined #angularjs
[23:09:51] *** night-owl2 has joined #angularjs
[23:09:57] <snapwich> I've very rarely got viruses on my machines, but every time I have I'm sure it was through java
[23:10:19] <ctanga> Java in the browser was a huge mistake
[23:10:27] <oniijin> ayuppp
[23:10:31] <ctanga> the JVM itself is a pretty impressive beast
[23:10:49] *** chrisbirk has quit IRC
[23:10:56] *** mguillec_ has joined #angularjs
[23:11:09] <nickeddy> i had deved (devved?) in java for a long while
[23:11:17] <ctanga> dvlpd
[23:11:19] <snapwich> an impressive beats that seems to always have a million 0-day vulnerabilities at any given moment… with complementary ask toolbar
[23:11:26] <nickeddy> ctanga: new website. dvlpd.io
[23:11:35] *** phuh has quit IRC
[23:11:35] <ctanga> hah
[23:11:59] *** phuh has joined #angularjs
[23:12:06] <nickeddy> already registered, damn
[23:12:34] <ctanga> my company is heavily invested in java
[23:12:41] <OnkelTem> Again and again whenever I need to pass control to jQuery miracles begin
[23:12:48] <ctanga> I'm using Spark Java for the project I'm working
[23:12:49] *** gordroid has quit IRC
[23:12:52] <ctanga> it's like sinatra
[23:12:56] *** HypnotiX has joined #angularjs
[23:13:06] <nickeddy> ctanga: mine is really heavy in to django :|
[23:13:11] <OnkelTem> Can anybody tell, how to run jQuery *after* Angular process a block and get rendered html?
[23:13:16] <OnkelTem> Is there some rule?
[23:13:18] <ctanga> nickeddy: oh boy
[23:13:32] <OnkelTem> $timeout() is totally unconsistent
[23:13:38] <snapwich> OnkelTem: yeah, put your jquery inside directives
[23:13:41] <ctanga> OnkelTem: put it in a directive
[23:13:45] <nickeddy> ctanga: yeah, and we're starting to get in to stuff that requires realtime. very very bad news. i told them i'm writing in nodejs whether they approve or not
[23:13:52] *** ckboii89 has quit IRC
[23:13:53] <OnkelTem> thats exactly what I do snapwich, ctanga
[23:13:54] *** mguillech has quit IRC
[23:14:02] <snapwich> in a link function?
[23:14:06] <OnkelTem> yes
[23:14:13] *** ckboii89 has joined #angularjs
[23:14:14] *** TorchDragon has quit IRC
[23:14:18] *** seydoggy has quit IRC
[23:14:23] <snapwich> then your DOM should be rendered at that poitn
[23:14:49] *** DrMabuse_ has joined #angularjs
[23:14:51] *** seydoggy has joined #angularjs
[23:15:09] <ctanga> haha, yeah that's hilarious
[23:15:23] *** TorpedoSkyline has joined #angularjs
[23:15:27] *** jstroem has joined #angularjs
[23:16:10] <OnkelTem> snapwich: and I can't catch that moment when it is rendered
[23:16:25] *** ckboii89_ has joined #angularjs
[23:16:33] *** fedenunez has quit IRC
[23:16:36] *** Vincio has joined #angularjs
[23:16:38] *** fedenunez1 has joined #angularjs
[23:16:42] <sonicparke|bradm> Anybody using Restangular? What I need to do to get the setErrorInterceptor to pass the the fact that it errored all the way back up to my controller?
[23:16:52] *** ki0 has quit IRC
[23:16:53] <OnkelTem> snapwich: in this gist .toggle is not found
[23:17:09] <OnkelTem> element.children().eq(0).find('.toggle') just retuns empty set
[23:17:14] <snapwich> is element.children().eq(0) always the first child?
[23:17:15] *** HypnotiX has quit IRC
[23:17:15] *** ckboii89 has quit IRC
[23:17:17] <snapwich> sorry my jquery is rusty
[23:17:27] <OnkelTem> right
[23:17:28] *** ki0 has joined #angularjs
[23:17:29] <nickeddy> as it should be snapwich
[23:17:33] *** djam90 has quit IRC
[23:17:41] <OnkelTem> I suspect that ng-if="item.body.teaser" delays creation of the child
[23:17:45] *** apetro_ has joined #angularjs
[23:18:00] <OnkelTem> when means, I should delay my code more... More then $timeout() w/o params
[23:18:18] *** ki0 has quit IRC
[23:18:18] <OnkelTem> but this is what I called "unconsistent". This is complete mess
[23:18:25] <snapwich> well i think the ng-if should have resolved first so that should be okay
[23:18:31] <OnkelTem> hm
[23:18:45] <OnkelTem> I was guessing the same... but
[23:18:45] *** ki0 has joined #angularjs
[23:18:56] <snapwich> it might depend on that item.body.teaser gets set though
[23:19:08] <snapwich> like if it doesn't get truthy until a later digest
[23:19:12] *** seydoggy has quit IRC
[23:19:16] <snapwich> you might have a race condition
[23:19:21] *** DrMabuse_ has quit IRC
[23:19:43] <OnkelTem> maybe, maybe.. But I don't change item.*
[23:19:48] <OnkelTem> Ok, I'll create plunker
[23:19:51] <snapwich> k
[23:19:53] <OnkelTem> plunk
[23:20:37] *** jobelenus has quit IRC
[23:20:46] *** Joshee has joined #angularjs
[23:20:53] *** mmccook has quit IRC
[23:20:57] <snapwich> i'm glad you're looking at it further though rather than imediately going for the $timeout race condition fix ;)
[23:21:26] *** Wolfe has joined #angularjs
[23:21:30] *** bbsss has joined #angularjs
[23:21:57] *** ishi has quit IRC
[23:22:14] *** fedenunez1 has quit IRC
[23:22:20] *** fedenunez has joined #angularjs
[23:22:32] <snapwich> could have to do with that ng-repeat too and that the children haven't loaded yet
[23:22:37] *** morenoh152 has quit IRC
[23:22:58] <ctanga> snapwich: that's exactly what it is
[23:23:26] <snapwich> maybe put the sdToggleFolder on the child div?
[23:23:29] <ctanga> ng-repeat builds children in a different digest cycle
[23:23:46] *** enkristoffer has quit IRC
[23:23:49] <ManBearPixel> Can anyone explain this? In my controller, I have a variable $scope.someTitle = aService.someTitle. To keep them both in sync so on the page, if aService updates someTitle, it will appear within the controller’s view. But yet, if within aService someTitle is changed, nothing happens. And when debugging $scope.someTitle, it returns nothing
[23:23:53] *** mennea has quit IRC
[23:24:04] <ctanga> there are tons of stackoverflow questions about this
[23:24:08] <ctanga> no good answers though :(
[23:24:30] *** xat- is now known as xAt
[23:24:36] *** Wolfe has quit IRC
[23:24:54] <snapwich> if he removed his directive onto the ng-repeat child that'd fix his problem though, wouldn't it?
[23:25:03] <Ownix> ng-style="{'width':fileUploadProgress+'%'}">
[23:25:03] <Ownix> {{fileUploadProgress}}
[23:25:04] <snapwich> beacuse then it wouldn't run until the template was compiled
[23:25:07] *** greg5gre_ has joined #angularjs
[23:25:13] <Ownix> Is there some reason width wont be updated?
[23:25:19] *** whitebook has joined #angularjs
[23:25:22] *** MTGap has joined #angularjs
[23:25:24] *** greg5green has quit IRC
[23:25:24] *** doddstack has quit IRC
[23:25:25] *** Yahkob has joined #angularjs
[23:25:41] <robdubya> ManBearPixel don't assign primitive values to $scope
[23:25:47] *** endash has quit IRC
[23:25:47] <robdubya> $scope is not the model
[23:25:49] <robdubya> do
[23:25:52] *** cspeak has quit IRC
[23:26:03] <robdubya> $scope.someObject = { foo: 'bar' }
[23:26:17] *** doddstack has joined #angularjs
[23:26:20] *** zumba_addict has quit IRC
[23:26:22] <robdubya> ng-view="someObject.foo"
[23:26:23] *** apetro__ has joined #angularjs
[23:26:26] <robdubya> er ng mode
[23:26:26] *** MattWelch has quit IRC
[23:26:27] <robdubya> l
[23:26:34] *** mike_b_f is now known as mike_f
[23:26:36] <robdubya> no dot = you're doing it wrong
[23:26:37] *** xyNNN has quit IRC
[23:26:57] *** cspra85 has quit IRC
[23:27:07] *** gustvao has quit IRC
[23:27:16] <ManBearPixel> so where ng-controller is, set the ng-model to someObjectVar
[23:27:29] *** mguillec_ has quit IRC
[23:27:34] *** tonycoco has quit IRC
[23:27:59] *** aendrew has quit IRC
[23:28:06] <robdubya> inside the div
[23:28:19] *** mguillech has joined #angularjs
[23:28:19] *** mguillech has joined #angularjs
[23:29:15] *** apetro_ has quit IRC
[23:29:20] <ManBearPixel> So.. $scope.someObject = { aTitle: aService.title }
[23:29:34] <robdubya> no
[23:29:48] *** night-owl has joined #angularjs
[23:29:58] *** mfunkie has joined #angularjs
[23:29:58] <robdubya> object to object
[23:30:05] <robdubya> if its coming from a service
[23:30:13] *** elux has quit IRC
[23:30:16] *** tonycoco has joined #angularjs
[23:30:18] <robdubya> $scope.foo = yourService.foo
[23:30:28] *** cspra85 has joined #angularjs
[23:30:30] <robdubya> just plunk it
[23:30:35] *** Schtive has quit IRC
[23:30:42] <robdubya> brb
[23:30:44] *** robdubya has quit IRC
[23:30:45] *** heidi has quit IRC
[23:30:47] *** drej has joined #angularjs
[23:31:44] *** pootpoot has quit IRC
[23:32:38] *** cthrax has joined #angularjs
[23:33:15] *** FIFOd[a] has quit IRC
[23:33:42] *** FIFOd[a] has joined #angularjs
[23:33:53] *** bencc has quit IRC
[23:33:58] *** yoshokatana_ has joined #angularjs
[23:34:22] *** doddstack has quit IRC
[23:34:38] *** joroci has quit IRC
[23:34:39] *** deepy has quit IRC
[23:35:06] *** cthrax_ has quit IRC
[23:35:26] *** joroci has joined #angularjs
[23:35:29] *** morenoh152 has joined #angularjs
[23:35:48] <ManBearPixel> Or anyone else that can help
[23:35:55] *** Daniele9821 has joined #angularjs
[23:35:58] *** walden is now known as walden|afk
[23:36:03] *** chrisbirk has joined #angularjs
[23:36:06] *** dutis has quit IRC
[23:36:18] *** dcherman2 has quit IRC
[23:36:23] <Daniele9821> Hello all sameone use protractor? I'm no table to configure it
[23:36:25] *** bertrandk has quit IRC
[23:36:41] *** mehlah has joined #angularjs
[23:36:47] *** niall_obrien has joined #angularjs
[23:36:57] *** nuizzy has joined #angularjs
[23:36:58] <niall_obrien> hey guys - what is Angular UI exactly?
[23:37:07] *** jbourassa has quit IRC
[23:37:14] <Foxandxss> an organization
[23:37:20] *** klaut has joined #angularjs
[23:37:20] *** ededagic has joined #angularjs
[23:37:37] <niall_obrien> A generator just asked if I wanted to install it...
[23:37:45] <Foxandxss> ManBearPixel: it won't update ever
[23:38:04] <ManBearPixel> Right.. I would like to learn how to get the model to update
[23:38:23] *** FIFOd[a] has quit IRC
[23:38:27] <Foxandxss> niall_obrien: it should ask anything more, like bootstrap or something like that
[23:38:35] *** zanea|away is now known as zanea
[23:38:55] <ctanga> My guess is it is conflating UI-Router with angular-ui
[23:38:56] *** brownbathrobe has joined #angularjs
[23:38:57] *** bertrandk has joined #angularjs
[23:38:59] *** brownbathrobe has quit IRC
[23:39:09] *** recidive has joined #angularjs
[23:39:15] *** TorpedoSkyline has quit IRC
[23:39:19] <Foxandxss> that also
[23:39:48] <niall_obrien> That was a separate question
[23:40:18] <niall_obrien> What Yeoman generators do you recommend?
[23:40:21] *** ckboii89_ has quit IRC
[23:40:28] <Foxandxss> I would recommend.... let me think....
[23:40:29] <Foxandxss> none
[23:40:58] *** chrisbirk has quit IRC
[23:41:04] *** Nek has joined #angularjs
[23:41:08] *** Daniele9821 has quit IRC
[23:41:30] <OnkelTem> snapwich: ok, it was my mistake to expect find('.toggle') would find something anyway - jqlite can't do this
[23:41:35] *** teslanick has joined #angularjs
[23:41:36] *** ededagic has quit IRC
[23:41:38] *** calumet has quit IRC
[23:41:41] *** teslanick has quit IRC
[23:41:43] <OnkelTem> so I switched to using selecting by tag name
[23:41:47] <raypulver> are there any alternatives to angularstrap for angular powered ui frameworks
[23:41:52] <ManBearPixel> Foxandxss: Thanks, didn’t realize the copy-factor vs reference
[23:41:55] <Foxandxss> jqlite has no sizzle OnkelTem
[23:42:02] <Foxandxss> ManBearPixel: good :)
[23:42:03] <OnkelTem> yep
[23:42:17] <OnkelTem> snapwich: as you may see, w/o $timeout() this doesn't work at all
[23:42:20] <Foxandxss> raypulver: angular is cooking a new one with material
[23:42:31] <OnkelTem> so my question is - IS timeout is the proper way to do things?
[23:42:32] <raypulver> I saw that
[23:42:40] <Foxandxss> OnkelTem: proper to do what?
[23:42:42] <niall_obrien> raypulver: What's wrong with AngularStrap?
[23:42:52] *** imehesz has quit IRC
[23:43:01] <OnkelTem> Foxandxss: to add jQuery behavior over rendered ngRepeat output
[23:43:16] *** bkuberek has quit IRC
[23:43:17] *** mfunkie has quit IRC
[23:43:17] <wafflejock> OnkelTem: no that is bad
[23:43:18] *** atomical has quit IRC
[23:43:20] *** ccohn has quit IRC
[23:43:24] *** rodyhaddad has joined #angularjs
[23:43:27] <Foxandxss> at least sounds like so
[23:43:27] <OnkelTem> wafflejock: thanks! and how to do then? :()
[23:43:36] *** danyim has joined #angularjs
[23:43:46] <wafflejock> OnkelTem: you'll have some delay that is determined based on the client CPU and work that needs to be done by the browser
[23:43:51] <raypulver> niall_obrien: nothing I was curious what else is out there. I havent really tried angularstrap yet but it seems like its the best option
[23:43:52] *** mfunkie has joined #angularjs
[23:43:53] *** DuelShark has quit IRC
[23:43:56] *** ccohn has joined #angularjs
[23:43:57] <OnkelTem> I'd like my jQuery code to rerun whenever ngRepeat invoked again
[23:44:02] <wafflejock> OnkelTem: it's typically better to have some way to create a data model that just allows you to use directives to accomplish it
[23:44:26] *** dcherman has joined #angularjs
[23:44:27] <OnkelTem> wafflejock: last sentence is mystic for me :(
[23:44:31] <niall_obrien> raypulver: Thanks, checking it out too
[23:44:33] *** Reskp has quit IRC
[23:44:34] <wafflejock> I just had to rewrite a ton of code because initially it was done exactly how your describing and it kept breaking
[23:44:50] *** uchuff has quit IRC
[23:44:50] *** citizen-stig has quit IRC
[23:44:54] *** TorchDragon has joined #angularjs
[23:45:02] <wafflejock> OnkelTem: can you show a sample of what you're trying to accomplish I might be able to figure out how you could create a model that gives you all the information you need to have the view built with just directives
[23:45:04] <OnkelTem> wafflejock: I know, this looks bad. That's why my question :)
[23:45:29] <OnkelTem> wafflejock: moment
[23:45:56] *** mguillech has quit IRC
[23:46:17] *** TorpedoSkyline has joined #angularjs
[23:46:40] *** ki0 has quit IRC
[23:46:43] *** mguillech has joined #angularjs
[23:46:44] <Foxandxss> yes
[23:46:47] *** tarkus has quit IRC
[23:46:57] *** tarkus has joined #angularjs
[23:47:42] *** danyim has quit IRC
[23:47:58] *** mfunkie has quit IRC
[23:47:59] *** mfunkie_ has joined #angularjs
[23:47:59] *** aendrew has joined #angularjs
[23:48:12] *** ccohn has quit IRC
[23:48:31] *** MANCHUCK has joined #angularjs
[23:48:50] *** Reskp has joined #angularjs
[23:48:55] *** chrisjlee has joined #angularjs
[23:49:02] *** TorpedoSkyline has quit IRC
[23:49:06] *** mguillec_ has joined #angularjs
[23:49:08] *** xastey- has joined #angularjs
[23:49:12] *** bulkan has joined #angularjs
[23:49:21] *** thedodd has joined #angularjs
[23:49:40] *** bbsss has quit IRC
[23:49:49] *** TorchDragon has quit IRC
[23:49:57] *** calumet has joined #angularjs
[23:50:39] *** Wills_ has joined #angularjs
[23:50:49] *** calumet has quit IRC
[23:51:01] *** FIFOd[a] has joined #angularjs
[23:51:05] *** juanlas has quit IRC
[23:51:11] *** tschundeee has joined #angularjs
[23:51:35] *** niall_obrien has quit IRC
[23:51:44] *** niall_obrien has joined #angularjs
[23:51:52] *** mguillech has quit IRC
[23:51:55] *** TorpedoSkyline has joined #angularjs
[23:52:17] <OnkelTem> Foxandxss: does jQlite support .click() event binding?
[23:52:24] *** jeffszusz has joined #angularjs
[23:52:38] <Foxandxss> element.on('click', function(event) { ... });
[23:52:47] <OnkelTem> oh, ok
[23:52:47] *** blar1 has left #angularjs
[23:53:00] *** xastey has quit IRC
[23:53:16] *** lw has quit IRC
[23:53:47] *** UniBot has joined #angularjs
[23:53:54] *** disorder20 has quit IRC
[23:55:04] *** davi has quit IRC
[23:55:08] <nickeddy> how did i just now discover chrome's ability to emulate mobile devices
[23:55:12] <nickeddy> :|
[23:55:29] <oniijin> the new updated emulation stuff will be way nicer
[23:55:33] <oniijin> it's too pita to use right now
[23:55:39] <nickeddy> still, pretty cool
[23:56:07] *** dcherman has quit IRC
[23:56:08] *** Thorn has quit IRC
[23:56:31] *** bjmosk has joined #angularjs
[23:57:16] *** oste has quit IRC
[23:57:24] <oniijin> i think they're working on new one that'll make it much easier to switch between viewports
[23:57:28] *** yoshokatana has quit IRC
[23:57:31] *** whitebook has quit IRC
[23:57:43] <OnkelTem> wafflejock: brb in 10 mins
[23:57:45] <oniijin> i do use it sometimes for touch emulation
[23:57:51] *** Thorn has joined #angularjs
[23:58:06] *** desimas has joined #angularjs
[23:58:24] <oniijin> hmm actually i guess it's already in canary
[23:58:27] *** goblortikus has quit IRC
[23:58:54] *** goblortikus has joined #angularjs
[23:59:22] *** bjmosk has left #angularjs
[23:59:23] <snapwich> OnkelTem: you're right. find won't work with classes in jqlite
[23:59:54] <oniijin> WOW nickeddy check out visualized dom layers