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

Toggle Join/Part | bottom
[00:00:13] <wafflej0ck_> best to just kick the computer to be sure
[00:00:13] <lebster> i will have to check that one out. when i used generator-angular i was already pretty amazed at what it did
[00:00:37] *** Luser has joined #angularjs
[00:00:39] <jaawerth> it's possible they've updated it since I last used it, but I HATED how it organized things once I learned the real power of angular modules
[00:00:43] * DrAwesomeClaws pulls a muscle trying to kick laptop on his lap
[00:01:07] *** macabre has quit IRC
[00:01:13] <areologist> sorry, DrAwesomeClaws. :-(
[00:01:14] *** eamonn has quit IRC
[00:01:58] *** Luser has quit IRC
[00:02:08] *** stormbytes has quit IRC
[00:02:20] *** Luser has joined #angularjs
[00:02:53] <DrAwesomeClaws> areologist, it's ok. Just venting. I'm sure once i figure out what's wrong it'll seem silly in hindsight
[00:02:54] *** Luser has quit IRC
[00:02:56] *** tilgovi has quit IRC
[00:03:11] *** Luser has joined #angularjs
[00:03:27] *** dman777_alter has quit IRC
[00:03:57] *** simsketch has quit IRC
[00:04:41] *** Luser has quit IRC
[00:04:55] <areologist> would it be a sin to build an app with dynamic angular partials. I mean, pull view from server-side mvc pages that render differently based on user settings
[00:05:00] *** Luser has joined #angularjs
[00:05:11] *** recidive has joined #angularjs
[00:05:22] *** Luser has quit IRC
[00:05:47] <areologist> would invalidate my current tooling, would lose out on template cache, and have complicated testing, I guess
[00:05:47] <moogey> areologist: I hope not. Doing that with django right now
[00:05:53] *** Luser has joined #angularjs
[00:06:01] <areologist> moogey, has it been a good experience?
[00:06:39] <DrAwesomeClaws> i usually tend to have really thin backends these days. Usually just serve json from a db and static files. Let the client handle all the views and stuff
[00:06:42] <moogey> areologist: it's been nice because we can leverage some django template things. But I still haven't figured out how to test anything that requires a template. And I learned alot about directive tempaltes
[00:06:45] <areologist> perhaps main reason I'm resistant is current server piece is stateless api
[00:06:55] *** BillCriswell has joined #angularjs
[00:07:22] <areologist> DrAwesomeClaws, I feel the same way but the requirements are getting view-render heavy and offloading that to the server makes sense in a way
[00:07:41] *** Luser_ has joined #angularjs
[00:07:44] *** Luser has quit IRC
[00:07:45] <jaawerth> it wouldn't be a sin but it can make debugging a nightmare
[00:07:47] *** baweaver has joined #angularjs
[00:07:59] <areologist> I mean, so many modifications to views based on user profile.. worrying about janky mobile UX
[00:07:59] *** Luser_ has quit IRC
[00:08:00] <DrAwesomeClaws> yeah, i don't think it's a good idea all the time. the current app i'm working on is generally a single page app, but i'm using node/express on the backend to build some stuff
[00:08:00] *** jackdpeterson has quit IRC
[00:08:23] *** say2joe has quit IRC
[00:08:28] *** Luser has joined #angularjs
[00:08:30] <jaawerth> if you aren't using a single page app, I honestly don't think angular is the best framework to use
[00:08:43] <jaawerth> because now every time you transition pages you're gonna have to bootstrap again
[00:08:51] <areologist> it's single-page
[00:09:04] <jaawerth> so just... pull in fully-rendered templates instead of client-rendered ones?
[00:09:23] <areologist> exactly
[00:09:32] <areologist> okay, maybe simpler than that
[00:09:34] *** jlambert121 has quit IRC
[00:09:39] <jaawerth> I don't understand how that makes you not have to worry about mobile ux or user profile modifications
[00:09:40] *** edy___ has quit IRC
[00:10:03] <areologist> for example, could cut out entire region of a template on the server
[00:10:10] *** jonr22 has joined #angularjs
[00:10:16] *** Luser_ has joined #angularjs
[00:10:22] <jaawerth> I... don't think I understood that
[00:10:28] <areologist> security, for one thing
[00:10:32] *** c00ljs has quit IRC
[00:10:40] *** Luser has quit IRC
[00:10:41] *** walden is now known as walden|afk
[00:10:44] *** Luser_ has quit IRC
[00:10:46] <jaawerth> huh?
[00:10:50] <jaawerth> security how?
[00:11:04] <areologist> just making up an example: maybe there's a view that for admin users has additional content
[00:11:09] *** Luser has joined #angularjs
[00:11:18] <DrAwesomeClaws> i don't think security is generally relevant when talking about views and templates. That should generally be handled at a different layer I'd assume
[00:11:20] *** NoNMaDDeN has quit IRC
[00:11:20] *** cakirke has quit IRC
[00:11:34] <jaawerth> well, no, I do show different things for different user profiles
[00:11:42] *** ries has quit IRC
[00:11:51] <jaawerth> when using node, I codeshare the access info between server and client
[00:11:56] <moogey> If you're really concerted about people scoping those details. I would load completely different templates
[00:12:03] <moogey> depending on the type of user
[00:12:04] <jaawerth> (or have my user service make a request if it's info I don't want cached)
[00:12:30] <jaawerth> but the server is still the arbiter, so if someone decides to get cute and unhide an admin panel, it will do them no good
[00:12:30] *** Luser has quit IRC
[00:12:35] <jaawerth> because the API will still be like "NEWP"
[00:12:43] <wafflej0ck_> yeah I (try to) protect the data not the templates or controller code or whatever
[00:12:44] *** dannyc has joined #angularjs
[00:12:51] *** jimmyy has joined #angularjs
[00:12:54] *** Luser has joined #angularjs
[00:13:11] <wafflej0ck_> also don't do any server side templating personally but I can see some edge cases for it
[00:13:13] *** jimmyy has quit IRC
[00:13:17] *** Luser has quit IRC
[00:13:24] *** boxmein has quit IRC
[00:13:30] <jaawerth> same
[00:13:31] <areologist> I think there are too many possible combinations of permissions to do it with different templates
[00:13:38] <areologist> different static templates*
[00:13:43] <jaawerth> I don't do it when using angular, but I can see where it might be useful for very, very large configurable apps
[00:13:46] *** jimmyy has joined #angularjs
[00:13:46] *** Luser has joined #angularjs
[00:14:00] *** jimmyy has quit IRC
[00:14:00] <jaawerth> yeah but it's not that complicated to do with client-side show and hide and such
[00:14:01] <wafflej0ck_> jaawerth: right or where benefits of server side templating are large
[00:14:06] <wafflej0ck_> er cachcing*
[00:14:10] <areologist> i'm working on a proof-of-concept experiment for porting a very large complex app to angular
[00:14:38] <DrAwesomeClaws> my website exposes the admin panel to everyone. Doesn't matter because you need an account in the db to do anything.
[00:14:41] <jaawerth> but overall, I'd rather my templates be cacheable
[00:14:51] *** jimmyy has joined #angularjs
[00:14:54] <moogey> I like what waffleJ0ck_ said. Make the server known about everything, and the controller only know about what it needs to know about and nothing more. Then when it gets interogated it can't give any secrets
[00:14:55] <jaawerth> both on the server and client
[00:14:57] <areologist> it's not the complexity of the client-side show/hide, ng-if, etc., it's the hiding issue (even from Fiddler) and processing overhead
[00:14:59] <DrAwesomeClaws> i'd rather focus on that vector (db users) than try to obfusticate or hide code
[00:15:00] *** mdedetrich has joined #angularjs
[00:15:01] <jaawerth> dynamic templates = no template cache for you
[00:15:13] <jaawerth> you loose half the perf boost of a SPA right there
[00:15:17] *** enigmarm has quit IRC
[00:15:29] <Trindaz> I'm calling $save on my resource but nothing is happening - it never returns
[00:15:36] *** Luser_ has joined #angularjs
[00:15:38] *** shackleford has quit IRC
[00:15:46] <Trindaz> why would that be? The server is definitely running
[00:15:51] <jaawerth> processing overhead?
[00:15:53] <lebster> jaawerth: whats the diff from using generator-gulp-angular and generator-angular? looks like the end product in dist folder is almost the same no?
[00:15:56] <jaawerth> should be pretty minimal on the client
[00:16:00] *** Luser_ has quit IRC
[00:16:04] *** chrisshattuck has quit IRC
[00:16:08] <TheAceOfHearts> jaawerth: Google does some server-side rendering even with their angular apps :p
[00:16:08] <DrAwesomeClaws> http://nuclearhorsestudios.com/#/admin <-- visibility:hidden == best security
[00:16:25] <jaawerth> TheAceOfHearts: like I said, I can see certain uses for it, but not as an overall practice
[00:16:26] *** chrisshattuck has joined #angularjs
[00:16:28] *** Luser_ has joined #angularjs
[00:16:33] *** dcherman2 has quit IRC
[00:16:41] *** otisZart has quit IRC
[00:16:44] <jaawerth> TheAceOfHearts: what apps? google doesn't even have that many public angular apps, I'm always interested in finding out about more
[00:17:02] <lebster> jaawerth: or with these generators i have to follow the same structure in the app folder, and that would be what makes them different?
[00:17:09] <jaawerth> lebster: well like I said, I haven't used the regular generator in a while, it's possible it now uses the modern code org
[00:17:18] <jaawerth> lebster: the main difference is that it uses gulp instead of grunt
[00:17:22] *** otisZart has joined #angularjs
[00:17:41] *** bmac has quit IRC
[00:17:46] <wafflej0ck_> lebster: yeah what you do in the app folder stays in the app folder.... wait not thats vegas
[00:17:51] *** Luser_ has quit IRC
[00:17:52] <jaawerth> haha
[00:17:53] <jaawerth> yeah
[00:17:53] <lebster> i see, but either one that i do use, i dont have to follow the same file structure?
[00:17:54] <TheAceOfHearts> well, google is actually getting aggressive about hiring angular devs from waht I've heard
[00:17:55] *** mclenithan has joined #angularjs
[00:17:57] <jaawerth> it's about the dev process, not the end result
[00:17:58] *** H1FuelCell has joined #angularjs
[00:18:05] <areologist> jaawerth, not sure if I want to touch that (overhead), I seem to get reamed every time I go there on this channel
[00:18:06] <jaawerth> except that the dev process will affect your end result
[00:18:15] *** Luser_ has joined #angularjs
[00:18:18] *** dannyc has quit IRC
[00:18:21] *** Luser has quit IRC
[00:18:33] <TheAceOfHearts> but yeah, I find it sad that barely any public facing apps seem to be angular
[00:18:35] *** Luser_ has quit IRC
[00:18:36] *** jaydubya has quit IRC
[00:18:37] <areologist> short answer: with the users/hardware I have to support, as well as high UX standards, I take 16 ms per frame seriously
[00:18:47] <TheAceOfHearts> it seems like FB is embracing React way more than Google is embracing Angular
[00:19:02] *** jaydubya has joined #angularjs
[00:19:08] *** Luser has joined #angularjs
[00:19:12] <areologist> the loss of template cache is a killer though
[00:19:17] <jaawerth> well, google optimizes their stuff so much that most of their crap uses very use-specific internal frameworks
[00:19:22] <jaawerth> at least, that's what I hear
[00:19:24] <TheAceOfHearts> yeah
[00:19:27] *** jasonp has quit IRC
[00:19:32] *** dannyc has joined #angularjs
[00:19:37] <jaawerth> apparently they have TONS of angular apps for internal usage
[00:19:39] <TheAceOfHearts> my friend told me that the angular version of google is actually pretty different in some areas
[00:19:42] <moogey> areologist: I'm pretty sure there are ways to make dynamic cacheable templates, it just depends on how you want them to be dynamic
[00:19:51] *** shaym_ has quit IRC
[00:20:15] *** fourq_ has joined #angularjs
[00:20:24] <lebster> wafflej0ck_: yeah but i can restructure the directories in the app folder and everything will run fine still?
[00:20:34] <jaawerth> areologist: hm, but what's the overhead from rendering it all server-side vs. being able to cache them server-side and serve them up with something like nginx?
[00:20:38] *** jonnybro has joined #angularjs
[00:20:39] *** trend has quit IRC
[00:20:42] <jaawerth> areologist: one would think you'd easily make back that 16ms
[00:20:51] *** otisZart has quit IRC
[00:20:52] *** Luser_ has joined #angularjs
[00:20:53] *** Luser has quit IRC
[00:20:56] *** jonnybro has quit IRC
[00:20:58] <jaawerth> particularly once it's in templateCache
[00:21:04] *** tfennelly has joined #angularjs
[00:21:07] *** qdk has quit IRC
[00:21:15] *** Luser_ has quit IRC
[00:21:16] *** otisZart has joined #angularjs
[00:21:45] *** recidive has quit IRC
[00:21:48] *** Luser has joined #angularjs
[00:21:55] *** cthrax_ has quit IRC
[00:21:58] <areologist> I haven't tried and measured anything yet, so I don't know. Just seeing what others' experience has been.
[00:22:01] <wafflej0ck_> lebster: yup only issues really that come up are to do with if the gruntfile.js or gulpfile.js or whatever have config that says only to look 1 level deep or things of that nature but typically you can do whatever you want and it'll be fine (a little config tweaking aside)
[00:22:14] *** lucasjones has joined #angularjs
[00:22:26] *** monir has joined #angularjs
[00:22:35] <lebster> wafflej0ck_: ahh okay cool thanks
[00:22:46] <wafflej0ck_> lebster: good to do grunt build or gulp build or whatever it is early on too and periodically as you develop a project to be sure things you added recently are still all working... I use Jenkins CI to run it all automated but took some time to setup
[00:22:51] <wafflej0ck_> lebster: and np
[00:22:52] *** sonicparke|bradm has quit IRC
[00:23:14] *** samuel02 has joined #angularjs
[00:23:18] *** trend has joined #angularjs
[00:23:22] *** jaydubya has quit IRC
[00:23:32] *** Luser_ has joined #angularjs
[00:23:41] *** Luser has quit IRC
[00:23:59] *** fedenunez has quit IRC
[00:24:00] *** Luser_ has quit IRC
[00:24:29] *** Luser has joined #angularjs
[00:24:30] *** dannyc has quit IRC
[00:25:17] *** Geertje123_ has quit IRC
[00:25:37] *** tfennelly has quit IRC
[00:25:40] *** Geertje123_ has joined #angularjs
[00:25:44] *** jharbaug_ has joined #angularjs
[00:26:02] *** Luser has quit IRC
[00:26:11] *** woebtz has joined #angularjs
[00:26:15] *** Luser has joined #angularjs
[00:26:57] <areologist> think I'll do some experiments. I remember a Google talk where they wrote a layer that intercepted templates on the client before they got the angular and strips out content based on attributes and user profil
[00:26:57] *** Luser has quit IRC
[00:27:05] *** Luser has joined #angularjs
[00:27:09] *** gkap has quit IRC
[00:28:10] <areologist> not a great solution, imo, but it's interesting that they bothered to implement this at all and not just fallback on server-side processing or normal exclusion based on angular
[00:28:20] *** eamonn has joined #angularjs
[00:28:23] *** Luser has quit IRC
[00:28:49] *** jharbaugh has quit IRC
[00:28:51] *** recidive has joined #angularjs
[00:28:55] *** Luser has joined #angularjs
[00:29:19] *** adpirz has joined #angularjs
[00:29:19] *** Luser has quit IRC
[00:29:47] *** Luser has joined #angularjs
[00:30:51] *** youngroger has quit IRC
[00:30:52] *** karlkeefer has joined #angularjs
[00:30:53] <areologist> I mean, considering that the prohibited content is still transferred and viewable (doens't really solve that), and is having this additional level of processing helping client-side performance at all? kind of strange.
[00:31:06] *** Luser has quit IRC
[00:31:35] *** Luser has joined #angularjs
[00:31:56] *** karlkeefer has quit IRC
[00:31:57] *** Luser has quit IRC
[00:32:06] <areologist> I think it was a guy from the Google AdSense team who gave the presentation
[00:32:27] *** Luser has joined #angularjs
[00:32:40] <moogey> areologist: if you can find a link, I'd be interested in watching that
[00:32:41] *** foofoobar has joined #angularjs
[00:32:42] *** kk_ has joined #angularjs
[00:32:51] *** nuizzy has quit IRC
[00:32:58] <areologist> i'll check my youtube history...
[00:33:20] *** asheinfeld has quit IRC
[00:33:25] *** kk_ has quit IRC
[00:33:48] *** mclenithan has quit IRC
[00:33:56] <areologist> okay, I think this was it; actually a ng-conf presentation: "Writing a Massive Angular App at Google"
[00:33:57] <areologist> https://www.youtube.com/watch?v=62RvRQuMVyg
[00:34:06] *** adpirz has quit IRC
[00:34:12] *** Luser_ has joined #angularjs
[00:34:21] <areologist> think I'll rewatch it too, now that I'm thinking about this
[00:34:42] *** Luser has quit IRC
[00:34:43] *** Luser_ has quit IRC
[00:35:05] *** Luser has joined #angularjs
[00:35:27] *** dcherman has joined #angularjs
[00:35:50] *** kirfu has quit IRC
[00:36:01] *** kirfu has joined #angularjs
[00:36:07] *** BillCriswell has quit IRC
[00:36:15] *** Evanion has quit IRC
[00:36:52] *** Luser_ has joined #angularjs
[00:37:01] *** Luser has quit IRC
[00:37:05] *** bayousoft has joined #angularjs
[00:37:17] <moogey> areologist: thanks
[00:37:18] *** Luser_ has quit IRC
[00:37:45] *** Luser has joined #angularjs
[00:37:59] *** youngroger has joined #angularjs
[00:38:50] *** caitp has joined #angularjs
[00:39:06] *** Luser has quit IRC
[00:39:35] *** Luser has joined #angularjs
[00:40:27] *** Luser_ has joined #angularjs
[00:40:27] *** Luser has quit IRC
[00:41:03] *** recidive has quit IRC
[00:41:12] *** cakirke has joined #angularjs
[00:41:18] *** danecando has quit IRC
[00:41:47] *** Luser_ has quit IRC
[00:42:00] *** snapwich has joined #angularjs
[00:42:12] *** Luser has joined #angularjs
[00:42:16] *** AngularUI has joined #angularjs
[00:42:16] <AngularUI> [bootstrap] johnsonw opened pull request #3007: fix(dropdown): Added support for class directives in the dropdown component (master...dropdown-class-directive) http://git.io/0sLcrw
[00:42:16] *** AngularUI has left #angularjs
[00:43:05] *** Luser_ has joined #angularjs
[00:43:06] *** DrAwesomeClaws has quit IRC
[00:43:06] *** Luser has quit IRC
[00:43:25] *** jonr22 has quit IRC
[00:43:46] *** foofoobar has quit IRC
[00:44:49] *** recidive has joined #angularjs
[00:44:50] *** Evanion has joined #angularjs
[00:44:56] *** Luser has joined #angularjs
[00:44:59] *** jarek has joined #angularjs
[00:45:03] *** Luser_ has quit IRC
[00:45:18] *** bkuberek_ has quit IRC
[00:45:18] *** Luser has quit IRC
[00:45:36] *** tfennelly has joined #angularjs
[00:45:47] *** Luser has joined #angularjs
[00:46:16] *** youngroger has quit IRC
[00:46:52] *** DLSteve_ has quit IRC
[00:47:08] *** Luser has quit IRC
[00:47:31] *** AngularUI has joined #angularjs
[00:47:31] <AngularUI> [ng-grid] PaulL1 pushed 2 new commits to master: http://git.io/wjMu5A
[00:47:31] <AngularUI> ng-grid/master c67897b Fredrik Einarsson: Adding Swedish translation for the paging feature
[00:47:31] <AngularUI> ng-grid/master 938e06a Paul: Merge pull request #2189 from mathiasdose/updatingSwedishOnceAgain...
[00:47:31] *** AngularUI has left #angularjs
[00:47:35] *** Luser has joined #angularjs
[00:47:54] *** dannyc has joined #angularjs
[00:47:57] *** Luser has quit IRC
[00:48:02] <reavengr1y> Ayo, Eminem is one dumb jackass
[00:48:11] *** jarek has left #angularjs
[00:48:26] <reavengr1y> Iggy Azaela is minding her own business...and up jumps Eminem...and disses her out of nowhere
[00:48:27] *** Luser has joined #angularjs
[00:48:32] <reavengr1y> ...????
[00:48:41] <reavengr1y> Ok then
[00:49:14] *** disorder20 has quit IRC
[00:49:24] *** mary5030 has quit IRC
[00:49:33] *** CitizenKane has quit IRC
[00:49:44] *** dcherman has quit IRC
[00:49:45] *** Luser has quit IRC
[00:49:56] *** mary5030 has joined #angularjs
[00:50:13] *** Luser has joined #angularjs
[00:50:36] *** tfennelly has quit IRC
[00:50:36] *** Luser has quit IRC
[00:51:08] *** dweave has joined #angularjs
[00:51:08] *** kk_ has joined #angularjs
[00:51:08] *** Luser has joined #angularjs
[00:52:28] *** dannyc has quit IRC
[00:52:28] *** Luser has quit IRC
[00:52:57] *** Luser has joined #angularjs
[00:53:34] *** morenoh149 has quit IRC
[00:53:35] *** Luser has quit IRC
[00:53:45] *** Luser has joined #angularjs
[00:54:16] *** mary5030 has quit IRC
[00:54:46] *** elaijuh has joined #angularjs
[00:55:05] *** Luser has quit IRC
[00:55:22] *** pyCasso has joined #angularjs
[00:55:31] <pyCasso> how do i achieve pagination with angularjs?
[00:55:36] *** Luser has joined #angularjs
[00:56:27] *** Luser_ has joined #angularjs
[00:56:27] *** Luser has quit IRC
[00:56:42] <areologist> Hmm. When did one-time bindings come out in angular?
[00:56:58] *** monir has quit IRC
[00:57:03] <areologist> Are they a 1.3 thing?
[00:57:17] *** zz_night-owl is now known as night-owl
[00:58:01] *** Luser_ has quit IRC
[00:58:16] *** Luser has joined #angularjs
[00:58:22] <areologist> If so, I think their existence undermines that ng-conf talk so far as their templating strategy is concerned
[00:58:30] *** Chubbs has left #angularjs
[00:58:36] *** Luser has quit IRC
[00:58:55] <areologist> the performance argument vis-a-vis ng-if, ng-hide, etc., doesn't apply to one-time bindings
[00:59:06] *** Luser has joined #angularjs
[00:59:46] *** kirfu has quit IRC
[01:00:01] *** kirfu has joined #angularjs
[01:00:01] *** pyCasso has left #angularjs
[01:00:08] *** dweave has quit IRC
[01:00:29] *** freelyfred has quit IRC
[01:00:33] *** soee has quit IRC
[01:00:39] *** qdk has joined #angularjs
[01:00:42] *** Luser has quit IRC
[01:00:53] <areologist> pyCasso, check out filters, maybe. Not sure about the particulars of your use case.
[01:00:54] *** Luser has joined #angularjs
[01:01:39] *** opiates has quit IRC
[01:01:40] *** Luser has quit IRC
[01:01:49] *** Luser has joined #angularjs
[01:02:35] <areologist> i.e., if you already have a list of items in memory or if you're retrieving items a page at a time from a service
[01:02:56] *** NoNMaDDeN has joined #angularjs
[01:03:21] *** say2joe has joined #angularjs
[01:03:23] *** Luser has quit IRC
[01:03:37] *** Luser has joined #angularjs
[01:04:29] *** Luser_ has joined #angularjs
[01:04:29] *** Luser has quit IRC
[01:04:43] *** recidive has quit IRC
[01:05:15] *** stormbytes has joined #angularjs
[01:05:18] *** chrisshattuck has quit IRC
[01:05:32] <areologist> nm
[01:05:52] *** jlambert121 has joined #angularjs
[01:06:08] *** areologist is now known as areologist_afk
[01:06:08] *** recidive has joined #angularjs
[01:06:15] *** Luser_ has quit IRC
[01:06:16] *** Luser has joined #angularjs
[01:07:00] *** robksawyer has quit IRC
[01:07:00] *** Luser has quit IRC
[01:07:08] *** Luser has joined #angularjs
[01:08:18] *** emocakes has joined #angularjs
[01:08:23] *** BillCriswell has joined #angularjs
[01:08:25] *** Luser has quit IRC
[01:08:56] *** Luser has joined #angularjs
[01:09:19] *** knownasilya has quit IRC
[01:09:19] *** Luser has quit IRC
[01:09:47] *** Luser has joined #angularjs
[01:10:49] *** apertoire has joined #angularjs
[01:11:06] *** Luser has quit IRC
[01:11:11] *** Trindaz has quit IRC
[01:11:18] *** areologist_afk is now known as areologist
[01:11:24] *** plato has quit IRC
[01:11:35] *** Luser has joined #angularjs
[01:11:53] *** SpotSec has quit IRC
[01:11:58] *** Luser has quit IRC
[01:12:17] *** ron1 has quit IRC
[01:12:30] *** Luser has joined #angularjs
[01:12:54] *** aphadke has joined #angularjs
[01:12:56] *** kwladyka has quit IRC
[01:13:12] *** emocakes has quit IRC
[01:13:32] <aphadke> hello - we have a fairly static landing page, is it possible to host that page as simple static index.html and other pages via angular?
[01:14:01] *** iamdchuk has quit IRC
[01:14:16] *** Luser_ has joined #angularjs
[01:14:23] *** Luser has quit IRC
[01:14:43] *** cohitre has quit IRC
[01:14:43] *** Luser_ has quit IRC
[01:14:57] *** cakirke has quit IRC
[01:15:11] *** Luser has joined #angularjs
[01:16:07] *** macksfield has joined #angularjs
[01:16:09] *** sonofdir_ has joined #angularjs
[01:16:30] *** Luser has quit IRC
[01:16:56] *** Luser has joined #angularjs
[01:17:48] *** otisZart has quit IRC
[01:17:49] *** Luser has quit IRC
[01:17:49] *** Luser_ has joined #angularjs
[01:18:01] *** tfennelly has joined #angularjs
[01:18:04] *** brownbathrobe has joined #angularjs
[01:18:24] <areologist> angular is a client-side framework so yes, angular SPA can be served up as static page
[01:19:02] *** plato has joined #angularjs
[01:19:13] *** Luser_ has quit IRC
[01:19:37] *** Luser has joined #angularjs
[01:19:54] *** mdedetri_ has joined #angularjs
[01:19:58] *** Luser has quit IRC
[01:20:19] *** dannyc has joined #angularjs
[01:20:21] *** moogey has quit IRC
[01:20:28] *** Luser has joined #angularjs
[01:20:47] *** moogey has joined #angularjs
[01:21:10] *** sonofdir_ has quit IRC
[01:21:45] *** sonofdir_ has joined #angularjs
[01:21:53] *** jheady has joined #angularjs
[01:22:18] *** Luser_ has joined #angularjs
[01:22:28] *** Luser has quit IRC
[01:22:36] *** tfennelly has quit IRC
[01:22:37] *** Luser_ has quit IRC
[01:22:42] *** vassagus has quit IRC
[01:23:09] *** Luser has joined #angularjs
[01:23:20] *** jheady has left #angularjs
[01:23:37] *** mdedetrich has quit IRC
[01:24:27] *** Luser has quit IRC
[01:24:54] *** TheAceOfHearts has quit IRC
[01:24:55] *** Luser has joined #angularjs
[01:24:56] *** dannyc has quit IRC
[01:25:20] *** dc_ has quit IRC
[01:25:20] *** Luser has quit IRC
[01:25:47] *** Luser has joined #angularjs
[01:25:53] *** sonofdir_ has quit IRC
[01:26:57] *** cannap has quit IRC
[01:27:05] *** Luser has quit IRC
[01:27:12] *** baweaver has quit IRC
[01:27:37] *** Luser has joined #angularjs
[01:28:16] *** davek has quit IRC
[01:28:17] *** Luser has quit IRC
[01:28:27] *** Luser has joined #angularjs
[01:28:52] *** recidive has quit IRC
[01:29:07] *** Johnny13371337 has quit IRC
[01:29:12] *** moogey has left #angularjs
[01:30:00] *** Fishy has quit IRC
[01:30:14] *** Luser has quit IRC
[01:30:16] *** Luser_ has joined #angularjs
[01:31:10] *** Luser has joined #angularjs
[01:31:10] *** Luser_ has quit IRC
[01:31:15] *** sirkitree|afk is now known as sirkitree
[01:31:20] *** juanpablo_ has quit IRC
[01:31:47] *** juanpablo_ has joined #angularjs
[01:31:58] *** eamonn has quit IRC
[01:32:35] *** eamonn has joined #angularjs
[01:32:35] *** mansoormb has quit IRC
[01:32:47] *** Luser has quit IRC
[01:32:59] *** Luser has joined #angularjs
[01:33:00] *** snapwich has quit IRC
[01:33:22] *** brownbathrobe has quit IRC
[01:33:23] *** Luser has quit IRC
[01:33:31] *** CitizenKane has joined #angularjs
[01:33:49] *** Luser has joined #angularjs
[01:34:01] *** juanpablo_ has quit IRC
[01:34:02] *** ctanga has quit IRC
[01:35:36] *** Luser_ has joined #angularjs
[01:35:46] *** Luser has quit IRC
[01:35:51] *** mjw56 has joined #angularjs
[01:35:53] *** dacuca has quit IRC
[01:35:58] *** Luser_ has quit IRC
[01:35:58] <aphadke> areologist: how exactly can i make that happen? i have a static folder which has static/index.html
[01:36:12] *** SahanH has quit IRC
[01:36:29] *** Luser has joined #angularjs
[01:36:37] <aphadke> but when i type localhost:8888/ <— this serves the index.html from angularjs and not from static/index.html
[01:36:58] <aphadke> this is my .htaccess file http://aphadke.pastebin.mozilla.org/7447451
[01:37:00] *** recidive has joined #angularjs
[01:37:27] *** eamonn has quit IRC
[01:37:45] *** Luser has quit IRC
[01:38:15] *** Luser has joined #angularjs
[01:39:15] *** Luser_ has joined #angularjs
[01:39:15] *** Luser has quit IRC
[01:39:52] *** caitp has quit IRC
[01:40:13] *** macgregor has joined #angularjs
[01:40:29] *** Luser_ has quit IRC
[01:40:49] *** macksfield has quit IRC
[01:40:58] *** Luser has joined #angularjs
[01:41:53] *** Luser_ has joined #angularjs
[01:41:53] *** Luser has quit IRC
[01:42:01] *** ytsejam has quit IRC
[01:42:28] <wafflej0ck_> aphadke: this is a server configuration issue not an angular issue
[01:42:46] <aphadke> wafflej0ck_: ok.. any tips on server config?
[01:43:17] *** Luser_ has quit IRC
[01:43:28] *** snurfery has quit IRC
[01:43:37] *** Luser has joined #angularjs
[01:43:42] *** startupality has quit IRC
[01:44:08] <areologist> aphadke: what are you trying to do exactly? just serve the /static/index.html as the default page for root path?
[01:44:08] *** Luser has quit IRC
[01:44:23] *** nanozer2 has joined #angularjs
[01:44:33] *** Luser has joined #angularjs
[01:44:39] <aphadke> areologist: yes.. i have two folders, static/ dynamic/
[01:45:04] <aphadke> static contains index.html (default page for root path), dynamic/ contains my angularJS app
[01:45:07] *** cacts|works has quit IRC
[01:47:26] *** merobertsjr___ has quit IRC
[01:47:30] <wafflej0ck_> aphadke: it isn't clear to me why you need the rewrite in apache?
[01:48:03] <aphadke> wafflej0ck_: i dont want to load the contents under static/ via angularjs, want to make them just plain html
[01:48:06] <wafflej0ck_> seems you would just want to serve the static/index.html, and that could link to the dynamic/index.html which could load angular and the rest of the web app related parts
[01:48:27] *** abram is now known as abram_away
[01:48:30] <aphadke> wafflej0ck_: YES! thats exactly what i am trynig to do. but i am not able to hook the angularjs part.
[01:48:38] *** dannyc has joined #angularjs
[01:48:43] *** Luser_ has joined #angularjs
[01:48:52] *** ayejaytwo has joined #angularjs
[01:49:01] *** Luser has quit IRC
[01:49:25] <wafflej0ck_> not sure what you mean by "hook the angular part" exactly if you put a link from static/index.html to dynamic/index.html what ends up happening?
[01:49:31] <aphadke> for eg: static/index.html has link called "signup" which is loaded via angularjs. my entire app is in dynamic/, but i get a 404 when static/index.html links to <a href="/signup">Signup</a>
[01:49:35] *** bmac has joined #angularjs
[01:49:44] *** Evanion has quit IRC
[01:50:55] <wafflej0ck_> seems based on what you described so far that would just need to link to /dynamic/#/signup
[01:51:07] *** NoNMaDDeN has quit IRC
[01:51:18] *** Aswebb has quit IRC
[01:51:26] *** elaijuh has quit IRC
[01:51:26] *** icfantv has quit IRC
[01:51:27] <wafflej0ck_> if you use html5mode then you'd want the rewrite but you could do that with an .htaccess in the dynamic folder only that redirects /dynamic/signup or anything like it to index.html
[01:51:28] *** one0one has joined #angularjs
[01:51:29] <areologist> aphadke: you want to web server to do the routing in this case that would otherwise be done by angular routing? i.e., "/signup" (presumably angular route) serves up "/dynamic/index.html"
[01:51:47] <aphadke> areologist: yes.. thats correct
[01:52:17] *** tskaggs has joined #angularjs
[01:52:27] <aphadke> wafflej0ck_: i am using html5mode and i think .htaccess should be used, just not sure what the rewrite rule should be
[01:52:57] *** AronBrrr has joined #angularjs
[01:52:58] *** recidive has quit IRC
[01:53:00] <areologist> I haven't touched Apache in a long time, so double check this, but couldn't you create a Directory tab for /signup and then specify /dynamic/index.html in the DirectoryInfo directive?
[01:53:03] <wafflej0ck_> aphadke: http://paste.ubuntu.com/9160380/ <-- here's my rewrite rule
[01:53:07] <areologist> tag*
[01:53:14] *** AronBrrr has left #angularjs
[01:53:18] *** dannyc has quit IRC
[01:53:24] <wafflej0ck_> aphadke: basically says if a file or directory doesn't match the path then go to the index.html
[01:53:27] <areologist> i.g., Directory rule containing DirectoryInfo directive.. (lots of "dirs" here)
[01:53:55] <areologist> DirectoryIndex... sorry
[01:53:56] *** Fishy has joined #angularjs
[01:54:04] *** monir has joined #angularjs
[01:54:16] <wafflej0ck_> aphadke: this is basically from the angular docs on html5mode iirc
[01:54:30] <aphadke> wafflej0ck_: thx for that, i think this might work wiht minor mods
[01:54:32] * aphadke goes to try
[01:54:43] *** ayejaytwo has quit IRC
[01:55:32] *** Fishy has quit IRC
[01:55:36] <areologist> here's docs on what I was trying to say: http://httpd.apache.org/docs/current/mod/mod_dir.html
[01:56:52] *** tskaggs has quit IRC
[01:56:53] <wafflej0ck_> areologist: yea would need one for every route if you did that though, the mod_rewrite stuff does work out well for matching a URL and then rewriting it, should be all good I just didn't understand the problem initially so thx for laying that out
[01:57:10] *** adpirz has joined #angularjs
[01:57:32] <areologist> B-)
[01:57:45] *** tsalb has quit IRC
[01:57:56] *** ctanga has joined #angularjs
[01:58:18] *** ozooner__ has quit IRC
[01:58:36] <aphadke> areologist: wafflej0ck_: u guys rock!
[01:58:38] <aphadke> thx a ton!
[01:58:42] * aphadke does the dance
[01:58:53] *** snurfery has joined #angularjs
[01:59:15] *** baweaver has joined #angularjs
[01:59:26] <areologist> aphadke: np. will all your URLs work though? I mean, waffle makes an important point. If users copy/paste arbitrary URLs from your angular app will it 404?
[01:59:27] *** Geertje123_ has quit IRC
[01:59:52] <aphadke> areologist: yes, there will be 404, i need to set those routes correctly
[01:59:56] <aphadke> baby steps..
[01:59:57] <aphadke> :-)
[02:00:01] <areologist> hehe. cool.
[02:00:31] *** paolo_romeo has joined #angularjs
[02:01:17] *** recidive has joined #angularjs
[02:01:26] *** aphadke has quit IRC
[02:02:16] <paolo_romeo> Hi, i've got a question related to ng-view where i dont want part of my ng-view to constantly refresh when i change page... is this something possible?
[02:02:45] *** Luser_ has quit IRC
[02:03:16] *** paolo_romeo has quit IRC
[02:03:21] *** Luser has joined #angularjs
[02:03:22] <macgregor> https://github.com/angular-ui/ui-router/wiki#resolve
[02:03:50] <macgregor> does anyone know if the controller property for ui-router states means an inline controller
[02:03:52] <macgregor> ?
[02:04:07] *** junmin_ has quit IRC
[02:04:11] <macgregor> or could it also be a different controller in your app?
[02:04:16] *** bmac has quit IRC
[02:04:34] <ctanga> consult the docs: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider#methods_state
[02:05:14] <ctanga> does that answer your question?
[02:05:45] <macgregor> no that link didn't work for me
[02:05:52] <ctanga> O_o
[02:06:10] <ctanga> well I’ll be damned.
[02:06:13] <ctanga> http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider
[02:07:37] *** Luser has quit IRC
[02:07:56] *** OddDuck has quit IRC
[02:08:06] <macgregor> ctanga thanks - that next one worked for me
[02:08:50] <macgregor> the resolve docs also say that once promises are resolved the value of the function will be injected into the controller
[02:09:30] <macgregor> ...which I tried and it didn't seem to work for me
[02:10:12] *** CitizenKane has quit IRC
[02:10:13] *** evotuned has quit IRC
[02:10:17] *** Fire-Dragon-DoL has quit IRC
[02:10:44] *** evotuned has joined #angularjs
[02:10:47] <ctanga> show some code I’ll point you somewhere
[02:11:45] *** LunarLanding has quit IRC
[02:12:08] *** phzon has joined #angularjs
[02:12:11] *** cotko has joined #angularjs
[02:12:17] *** LunarLanding has joined #angularjs
[02:12:30] *** evotuned has quit IRC
[02:12:53] *** kk_ has quit IRC
[02:12:57] *** evotuned has joined #angularjs
[02:13:23] *** RobinBAwesome has quit IRC
[02:13:24] *** RedOrangeZ has quit IRC
[02:13:30] *** bkuberek has joined #angularjs
[02:14:13] *** dannyid has quit IRC
[02:14:13] *** mmitchell has joined #angularjs
[02:16:28] *** phzon has quit IRC
[02:16:40] <macgregor> ctanga http://dpaste.com/1B4ZQVS
[02:17:14] *** dejanr has joined #angularjs
[02:17:15] <macgregor> catalog is a service that validates the slug and then resolveds
[02:17:36] *** jwowwz has quit IRC
[02:17:41] *** evotuned has quit IRC
[02:18:04] *** marr has quit IRC
[02:18:24] <macgregor> ProductsController is a registered controller
[02:18:30] *** bbankes has quit IRC
[02:18:37] *** mmitchell has quit IRC
[02:18:41] *** RobinBAwesome has joined #angularjs
[02:19:01] *** woah has quit IRC
[02:19:07] *** recidive has quit IRC
[02:19:12] *** CitizenKane has joined #angularjs
[02:19:25] <macgregor> have to head out but will check back in on this later -- thanks for your help!
[02:19:28] *** woah has joined #angularjs
[02:20:25] *** {DV8} has joined #angularjs
[02:20:57] *** woah has quit IRC
[02:21:04] *** recidive has joined #angularjs
[02:21:17] *** dannyc has joined #angularjs
[02:21:25] *** mtho11 has quit IRC
[02:24:11] *** adpirz has quit IRC
[02:25:49] *** dannyc has quit IRC
[02:26:03] *** mdedetri_ has quit IRC
[02:26:40] *** dejanr has quit IRC
[02:27:21] *** monir has quit IRC
[02:27:40] *** dejanr has joined #angularjs
[02:27:54] *** \du has joined #angularjs
[02:29:50] *** junmin has joined #angularjs
[02:30:24] *** wolfman2000 has joined #angularjs
[02:30:36] *** laserbeak43 has quit IRC
[02:30:37] *** whunt has quit IRC
[02:30:38] *** baweaver has quit IRC
[02:31:26] *** opiates has joined #angularjs
[02:32:25] *** tobleronegordon has joined #angularjs
[02:32:32] *** kuadrosx has quit IRC
[02:32:33] <lebster> whats a good way to handle changing my $http post urls in my app based on dev or live? just make a service that contains the url prefix?
[02:32:43] <lebster> and pass it into every service that posts
[02:33:23] *** rho has quit IRC
[02:34:14] *** phpxadmin has quit IRC
[02:35:26] *** brownbathrobe has joined #angularjs
[02:36:15] *** say2joe has quit IRC
[02:36:57] *** H1FuelCell has quit IRC
[02:38:12] *** bmac has joined #angularjs
[02:38:40] *** frem has quit IRC
[02:38:40] *** frem_ is now known as frem
[02:39:27] *** samuel02 has quit IRC
[02:40:42] *** DrAwesomeClaws has joined #angularjs
[02:40:55] *** cotko has quit IRC
[02:41:36] *** nobita0590 has joined #angularjs
[02:42:50] *** ASUchander1 has joined #angularjs
[02:42:57] *** kuadrosx has joined #angularjs
[02:43:57] *** ASUChander has quit IRC
[02:46:10] <ctanga> macgregor: does ProductsController have slugValidity injected?
[02:46:10] *** bufferino has joined #angularjs
[02:47:07] *** Aliks has quit IRC
[02:48:17] *** bufferino has quit IRC
[02:55:57] *** oh_hai_mark has joined #angularjs
[02:59:17] *** quantax- has quit IRC
[02:59:18] *** DrAwesomeClaws has quit IRC
[02:59:19] *** opiates has quit IRC
[02:59:19] *** recidive has quit IRC
[02:59:21] *** snurfery has quit IRC
[02:59:22] *** BillCriswell has quit IRC
[02:59:23] *** kirfu has quit IRC
[02:59:23] *** cads has quit IRC
[02:59:24] *** threesixes has quit IRC
[02:59:27] *** patrickarlt has quit IRC
[02:59:27] *** frem has quit IRC
[02:59:28] *** nycdevgirl has quit IRC
[02:59:30] *** xxMatiasFxx has quit IRC
[02:59:32] *** atomical has quit IRC
[02:59:32] *** Cache_Money has quit IRC
[02:59:33] *** beckyconning_ has quit IRC
[02:59:36] *** CaShY has quit IRC
[02:59:36] *** iivvoo has quit IRC
[02:59:37] *** janoelze has quit IRC
[02:59:39] *** restless_being_ has quit IRC
[02:59:40] *** airtonix has quit IRC
[02:59:41] *** AlSquirrel has quit IRC
[02:59:41] *** Seich has quit IRC
[02:59:42] *** wa5ted has quit IRC
[02:59:42] *** ciro_nunes has quit IRC
[02:59:44] *** davesidious has quit IRC
[02:59:45] *** daviesgeek has quit IRC
[02:59:46] *** siddart has quit IRC
[02:59:46] *** ioudas has quit IRC
[02:59:47] *** netameta has quit IRC
[02:59:47] *** spectator has quit IRC
[02:59:48] *** TrevDev has quit IRC
[02:59:49] *** julian`` has quit IRC
[02:59:50] *** sirkitree has quit IRC
[02:59:50] *** e0ipso|away has quit IRC
[02:59:51] *** andrewdub has quit IRC
[02:59:51] *** ionpulse has quit IRC
[02:59:52] *** scorphus has quit IRC
[02:59:54] *** crazybotsmoker has quit IRC
[02:59:55] *** SockSorcerer has quit IRC
[02:59:56] *** xyNNN has quit IRC
[02:59:57] *** Fifty5Plus has quit IRC
[02:59:57] *** machty has quit IRC
[02:59:58] *** amtiskaw has quit IRC
[02:59:59] *** elijah has quit IRC
[03:00:00] *** abzde has quit IRC
[03:00:01] *** Klumben has quit IRC
[03:00:02] *** iamaregee2 has quit IRC
[03:00:03] *** chovy2 has quit IRC
[03:00:03] *** blackjid_ has quit IRC
[03:00:05] *** roqo has quit IRC
[03:00:05] *** jnott has quit IRC
[03:00:06] *** {DV8} has quit IRC
[03:00:08] *** jMyles has quit IRC
[03:00:08] *** Fuzzy has quit IRC
[03:00:09] *** ludkiller has quit IRC
[03:00:09] *** Mael has quit IRC
[03:00:09] *** narutimateum2 has quit IRC
[03:00:09] *** jas- has quit IRC
[03:00:11] *** nya has quit IRC
[03:00:11] *** howitdo has quit IRC
[03:00:12] *** shepheb has quit IRC
[03:00:12] *** ankushnarula has quit IRC
[03:00:13] *** Ephemeral has quit IRC
[03:00:14] *** scriptThis has quit IRC
[03:00:14] *** RobertMeta has quit IRC
[03:00:15] *** antons_ has quit IRC
[03:00:15] *** uber has quit IRC
[03:00:15] *** appariti_ has quit IRC
[03:00:16] *** kkthxbye has quit IRC
[03:00:16] *** abram_away has quit IRC
[03:00:17] *** slobo has quit IRC
[03:00:17] *** JmZ_ has quit IRC
[03:00:18] *** GeertJohan has quit IRC
[03:00:18] *** Shai-Tan has quit IRC
[03:00:19] *** lahwran has quit IRC
[03:00:19] *** blackkbot has quit IRC
[03:00:20] *** ansu has quit IRC
[03:00:20] *** oniMaker has quit IRC
[03:00:22] *** elmcrest has quit IRC
[03:00:22] *** [0__0] has quit IRC
[03:00:22] *** nathanic has quit IRC
[03:00:23] *** tomzx has quit IRC
[03:00:24] *** ChanServ has quit IRC
[03:00:25] *** Browserr has quit IRC
[03:00:25] *** joepie91 has quit IRC
[03:00:26] *** noord has quit IRC
[03:00:26] *** zanea|away has quit IRC
[03:00:26] *** walden|afk has quit IRC
[03:00:27] *** mtree has quit IRC
[03:00:28] *** MerlinDMC has quit IRC
[03:00:28] *** derrzzaa has quit IRC
[03:00:28] *** mickhansen has quit IRC
[03:00:29] *** kwmiebach has quit IRC
[03:00:29] *** schimmi has quit IRC
[03:00:30] *** bitnumus has quit IRC
[03:00:31] *** anderskristo has quit IRC
[03:00:32] *** miica has quit IRC
[03:00:33] *** noodle has quit IRC
[03:00:36] *** ajk27 has quit IRC
[03:00:37] *** qdk has quit IRC
[03:00:38] *** Beatzebub has quit IRC
[03:00:39] *** roachiepoopoo has quit IRC
[03:00:39] *** Fenikkusu has quit IRC
[03:00:40] *** warehouse13 has quit IRC
[03:00:40] *** cornerman has quit IRC
[03:00:41] *** Foxandxss has quit IRC
[03:00:41] *** chaohuanghong1 has quit IRC
[03:00:43] *** TyrfingMjolnir has quit IRC
[03:00:44] *** TommyO has quit IRC
[03:00:45] *** nodedfree has quit IRC
[03:00:45] *** Simone\_ has quit IRC
[03:00:46] *** Marble68 has quit IRC
[03:00:47] *** exp10r3r has quit IRC
[03:00:47] *** hswolff has quit IRC
[03:00:48] *** Luyt has quit IRC
[03:00:50] *** hachiya has quit IRC
[03:00:51] *** rashidkpc has quit IRC
[03:00:52] *** voltagex has quit IRC
[03:00:54] *** ree has quit IRC
[03:00:54] *** Spockz has quit IRC
[03:00:55] *** nanashiRei has quit IRC
[03:00:56] *** deebo has quit IRC
[03:00:56] *** hippich has quit IRC
[03:00:57] *** twisted` has quit IRC
[03:00:58] *** supermas1iv has quit IRC
[03:00:59] *** ClearsTheScreen has quit IRC
[03:00:59] *** threeday1onk has quit IRC
[03:01:00] *** krotscheck has quit IRC
[03:01:02] *** Inge- has quit IRC
[03:01:03] *** seanmarcia has quit IRC
[03:01:03] *** kcjones has quit IRC
[03:01:04] *** felixn has quit IRC
[03:01:05] *** curfont has quit IRC
[03:01:05] *** accelerate has quit IRC
[03:01:06] *** ArTiSTiX has quit IRC
[03:01:11] *** PDogJr has quit IRC
[03:01:12] *** tsunamie has quit IRC
[03:01:13] *** Tuxity has quit IRC
[03:01:13] *** HansiHE has quit IRC
[03:01:14] *** kuadrosx has quit IRC
[03:01:14] *** bkuberek has quit IRC
[03:01:15] *** tobleronegordon has quit IRC
[03:01:15] *** bayousoft has quit IRC
[03:01:16] *** memento_ has quit IRC
[03:01:16] *** reavengr1y has quit IRC
[03:01:17] *** edzez has quit IRC
[03:01:18] *** TinkerTyper has quit IRC
[03:01:19] *** xastey has quit IRC
[03:01:20] *** niklasmodess has quit IRC
[03:01:20] *** instence_ has quit IRC
[03:01:21] *** callumacrae has quit IRC
[03:01:22] *** joshskidmore has quit IRC
[03:01:24] *** gh0st has quit IRC
[03:01:25] *** yhsiang has quit IRC
[03:01:26] *** ivaldi has quit IRC
[03:01:26] *** Leon has quit IRC
[03:01:27] *** FergusL has quit IRC
[03:01:27] *** d0nk` has quit IRC
[03:01:28] *** ikanobori has quit IRC
[03:01:28] *** Ownix has quit IRC
[03:01:28] *** jieryn has quit IRC
[03:01:29] *** fiwsi has quit IRC
[03:01:30] *** olli- has quit IRC
[03:01:31] *** cmenscher has quit IRC
[03:01:31] *** hotnikks_ has quit IRC
[03:01:32] *** niko has quit IRC
[03:01:32] *** tauren has quit IRC
[03:01:33] *** TweedleDee has quit IRC
[03:01:34] *** sakustar has quit IRC
[03:01:35] *** TBSliver has quit IRC
[03:01:35] *** adarshaj has quit IRC
[03:05:13] *** echelog-2 has joined #angularjs
[03:11:34] *** {DV8} has joined #angularjs
[03:11:35] *** jMyles has joined #angularjs
[03:11:35] *** quantax- has joined #angularjs
[03:11:35] *** Fuzzy has joined #angularjs
[03:11:35] *** ludkiller has joined #angularjs
[03:11:36] *** Mael has joined #angularjs
[03:11:36] *** narutimateum2 has joined #angularjs
[03:11:36] *** jas- has joined #angularjs
[03:11:36] *** nya has joined #angularjs
[03:11:36] *** howitdo has joined #angularjs
[03:11:37] *** shepheb has joined #angularjs
[03:11:37] *** ankushnarula has joined #angularjs
[03:11:37] *** Ephemeral has joined #angularjs
[03:11:37] *** scriptThis has joined #angularjs
[03:11:38] *** RobertMeta has joined #angularjs
[03:11:38] *** antons_ has joined #angularjs
[03:11:38] *** uber has joined #angularjs
[03:11:38] *** appariti_ has joined #angularjs
[03:11:39] *** kkthxbye has joined #angularjs
[03:11:39] *** oniMaker has joined #angularjs
[03:11:39] *** abram_away has joined #angularjs
[03:11:39] *** slobo has joined #angularjs
[03:11:39] *** JmZ_ has joined #angularjs
[03:11:39] *** GeertJohan has joined #angularjs
[03:11:40] *** Shai-Tan has joined #angularjs
[03:11:40] *** lahwran has joined #angularjs
[03:11:40] *** blackkbot has joined #angularjs
[03:11:40] *** ansu has joined #angularjs
[03:11:40] *** elmcrest has joined #angularjs
[03:11:40] *** [0__0] has joined #angularjs
[03:11:41] *** nathanic has joined #angularjs
[03:11:41] *** tomzx has joined #angularjs
[03:21:21] *** CitizenKane has quit IRC
[03:22:00] *** quantax- has quit IRC
[03:22:01] *** {DV8} has quit IRC
[03:22:03] *** jMyles has quit IRC
[03:22:03] *** Fuzzy has quit IRC
[03:22:03] *** ludkiller has quit IRC
[03:22:04] *** Mael has quit IRC
[03:22:04] *** narutimateum2 has quit IRC
[03:22:05] *** jas- has quit IRC
[03:22:06] *** nya has quit IRC
[03:22:07] *** howitdo has quit IRC
[03:22:07] *** shepheb has quit IRC
[03:22:08] *** ankushnarula has quit IRC
[03:22:09] *** Ephemeral has quit IRC
[03:22:09] *** scriptThis has quit IRC
[03:22:09] *** RobertMeta has quit IRC
[03:22:10] *** antons_ has quit IRC
[03:22:10] *** uber has quit IRC
[03:22:11] *** appariti_ has quit IRC
[03:22:11] *** kkthxbye has quit IRC
[03:22:12] *** abram_away has quit IRC
[03:22:12] *** slobo has quit IRC
[03:22:12] *** JmZ_ has quit IRC
[03:22:13] *** GeertJohan has quit IRC
[03:22:14] *** Shai-Tan has quit IRC
[03:22:14] *** lahwran has quit IRC
[03:22:15] *** blackkbot has quit IRC
[03:22:16] *** ansu has quit IRC
[03:22:16] *** oniMaker has quit IRC
[03:22:17] *** elmcrest has quit IRC
[03:22:18] *** [0__0] has quit IRC
[03:22:18] *** nathanic has quit IRC
[03:22:19] *** tomzx has quit IRC
[03:30:47] *** sgnl has joined #angularjs
[03:32:53] *** jnott has joined #angularjs
[03:32:53] *** roqo has joined #angularjs
[03:32:54] *** blackjid_ has joined #angularjs
[03:32:54] *** chovy2 has joined #angularjs
[03:32:54] *** iamaregee2 has joined #angularjs
[03:32:54] *** abzde has joined #angularjs
[03:32:55] *** elijah has joined #angularjs
[03:32:55] *** amtiskaw has joined #angularjs
[03:32:55] *** Fifty5Plus has joined #angularjs
[03:32:56] *** xyNNN has joined #angularjs
[03:32:56] *** SockSorcerer has joined #angularjs
[03:32:56] *** crazybotsmoker has joined #angularjs
[03:32:56] *** scorphus has joined #angularjs
[03:32:56] *** ionpulse has joined #angularjs
[03:32:57] *** andrewdub has joined #angularjs
[03:32:57] *** e0ipso|away has joined #angularjs
[03:32:57] *** TrevDev has joined #angularjs
[03:32:57] *** julian`` has joined #angularjs
[03:32:57] *** spectator has joined #angularjs
[03:32:58] *** sirkitree has joined #angularjs
[03:32:58] *** netameta has joined #angularjs
[03:32:58] *** ioudas has joined #angularjs
[03:32:58] *** siddart has joined #angularjs
[03:32:59] *** daviesgeek has joined #angularjs
[03:32:59] *** davesidious has joined #angularjs
[03:32:59] *** ciro_nunes has joined #angularjs
[03:32:59] *** wa5ted has joined #angularjs
[03:32:59] *** Seich has joined #angularjs
[03:33:00] *** AlSquirrel has joined #angularjs
[03:33:00] *** airtonix has joined #angularjs
[03:33:00] *** restless_being_ has joined #angularjs
[03:33:01] *** janoelze has joined #angularjs
[03:33:01] *** iivvoo has joined #angularjs
[03:33:01] *** CaShY has joined #angularjs
[03:33:01] *** Cache_Money has joined #angularjs
[03:33:02] *** atomical has joined #angularjs
[03:33:02] *** xxMatiasFxx has joined #angularjs
[03:33:02] *** frem has joined #angularjs
[03:33:03] *** patrickarlt has joined #angularjs
[03:33:03] *** cads has joined #angularjs
[03:33:03] *** kirfu has joined #angularjs
[03:33:03] *** BillCriswell has joined #angularjs
[03:33:04] *** recidive has joined #angularjs
[03:33:04] *** opiates has joined #angularjs
[03:33:04] *** fedenunez has joined #angularjs
[03:33:04] *** Klumben has joined #angularjs
[03:33:04] *** joshmu has joined #angularjs
[03:41:23] *** joshmu has quit IRC
[03:41:24] *** Klumben has quit IRC
[03:41:24] *** fedenunez has quit IRC
[03:41:25] *** opiates has quit IRC
[03:41:25] *** recidive has quit IRC
[03:41:27] *** BillCriswell has quit IRC
[03:41:27] *** kirfu has quit IRC
[03:41:28] *** cads has quit IRC
[03:41:29] *** patrickarlt has quit IRC
[03:41:30] *** frem has quit IRC
[03:41:31] *** xxMatiasFxx has quit IRC
[03:41:32] *** atomical has quit IRC
[03:41:32] *** Cache_Money has quit IRC
[03:41:34] *** CaShY has quit IRC
[03:41:34] *** iivvoo has quit IRC
[03:41:34] *** janoelze has quit IRC
[03:41:36] *** restless_being_ has quit IRC
[03:41:36] *** airtonix has quit IRC
[03:41:37] *** AlSquirrel has quit IRC
[03:41:37] *** Seich has quit IRC
[03:41:38] *** wa5ted has quit IRC
[03:41:38] *** ciro_nunes has quit IRC
[03:41:39] *** davesidious has quit IRC
[03:41:40] *** daviesgeek has quit IRC
[03:41:41] *** siddart has quit IRC
[03:41:41] *** ioudas has quit IRC
[03:41:41] *** netameta has quit IRC
[03:41:42] *** spectator has quit IRC
[03:41:42] *** TrevDev has quit IRC
[03:41:43] *** julian`` has quit IRC
[03:41:43] *** sirkitree has quit IRC
[03:41:44] *** e0ipso|away has quit IRC
[03:41:44] *** andrewdub has quit IRC
[03:41:45] *** ionpulse has quit IRC
[03:41:46] *** scorphus has quit IRC
[03:41:46] *** crazybotsmoker has quit IRC
[03:41:47] *** SockSorcerer has quit IRC
[03:41:48] *** xyNNN has quit IRC
[03:41:48] *** Fifty5Plus has quit IRC
[03:41:49] *** amtiskaw has quit IRC
[03:41:50] *** elijah has quit IRC
[03:41:51] *** abzde has quit IRC
[03:41:52] *** iamaregee2 has quit IRC
[03:41:52] *** chovy2 has quit IRC
[03:41:52] *** blackjid_ has quit IRC
[03:41:53] *** roqo has quit IRC
[03:41:53] *** jnott has quit IRC
[03:42:00] *** oh_hai_mark has quit IRC
[03:49:33] *** ybit has quit IRC
[03:49:33] *** stormbytes has joined #angularjs
[03:49:33] *** antons_ has joined #angularjs
[03:49:33] *** uber has joined #angularjs
[03:49:34] *** Klumben has joined #angularjs
[03:49:34] *** Una has joined #angularjs
[03:49:34] *** Sontakey has joined #angularjs
[03:49:34] *** tomzx has joined #angularjs
[03:49:34] *** nathanic has joined #angularjs
[03:49:35] *** [0__0] has joined #angularjs
[03:49:35] *** elmcrest has joined #angularjs
[03:49:35] *** ansu has joined #angularjs
[03:49:35] *** blackkbot has joined #angularjs
[03:51:03] *** echelog-2 has joined #angularjs
[03:52:53] <stormbytes> helen the issue seems to be that ng wants the associated ng-model to be preset to one of the options. I need the model to be pre-set to the first element in the list
[03:52:53] <helen_> http://plnkr.co/edit/yQv9UPRihC0cVnOdH1yv?p=preview
[03:52:55] <helen_> u can just set the value
[03:52:56] <stormbytes> wow..
[03:52:57] *** Una has quit IRC
[03:52:57] <stormbytes> i'm really starting to think i lack the aptitude for this.
[03:53:00] <stormbytes> spent damn near 3 hours fiddling with it
[03:53:31] <helen_> hahah na, u just have to give it some time to learn
[03:54:05] *** codeman has quit IRC
[03:54:07] *** threesixes has quit IRC
[03:54:07] <stormbytes> ;) well.. anyhow, this is exactly what i needed. thanks!
[03:54:07] <helen_> yw :)
[03:54:24] *** dannyc has quit IRC
[03:54:28] *** H1FuelCell has joined #angularjs
[03:54:37] *** patric100e99 has quit IRC
[03:54:43] *** helen_ has quit IRC
[03:55:39] *** robksawyer has joined #angularjs
[03:58:10] *** andrewdub has joined #angularjs
[03:59:01] *** amphetamines has joined #angularjs
[03:59:02] *** monir has quit IRC
[03:59:20] *** andrewdub has quit IRC
[03:59:32] *** andrewdub has joined #angularjs
[04:00:00] *** zzing has joined #angularjs
[04:00:01] *** elaijuh has quit IRC
[04:00:23] *** nemothek_ has quit IRC
[04:01:57] *** opiates has quit IRC
[04:02:22] *** DrAwesomeClaws has quit IRC
[04:02:23] *** eBureau has quit IRC
[04:02:49] *** iribarne has quit IRC
[04:04:17] *** CitizenKane has joined #angularjs
[04:04:40] *** robksawyer has quit IRC
[04:06:42] *** doginal has quit IRC
[04:07:15] *** Fishy has joined #angularjs
[04:08:32] *** danecando has joined #angularjs
[04:08:44] *** iribarne has joined #angularjs
[04:08:55] *** Hackwar1 has joined #angularjs
[04:09:24] *** bejames has quit IRC
[04:10:02] *** dannyc has joined #angularjs
[04:10:10] *** Hackwar has quit IRC
[04:11:35] *** kuadrosx has joined #angularjs
[04:13:08] *** adpirz has joined #angularjs
[04:13:13] *** ron1 has joined #angularjs
[04:14:31] *** dannyc has quit IRC
[04:15:36] *** drugs has joined #angularjs
[04:15:57] *** Iravan_ has joined #angularjs
[04:17:45] *** crakrjak has quit IRC
[04:17:53] *** ron1 has quit IRC
[04:17:57] *** andrewdub has quit IRC
[04:18:19] *** adpirz has quit IRC
[04:18:25] *** iribarne has quit IRC
[04:18:57] *** jeffbalboni has joined #angularjs
[04:18:58] *** crakrjak has joined #angularjs
[04:19:35] *** amphetamines has quit IRC
[04:19:40] *** JR___ has joined #angularjs
[04:20:18] *** iribarne has joined #angularjs
[04:21:19] *** Una has joined #angularjs
[04:21:34] *** jareddlc has quit IRC
[04:22:19] *** rileylark has joined #angularjs
[04:23:07] *** woebtz has quit IRC
[04:24:30] *** H1FuelCell has quit IRC
[04:24:52] *** samuel02 has joined #angularjs
[04:25:20] *** crakrjak has quit IRC
[04:27:26] *** dididi has left #angularjs
[04:27:29] *** junmin has joined #angularjs
[04:27:30] *** kuadrosx has quit IRC
[04:28:47] *** Iravan_ has quit IRC
[04:29:22] *** Kosre has quit IRC
[04:29:22] *** pen has quit IRC
[04:29:43] *** samuel02 has quit IRC
[04:29:55] *** pen has joined #angularjs
[04:29:59] *** recidive has quit IRC
[04:31:20] *** ctanga has quit IRC
[04:31:53] *** kevinxu has joined #angularjs
[04:31:53] *** nlolks has joined #angularjs
[04:32:05] *** k-dawg has quit IRC
[04:32:16] *** kevinxu is now known as Guest38653
[04:32:24] *** davesidious_ has joined #angularjs
[04:32:43] *** Luser has joined #angularjs
[04:33:31] *** Kosre has joined #angularjs
[04:33:57] *** pen has quit IRC
[04:33:57] *** AronBrrr has joined #angularjs
[04:35:09] *** tfennelly has joined #angularjs
[04:35:17] *** MistahKurtz has quit IRC
[04:36:04] *** davesidious has quit IRC
[04:36:38] *** Fishy has quit IRC
[04:36:57] *** Luser has quit IRC
[04:38:51] *** warehouse13 has quit IRC
[04:38:57] *** AronBrrr is now known as dannyid
[04:39:48] *** tfennelly has quit IRC
[04:40:10] *** doug64k has quit IRC
[04:41:17] *** lemur has joined #angularjs
[04:41:22] *** Fishy has joined #angularjs
[04:41:48] *** doginal has joined #angularjs
[04:42:08] *** araujo has quit IRC
[04:42:45] *** Fishy has quit IRC
[04:43:01] *** sirkitree is now known as sirkitree|afk
[04:43:07] *** doug64k has joined #angularjs
[04:43:40] *** zzing has quit IRC
[04:44:57] *** Kosre has quit IRC
[04:45:53] *** adpirz has joined #angularjs
[04:46:06] *** Mael has quit IRC
[04:47:32] *** SergioFilhow has quit IRC
[04:47:37] *** BahamutWC|Work has quit IRC
[04:47:37] *** doginal has quit IRC
[04:48:23] *** nemothekid has joined #angularjs
[04:48:53] *** Luser has joined #angularjs
[04:49:50] *** trend has quit IRC
[04:50:17] *** dannyid has quit IRC
[04:50:31] *** cotko has quit IRC
[04:50:39] *** AronBrrr has joined #angularjs
[04:50:58] *** AronBrrr is now known as dannyid
[04:50:59] *** dannyc has joined #angularjs
[04:51:20] *** Aerospark has quit IRC
[04:51:22] *** Aliks has joined #angularjs
[04:52:22] *** Nannet has joined #angularjs
[04:52:54] *** doginal has joined #angularjs
[04:53:01] *** Nannet has quit IRC
[04:53:23] *** Luser has quit IRC
[04:53:32] *** Una has quit IRC
[04:53:43] *** pen has joined #angularjs
[04:54:20] *** Nannet has joined #angularjs
[04:55:30] *** dannyc has quit IRC
[04:55:35] *** Aerospark has joined #angularjs
[04:56:38] *** monir has joined #angularjs
[04:57:03] *** Aerospark has quit IRC
[04:57:38] *** Aerospark has joined #angularjs
[04:57:46] *** frem has quit IRC
[04:58:18] *** otisZart has joined #angularjs
[04:59:28] *** bkuberek has joined #angularjs
[05:00:32] *** bmac has joined #angularjs
[05:00:48] *** tomengland_mbp has joined #angularjs
[05:02:03] *** Una has joined #angularjs
[05:02:40] *** junmin has quit IRC
[05:03:27] *** phuh has joined #angularjs
[05:04:16] *** doginal has quit IRC
[05:06:26] *** CitizenKane has quit IRC
[05:07:31] *** doginal has joined #angularjs
[05:08:44] *** Una has quit IRC
[05:11:03] *** NanoArro1 has quit IRC
[05:11:53] *** da_wunder has quit IRC
[05:11:55] *** basiclaser_ has quit IRC
[05:11:58] *** andern has quit IRC
[05:12:09] *** da_wunder has joined #angularjs
[05:12:21] *** doginal has quit IRC
[05:12:39] *** mogaj has joined #angularjs
[05:14:01] *** andern has joined #angularjs
[05:14:16] *** dsdeiz has joined #angularjs
[05:14:30] *** adpirz has quit IRC
[05:14:31] *** doginal has joined #angularjs
[05:14:51] *** Nannet has quit IRC
[05:14:55] *** nlolks has quit IRC
[05:15:38] *** evotuned has joined #angularjs
[05:15:51] *** NanoArro1 has joined #angularjs
[05:16:19] *** andrewdub has joined #angularjs
[05:17:06] *** Nannet has joined #angularjs
[05:19:05] *** rho has joined #angularjs
[05:19:05] *** rho has joined #angularjs
[05:19:17] *** Una has joined #angularjs
[05:19:49] *** doginal has quit IRC
[05:20:17] *** evotuned has quit IRC
[05:21:08] *** doginal has joined #angularjs
[05:22:34] *** pen has quit IRC
[05:22:46] *** areologist has quit IRC
[05:22:48] *** doginal has quit IRC
[05:22:55] *** thedodd has joined #angularjs
[05:24:10] *** H1FuelCell has joined #angularjs
[05:24:38] *** Nannet has quit IRC
[05:25:28] *** burzum2 has joined #angularjs
[05:26:08] *** Una has quit IRC
[05:26:14] *** mmitchell has joined #angularjs
[05:26:22] *** Nannet has joined #angularjs
[05:26:32] *** AlSquirrel has quit IRC
[05:26:42] *** Nannet has joined #angularjs
[05:27:22] *** burzum has quit IRC
[05:29:44] *** monir has quit IRC
[05:33:30] *** cthrax has joined #angularjs
[05:34:58] *** lemur has quit IRC
[05:34:58] *** woah has joined #angularjs
[05:35:32] *** lemur has joined #angularjs
[05:36:33] *** pen has joined #angularjs
[05:37:31] *** cthrax_ has joined #angularjs
[05:38:36] *** BillCriswell has quit IRC
[05:38:59] *** BillCriswell has joined #angularjs
[05:39:37] *** cthrax has quit IRC
[05:39:45] *** H1FuelCell has quit IRC
[05:40:54] *** BillCriswell has quit IRC
[05:41:19] *** bmac has quit IRC
[05:41:22] *** ron1 has joined #angularjs
[05:41:47] *** tomengland_mbp has quit IRC
[05:43:02] *** Luser has joined #angularjs
[05:44:07] *** themime has quit IRC
[05:45:40] *** cthrax_ has quit IRC
[05:45:52] *** drugs has quit IRC
[05:46:13] *** pen has quit IRC
[05:47:40] *** Luser has quit IRC
[05:48:27] *** SergioFilhow has joined #angularjs
[05:49:51] *** Gabri has joined #angularjs
[05:50:32] *** ciwolsey has quit IRC
[05:51:04] *** Nico__ has joined #angularjs
[05:51:10] *** patrick99e99 has joined #angularjs
[05:51:34] *** pen has joined #angularjs
[05:52:32] *** uris77 has quit IRC
[05:53:04] *** otisZart has quit IRC
[05:53:18] *** SergioFilhow has quit IRC
[05:54:59] *** ccbmx has joined #angularjs
[05:56:18] *** patrick99e99 has quit IRC
[05:57:10] *** rileylark has quit IRC
[05:57:12] *** whunt has joined #angularjs
[05:57:37] *** fatshark has quit IRC
[05:58:11] *** Kosre has joined #angularjs
[05:58:48] *** dannyc has joined #angularjs
[05:59:17] *** joshontheweb has quit IRC
[05:59:33] *** laserbeak43 has joined #angularjs
[06:01:25] *** cacts has joined #angularjs
[06:01:41] *** ludkiller has quit IRC
[06:01:48] *** laserbeak43 has quit IRC
[06:02:42] *** Kosre has quit IRC
[06:03:13] *** mary5030 has joined #angularjs
[06:03:15] *** dannyc has quit IRC
[06:03:48] *** Guest38653 has quit IRC
[06:04:05] *** Nico__ has quit IRC
[06:04:44] *** ludkiller has joined #angularjs
[06:06:44] *** whunt has quit IRC
[06:06:50] *** whunt_ has joined #angularjs
[06:07:57] *** frem has joined #angularjs
[06:08:28] *** mclenithan has joined #angularjs
[06:10:27] *** NoNMaDDeN has joined #angularjs
[06:11:22] *** Nannet has quit IRC
[06:12:23] *** mmitchell has quit IRC
[06:12:38] *** sinequanon has joined #angularjs
[06:13:18] *** whunt_ has quit IRC
[06:14:14] *** sinequanon has quit IRC
[06:15:04] *** joshontheweb has joined #angularjs
[06:15:35] *** whunt has joined #angularjs
[06:15:53] *** sinequanon has joined #angularjs
[06:16:25] *** frem has quit IRC
[06:16:28] *** evotuned has joined #angularjs
[06:17:51] *** pnade has quit IRC
[06:18:27] <wafflej0ck_> stormbytes: see the graph http://www.bennadel.com/blog/2439-my-experience-with-angularjs-the-super-heroic-javascript-mvw-framework.htm <-- we've all been there :)
[06:18:37] *** dejanr has quit IRC
[06:18:53] <stormbytes> wafflej0ck_ this is exactly correct
[06:19:05] <stormbytes> I like some things about it and absolutely hate others
[06:19:15] *** JR___ has quit IRC
[06:19:56] <wafflej0ck_> yeah in the end it turns out good, but while you're learning it some of the things feel very backwards and take a while to learn the best way or dig yourself out of a hole
[06:20:05] <wafflej0ck_> takes*
[06:20:42] *** evotuned has quit IRC
[06:20:54] *** dsdeiz has quit IRC
[06:21:40] <wafflej0ck_> I think once you start writing your own directives it starts to make the way the built in directives work make a lot more sense but not something you can immediately jump into right when starting angular since most people aren't familiar with the concept of directives in the way angular has them
[06:24:19] *** whunt has quit IRC
[06:24:31] *** gjaldon has joined #angularjs
[06:26:20] *** reavengr1y has quit IRC
[06:27:21] *** monir has joined #angularjs
[06:32:04] *** JR___ has joined #angularjs
[06:32:17] *** Yahkob has joined #angularjs
[06:33:41] *** iribarne has left #angularjs
[06:34:09] *** sinequan_ has joined #angularjs
[06:34:40] *** sinequanon has quit IRC
[06:35:21] *** davek has joined #angularjs
[06:35:22] *** davek has joined #angularjs
[06:36:01] *** dejanr has joined #angularjs
[06:37:11] *** Luser has joined #angularjs
[06:37:25] *** Ansikt has joined #angularjs
[06:37:37] *** dra has quit IRC
[06:39:26] *** rburns has joined #angularjs
[06:40:23] *** thedodd has quit IRC
[06:41:18] *** JR___ has quit IRC
[06:41:33] *** Nannet has joined #angularjs
[06:41:54] *** josh-k has joined #angularjs
[06:41:55] *** Luser has quit IRC
[06:42:34] *** sinequan_ has quit IRC
[06:43:06] *** xxMatiasFxx has quit IRC
[06:43:31] *** xxMatiasFxx has joined #angularjs
[06:44:01] *** sinequanon has joined #angularjs
[06:44:17] *** Yahkob has quit IRC
[06:46:08] *** Yahkob has joined #angularjs
[06:46:20] *** Nannet has quit IRC
[06:47:10] *** mary5030 has quit IRC
[06:47:14] *** rburns has quit IRC
[06:47:16] *** tskaggs has joined #angularjs
[06:47:46] *** mary5030 has joined #angularjs
[06:47:49] *** Nannet has joined #angularjs
[06:48:27] *** threesixes has joined #angularjs
[06:49:09] *** bkuberek has quit IRC
[06:49:41] <Fifty5Plus> wafflej0ck_ my friend ;) it's good that you are talking directives as i have a question from itHolyGrail
[06:49:50] *** Fuzzy has quit IRC
[06:50:38] *** ron1 has quit IRC
[06:51:59] <wafflej0ck_> Fifty5Plus: sure haven't made those changes yet but everything should be pretty much good for me to start fixing things and cleaning things up for the project too (get the package.json down to what's needed and start using git flow and the gitlab repo going forward)
[06:52:03] *** gjaldon has quit IRC
[06:52:32] *** rho has quit IRC
[06:52:42] *** mary5030 has quit IRC
[06:52:51] *** dannyc has joined #angularjs
[06:53:50] *** Yahkob_ has joined #angularjs
[06:54:49] <Fifty5Plus> wafflej0ck_ i have noobish directive related questions ... i can see how divs can be tagged with "holyGrail" but none are tagged with any of the 9 panels and their directives seem to do nothing beyond getting them added ... so could tholyGrailCtrl.addPanel not be called from within the main "holyGrail" directive ?
[06:54:59] *** jstimm has joined #angularjs
[06:55:41] *** martianboy has joined #angularjs
[06:56:06] <wafflej0ck_> Fifty5Plus: basically what I did there is just used the class names you already had in the view for each of the panels to make a new directive for each of them that just causes those directives to add themselves to the main directive so it can have an easy way to reference them
[06:56:57] <wafflej0ck_> Fifty5Plus: some of the classes that are still on those elements may be unnecessary but it's good that the developer who uses this will write that part so they can choose to use ui-router or ngRoute or whatever and attach ui-view or ng-view to the panels
[06:56:59] *** dannyid has quit IRC
[06:57:23] *** dannyc has quit IRC
[06:57:27] *** dsdeiz has joined #angularjs
[06:57:30] *** Yahkob has quit IRC
[06:58:10] *** ome has joined #angularjs
[06:58:47] <wafflej0ck_> Fifty5Plus: potentially I could say just traverse all the elements from within the holyGrail directive itself I suppose but it's nice that they are all concretely named
[06:59:13] *** shinnya has quit IRC
[06:59:26] *** Fishy has joined #angularjs
[07:00:09] *** gjaldon has joined #angularjs
[07:01:00] *** gjaldon has quit IRC
[07:02:13] *** monir has quit IRC
[07:02:25] *** MistahKurtz has joined #angularjs
[07:03:26] *** adpirz has joined #angularjs
[07:03:30] *** Yahkob_ has quit IRC
[07:03:37] *** sonofdir_ has joined #angularjs
[07:06:12] *** hmsimha_ has joined #angularjs
[07:06:13] *** sonofdir_ has quit IRC
[07:06:23] *** Ansikt has quit IRC
[07:06:29] *** nemothekid has quit IRC
[07:06:31] *** one0one has quit IRC
[07:06:53] *** Fishy has quit IRC
[07:07:52] *** adpirz has quit IRC
[07:08:08] *** joshmu has quit IRC
[07:10:17] *** nemothekid has joined #angularjs
[07:11:45] *** Nannet has quit IRC
[07:12:34] *** Aliks has quit IRC
[07:13:51] *** Aliks has joined #angularjs
[07:14:11] *** Kosre has joined #angularjs
[07:15:46] *** junmin has joined #angularjs
[07:15:56] *** sgnl has quit IRC
[07:16:04] <Fifty5Plus> wafflej0ck_: so if i get it then you are saying that sure the panels could be added in the "holyGrail" directive but as such there is no way of tagging them with those class name and as such one would not need to put the class names the way i have them in index.html ... but i am confused because through chrome's inspect element i only see the classed that i
[07:16:04] <Fifty5Plus> have in html ... also how, would i assign multiple classes from within a directive?
[07:16:08] *** sgnl has joined #angularjs
[07:17:10] *** evotuned has joined #angularjs
[07:18:05] <Fifty5Plus> wafflej0ck_: please read all my questions as noob learning questions and not at all as suggestions ... in fact, in your cleanup, please take all of that into consideration and then accordingly cleanup the html as well .. i like the idea of those 9 panels having etched in stone and correctly named classes
[07:18:28] *** Kosre has quit IRC
[07:18:39] <wafflej0ck_> for the second part you can just use addClass() method on angular.element but not sure I follow the first part... yeah will still have to think about the whole HTML part a bit more, haven't really focused any thought on it yet
[07:19:20] *** sgnl has quit IRC
[07:20:26] *** narutimateum2 has quit IRC
[07:21:06] *** Lewix has joined #angularjs
[07:21:07] <Lewix> hi
[07:21:37] *** jgladwill has joined #angularjs
[07:21:38] *** jgladwill has joined #angularjs
[07:21:42] <Fifty5Plus> wafflej0ck_: so in the first part i was asking why there is a need for 2 sets of directives, the main one for holyGrail and then a directive for each of the 9 panels ... and if i understood correctly, the 9 directives are not needed if all we want to do is to add them to the controller but they are needed if we can to assign the "C" (class) names to them ...
[07:21:43] <Fifty5Plus> is this correct?
[07:21:47] *** NormySan has joined #angularjs
[07:21:49] *** nemothekid has quit IRC
[07:21:52] *** evotuned has quit IRC
[07:22:15] *** nemothekid has joined #angularjs
[07:22:28] <Lewix> so quick question im using ui-view on my index.html page but its not render and i dont get any error message -> https://github.com/6ewis/testangular/tree/master/app/modules/posts this is the important part of the app. the index.html is in app/
[07:22:29] <Fifty5Plus> if we can to assign = if we wan to assign
[07:22:57] <wafflej0ck_> Fifty5Plus: well they're not really needed but I would just have to make the main directive assume that the panels are defined in a particular order
[07:23:39] <wafflej0ck_> Fifty5Plus: I kind of like that right now you can put the body elements ahead of the footer or header if you want to for SEO purposes or whatever which is what I read can be one advantage of the "holy grail" layout when I did some searching
[07:23:46] *** AronBrrr has joined #angularjs
[07:23:54] <Fifty5Plus> wafflej0ck_: why is the order important ... in fact, i reordered them in west, main, east then head, body, foot order and they seem to work fine ?
[07:24:07] <Lewix> Floyd_: here you go ^^
[07:24:41] <wafflej0ck_> right the only reason you can order them however you want right now though is that I register the panels with the parent directive by name (based on the class which I registered as a directive)
[07:24:44] <Fifty5Plus> wafflej0ck_: aha ok
[07:25:18] *** Nannet has joined #angularjs
[07:25:47] <wafflej0ck_> Fifty5Plus: but I'm not sure if the col and header related classes are still necessary
[07:26:26] *** junmin has quit IRC
[07:26:32] <Fifty5Plus> wafflej0ck_: do you mean *-col and *-row related classes?
[07:26:35] <wafflej0ck_> Fifty5Plus: or if they are I could use addClass in the "child directives" to slap those onto the elements to reduce the HTML the "end user" of this directive has to write
[07:26:40] <wafflej0ck_> Fifty5Plus: yeah not positive
[07:27:35] *** ludkiller has quit IRC
[07:27:40] <Lewix> https://github.com/6ewis/testangular/blob/master/app/index.html ui-view is not rendered, any idea?
[07:27:56] <Lewix> no error message
[07:28:27] <Fifty5Plus> wafflej0ck_: if you look at the css file, i have them mostly for less verbose css - to make it easier to say i want the west-col to have some visual properties or head-row to look differently, without having to itemize each one - BUT that is a mute point
[07:28:44] *** ludkiller has joined #angularjs
[07:28:54] <wafflej0ck_> yeah can reduce any reptition in the CSS if we just use LESS here too
[07:29:04] <wafflej0ck_> I do recall seeing that now though when I thought about removing them
[07:29:48] *** mclenithan has quit IRC
[07:30:15] <wafflej0ck_> Fifty5Plus: but yea if it's just some style that applies to all the panels could easily add it into the child directive definition in the link function too like elem[0].style.position = 'absolute'; or whatever it is
[07:30:40] <Fifty5Plus> wafflej0ck_: i thought very carefully about my original construction but mostly as a means of putting all the pieces on the table and short naming conventions and all but i have no idea what would be best practices
[07:31:19] *** Luser has joined #angularjs
[07:31:38] *** morenoh149 has joined #angularjs
[07:32:10] <Fifty5Plus> wafflej0ck_: hold on , let me look to see what settings need to go out of css (like the absolute positions) because they whould never be set in css
[07:32:11] *** tskaggs has quit IRC
[07:32:15] <wafflej0ck_> Fifty5Plus: yeah will give this portion all a good looking over once I get back into the code... think I'm gonna setup a Jenkins build here for it though so I don't have to deal with deploying changes "manually" and synching things between github and my own git server
[07:32:27] *** JR___ has joined #angularjs
[07:32:58] *** k-dawg has joined #angularjs
[07:33:16] <Fifty5Plus> wafflej0ck_: my "grunt build" is not producing a build that works :(
[07:33:25] <wafflej0ck_> Fifty5Plus: come to my gitlab setup here https://lab.intellectual-tech.com, hit the sign in with G+ button and I'll go in and add you to the proper group so you can add issues and get the code and eventually push merge requests too once you're more comfortable with git
[07:33:35] *** Aerospark has quit IRC
[07:34:31] <Lewix> hmm
[07:34:39] <Lewix> seems like everybody is asleep
[07:35:45] *** Luser has quit IRC
[07:35:50] *** TheAceOfHearts has joined #angularjs
[07:36:36] <Lewix> :/
[07:36:46] <wafflej0ck_> Lewix: eh weekends and it's 12:36AM here in Chicago
[07:36:53] *** Lewix is now known as lewix
[07:37:01] *** JR___ has quit IRC
[07:37:02] *** romanelli has joined #angularjs
[07:37:05] *** SergioFilhow has joined #angularjs
[07:37:08] <lewix> wafflej0ck_: I see. thanks
[07:39:18] *** fedenunez has quit IRC
[07:40:40] *** tobleronegordon has left #angularjs
[07:41:20] <Fifty5Plus> wafflej0ck_: ,,, position: absolute ... needs to be removed out of css and set from within the directive ... the same goes for box-sizing: context-box if directive is relying on it
[07:41:42] *** SergioFilhow has quit IRC
[07:41:53] <wafflej0ck_> Fifty5Plus: yeah the box-sizing bit was just to override change in twitter bootstrap to the div
[07:42:00] *** d10n-work has quit IRC
[07:42:07] <Fifty5Plus> wafflej0ck_: in otjher words, css is not to have anything to do with the desktop nor any of the 9 panels positions nor sizes
[07:42:12] *** ngbot has joined #angularjs
[07:42:12] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 5c611e8 to 8ac369e: http://git.io/5TJUMw
[07:42:12] *** ngbot has left #angularjs
[07:42:22] <wafflej0ck_> Fifty5Plus: cool
[07:42:58] *** kentaro0919 has joined #angularjs
[07:43:04] *** ngbot has joined #angularjs
[07:43:04] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 8ac369e to 637d3b4: http://git.io/BBBIlg
[07:43:04] *** ngbot has left #angularjs
[07:43:31] *** Nijikokun has quit IRC
[07:43:40] *** rburns has joined #angularjs
[07:43:59] *** ngbot has joined #angularjs
[07:43:59] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 637d3b4 to eab2718: http://git.io/midAaw
[07:43:59] *** ngbot has left #angularjs
[07:44:49] *** ngbot has joined #angularjs
[07:44:50] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from eab2718 to 158241e: http://git.io/Va3izQ
[07:44:50] *** ngbot has left #angularjs
[07:45:41] *** ngbot has joined #angularjs
[07:45:41] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 158241e to 1c68d00: http://git.io/ekHRPw
[07:45:41] *** ngbot has left #angularjs
[07:46:00] *** josh-k has quit IRC
[07:46:27] *** ngbot has joined #angularjs
[07:46:27] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 1c68d00 to 1b275fb: http://git.io/GNB-Nw
[07:46:27] *** ngbot has left #angularjs
[07:46:33] *** josh-k has joined #angularjs
[07:46:46] *** AronBrrr has quit IRC
[07:46:53] *** morenoh149 has quit IRC
[07:46:59] <Fifty5Plus> wafflej0ck_: now, pretend that we have 2 desktops for "video" and "blog" ... and that we are using ui-router ... would you go with the idea of 2 different desktops with 2 layoutConfig files (file per desktop idea) or would you have just one desktop with 18 panesl (for lack of better expression) because pretending all are different ... and then we have 2 sets
[07:47:00] <Fifty5Plus> of layout for the 2 state changes ... my initial thinking was to have "desktops" for separating UI's of relatively unrelated things ... what do you think?
[07:47:20] *** ngbot has joined #angularjs
[07:47:20] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 1b275fb to 5388ca5: http://git.io/x12jHQ
[07:47:20] *** ngbot has left #angularjs
[07:47:31] *** dannyc has joined #angularjs
[07:47:31] *** d4rklit3 has quit IRC
[07:48:03] <Fifty5Plus> wafflej0ck_: now, pretend that we have 2 desktops for "video" and "blog" ... and that we are using ui-router ... would you go with the idea of 2 different desktops with 2 layoutConfig files (file per desktop idea) or would you have just one desktop with 18 panesl (for lack of better expression) because pretending all are different ... and then we have 2 sets
[07:48:03] <Fifty5Plus> of layout for the 2 MAIN state changes ... my initial thinking was to have "desktops" for separating UI's of relatively unrelated things ... what do you think?
[07:48:09] *** ngbot has joined #angularjs
[07:48:09] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 5388ca5 to 95e03bc: http://git.io/kuLjHw
[07:48:09] *** ngbot has left #angularjs
[07:48:15] *** nemothekid has quit IRC
[07:48:24] *** AronBrrr has joined #angularjs
[07:48:43] <TheAceOfHearts> https://www.dropbox.com/s/ws6ekwyf8neeser/Screenshot%202014-11-21%2015.49.23.png?dl=0 this is why Ruby/Rails is cool
[07:48:52] <Fifty5Plus> wafflej0ck_: sorry, i just found out that cursor up does not modify the message the way it works in skype ;)
[07:49:03] *** ngbot has joined #angularjs
[07:49:04] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 95e03bc to d3fb8dd: http://git.io/fQSmQw
[07:49:04] *** ngbot has left #angularjs
[07:49:29] *** rburns has quit IRC
[07:49:55] *** ngbot has joined #angularjs
[07:49:55] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from d3fb8dd to 16c8f29: http://git.io/t54Rpw
[07:49:55] *** ngbot has left #angularjs
[07:50:44] <lewix> what time is the channel usually more active?
[07:50:45] *** ngbot has joined #angularjs
[07:50:45] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 16c8f29 to dc5bba8: http://git.io/cAaI4Q
[07:50:45] *** ngbot has left #angularjs
[07:51:03] *** josh-k has quit IRC
[07:51:14] *** Yahkob has joined #angularjs
[07:51:36] *** ngbot has joined #angularjs
[07:51:36] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from dc5bba8 to 95f8a8b: http://git.io/yok0ug
[07:51:36] *** ngbot has left #angularjs
[07:51:52] *** dannyc has quit IRC
[07:52:03] <wafflej0ck_> Fifty5Plus: heh np just stepped out for a minute, would probably be going with two layoutConfigs but just one use of the holyGrail
[07:52:16] *** patrick99e99 has joined #angularjs
[07:52:16] <wafflej0ck_> lewix: during daytime hours in the US timezones it's pretty active
[07:52:33] *** ngbot has joined #angularjs
[07:52:34] <ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 95f8a8b to 7dd94b9: http://git.io/d8OPxw
[07:52:34] *** ngbot has left #angularjs
[07:53:05] <wafflej0ck_> lewix: usually around 9AM UTC it seems people on other continents start coming on
[07:53:22] *** dannyc has joined #angularjs
[07:53:37] <lewix> ok
[07:53:48] <lewix> thanks I'll try and stop by again later
[07:54:05] <wafflej0ck_> lewix: np also always best if you can reproduce your problem in a plunkr
[07:54:08] *** rburns has joined #angularjs
[07:54:34] <wafflej0ck_> lewix: if you see the ui-router docs they have plunkr links you can use as a starting point to try to reproduce your problem or else just paste portions of your code into the link in the IRC topic
[07:54:36] <lewix> wafflej0ck_: i can it involves a lot of files. i provided the github and described the problem quite accurately
[07:55:12] *** ngbot has joined #angularjs
[07:55:13] <ngbot> [angular.js] jeffbcross merged master into g3_v1_3: http://git.io/VNnn5A
[07:55:13] *** ngbot has left #angularjs
[07:55:18] <wafflej0ck_> lewix: yeah thing is no one needs to know about 90% of those files and digging through someones whole project to find a problem is usually not gonna happen, with plunkr you can reduce it to a problem that can be solved quickly
[07:55:23] *** zzing has joined #angularjs
[07:56:13] <lewix> wafflej0ck_: not really...i think it just comes down to something simple i forgot being unaware of ui-router quirks
[07:56:28] *** patrick99e99 has quit IRC
[07:56:28] *** Moikzz has joined #angularjs
[07:56:45] <wafflej0ck_> lewix: I understand you're having some problem with ui-view not loading some template but you didn't say about anything happening in the network panel? do you see a request for the template file, does the response look correct?
[07:56:53] <Fifty5Plus> wafflej0ck_: currently "holy-grail" is attached to "desktop-layout" which would then contain "video" and "blog" sub-divs, each with own layout-config .... if so then, how will the holy-grail directive know which 9 panels go with which of the 2 desktops ???
[07:56:55] <wafflej0ck_> lewix: you can try adding event listeners for the route change events that can be helpful
[07:57:56] *** dannyc has quit IRC
[07:58:17] <lewix> wafflej0ck_: this is my first time using ui-router*. As you mentioned i have some problem loading the template. I do not have any errors, and by errors i mean anything that we usually check including console log, network and terminal
[07:58:44] <wafflej0ck_> lewix: do you see the template file requested in the network panel and received without error or no request for it?
[07:59:18] *** samuel02 has joined #angularjs
[07:59:39] <wafflej0ck_> Fifty5Plus: basically the layoutConfig could be set in a service that is injected into each of the controllers used for both of the routes/views
[07:59:59] *** monir has joined #angularjs
[08:00:00] *** charuru has quit IRC
[08:00:06] <wafflej0ck_> Fifty5Plus: then changing that layoutConfig within the controller for whichever view/route is being shown would update the panel layout for the given view
[08:00:21] *** sinequanon has quit IRC
[08:00:56] *** charuru has joined #angularjs
[08:01:21] *** cornerma1 has joined #angularjs
[08:01:48] <lewix> wafflej0ck_: the template is not requested on the network panel but everything else related to that is since i requested them manually on the index page (controller, directive of the template). I understand that it should be implicitly but should it also appear in the network panel?
[08:02:09] <Fifty5Plus> wafflej0ck_: so with 2 desktops, would there be a wrapper div with "holy-grail" on it , while "layout-config" is one the 2 desktop divs ... is that what you mean?
[08:02:22] *** CitizenKane has joined #angularjs
[08:02:25] <Fifty5Plus> is on the *
[08:02:30] <lewix> s/it/the template ...should be requested implicitly*
[08:02:53] <wafflej0ck_> lewix: yeah you should still see the request for the template in the network panel
[08:03:08] <wafflej0ck_> lewix: if not it sounds like the state isn't being properly accessed/loaded
[08:03:23] <wafflej0ck_> lewix: are you using $state.go('thestatenamehere')?
[08:04:13] *** samuel02 has quit IRC
[08:04:41] *** cornerman has quit IRC
[08:04:47] *** cornerma1 is now known as cornerman
[08:04:49] *** sgnl has joined #angularjs
[08:04:50] <wafflej0ck_> Fifty5Plus: no really the two different views would just be two different states, we would have 1 holyGrail definition with 1 layoutConfig, the layoutConfig data object itself would live in a serivce/factory (singleton) and would be injected into each of the controllers used by the two states, each controller would modify the layoutConfig object to adjust for the state/view being shown
[08:05:04] *** shinnya has joined #angularjs
[08:05:47] *** jlambert121 has quit IRC
[08:06:04] *** k-dawg has quit IRC
[08:06:12] *** dc_ has joined #angularjs
[08:07:19] <Moikzz> hi guys...can u help me on what's wrong with my codes please? http://plnkr.co/edit/SNsSzdHBiaP51McmdbZd?p=preview i was trying to load my data with loadmore function
[08:08:44] <wafflej0ck_> Moikzz: line 24 in the plunkr $scope.movies.push({$scope.movies}); should be $scope.movies.push($scope.movies); or $scope.movies.push({movies:$scope.movies}); syntax error
[08:09:05] <Moikzz> ok ill try
[08:09:05] <wafflej0ck_> or maybe you want concat
[08:09:07] <wafflej0ck_> not sure
[08:09:28] <Moikzz> no error now but its not showing anything
[08:09:42] <Moikzz> cant get the json i guess?
[08:09:53] *** ries has joined #angularjs
[08:09:59] <iksik> morning
[08:10:36] <wafflej0ck_> moaoh actually that doesn't make sense what I wrote there heh
[08:10:55] <wafflej0ck_> Moikzz: why are you pushing movies into movies?
[08:11:48] <wafflej0ck_> Moikzz: seems like you want to push new data like resp.data into it, but really you need to use concat to join two arrays can't push an array into an array and expect it to move the elements, concat will take the elements from one array add them to the elements of another array and return a new array with them combined
[08:12:29] <Moikzz> yes i want to push new data
[08:12:30] <wafflej0ck_> iksik: time appropriate greetings
[08:12:52] <iksik> wafflej0ck_: ? ;)
[08:13:09] <wafflej0ck_> iksik: night time here :)
[08:13:21] <iksik> oh well :D
[08:14:25] <wafflej0ck_> Moikzz: you'll want something like $scope.movies = $scope.movies.concat(resp.data);
[08:15:04] <Moikzz> where am i going to put that? sorry im new to angular/ionic
[08:15:36] <wafflej0ck_> Moikzz: in your loadMore function I imagine in your code you actually do another jsonp request there or whatever not a $timeout right?
[08:15:48] <Moikzz> yes
[08:16:03] <wafflej0ck_> Moikzz: basically what was line 24 in the plunkr you provided should be replaced by this to update the array based on the response
[08:16:03] *** eBureau has joined #angularjs
[08:17:01] <Moikzz> line 24 should be replace by $scope.movies = $scope.movies.concat(resp.data); ?
[08:17:24] <wafflej0ck_> yup assuming you have something like $http.get().then(function(resp){})
[08:17:55] *** evotuned has joined #angularjs
[08:19:01] <wafflej0ck_> dang it I need more decent linux podcasts.... hmm suppose I could listen to some JSJabber
[08:19:14] *** woah has quit IRC
[08:21:13] *** Moikzz has quit IRC
[08:22:32] *** evotuned has quit IRC
[08:22:40] *** rburns has quit IRC
[08:24:00] *** JR___ has joined #angularjs
[08:24:23] *** mattattaque has quit IRC
[08:25:27] *** Luser has joined #angularjs
[08:28:35] *** Moikzz has joined #angularjs
[08:28:52] *** mjw56 has quit IRC
[08:30:00] *** Luser has quit IRC
[08:30:55] <lewix> wafflej0ck_: thank you !
[08:30:59] <wafflej0ck_> Fifty5Plus: cool see you came into the gitlab I just added you to the components group so you should be able to add issues about the component there and can use this git repo that'll make life easier for me so I don't need to sync this to github as it's being worked on
[08:31:04] <wafflej0ck_> lewix: np so you figure it out?
[08:31:06] *** Yahkob has quit IRC
[08:31:12] <lewix> wafflej0ck_: that was the problem. you solved it
[08:31:50] *** rburns has joined #angularjs
[08:32:17] *** monir has quit IRC
[08:32:29] <Fifty5Plus> wafflej0ck_: please verify my gmail as i have yet to get an email confirmation to be able to login
[08:33:30] <wafflej0ck_> Fifty5Plus: I saw you in the system so you should be able to go back here https://lab.intellectual-tech.com and sign in with the G+ button and you should have access to some git repos I have bunched under the group "Components"
[08:34:14] <wafflej0ck_> Fifty5Plus: basically I set this up so I can have my private repos in here too use it for some basic issue tracking since Bugzilla is pretty ugly and slow without a lot of work
[08:34:47] *** IvailoStoianov has joined #angularjs
[08:35:33] <Fifty5Plus> wafflej0ck_: i registered because my g+ is not properly set up ... oh it's a long story ... ages ago, i set up a "workbench" account into which i was forwarding all my emails and basically i stay logged in ... now i am looking for a way to read gmail from multiple accounts without doing this forwarding and without having to log into each one ... any ideas?
[08:36:36] <wafflej0ck_> ah okay so you did the regular sign up way you mean? you should have gotten an automatic e-mail to your email account you registered with if so to activate it... I'll see if there's somewhere I can just flip the flag in the interface as an admin
[08:37:37] <wafflej0ck_> Fifty5Plus: hmm yeah I can see that you haven't confirmed, unfortunately the admin interface doesn't give me an option to override that boolean, did you get the e-mail from the server?
[08:38:04] *** woah has joined #angularjs
[08:38:09] <Fifty5Plus> Did not receive confirmation email? Send again ... seems not to work
[08:38:40] <Fifty5Plus> wafflej0ck_: ^
[08:38:45] <wafflej0ck_> Fifty5Plus: hmm well crap lemme do a bit of debugging, had a couple of friends sign in already but I think everyone was using G+ I used the regular sign up once early on but have changed some config since then
[08:39:04] <wafflej0ck_> Fifty5Plus: re: multiple e-mail accounts I use thunderbird e-mail client to get everything in one place
[08:39:21] <wafflej0ck_> it has a few ways to view the data with combined folders that can make things easier across accounts
[08:40:01] <wafflej0ck_> Fifty5Plus: double check your SPAM folder too, I have DKIM and SPF records for the domain to avoid being sent to SPAM but it still could have happened
[08:40:06] <Fifty5Plus> wafflej0ck_: i want something online and was hoping google might have but they seem to have just ability to add accounts onto a list and then switch easily
[08:40:25] <wafflej0ck_> yah that's all I've seen online too
[08:41:24] *** romanelli has quit IRC
[08:41:31] *** lewix has quit IRC
[08:42:43] *** eBureau has quit IRC
[08:43:34] *** eden_lane has joined #angularjs
[08:46:13] *** Moikzz has quit IRC
[08:46:17] <Fifty5Plus> wafflej0ck_: no spam and no signup confirm
[08:47:12] <wafflej0ck_> Fifty5Plus: k yeah trying to see how I can get some more debug info about the mail delivery, I'm sure I can just login to postgres and update the entry to say it's confirmed too but would like to know why it's not sending out the e-mail now when it did a couple of days ago
[08:47:15] *** night-owl is now known as zz_night-owl
[08:47:22] *** zz_night-owl is now known as night-owl
[08:48:01] *** stormbytes has quit IRC
[08:49:47] <wafflej0ck_> Fifty5Plus: ah I see the error in the mail log it's using the wrong domain for the outgoing e-mails and being blocked by postfix
[08:49:51] *** jae has joined #angularjs
[08:50:11] <Fifty5Plus> wafflej0ck_: glad i came across it ;)
[08:50:12] <wafflej0ck_> one min gotta figure out where in the gitlab config that is, might have to just delete your account and re-add it afterwards not sure how I can trigger it to resent otherwise
[08:50:21] <wafflej0ck_> Fifty5Plus: heh yeah thanks for the debugging :)
[08:50:30] <wafflej0ck_> er testing
[08:50:32] <wafflej0ck_> whateves
[08:50:39] <Fifty5Plus> wafflej0ck_: that's what i meant
[08:51:03] <Fifty5Plus> wafflej0ck_: not glad that you have a bug
[08:52:22] *** adpirz has joined #angularjs
[08:52:32] *** cacts has quit IRC
[08:53:03] <TheAceOfHearts> oh hi Fifty5Plus, make any progress?
[08:53:51] <Fifty5Plus> TheAceOfHearts, yeah sort of ;)
[08:53:56] *** jtimon has joined #angularjs
[08:54:12] *** dannyc_ has joined #angularjs
[08:54:58] *** tarnus has quit IRC
[08:55:24] *** mdedetrich has joined #angularjs
[08:55:26] *** jtimon has quit IRC
[08:56:11] *** frem has joined #angularjs
[08:56:24] *** corehook has joined #angularjs
[08:56:36] *** mdedetrich has quit IRC
[08:56:54] *** adpirz has quit IRC
[08:57:46] *** JR___ has quit IRC
[08:58:04] *** rileylark has joined #angularjs
[08:58:23] *** dannyc_ has quit IRC
[08:59:26] *** themime has joined #angularjs
[08:59:30] *** tommyjam has joined #angularjs
[09:00:22] <TheAceOfHearts> today I was talking with a desktop developer
[09:00:37] <TheAceOfHearts> and I was reminded that there's still real coders out there~
[09:00:47] <TheAceOfHearts> not everyone is making shitty web apps~
[09:00:53] *** sinequanon has joined #angularjs
[09:01:12] *** ludkiller has quit IRC
[09:01:19] *** ludkiller has joined #angularjs
[09:02:37] *** dejanr has quit IRC
[09:02:44] *** rileylark has quit IRC
[09:02:44] *** Kosre has joined #angularjs
[09:03:55] <woah> TheAceOfHearts real programmers, generating code in an ide
[09:04:34] *** tandy has quit IRC
[09:04:36] <TheAceOfHearts> TIL VIM is an IDE
[09:04:38] <wafflej0ck_> Fifty5Plus: k think I found the proper config just need to update some things (now the mystery is how the heck did it work the first time for me?)
[09:04:58] *** Oxynum has joined #angularjs
[09:06:00] <wafflej0ck_> ah okay I guess it was using sendmail and perhaps my old configuration was somehow giving it the hostname properly but some config change since then botched that, anyhow seems I can just configure SMTP, so that should work fine
[09:06:19] *** sinequanon has quit IRC
[09:06:29] *** kevinxu has joined #angularjs
[09:06:52] *** kevinxu is now known as Guest51339
[09:06:57] *** Kosre has quit IRC
[09:07:25] *** favetelinguis has joined #angularjs
[09:12:15] *** jstroem has joined #angularjs
[09:12:19] *** bkuberek has joined #angularjs
[09:13:28] *** MistahKurtz has quit IRC
[09:13:44] *** frem has quit IRC
[09:14:56] *** frem has joined #angularjs
[09:15:11] *** dsdeiz_ has joined #angularjs
[09:16:05] *** {DV8} has quit IRC
[09:16:15] *** mtsr has joined #angularjs
[09:17:04] *** dsdeiz has quit IRC
[09:17:25] *** bkuberek has quit IRC
[09:17:26] *** lexek_ has joined #angularjs
[09:17:30] *** Nannet has quit IRC
[09:17:35] *** Oxynum has quit IRC
[09:18:42] *** evotuned has joined #angularjs
[09:18:49] *** kentaro0919 has quit IRC
[09:19:04] *** kkthxbye has quit IRC
[09:19:36] *** Luser has joined #angularjs
[09:21:11] *** JR___ has joined #angularjs
[09:21:21] *** jae is now known as Jae
[09:21:42] *** Shrooms has quit IRC
[09:21:44] *** ome has quit IRC
[09:21:47] *** kentaro0919 has joined #angularjs
[09:23:16] *** evotuned has quit IRC
[09:24:14] *** Luser has quit IRC
[09:24:40] <wafflej0ck_> Fifty5Plus: okay just changed some things and tested, if you come back to the page and hit the link to resend the confirm email you should be good to go now... keep in mind it might take like 2 minutes for it to get out of my mail server since right now it's having trouble connecting to ClamAV to antivirus scan the e-mails for whatever reason but it will send out once it realized it can't scan it
[09:25:10] *** startupality has joined #angularjs
[09:25:48] <Fifty5Plus> wafflej0ck_: so you're sending out infected unscanned emails ;)
[09:25:55] *** SergioFilhow has joined #angularjs
[09:26:08] <wafflej0ck_> Fifty5Plus: haha hopefully not
[09:26:10] *** rhp has joined #angularjs
[09:26:31] <wafflej0ck_> Fifty5Plus: for the most part I keep things pretty locked down, but fail2ban still finds attempted intrusions and SMTP attempts and whatnot
[09:27:46] *** JR___ has quit IRC
[09:29:52] *** monir has joined #angularjs
[09:30:32] *** doginal has joined #angularjs
[09:30:33] *** SergioFilhow has quit IRC
[09:31:17] *** mogaj has quit IRC
[09:31:45] *** frem_ has joined #angularjs
[09:31:46] *** nfroidure has joined #angularjs
[09:31:46] *** mogaj has joined #angularjs
[09:32:16] *** Rebirth has joined #angularjs
[09:33:10] *** dc_ has quit IRC
[09:33:22] *** JR___ has joined #angularjs
[09:34:18] *** tfennelly has joined #angularjs
[09:34:33] *** corehook has quit IRC
[09:35:04] *** cads has quit IRC
[09:35:12] <Fifty5Plus> wafflej0ck_: wow i am getting old
[09:35:37] *** tandy has joined #angularjs
[09:35:43] <wafflej0ck_> why you say that? have an old person moment?
[09:36:02] *** JR____ has joined #angularjs
[09:36:19] <Fifty5Plus> wafflej0ck_: no, waiting for your email confirm :)))))))))))
[09:36:37] *** Guest51339 has quit IRC
[09:37:01] *** abt has joined #angularjs
[09:37:01] *** macobo has joined #angularjs
[09:37:14] <wafflej0ck_> ah okay lemme check the log too make sure nothing screwy happened
[09:37:41] *** JR___ has quit IRC
[09:37:56] <wafflej0ck_> Fifty5Plus: says it sent
[09:38:04] *** ivn1911 has joined #angularjs
[09:38:32] <wafflej0ck_> Fifty5Plus: PMed you the mail log entry that says it sent since it has your email in it
[09:39:00] <Fifty5Plus> wafflej0ck_: i think that you doctored it up ;)
[09:39:04] <wafflej0ck_> haha
[09:39:09] <wafflej0ck_> far too lazy for that
[09:39:11] *** shaq|home has joined #angularjs
[09:39:39] *** zzing has quit IRC
[09:40:13] *** shaq|home has quit IRC
[09:40:24] *** chr1stopher has joined #angularjs
[09:40:32] <tauren> So I've noticed if I have directive <foo bar="5"> that has a template <div bar="{{bar}}"> and a scope of { bar: '@' } and replace:true, that the rendered HTML is <div bar="5 5">
[09:40:42] *** JR____ has quit IRC
[09:41:09] *** ivan1911 has joined #angularjs
[09:41:25] <tauren> all attributes in the directive are being copied into the rendered output, even if the template doesn't contain them.
[09:41:38] <tauren> Is there an easy way to prevent this from happening?
[09:42:35] *** ivan1911 has quit IRC
[09:43:32] *** rburns has quit IRC
[09:43:44] <wafflej0ck_> tauren: I think that's basically what replace does
[09:43:55] <wafflej0ck_> tauren: pretty sure it's deprecated too because merging properties doesn't really work out
[09:44:03] *** favetelinguis has quit IRC
[09:44:38] *** favetelinguis has joined #angularjs
[09:45:05] *** cads has joined #angularjs
[09:45:07] *** Nijikokun has joined #angularjs
[09:45:12] <wafflej0ck_> Fifty5Plus: cool see you signed in eh?
[09:45:20] <tauren> wafflej0ck_: I think they may be rethinking deprecating it
[09:45:34] *** edy___ has joined #angularjs
[09:45:36] <tauren> See this conversation, and my comment at the very end: https://github.com/angular/angular.js/commit/eec6394a342fb92fba5270eee11c83f1d895e9fb
[09:45:57] <Fifty5Plus> wafflej0ck_: nope
[09:47:00] *** {DV8} has joined #angularjs
[09:47:49] *** ahtik has joined #angularjs
[09:47:56] <wafflej0ck_> Fifty5Plus: ah was looking at the wrong user account here... still not seeing the e-mail? if so double check le SPAM folder too... I literally just signed up with another email account here and it worked fine... I can try one more but then I gotta start making new e-mail accounts :)
[09:48:08] *** samuel02 has joined #angularjs
[09:48:13] *** corehook has joined #angularjs
[09:48:54] *** favetelinguis has quit IRC
[09:49:06] *** CitizenKane has quit IRC
[09:49:20] <Fifty5Plus> wafflej0ck_: in gmail spam is hidden behind more and nada
[09:49:31] *** favetelinguis has joined #angularjs
[09:51:03] *** edy___ is now known as edy
[09:51:31] *** ron1 has joined #angularjs
[09:52:17] <Fifty5Plus> wafflej0ck_: so, happy new year :)
[09:52:37] *** samuel02 has quit IRC
[09:53:00] *** sacho has joined #angularjs
[09:53:09] *** patrick99e99 has joined #angularjs
[09:53:10] <wafflej0ck_> Fifty5Plus: heh yeah I'll brb but will try with one more e-mail account I have setup here and if it works and you're still not seeing the e-mail I'll just login to postgres and change the bool with SQL for now, hopefully that gets past it
[09:53:45] *** eden_lane has quit IRC
[09:54:03] *** morenoh149 has joined #angularjs
[09:54:30] *** ahtik has quit IRC
[09:54:53] *** Rebirth has quit IRC
[09:55:01] *** dannyc_ has joined #angularjs
[09:56:04] *** ron1 has quit IRC
[09:56:41] *** tfennelly has quit IRC
[09:58:09] *** patrick99e99 has quit IRC
[09:58:24] <Fifty5Plus> wafflej0ck_: if i knew this would have taken couple of hours i could have had sex with the old lady :))
[09:59:17] *** dannyc_ has quit IRC
[09:59:57] *** _45kb has joined #angularjs
[10:00:56] *** teddyp1cker has quit IRC
[10:01:36] *** Lingos_ has joined #angularjs
[10:01:47] <wafflej0ck_> Fifty5Plus: sorry to have taken that from ya but where's the pony express when you need em
[10:02:39] <Fifty5Plus> wafflej0ck_: out on viagra delivery to 55+ folks
[10:02:57] *** monir has quit IRC
[10:03:44] *** dc_ has joined #angularjs
[10:05:23] *** ries has quit IRC
[10:07:20] *** doginal has quit IRC
[10:08:17] *** dc_ has quit IRC
[10:08:20] *** Johnny13371337 has joined #angularjs
[10:08:24] *** marr has joined #angularjs
[10:10:05] <wafflej0ck_> Fifty5Plus: hmm yeah dunno I just signed up with yet another e-mail account it seems everything worked here and I also tried the resend option and appears to have worked fine too
[10:10:34] *** Rebirth has joined #angularjs
[10:11:29] *** rburns has joined #angularjs
[10:12:48] *** younqcass has joined #angularjs
[10:13:45] *** Luser has joined #angularjs
[10:13:54] *** youngroger has joined #angularjs
[10:13:55] *** NoNMaDDeN has quit IRC
[10:14:39] *** doginal has joined #angularjs
[10:15:32] *** kentaro0919 has quit IRC
[10:15:38] *** rosieres has joined #angularjs
[10:16:56] *** Rebirth has quit IRC
[10:18:27] *** Luser has quit IRC
[10:19:26] <wafflej0ck_> Fifty5Plus: okay geez so turns out it was using IPv6 address for the Gmail smtp server (don't think this was a problem before this but who knows) so I just went in and fixed postfix (also kick started clamAV so it did scan and I didn't send you a virus :) I just did the resend verification button and according to the mail logs it all went through that time
[10:19:36] *** evotuned has joined #angularjs
[10:20:10] *** threesixes has quit IRC
[10:20:39] *** davi has joined #angularjs
[10:20:52] *** tomengland_mbp has joined #angularjs
[10:20:57] <wafflej0ck_> Fifty5Plus: the other line I dropped you with the "sent" message was accompanied with this error/warning about not being able to contact Gmail SMTP server so sorry I overlooked that initially
[10:21:27] *** rosieres has quit IRC
[10:21:34] *** AronBrrr has quit IRC
[10:22:17] *** Rebirth has joined #angularjs
[10:23:04] *** mattattaque has joined #angularjs
[10:23:37] *** evotuned has quit IRC
[10:23:47] <wafflej0ck_> tauren: yeah seems you know as well or better than I do on that topic really but not sure what should be done
[10:24:28] <tauren> thanks, appreciate your input
[10:25:02] *** tandy has quit IRC
[10:25:02] <wafflej0ck_> Fifty5Plus: anyhow gonna get to bed here, will chat with you tomorrow or the next day (sorry for all the delay on getting you in here) thanks for your patience and help with getting my gitlab config straightened out
[10:25:26] <wafflej0ck_> Fifty5Plus: let me know if you still don't see the e-mail and I'll do it manually with postgres too but think you should be good now
[10:25:35] *** threesixes has joined #angularjs
[10:26:32] *** frem has quit IRC
[10:26:32] *** frem_ is now known as frem
[10:28:28] *** {DV8} has quit IRC
[10:28:28] *** tfennelly has joined #angularjs
[10:30:05] *** NoNMaDDeN has joined #angularjs
[10:30:19] *** macbroadcast has joined #angularjs
[10:31:02] *** frankblizzar has joined #angularjs
[10:31:28] *** macbroadcast has quit IRC
[10:31:58] *** gunn has quit IRC
[10:32:05] *** samuel02 has joined #angularjs
[10:33:31] *** Kosre has joined #angularjs
[10:35:06] *** kevinxu has joined #angularjs
[10:35:22] *** rburns has quit IRC
[10:35:29] *** kevinxu is now known as Guest81266
[10:35:54] *** Rebirth has quit IRC
[10:37:33] *** jtimon has joined #angularjs
[10:37:50] *** morenoh149 has quit IRC
[10:37:56] *** davek has quit IRC
[10:38:16] *** youngroger has quit IRC
[10:38:18] *** Kosre has quit IRC
[10:38:29] *** jtimon has quit IRC
[10:39:01] *** jtimon has joined #angularjs
[10:39:31] *** sigurding has joined #angularjs
[10:40:06] *** soee has joined #angularjs
[10:40:46] *** uru|away is now known as uru
[10:40:54] *** Rebirth has joined #angularjs
[10:41:12] *** adpirz has joined #angularjs
[10:41:39] *** Evanion has joined #angularjs
[10:43:12] *** tomengland_mbp has quit IRC
[10:43:55] *** tarnus has joined #angularjs
[10:45:20] *** youngroger has joined #angularjs
[10:45:34] *** adpirz has quit IRC
[10:48:14] *** tfennelly has quit IRC
[10:48:22] *** lemur has quit IRC
[10:48:33] *** Geertje123_ has joined #angularjs
[10:48:43] *** tarnus has quit IRC
[10:48:56] *** lemur has joined #angularjs
[10:50:02] *** RedOrangeZ has joined #angularjs
[10:50:20] *** sinequanon has joined #angularjs
[10:50:36] *** Rebirth has quit IRC
[10:51:32] *** youngroger has quit IRC
[10:52:07] *** marr has joined #angularjs
[10:53:39] *** lemur has quit IRC
[10:54:48] *** sinequanon has quit IRC
[10:55:04] *** Rebirth has joined #angularjs
[10:55:15] *** tandy has joined #angularjs
[10:55:45] *** dannyc_ has joined #angularjs
[10:56:06] *** gunn has joined #angularjs
[10:56:15] *** Fuzzy has joined #angularjs
[10:56:18] *** marr has quit IRC
[10:56:55] *** Evanion has quit IRC
[10:59:52] *** dannyc_ has quit IRC
[11:00:00] *** devhoag has joined #angularjs
[11:00:32] *** sigurding has quit IRC
[11:01:16] *** bkuberek has joined #angularjs
[11:02:05] *** ciro_nunes has quit IRC
[11:03:37] *** Aliks has quit IRC
[11:05:15] *** ytsejam has joined #angularjs
[11:05:16] *** fedenunez has joined #angularjs
[11:05:42] *** bkuberek has quit IRC
[11:05:55] *** Moikzz has joined #angularjs
[11:06:10] *** recidive has joined #angularjs
[11:06:34] *** jlambert121 has joined #angularjs
[11:07:06] <Moikzz> anyone can tell me how to convert the datas in factory to json ? see factory...http://codepen.io/calendee/pen/FisDH
[11:07:31] *** youngroger has joined #angularjs
[11:07:55] *** Luser has joined #angularjs
[11:08:36] <ytsejam> Good morning, I have some amateur questions that I find different answers from various sites. I have a blog written in laravel php framework+mysql+jquery . I am reconsidering to write its second version backend + frontend with angularjs. Is it the right choice for a static blog to make it interactive with comments. And for the db is it ok to convert it to mongodb or let it stay in mysq
[11:09:09] *** sigurding has joined #angularjs
[11:09:27] <sacho> it sounds like you just need some comments plugin, maybe something like disqus.
[11:09:36] *** seriema has joined #angularjs
[11:10:44] *** jlambert121 has quit IRC
[11:11:05] <ytsejam> sacho , I have disqus and facebook comments. What I meant was I would like to add users to site from now on not the only admin and editor users. Users to have profile page and making some basic stuff like forum and commenting to articles
[11:12:22] *** Luser has quit IRC
[11:13:42] *** rahulprasad has joined #angularjs
[11:14:38] *** SergioFilhow has joined #angularjs
[11:15:38] *** tech2 has joined #angularjs
[11:16:59] <chr1stopher> there is no extra irc channel for angularjs-material, or?
[11:19:30] *** SergioFilhow has quit IRC
[11:20:18] *** voltagex has quit IRC
[11:20:19] *** evotuned has joined #angularjs
[11:21:18] *** binhbv has joined #angularjs
[11:21:57] *** binhbv has quit IRC
[11:24:23] *** voltagex has joined #angularjs
[11:24:25] *** dannyc_ has joined #angularjs
[11:24:25] *** JR____ has joined #angularjs
[11:24:37] *** evotuned has quit IRC
[11:24:59] *** calmbird has joined #angularjs
[11:25:29] <calmbird> Hi. Do you know good way how to dynamically load admin controllers, when user will login as admin for example?
[11:26:04] *** sigurding has quit IRC
[11:26:41] *** eamonn has joined #angularjs
[11:27:36] *** soee_ has joined #angularjs
[11:28:37] *** JR____ has quit IRC
[11:28:49] <devhoag> Moikzz: JSON.stringify() converts objects into json strings
[11:29:18] *** dannyc_ has quit IRC
[11:29:40] *** rburns has joined #angularjs
[11:30:16] <Moikzz> how to do that? sorry im so noob
[11:30:59] <calmbird> var = stringifiedJSON = JSON.stringify(object);
[11:30:59] <calmbird> :P
[11:31:11] <calmbird> var stringifiedJSON = JSON.stringify(object);
[11:31:19] *** youngroger has quit IRC
[11:31:23] *** soee has quit IRC
[11:32:33] *** sigurding has joined #angularjs
[11:34:02] *** Sky[x] has joined #angularjs
[11:34:04] *** rahulprasad has quit IRC
[11:35:50] <Moikzz> ok ill try thnx
[11:37:18] *** reavengr1y has joined #angularjs
[11:37:36] <devhoag> calmbird: Would something like <ng-if="userLoggedIn" ng-controller="CtrlName"> do what you are looking for?
[11:38:14] <calmbird> devhoag: Well methods will be in controller, and this ng-if will be in view even if user is not loginned in admin.
[11:38:24] <calmbird> I would like to load controllers and admin view only, when user will login.
[11:39:41] <calmbird> like, dynamically loaded modules is it possible in angular?
[11:41:53] <devhoag> calmbird: ng-if loads dom only if it results to true... you can load controllers easily with a router
[11:44:32] *** D-Boy has quit IRC
[11:44:33] *** Mahonar has joined #angularjs
[11:44:34] *** doginal has quit IRC
[11:44:49] <devhoag> calmbird: you can direct the user to a protected "admin" route which would load then that view / controller.
[11:45:35] <calmbird> dedevhoag: sounds good, What about controller?
[11:45:35] *** ozooner__ has joined #angularjs
[11:48:34] <devhoag> calmbird: that was supposed to be load the view and controller
[11:49:04] *** Oxynum has joined #angularjs
[11:51:49] <calmbird> I will have to add new methods.
[11:51:50] *** eamonn has quit IRC
[11:51:50] <calmbird> I mean I know that main access is on server side, but I would like to hide methods from client side too.
[11:52:23] *** eamonn has joined #angularjs
[11:52:29] *** Mahonar has quit IRC
[11:52:30] *** D-Boy has joined #angularjs
[11:52:31] *** eamonn has quit IRC
[11:52:31] *** MaxV has joined #angularjs
[11:52:32] *** otisZart has joined #angularjs
[11:52:32] *** monir has joined #angularjs
[11:52:32] *** charuru has quit IRC
[11:52:32] *** MaxV has quit IRC
[11:52:33] *** angularjs622 has joined #angularjs
[11:52:33] *** voltagex has quit IRC
[11:52:34] *** voltagex has joined #angularjs
[11:52:34] *** dannyc_ has joined #angularjs
[11:52:34] *** otisZart has quit IRC
[11:52:40] *** otisZart_ has joined #angularjs
[11:54:09] *** davi has quit IRC
[11:55:23] <calmbird> I can load js dynamically in angular? hm
[11:55:24] *** MaxV has joined #angularjs
[11:55:25] *** Beatzebub has quit IRC
[11:55:25] *** ngbot has joined #angularjs
[11:55:26] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/TNW-JQ
[11:55:26] <ngbot> angular.js/master b5fbd6a Peter Bacon Darwin: chore(favicon): provide retina friendly favicon...
[11:55:26] *** ngbot has left #angularjs
[11:56:18] *** dannyc_ has quit IRC
[11:56:34] *** corehook has quit IRC
[11:56:35] *** dannyc_ has joined #angularjs
[11:56:57] *** favetelinguis has quit IRC
[11:57:29] *** favetelinguis has joined #angularjs
[11:57:52] <devhoag> calmbird: I haven't done lazy loading of js in Angular, but I believe it's possible. A quick google search is the best I've got: "lazyloading angularjs"
[11:58:33] *** platonic has quit IRC
[11:58:46] <calmbird> ok, yeah I found bower
[11:58:46] *** platonic has joined #angularjs
[11:58:50] <calmbird> but don't like it :P
[11:59:32] *** dejanr has joined #angularjs
[12:01:24] *** dannyc_ has quit IRC
[12:01:37] *** favetelinguis has quit IRC
[12:06:12] <devhoag> calmbird: how sensative is your logic?
[12:11:58] *** devhoag has quit IRC
[12:12:36] *** quantax- has quit IRC
[12:12:38] *** _45kb has quit IRC
[12:12:38] *** macobo has quit IRC
[12:12:39] *** TheAceOfHearts has quit IRC
[12:12:39] *** hmsimha_ has quit IRC
[12:12:40] *** burzum2 has quit IRC
[12:12:41] *** NanoArro1 has quit IRC
[12:12:41] *** andern has quit IRC
[12:12:42] *** phuh has quit IRC
[12:12:45] *** jMyles has quit IRC
[12:12:46] *** jas- has quit IRC
[12:12:47] *** nya has quit IRC
[12:12:48] *** howitdo has quit IRC
[12:12:48] *** shepheb has quit IRC
[12:12:49] *** ankushnarula has quit IRC
[12:12:51] *** Ephemeral has quit IRC
[12:12:52] *** scriptThis has quit IRC
[12:12:53] *** RobertMeta has quit IRC
[12:12:54] *** appariti_ has quit IRC
[12:12:55] *** abram_away has quit IRC
[12:12:55] *** slobo has quit IRC
[12:12:55] *** JmZ_ has quit IRC
[12:12:56] *** GeertJohan has quit IRC
[12:12:57] *** Shai-Tan has quit IRC
[12:12:57] *** lahwran has quit IRC
[12:12:58] *** blackkbot has quit IRC
[12:12:59] *** ansu has quit IRC
[12:12:59] *** oniMaker has quit IRC
[12:13:01] *** elmcrest has quit IRC
[12:13:01] *** [0__0] has quit IRC
[12:13:02] *** nathanic has quit IRC
[12:13:02] *** tomzx has quit IRC
[12:13:04] *** ChanServ has quit IRC
[12:13:05] *** Browserr has quit IRC
[12:13:05] *** joepie91 has quit IRC
[12:13:06] *** noord has quit IRC
[12:13:07] *** zanea|away has quit IRC
[12:13:08] *** walden|afk has quit IRC
[12:13:08] *** mtree has quit IRC
[12:13:09] *** MerlinDMC has quit IRC
[12:13:10] *** derrzzaa has quit IRC
[12:13:11] *** mickhansen has quit IRC
[12:13:11] *** kwmiebach has quit IRC
[12:13:12] *** schimmi has quit IRC
[12:13:13] *** bitnumus has quit IRC
[12:13:14] *** anderskristo has quit IRC
[12:13:16] *** miica has quit IRC
[12:13:17] *** noodle has quit IRC
[12:13:20] *** ajk27 has quit IRC
[12:13:21] *** seriema has quit IRC
[12:13:22] *** Guest81266 has quit IRC
[12:13:22] *** frankblizzar has quit IRC
[12:13:23] *** dsdeiz_ has quit IRC
[12:13:25] *** qdk has quit IRC
[12:13:25] *** roachiepoopoo has quit IRC
[12:13:26] *** Fenikkusu has quit IRC
[12:13:27] *** chaohuanghong1 has quit IRC
[12:13:28] *** TyrfingMjolnir has quit IRC
[12:13:28] *** nodedfree has quit IRC
[12:13:29] *** Simone\_ has quit IRC
[12:13:31] *** Marble68 has quit IRC
[12:13:32] *** exp10r3r has quit IRC
[12:13:33] *** hswolff has quit IRC
[12:13:33] *** Luyt has quit IRC
[12:13:35] *** hachiya has quit IRC
[12:13:37] *** rashidkpc has quit IRC
[12:13:40] *** ree has quit IRC
[12:13:41] *** Spockz has quit IRC
[12:13:41] *** nanashiRei has quit IRC
[12:13:42] *** deebo has quit IRC
[12:13:43] *** hippich has quit IRC
[12:13:43] *** twisted` has quit IRC
[12:13:44] *** supermas1iv has quit IRC
[12:13:45] *** ClearsTheScreen has quit IRC
[12:13:46] *** threeday1onk has quit IRC
[12:13:46] *** krotscheck has quit IRC
[12:13:48] *** Inge- has quit IRC
[12:13:49] *** seanmarcia has quit IRC
[12:13:50] *** kcjones has quit IRC
[12:13:51] *** felixn has quit IRC
[12:13:51] *** curfont has quit IRC
[12:13:52] *** accelerate has quit IRC
[12:13:53] *** ArTiSTiX has quit IRC
[12:13:59] *** PDogJr has quit IRC
[12:14:00] *** tsunamie has quit IRC
[12:14:01] *** Tuxity has quit IRC
[12:14:01] *** HansiHE has quit IRC
[12:14:02] *** MaxV has quit IRC
[12:14:02] *** tech2 has quit IRC
[12:14:03] *** Nijikokun has quit IRC
[12:14:04] *** da_wunder has quit IRC
[12:14:05] *** jeffbalboni has quit IRC
[12:14:06] *** bayousoft has quit IRC
[12:14:07] *** memento_ has quit IRC
[12:14:08] *** edzez has quit IRC
[12:14:08] *** TinkerTyper has quit IRC
[12:14:09] *** xastey has quit IRC
[12:14:10] *** niklasmodess has quit IRC
[12:14:10] *** instence_ has quit IRC
[12:14:12] *** callumacrae has quit IRC
[12:14:12] *** joshskidmore has quit IRC
[12:14:15] *** gh0st has quit IRC
[12:14:16] *** yhsiang has quit IRC
[12:14:16] *** ivaldi has quit IRC
[12:14:17] *** Leon has quit IRC
[12:14:18] *** FergusL has quit IRC
[12:14:18] *** d0nk` has quit IRC
[12:14:19] *** ikanobori has quit IRC
[12:14:19] *** Ownix has quit IRC
[12:14:19] *** jieryn has quit IRC
[12:14:20] *** fiwsi has quit IRC
[12:14:21] *** olli- has quit IRC
[12:14:22] *** cmenscher has quit IRC
[12:14:22] *** hotnikks_ has quit IRC
[12:14:23] *** niko has quit IRC
[12:14:23] *** tauren has quit IRC
[12:14:24] *** TweedleDee has quit IRC
[12:14:25] *** sakustar has quit IRC
[12:14:26] *** TBSliver has quit IRC
[12:14:26] *** adarshaj has quit IRC
[12:14:27] *** ish has quit IRC
[12:14:27] *** boubbin_ has quit IRC
[12:14:27] *** __alex has quit IRC
[12:14:28] *** moo360 has quit IRC
[12:14:28] *** soee_ has quit IRC
[12:14:29] *** samuel02 has quit IRC
[12:14:29] *** younqcass has quit IRC
[12:14:29] *** lexek_ has quit IRC
[12:14:30] *** ludkiller has quit IRC
[12:14:30] *** ahmetkapikiran has quit IRC
[12:14:31] *** japhar81 has quit IRC
[12:14:31] *** Makpoc has quit IRC
[12:14:32] *** chexxor has quit IRC
[12:14:34] *** hnomad has quit IRC
[12:14:35] *** sixr420 has quit IRC
[12:14:35] *** maraneta has quit IRC
[12:14:35] *** Shadeness has quit IRC
[12:14:36] *** JosephSilber has quit IRC
[12:14:36] *** BahamutWC|Laptop has quit IRC
[12:14:38] *** thrasibule has quit IRC
[12:14:38] *** kent\n has quit IRC
[12:14:39] *** ABCDEFGMinor has quit IRC
[12:14:40] *** blackjid has quit IRC
[12:14:40] *** macgregor has quit IRC
[12:14:41] *** mischat has quit IRC
[12:14:41] *** hendricius has quit IRC
[12:14:41] *** sss2500 has quit IRC
[12:14:42] *** Somatt has quit IRC
[12:14:42] *** Zaran_ has quit IRC
[12:14:43] *** rhodesjason has quit IRC
[12:14:44] *** BahamutWC has quit IRC
[12:14:44] *** bc_ has quit IRC
[12:14:44] *** scav has quit IRC
[12:14:45] *** jga has quit IRC
[12:14:45] *** felipesabino has quit IRC
[12:14:45] *** seiyria has quit IRC
[12:14:46] *** radiodario has quit IRC
[12:14:47] *** renetool has quit IRC
[12:14:47] *** Sky[x] has quit IRC
[12:14:47] *** recidive has quit IRC
[12:14:48] *** gunn has quit IRC
[12:14:48] *** RedOrangeZ has quit IRC
[12:14:48] *** sacho has quit IRC
[12:14:49] *** tommyjam has quit IRC
[12:14:49] *** Jae has quit IRC
[12:14:49] *** fourq has quit IRC
[12:14:50] *** LunarLanding has quit IRC
[12:14:50] *** jimmyy has quit IRC
[12:14:50] *** AWAW has quit IRC
[12:14:50] *** iksik has quit IRC
[12:14:51] *** johnnyfive has quit IRC
[12:14:51] *** cilkay has quit IRC
[12:14:52] *** JBreit has quit IRC
[12:14:52] *** twelverobots has quit IRC
[12:14:52] *** dimas has quit IRC
[12:14:53] *** enaqx has quit IRC
[12:14:53] *** Weezey has quit IRC
[12:14:53] *** Greed has quit IRC
[12:14:54] *** joshfinnie has quit IRC
[12:14:55] *** cleme1mp has quit IRC
[12:14:56] *** kba has quit IRC
[12:14:57] *** kStolen has quit IRC
[12:14:57] *** ali has quit IRC
[12:14:57] *** comboy_ has quit IRC
[12:14:58] *** UniBot has quit IRC
[12:14:58] *** mitchdotpro_ has quit IRC
[12:14:58] *** davejs_ has quit IRC
[12:14:58] *** Novacha has quit IRC
[12:14:58] *** Mattias has quit IRC
[12:14:59] *** vanseverk has quit IRC
[12:14:59] *** Sgeo has quit IRC
[12:14:59] *** Evanlec has quit IRC
[12:14:59] *** cythrawll has quit IRC
[12:15:00] *** Pookz has quit IRC
[12:15:01] *** theanxy has quit IRC
[12:15:01] *** fixxxermet has quit IRC
[12:15:01] *** aarellano has quit IRC
[12:15:02] *** glitch100 has quit IRC
[12:15:02] *** ajmitch_ has quit IRC
[12:15:02] *** patrick-gpl has quit IRC
[12:15:03] *** dejanr has quit IRC
[12:15:03] *** Fuzzy has quit IRC
[12:15:04] *** tandy has quit IRC
[12:15:05] *** edy has quit IRC
[12:15:05] *** mogaj has quit IRC
[12:15:06] *** danecando has quit IRC
[12:15:06] *** antons_ has quit IRC
[12:15:07] *** c00ljs has quit IRC
[12:15:07] *** cellofellow has quit IRC
[12:15:08] *** vonnegut has quit IRC
[12:15:08] *** aboudreault has quit IRC
[12:15:09] *** poofmoot_ has quit IRC
[12:15:09] *** Alina-malina has quit IRC
[12:15:10] *** vinilios has quit IRC
[12:15:10] *** j_wright has quit IRC
[12:15:10] *** Grokling has quit IRC
[12:15:11] *** sari1 has quit IRC
[12:15:11] *** winmutt has quit IRC
[12:15:11] *** BombStrike has quit IRC
[12:15:11] *** zorch_ has quit IRC
[12:15:11] *** G1eb has quit IRC
[12:15:12] *** dlehn has quit IRC
[12:15:12] *** matthew_r has quit IRC
[12:15:12] *** oddalot has quit IRC
[12:15:12] *** jayne has quit IRC
[12:15:13] *** kanzure has quit IRC
[12:15:13] *** wookiehangover has quit IRC
[12:15:13] *** jlyndon has quit IRC
[12:15:13] *** demi` has quit IRC
[12:15:14] *** joevandyk has quit IRC
[12:15:14] *** AlexZanf has quit IRC
[12:15:15] *** willeponken has quit IRC
[12:15:15] *** deg__ has quit IRC
[12:15:15] *** greg5green has quit IRC
[12:15:16] *** L0j1k has quit IRC
[12:15:16] *** Veejay has quit IRC
[12:15:16] *** vinnix has quit IRC
[12:15:16] *** teegee543 has quit IRC
[12:15:16] *** samuelharden_ has quit IRC
[12:15:17] *** paperElectron has quit IRC
[12:15:17] *** tumdedum has quit IRC
[12:15:17] *** raveli- has quit IRC
[12:15:17] *** ederign has quit IRC
[12:15:18] *** xMopxShell has quit IRC
[12:15:18] *** Gabriel403 has quit IRC
[12:15:18] *** johannes_ has quit IRC
[12:15:19] *** fdv has quit IRC
[12:15:19] *** Takumo has quit IRC
[12:15:19] *** pswizzle has quit IRC
[12:15:19] *** amergin has quit IRC
[12:15:19] *** connor_goodwolf has quit IRC
[12:15:19] *** bradchoate has quit IRC
[12:15:20] *** crnd has quit IRC
[12:15:20] *** eyi has quit IRC
[12:15:20] *** r4vi has quit IRC
[12:15:20] *** acr0 has quit IRC
[12:15:20] *** bubo has quit IRC
[12:15:21] *** ged has quit IRC
[12:15:21] *** warnew_ has quit IRC
[12:15:22] *** mspier|away has quit IRC
[12:15:22] *** jaredjones has quit IRC
[12:15:22] *** hekep has quit IRC
[12:15:23] *** shadowhand has quit IRC
[12:15:23] *** oyvinmar___ has quit IRC
[12:15:23] *** iamstef_ has quit IRC
[12:15:23] *** fbe has quit IRC
[12:15:23] *** Templarian has quit IRC
[12:15:24] *** amatecha has quit IRC
[12:15:24] *** artgoeshere_ has quit IRC
[12:15:24] *** tombee has quit IRC
[12:15:24] *** eristic has quit IRC
[12:15:25] *** iamblue_cloud___ has quit IRC
[12:15:25] *** merlinsbrain has quit IRC
[12:15:25] *** MJD has quit IRC
[12:15:26] *** Chepra has quit IRC
[12:15:26] *** BackEndCoder has quit IRC
[12:15:28] *** Xorlev has quit IRC
[12:15:28] *** hguux_ has quit IRC
[12:15:29] *** imanc has quit IRC
[12:15:29] *** JonathanNeal has quit IRC
[12:15:29] *** thanpolas has quit IRC
[12:15:30] *** kudos has quit IRC
[12:15:30] *** prikk__ has quit IRC
[12:15:31] *** magnars has quit IRC
[12:15:31] *** digitalfiz_ has quit IRC
[12:15:32] *** adhipg has quit IRC
[12:15:32] *** gularpold has quit IRC
[12:15:33] *** crawleyprint has quit IRC
[12:15:33] *** Diabolik has quit IRC
[12:15:33] *** pxz has quit IRC
[12:15:35] *** brodul has quit IRC
[12:15:36] *** ETBlue has quit IRC
[12:15:36] *** Guest52874 has quit IRC
[12:15:36] *** marktraceur has quit IRC
[12:15:37] *** richburke_ has quit IRC
[12:15:37] *** EluctariLLC_ has quit IRC
[12:15:38] *** mariusz has quit IRC
[12:15:39] *** night-owl has quit IRC
[12:15:39] *** Y_Ichiro has quit IRC
[12:15:40] *** tfnico____ has quit IRC
[12:15:41] *** jkatsnelson has quit IRC
[12:15:42] *** luruke has quit IRC
[12:15:42] *** ZucchiniZe has quit IRC
[12:15:42] *** frozenice_ has quit IRC
[12:15:43] *** ceej has quit IRC
[12:15:44] *** kalz has quit IRC
[12:15:46] *** cschneid has quit IRC
[12:15:46] *** zly has quit IRC
[12:15:47] *** Zariel has quit IRC
[12:15:48] *** epickillerpigz has quit IRC
[12:15:48] *** lebster has quit IRC
[12:15:49] *** andreypopp_ has quit IRC
[12:15:49] *** mafs_ has quit IRC
[12:15:50] *** workthrick has quit IRC
[12:15:50] *** reduce has quit IRC
[12:15:50] *** siksi has quit IRC
[12:15:51] *** kajstrom has quit IRC
[12:15:52] *** zap has quit IRC
[12:15:53] *** wdom has quit IRC
[12:15:53] *** Pagan has quit IRC
[12:15:54] *** Dragory has quit IRC
[12:15:54] *** rburns has quit IRC
[12:15:55] *** fedenunez has quit IRC
[12:15:56] *** mattattaque has quit IRC
[12:15:57] *** frem has quit IRC
[12:15:57] *** themime has quit IRC
[12:15:58] *** IvailoStoianov has quit IRC
[12:15:58] *** ccbmx has quit IRC
[12:15:59] *** doug64k has quit IRC
[12:16:00] *** Sontakey has quit IRC
[12:16:00] *** machty has quit IRC
[12:16:01] *** phishy has quit IRC
[12:16:02] *** comma8 has quit IRC
[12:16:03] *** Dwarf has quit IRC
[12:16:03] *** RoryHughes has quit IRC
[12:16:04] *** cuong_ has quit IRC
[12:16:04] *** paolo has quit IRC
[12:17:13] *** echelog-2 has joined #angularjs
[12:18:57] *** dimetron has joined #angularjs
[12:20:08] *** youngroger has quit IRC
[12:20:09] *** SergioFilhow has quit IRC
[12:21:04] *** tech2 has quit IRC
[12:21:43] *** Oxynum has quit IRC
[12:22:15] *** Kosre has joined #angularjs
[12:22:47] *** IvailoStoianov has quit IRC
[12:22:58] *** monir has quit IRC
[12:23:31] *** _45kb has quit IRC
[12:23:47] *** sigurding has quit IRC
[12:24:55] *** willhoag has joined #angularjs
[12:25:09] *** nesquerra has joined #angularjs
[12:25:09] *** willhoag has left #angularjs
[12:25:28] *** devhoag has joined #angularjs
[12:25:45] *** devhoag has left #angularjs
[12:26:25] *** apertoire has quit IRC
[12:26:40] *** RangerRick has quit IRC
[12:26:54] *** Kosre has quit IRC
[12:27:03] *** RangerRick has joined #angularjs
[12:27:14] *** bbankes has joined #angularjs
[12:28:05] <angularjs622> has anyone implemented friend functionality here?
[12:28:27] <angularjs622> like request/accept/decline
[12:28:55] *** jae has joined #angularjs
[12:29:14] *** devhoag has joined #angularjs
[12:30:14] *** adpirz has joined #angularjs
[12:31:01] *** otisZart_ has left #angularjs
[12:31:21] *** otisZart has joined #angularjs
[12:33:24] *** IvailoStoianov has joined #angularjs
[12:33:35] *** tech2 has joined #angularjs
[12:34:17] *** nesquerra has quit IRC
[12:35:00] *** adpirz has quit IRC
[12:35:00] *** Oxynum has joined #angularjs
[12:36:25] *** devhoag has quit IRC
[12:37:14] *** dimetron has quit IRC
[12:38:34] *** tech2 has quit IRC
[12:39:09] *** sinequanon has joined #angularjs
[12:39:15] *** bufferino has joined #angularjs
[12:39:25] *** jae has quit IRC
[12:39:25] *** bufferino has quit IRC
[12:40:46] *** Alina-malina has quit IRC
[12:41:06] *** jwowwz has joined #angularjs
[12:41:39] *** AngularUI has joined #angularjs
[12:41:40] <AngularUI> [ng-grid] PaulL1 opened pull request #2197: Fix #2032(exporter): provide alignment columndef option (master...2032_pdf_alignment2) http://git.io/a2K2Rw
[12:41:40] *** AngularUI has left #angularjs
[12:43:43] *** Prjio has joined #angularjs
[12:43:52] *** AngularUI has joined #angularjs
[12:43:53] <AngularUI> [ng-grid] PaulL1 closed pull request #2197: Fix #2032(exporter): provide alignment columndef option (master...2032_pdf_alignment2) http://git.io/a2K2Rw
[12:43:53] *** AngularUI has left #angularjs
[12:43:56] *** sinequanon has quit IRC
[12:44:19] *** Sky[x] has quit IRC
[12:45:52] *** jae has joined #angularjs
[12:47:05] *** jae is now known as Jae
[12:48:12] *** blckmj has joined #angularjs
[12:48:22] *** apertoire has joined #angularjs
[12:48:33] *** Left_Turn has joined #angularjs
[12:49:39] *** apertoire has quit IRC
[12:50:07] *** bkuberek has joined #angularjs
[12:50:52] *** MaxV has quit IRC
[12:54:27] *** bkuberek has quit IRC
[12:55:38] *** ivn1911 has quit IRC
[12:56:09] *** apertoire has joined #angularjs
[12:56:29] *** chr1stopher has quit IRC
[12:57:22] *** dannyc_ has joined #angularjs
[12:57:39] *** Schtive2 has joined #angularjs
[12:58:00] *** codeman has joined #angularjs
[13:01:52] *** dannyc_ has quit IRC
[13:02:26] *** SergioFilhow has joined #angularjs
[13:03:47] *** Alina-malina has joined #angularjs
[13:04:59] *** MaxV has joined #angularjs
[13:05:49] *** instence has joined #angularjs
[13:06:52] *** dannyc_ has joined #angularjs
[13:07:06] *** Nijikokun has quit IRC
[13:07:32] *** Nijikokun has joined #angularjs
[13:07:32] *** instence_ has quit IRC
[13:08:11] *** Johnny13371337 has joined #angularjs
[13:11:14] *** dannyc_ has quit IRC
[13:11:15] *** startupality has quit IRC
[13:11:47] *** startupality has joined #angularjs
[13:12:33] *** chr1stopher has joined #angularjs
[13:13:39] *** startupality has quit IRC
[13:15:51] *** samuel02 has quit IRC
[13:16:39] *** corehook has joined #angularjs
[13:17:09] *** blckmj has quit IRC
[13:17:47] *** cads has quit IRC
[13:20:09] *** monir has joined #angularjs
[13:21:43] *** evotuned has joined #angularjs
[13:21:47] *** quantax- has quit IRC
[13:22:36] *** kevinxu has joined #angularjs
[13:22:37] *** fedenunez has quit IRC
[13:22:57] *** Kosre has joined #angularjs
[13:23:00] *** kevinxu is now known as Guest65842
[13:24:23] *** fedenunez has joined #angularjs
[13:24:49] <MalfaitRobin> my favorite piece of code http://laravel.io/bin/BLlyJ
[13:26:54] *** evotuned has quit IRC
[13:27:22] *** Kosre has quit IRC
[13:27:43] *** youngroger has joined #angularjs
[13:29:59] <sacho> that looks pretty bad.
[13:30:05] *** Kosre has joined #angularjs
[13:31:06] *** ozooner__ has quit IRC
[13:31:28] *** Moikzz has quit IRC
[13:31:40] *** devhoag has joined #angularjs
[13:31:42] *** doginal has joined #angularjs
[13:31:48] *** Nijikokun has quit IRC
[13:31:55] <devhoag> :bp
[13:32:38] *** devhoag has quit IRC
[13:32:55] *** willhoag has joined #angularjs
[13:33:11] *** willhoag is now known as devhoag
[13:33:30] *** Schtive2 has quit IRC
[13:34:36] *** jtimon has quit IRC
[13:36:38] *** doginal has quit IRC
[13:36:56] *** tech2 has joined #angularjs
[13:38:37] *** devhoag has quit IRC
[13:38:52] *** Left_Turn has quit IRC
[13:38:54] *** devhoag has joined #angularjs
[13:39:16] *** patricka_ has joined #angularjs
[13:39:34] *** patrickarlt has quit IRC
[13:40:03] *** tfennelly has joined #angularjs
[13:40:45] *** CitizenKane has joined #angularjs
[13:41:36] *** Jae has quit IRC
[13:41:51] *** cads has joined #angularjs
[13:42:27] *** Kosre_ has joined #angularjs
[13:42:36] *** MuffinMan` has joined #angularjs
[13:43:38] *** scorphus has joined #angularjs
[13:43:47] *** Lingos has quit IRC
[13:43:48] *** scorphus has quit IRC
[13:43:48] *** scorphus has joined #angularjs
[13:44:40] *** devhoag has quit IRC
[13:45:21] *** thomastuts has joined #angularjs
[13:45:34] *** rahulprasad has joined #angularjs
[13:45:38] *** Kosre has quit IRC
[13:45:39] *** jae has joined #angularjs
[13:46:07] *** Aswebb has joined #angularjs
[13:46:44] *** jae is now known as Jae
[13:47:44] *** frem has quit IRC
[13:48:42] *** faveteli_ has quit IRC
[13:48:51] *** wsmoak has joined #angularjs
[13:50:37] *** wsmoak has quit IRC
[13:51:19] *** youngroger has quit IRC
[13:51:22] *** reavengr1y has joined #angularjs
[13:51:26] *** wsmoak has joined #angularjs
[13:51:45] *** Kosre_ has quit IRC
[13:52:34] *** odin_ has quit IRC
[13:52:41] *** brettfrable has joined #angularjs
[13:52:49] *** despai has joined #angularjs
[13:52:50] *** Jae has quit IRC
[13:53:29] *** DLSteve has joined #angularjs
[13:54:00] *** startupality has joined #angularjs
[13:54:12] *** jae has joined #angularjs
[13:54:29] *** patrick99e99 has joined #angularjs
[13:54:31] *** monir has quit IRC
[13:55:01] *** boxmein has quit IRC
[13:55:06] *** youngroger has joined #angularjs
[13:55:44] *** jae is now known as Jae
[13:56:31] *** xdissent has joined #angularjs
[13:56:44] *** rahulprasad has quit IRC
[13:59:35] *** codeman has quit IRC
[14:00:01] *** patrick99e99 has quit IRC
[14:00:03] *** c00ljs has quit IRC
[14:00:25] *** tarnus has joined #angularjs
[14:00:37] *** ceephax has joined #angularjs
[14:01:53] *** Jae has quit IRC
[14:02:02] *** rburns has joined #angularjs
[14:03:19] *** MistahKurtz has joined #angularjs
[14:03:37] *** bbankes has quit IRC
[14:03:40] *** bbankes_ has joined #angularjs
[14:04:34] *** sgnl has quit IRC
[14:04:41] *** rahulprasad has joined #angularjs
[14:04:47] *** ludkiller has quit IRC
[14:05:10] *** corehook has quit IRC
[14:05:14] *** ludkiller has joined #angularjs
[14:06:14] *** dc_ has joined #angularjs
[14:06:59] *** youngroger has quit IRC
[14:07:43] *** odin_ has joined #angularjs
[14:08:19] *** thomastuts has quit IRC
[14:10:13] *** pen has quit IRC
[14:10:37] *** dc_ has quit IRC
[14:10:46] *** jae has joined #angularjs
[14:11:38] *** rikkipitt has joined #angularjs
[14:12:11] *** samuel02 has joined #angularjs
[14:13:11] *** CitizenKane has joined #angularjs
[14:16:26] *** jae has quit IRC
[14:16:39] *** mogaj has quit IRC
[14:17:41] *** youngroger has joined #angularjs
[14:19:06] *** adpirz has joined #angularjs
[14:19:08] *** tfennelly has quit IRC
[14:21:04] *** Left_Turn has joined #angularjs
[14:21:16] *** ceephax has quit IRC
[14:22:31] *** evotuned has joined #angularjs
[14:22:41] *** blake_r is now known as blake_r-vacation
[14:23:18] *** hswolff has quit IRC
[14:23:27] *** adpirz has quit IRC
[14:24:05] *** bbankes__ has joined #angularjs
[14:24:26] *** rburns has quit IRC
[14:24:33] <Oxynum> Hi ! I was looking for the best way to send the data that has been modified by the user on a from of my webpage. I looked into the $dirty property of form inputs. However, it works with the name of the input. I have attached models to each of my input because they are prefilled by a JSON object. Do I have to ensure that the names of my input match the property name of the model and send that particular object or is it
[14:24:33] <Oxynum> just better to compare and diff my old and my new model ?
[14:24:39] *** hswolff has joined #angularjs
[14:26:12] *** rahulprasad has quit IRC
[14:26:57] *** evotuned has quit IRC
[14:27:15] *** bbankes has joined #angularjs
[14:27:29] *** Guest65842 has quit IRC
[14:27:30] *** bbankes_ has quit IRC
[14:27:40] *** Kosre has joined #angularjs
[14:27:55] *** sinequanon has joined #angularjs
[14:29:15] *** dejanr has joined #angularjs
[14:29:36] *** bbankes_ has joined #angularjs
[14:30:02] *** bbankes__ has quit IRC
[14:30:04] <GreenJello> Oxynum, I'd just diff it
[14:30:51] *** seriema has quit IRC
[14:31:07] *** Lingos has joined #angularjs
[14:31:28] *** tech2 has quit IRC
[14:31:53] <Oxynum> GreenJello: That was my first choice, but it seemed frustrating not to be able to use the $dirty property for a resource and not a form. Thanks anyway "D
[14:32:32] *** sinequanon has quit IRC
[14:33:06] *** bbankes has quit IRC
[14:34:03] *** glassir has joined #angularjs
[14:34:08] *** dejanr has quit IRC
[14:34:29] *** kevinxu has joined #angularjs
[14:34:55] *** kevinxu is now known as Guest87160
[14:37:22] *** MistahKurtz has quit IRC
[14:38:20] *** cotko has joined #angularjs
[14:39:00] *** bkuberek has joined #angularjs
[14:39:31] *** a3gis has joined #angularjs
[14:40:14] *** rahulprasad has joined #angularjs
[14:41:46] *** chr1stopher has quit IRC
[14:42:43] *** nlolks has joined #angularjs
[14:43:37] *** bkuberek has quit IRC
[14:47:52] *** gunn has quit IRC
[14:48:00] *** Kosre has quit IRC
[14:48:58] *** DLSteve has quit IRC
[14:50:09] *** jeffbalboni has quit IRC
[14:51:55] *** cakirke has joined #angularjs
[14:52:32] *** otisZart has quit IRC
[14:53:36] *** macobo has quit IRC
[14:54:57] *** nlolks has quit IRC
[14:58:55] *** paperElectron has quit IRC
[14:59:15] *** dannyc_ has joined #angularjs
[14:59:29] *** anderskristo has quit IRC
[15:00:14] *** AtomicCookie has joined #angularjs
[15:01:13] *** anderskristo has joined #angularjs
[15:01:46] *** monir has joined #angularjs
[15:02:49] *** jgladwill has quit IRC
[15:03:07] *** corehook has joined #angularjs
[15:04:06] *** dannyc_ has quit IRC
[15:04:47] *** chr1stopher has joined #angularjs
[15:06:58] *** jstroem has quit IRC
[15:09:17] *** dc_ has joined #angularjs
[15:09:24] *** cads has quit IRC
[15:09:46] *** areologist has joined #angularjs
[15:13:04] *** rburns has joined #angularjs
[15:13:05] *** Sky[x] has joined #angularjs
[15:13:05] *** Kosre has joined #angularjs
[15:13:37] *** dc_ has quit IRC
[15:13:38] *** stylemistake has quit IRC
[15:13:57] *** stylemistake has joined #angularjs
[15:14:17] *** bayousoft has quit IRC
[15:14:36] *** apertoire has quit IRC
[15:15:00] *** bkuberek has joined #angularjs
[15:16:41] *** otisZart has joined #angularjs
[15:17:48] *** apertoire has joined #angularjs
[15:19:14] *** apertoire has quit IRC
[15:19:40] *** brettfrable has quit IRC
[15:23:15] *** evotuned has joined #angularjs
[15:23:16] *** martianboy has quit IRC
[15:23:17] *** kkthxbye has joined #angularjs
[15:23:45] *** rburns has quit IRC
[15:24:34] *** seriema has joined #angularjs
[15:24:53] *** shinnya has quit IRC
[15:25:08] *** Rebirth has quit IRC
[15:27:13] *** Kosre has quit IRC
[15:27:16] *** monir has quit IRC
[15:27:21] *** apertoire has joined #angularjs
[15:27:44] *** evotuned has quit IRC
[15:30:20] *** shinnya has joined #angularjs
[15:30:21] *** favetelinguis has joined #angularjs
[15:30:21] *** jlambert121 has joined #angularjs
[15:31:26] *** kwaledesign has joined #angularjs
[15:32:50] <Oxynum> u_u, I can't handle ngResource ! I don't know why but I cannot create a custom PATCH action... It sends all the object anyway u_u
[15:33:15] *** favetelinguis has quit IRC
[15:33:37] *** phuh has quit IRC
[15:33:51] *** favetelinguis has joined #angularjs
[15:35:37] *** ngbot has joined #angularjs
[15:35:37] <ngbot> [angular.js] pkozlowski-opensource pushed 2 new commits to master: http://git.io/z5HGlw
[15:35:38] <ngbot> angular.js/master 93552fe Georgios Kalpakas: test($route): fix test names
[15:35:38] <ngbot> angular.js/master 891acf4 Georgios Kalpakas: fix($route): fix redirection with optional/eager params...
[15:35:38] *** ngbot has left #angularjs
[15:36:45] *** youngroger has quit IRC
[15:36:54] *** soee_ is now known as soee
[15:37:00] *** rileylark has joined #angularjs
[15:37:23] *** reavengr1y has quit IRC
[15:37:57] *** favetelinguis has quit IRC
[15:38:50] *** Sky[x] has quit IRC
[15:38:54] *** jlmitch5dev has joined #angularjs
[15:39:25] *** JERE has joined #angularjs
[15:40:11] *** TheAceOfHearts has quit IRC
[15:40:59] *** youngroger has joined #angularjs
[15:41:11] *** AciD`` has joined #angularjs
[15:44:29] *** chr1stopher has left #angularjs
[15:45:39] *** jlmitch5_ has joined #angularjs
[15:45:41] *** Sky[x] has joined #angularjs
[15:45:56] *** nfroidure has quit IRC
[15:46:01] *** eden_lane has joined #angularjs
[15:46:48] *** anderskristo has quit IRC
[15:47:43] *** anderskristo has joined #angularjs
[15:48:32] *** macabre has joined #angularjs
[15:49:04] *** seriema has quit IRC
[15:49:12] *** jlmitch5dev has quit IRC
[15:49:23] <eden_lane> Prjio: hello ! Yesterday you helped me with my problem. I found a better solution, you might be interested: http://plnkr.co/edit/VKAyZ890gTT0wWY5doBL?p=preview
[15:52:00] *** youngroger has quit IRC
[15:52:00] *** glassir has quit IRC
[15:52:21] *** cads has joined #angularjs
[15:52:54] *** SKZC has joined #angularjs
[15:54:33] *** bkuberek has quit IRC
[15:54:35] *** crakrjak has joined #angularjs
[15:54:39] *** Batistuta999 has joined #angularjs
[15:55:09] <Batistuta999> hi, i'd like to ask a few questions about google analytics. do you know any channels for this purpose?
[15:55:10] *** anderskristo has quit IRC
[15:55:42] *** az7ar_away has quit IRC
[15:55:45] *** anderskristo has joined #angularjs
[15:55:59] *** patrick99e99 has joined #angularjs
[15:57:15] *** tommyjam has quit IRC
[15:57:17] *** Aswebb has quit IRC
[15:57:23] *** Sky[x] has quit IRC
[15:57:32] *** JERE has quit IRC
[15:58:10] *** rhp has quit IRC
[15:58:42] *** qdk has quit IRC
[15:59:48] *** dannyc_ has joined #angularjs
[16:00:23] *** patrick99e99 has quit IRC
[16:01:13] *** niklasmodess has quit IRC
[16:01:17] *** quantax- has joined #angularjs
[16:01:29] *** mjw56 has joined #angularjs
[16:02:33] *** a3gis has quit IRC
[16:03:19] *** youngroger has joined #angularjs
[16:04:02] *** dannyc_ has quit IRC
[16:04:13] *** night-owl is now known as zz_night-owl
[16:04:48] *** rikkipitt has quit IRC
[16:05:39] *** seriema has joined #angularjs
[16:06:03] *** gurke_ has joined #angularjs
[16:06:48] *** enkristoffer has joined #angularjs
[16:07:24] *** fourq has quit IRC
[16:07:29] *** fourq_ has joined #angularjs
[16:07:31] *** youngroger has quit IRC
[16:07:52] *** fourq_ is now known as fourq
[16:08:04] *** adpirz has joined #angularjs
[16:08:15] *** bkuberek has joined #angularjs
[16:08:16] *** drej has joined #angularjs
[16:08:23] *** doug64k has quit IRC
[16:09:17] *** mmitchell has joined #angularjs
[16:09:46] *** seriema has quit IRC
[16:11:02] *** J0514H has joined #angularjs
[16:11:16] *** jjrrmm has joined #angularjs
[16:12:04] *** corehook has quit IRC
[16:12:17] *** adpirz has quit IRC
[16:12:19] *** ngbot has joined #angularjs
[16:12:20] <ngbot> [angular.js] pkozlowski-opensource pushed 3 new commits to master: http://git.io/EHI1rw
[16:12:20] <ngbot> angular.js/master 5c1fdff Georgios Kalpakas: feat(ngMaxlength): add support for disabling max length limit...
[16:12:20] <ngbot> angular.js/master 92f87b1 Georgios Kalpakas: fix(ngMaxlength): ignore maxlength when not set to a non-negative integer...
[16:12:20] <ngbot> angular.js/master 00b623e Georgios Kalpakas: docs(ngMaxlength): document what happens on negative/non-numeric values...
[16:12:20] *** ngbot has left #angularjs
[16:12:38] *** cswelin has joined #angularjs
[16:13:58] *** Batistuta999 has quit IRC
[16:14:40] *** youngroger has joined #angularjs
[16:15:00] *** otisZart has quit IRC
[16:15:25] *** az7ar_away has joined #angularjs
[16:15:27] *** memento__ has joined #angularjs
[16:15:42] *** jonr22 has joined #angularjs
[16:15:53] *** SKZC has quit IRC
[16:16:05] *** cotko has quit IRC
[16:16:37] *** sinequanon has joined #angularjs
[16:17:22] *** memento_ has quit IRC
[16:17:47] <Prjio> eden_lane: Yes. That looks better indeed. Thanks for the note
[16:18:02] *** tbo_ has joined #angularjs
[16:18:27] <eden_lane> Prjio: not at all. Glad to be userfull
[16:18:53] *** J0514H has quit IRC
[16:19:17] *** glassir has joined #angularjs
[16:20:28] *** corehook has joined #angularjs
[16:21:11] *** frankblizzar has quit IRC
[16:21:24] *** sinequanon has quit IRC
[16:22:43] *** favetelinguis has joined #angularjs
[16:22:56] *** youngroger has quit IRC
[16:23:29] *** AlSquirrel has joined #angularjs
[16:23:57] *** youngroger has joined #angularjs
[16:24:06] *** eden_lane has quit IRC
[16:24:13] *** evotuned has joined #angularjs
[16:24:36] *** monir has joined #angularjs
[16:24:41] *** lilbaby has joined #angularjs
[16:24:48] *** eden_lane has joined #angularjs
[16:25:20] *** bkuberek has quit IRC
[16:25:54] *** SKZC has joined #angularjs
[16:25:56] *** Sky[x] has joined #angularjs
[16:26:07] *** cacts has joined #angularjs
[16:29:11] *** evotuned has quit IRC
[16:29:37] *** Prjio has quit IRC
[16:30:28] *** jjrrmm has quit IRC
[16:30:38] *** brettfrable has joined #angularjs
[16:30:40] *** rahulprasad has quit IRC
[16:31:11] *** ngbot has joined #angularjs
[16:31:11] <ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/nn3MWA
[16:31:11] <ngbot> angular.js/master 7812dfc Neville Samuell: fix($location): allow empty string URLs to reset path, search, and hash...
[16:31:11] *** ngbot has left #angularjs
[16:31:50] *** firecracker has joined #angularjs
[16:32:01] <firecracker> kjhjk
[16:32:06] *** junmin has joined #angularjs
[16:32:10] <firecracker> who is online now
[16:32:19] *** otisZart has joined #angularjs
[16:32:43] *** cakirke has quit IRC
[16:32:54] *** corehook has quit IRC
[16:32:57] *** firecracker has quit IRC
[16:33:24] *** kwaledesign has quit IRC
[16:33:55] *** eden_lane has quit IRC
[16:34:03] *** rahulprasad has joined #angularjs
[16:35:26] <s3shs> not me
[16:35:48] *** otisZart has quit IRC
[16:36:13] *** otisZart has joined #angularjs
[16:36:55] *** youngroger has quit IRC
[16:37:39] *** vbabiy has joined #angularjs
[16:38:17] *** J0514H has joined #angularjs
[16:38:21] *** mmitchell has quit IRC
[16:39:23] *** dcherman has joined #angularjs
[16:39:34] <lilbaby> I'm here
[16:40:08] *** knolan has joined #angularjs
[16:41:38] *** frankblizzar has joined #angularjs
[16:41:55] *** samuel02 has quit IRC
[16:43:47] *** vbabiy has quit IRC
[16:43:58] *** youngroger has joined #angularjs
[16:44:25] <lilbaby> Anyone got experience testing with components from ui.bootstrap?
[16:44:42] <lilbaby> For some reason my tests can't find the $modalProvider
[16:45:02] <lilbaby> $modalInstance
[16:45:07] *** SKZC has quit IRC
[16:48:27] *** chrisshattuck has joined #angularjs
[16:49:56] *** ngbot has joined #angularjs
[16:49:56] <ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/a6APCg
[16:49:56] <ngbot> angular.js/master 764fa86 thorn0: fix($browser): allow chaining url() calls in setter mode...
[16:49:56] *** ngbot has left #angularjs
[16:49:57] *** rahulprasad has quit IRC
[16:50:16] *** uru is now known as uru|away
[16:50:16] *** eden_lane has joined #angularjs
[16:52:08] *** Siecje has joined #angularjs
[16:52:21] *** josh-k has joined #angularjs
[16:52:23] <eden_lane> I'm using Karma with Jasmine and results of tests just printed to the console. Is there any way to change that behavior ?
[16:52:26] *** jonr22 has quit IRC
[16:52:53] <lilbaby> What would you rather it be?
[16:53:05] *** jonr22 has joined #angularjs
[16:53:40] *** Mael has joined #angularjs
[16:53:41] <eden_lane> I prefer HTML page with results. I've seen it somewhere on screenshots
[16:54:15] <eden_lane> Better console output will be fine too
[16:54:23] *** junmin has quit IRC
[16:56:08] *** Ansikt has joined #angularjs
[16:56:12] <lilbaby> eden_lane: https://www.npmjs.org/package/karma-htmlfile-reporter
[16:56:18] *** dsdeiz_ has quit IRC
[16:57:15] <eden_lane> lilbaby: if I will open that page and rerun the tests, will page be automatically updated ?
[16:57:50] *** frankblizzar has quit IRC
[16:58:13] *** crakrjak has quit IRC
[16:58:31] *** joelwallis has joined #angularjs
[16:58:32] <lilbaby> eden_lane: well you've got to follow the simple configuration instructions, but I think all this does is spit out an html file. You'd have to use something like livereload for that. Could probably pipe that together with gulp.
[16:58:39] *** macabre has quit IRC
[16:59:19] <eden_lane> lilbaby: okay, thanks. So "karma-reporters" - is that thing what I'm looking for ?
[16:59:25] *** joelwallis has quit IRC
[16:59:25] *** junmin has joined #angularjs
[16:59:36] *** monir has quit IRC
[16:59:40] *** e0ipso|away is now known as e0ipso
[17:00:17] *** corehook has joined #angularjs
[17:00:35] *** dannyc_ has joined #angularjs
[17:00:37] *** crakrjak has joined #angularjs
[17:00:49] *** joelwallis has joined #angularjs
[17:01:02] *** eamonn has quit IRC
[17:01:26] <lilbaby> eden_lane: this one has live reload https://www.npmjs.org/package/karma-jasmine-html-reporter-livereload
[17:01:34] *** eamonn has joined #angularjs
[17:01:53] <eden_lane> lilbaby: great ! Thank you
[17:02:06] <lilbaby> eden_lane: no problemo
[17:04:10] *** despai has quit IRC
[17:04:42] *** chaohuanghong1 has quit IRC
[17:05:04] *** chaohuanghong has joined #angularjs
[17:05:14] *** crakrjak has quit IRC
[17:05:18] *** dannyc_ has quit IRC
[17:06:12] *** eamonn has quit IRC
[17:06:28] *** wsmoak has quit IRC
[17:06:32] *** crakrjak has joined #angularjs
[17:07:20] *** JBreit has quit IRC
[17:07:27] *** youngroger has quit IRC
[17:07:28] *** e0ipso is now known as e0ipso|away
[17:07:38] *** bhuvanaurora has joined #angularjs
[17:07:43] *** younqcass_ has joined #angularjs
[17:08:08] *** qdk has joined #angularjs
[17:08:26] *** younqcass has quit IRC
[17:08:26] *** younqcass_ is now known as younqcass
[17:08:42] *** diegoaguilar has joined #angularjs
[17:08:43] *** stormbytes has joined #angularjs
[17:08:56] *** crakrjak has quit IRC
[17:09:00] *** zivester has joined #angularjs
[17:09:24] *** punch has joined #angularjs
[17:10:57] *** mennea has joined #angularjs
[17:11:36] *** bhuvanaurora has quit IRC
[17:11:56] *** youngroger has joined #angularjs
[17:12:02] *** patricka_ has quit IRC
[17:12:25] *** otisZart has quit IRC
[17:12:40] *** otisZart has joined #angularjs
[17:12:41] *** youngroger has quit IRC
[17:13:18] *** Siecje has quit IRC
[17:13:57] *** jlmitch5_ has quit IRC
[17:15:41] *** lilbaby has quit IRC
[17:16:27] *** nycdevgirl has joined #angularjs
[17:17:17] *** anderskristo has quit IRC
[17:17:20] *** sinequanon has joined #angularjs
[17:17:32] *** mjw56 has quit IRC
[17:17:40] *** JBreit has joined #angularjs
[17:18:19] *** bmac has joined #angularjs
[17:19:45] *** anderskristo has joined #angularjs
[17:20:25] *** edzez has quit IRC
[17:21:01] *** edzez has joined #angularjs
[17:21:01] *** SKZC has joined #angularjs
[17:21:32] *** mtsr_ has quit IRC
[17:21:56] <MalfaitRobin> q: I send a POST request using angular and it says that it is an options array with no respons
[17:21:56] *** mtsr_ has joined #angularjs
[17:21:58] *** sinequanon has quit IRC
[17:22:56] *** Lingos has quit IRC
[17:23:38] *** Aliks has joined #angularjs
[17:24:55] *** raj_ has joined #angularjs
[17:25:08] *** evotuned has joined #angularjs
[17:27:16] *** arabot has joined #angularjs
[17:28:13] *** Nannet has joined #angularjs
[17:28:43] *** mennea has quit IRC
[17:29:18] *** mennea has joined #angularjs
[17:29:22] *** mven has joined #angularjs
[17:29:37] *** davi has joined #angularjs
[17:30:00] *** evotuned has quit IRC
[17:30:40] *** recidive has quit IRC
[17:32:09] <s3shs> MalfaitRobin, the result is?
[17:32:14] <s3shs> Or what you're sending?
[17:32:15] *** sirkitree|afk is now known as sirkitree
[17:32:57] <MalfaitRobin> s3shs http://d.pr/i/1a58R
[17:33:12] <MalfaitRobin> But there _is_ a response
[17:33:18] <MalfaitRobin> and i'm doing $http.post()
[17:33:41] <s3shs> Have you debugged your server side?
[17:33:51] <MalfaitRobin> s3shs that works fine
[17:34:05] *** sirkitree is now known as sirkitree|afk
[17:34:08] <MalfaitRobin> s3shs i think that it has to do something with CORS
[17:34:30] <s3shs> Well, something is wrong. If you say your server is definitely sending back data and node isn't getting it.
[17:34:36] <MalfaitRobin> s3shs I got this in my servers .htaccess http://d.pr/i/2TVn
[17:34:36] <s3shs> Rather, angular isn't getting it.
[17:34:49] *** Alina-malina has quit IRC
[17:34:54] <s3shs> Ahh, apache. I have no idea.
[17:35:00] <MalfaitRobin> s3shs i'm building this application for node-webkit
[17:35:08] <MalfaitRobin> and when I run it in node-webkit it works just fine
[17:35:13] <MalfaitRobin> but not in the browser directly which is odd
[17:35:24] *** crakrjak has joined #angularjs
[17:35:48] *** Alina-malina has joined #angularjs
[17:36:12] <MalfaitRobin> but the weird thing is i do $http.post() and it says that it is an OPTIONS thing
[17:36:18] *** bkuberek has joined #angularjs
[17:36:23] <s3shs> You just sent me a .htaccess file. Could you tell me what that has to do with node?
[17:36:24] *** {DV8} has joined #angularjs
[17:37:21] <MalfaitRobin> s3shs i'm not using node, my server is an apache server
[17:37:24] <MalfaitRobin> not a node server
[17:37:48] <s3shs> Your setup is strange.
[17:38:25] <s3shs> So I'll just assume you understand it. Tell me how you are 100% sure your apache server is sending data back to your angular app.
[17:38:32] <MalfaitRobin> s3shs why? I have a full laravel application website, and now i'm building my /admin to manage it using angularjs
[17:38:48] *** despai has joined #angularjs
[17:39:02] *** Geertje123_ has quit IRC
[17:39:16] *** tbo_ has quit IRC
[17:39:38] <s3shs> So two things... I want to see the network data you say is returned. And I want to see the call you're making to $http.post.
[17:39:44] *** crakrjak has quit IRC
[17:40:05] <s3shs> Stick 'em in a pastebin or something.
[17:40:24] <MalfaitRobin> s3shs http://d.pr/i/1g9J9
[17:40:28] *** bkuberek has quit IRC
[17:40:56] <s3shs> And body?
[17:41:22] *** crakrjak has joined #angularjs
[17:41:22] <s3shs> You're using post to send adorned URLs?
[17:41:37] <MalfaitRobin> s3shs http://laravel.io/bin/vB8B5
[17:41:38] <s3shs> I think you want get.
[17:41:55] <MalfaitRobin> get? I'm adding a new domain, which is posting, not getting
[17:42:07] *** e0ipso|away has quit IRC
[17:42:07] *** sirkitree|afk has quit IRC
[17:42:23] *** Alina-malina has quit IRC
[17:42:30] *** cacts has quit IRC
[17:42:46] <s3shs> And where's your angular code for the post?
[17:43:12] <s3shs> I usually send my params for a post as json.
[17:43:12] <MalfaitRobin> s3shs is coffeescript okay for you? or do you prefer js?
[17:43:18] *** dmack has joined #angularjs
[17:43:20] <s3shs> js please
[17:43:34] *** reavengr1y has joined #angularjs
[17:43:52] *** jonr2219 has joined #angularjs
[17:43:54] *** kalusn has joined #angularjs
[17:44:24] *** kirfu has quit IRC
[17:44:32] *** kirfu has joined #angularjs
[17:44:36] <MalfaitRobin> s3shs http://laravel.io/bin/52z2j
[17:44:37] *** glassir has quit IRC
[17:45:47] *** Alina-malina has joined #angularjs
[17:45:51] <s3shs> Does data have a value on line 47?
[17:46:33] *** jonr2219 has quit IRC
[17:47:06] *** SKZC has quit IRC
[17:47:38] <s3shs> Here's what I do: $http.post(url, block).success(function...).error(function...)
[17:47:53] <MalfaitRobin> what is block?
[17:48:08] <s3shs> It's a javascript object with my arguments.
[17:48:58] <s3shs> Not arguments to the post call itself, but arguments my app sends to rest handler on the server.
[17:49:01] <MalfaitRobin> yeah $http.post or $http['post'] is exactrly the same
[17:49:41] *** SKZC has joined #angularjs
[17:50:03] *** crakrjak has quit IRC
[17:50:15] <MalfaitRobin> so my thing does exactly the same, line 47 is called look at the highlighted lines http://laravel.io/bin/52z2j#10,28-29,47,55-56
[17:50:39] <s3shs> And if you add a .error handler?
[17:50:52] *** SergioFilhow has quit IRC
[17:51:01] <MalfaitRobin> let me check
[17:51:26] *** despai has quit IRC
[17:51:39] *** junmin has quit IRC
[17:52:03] *** mtsr_ has quit IRC
[17:52:06] <s3shs> (I take it your code is working for other post calls?
[17:52:07] <MalfaitRobin> s3shs no errors
[17:52:08] <s3shs> )
[17:52:15] *** SKZC has quit IRC
[17:52:24] <MalfaitRobin> s3shs post isnt working at all
[17:52:24] <s3shs> So neither success nor your error handler are called?
[17:52:36] <MalfaitRobin> error is called
[17:52:42] <s3shs> With no errors?
[17:52:44] <MalfaitRobin> but if i do like .error(function(something
[17:52:49] *** zzing has joined #angularjs
[17:52:49] <MalfaitRobin> no errors indeed
[17:52:58] <MalfaitRobin> OPTIONS http://houtproplus.dev/domains net::ERR_EMPTY_RESPONSE
[17:53:01] <s3shs> "something" is just null?
[17:53:34] <MalfaitRobin> I console.log'd it: http://d.pr/i/1kbTz
[17:53:39] <MalfaitRobin> nothing :p
[17:53:59] <s3shs> And if you put a debugger; line in there and look at it?
[17:54:05] *** crakrjak has joined #angularjs
[17:54:45] <MalfaitRobin> s3shs response: ""
[17:55:14] <s3shs> You are not alone: http://stackoverflow.com/questions/24717282/angular-http-requests-cors-neterr-empty-response-but-post-works-only-in-m
[17:55:23] *** beckyconning_ has joined #angularjs
[17:55:40] <s3shs> Do you see the log on the server that the request was received?
[17:56:25] <s3shs> My app makes dozens or post requests per second. This stuff works.
[17:56:32] *** zivester has quit IRC
[17:56:40] *** monir has joined #angularjs
[17:56:49] *** jlmitch5dev has joined #angularjs
[17:56:52] *** Siecje has joined #angularjs
[17:57:00] *** adpirz has joined #angularjs
[17:57:07] <s3shs> or->of
[17:57:40] *** Ansikt has quit IRC
[17:57:48] <MalfaitRobin> s3shs hmm no logs, let me check
[17:58:43] <MalfaitRobin> s3shs no logs
[17:58:44] *** mennea has quit IRC
[17:58:45] *** evotuned has joined #angularjs
[17:59:02] *** BillCriswell has joined #angularjs
[17:59:17] *** boxmein has joined #angularjs
[17:59:22] *** mennea has joined #angularjs
[17:59:27] <s3shs> So the request is not reaching your server or is being intercepted by something?
[17:59:35] <s3shs> Got the URL right for sure?
[17:59:49] <jlmitch5dev> so I'm having a hard time wrapping my head around the high-level decision of when to use a controller, and when to write a custom directive. It seems to me that writing a directive would cause testing to be much harder (because your basically configuring the DOM to do what you want. How do y'all make that decision?
[17:59:52] *** mtsr has joined #angularjs
[17:59:59] <MalfaitRobin> s3shs yes, because if i run it in my node-webkit app it works jsut fine
[18:00:07] <MalfaitRobin> so angular is hating me for some reason
[18:00:28] *** Mael has quit IRC
[18:00:37] <s3shs> This stuff works. Something is just wrong in your setup. Get a network monitor tool and see what's happening to the request.
[18:00:49] <s3shs> node-webkit is running on the same machine as yours or on your server?
[18:00:54] <s3shs> (Or is this all one machine?)
[18:01:19] <MalfaitRobin> all on same machine
[18:01:22] <MalfaitRobin> but different server
[18:01:23] *** adpirz has quit IRC
[18:01:26] <MalfaitRobin> get it?
[18:01:32] <s3shs> Sure, I guess.
[18:01:53] <s3shs> Can you fetch URLs from a browser from it?
[18:02:02] <MalfaitRobin> yeah
[18:02:32] *** jankoprowski has joined #angularjs
[18:03:27] <jankoprowski> Hello everyone! I'm looking articles regarding best practicies of architecture of big programs/projects wrote in AngularJS
[18:03:49] <jankoprowski> Anyone read something like that?
[18:03:57] <s3shs> jlmitch5dev, directives are for code that needs to manipulate the dom, like with jquery. And logic for angular ng-* things lived in the controller. But recently things are shifting... some are putting controllers and templates in directives. This isn't the easiest route, but it's the general direction things are moving.
[18:04:23] *** Alina-malina has quit IRC
[18:04:29] <s3shs> MalfaitRobin, is your node server shut down when you're trying to hit apache?
[18:04:34] *** crakrjak has quit IRC
[18:04:51] <s3shs> Since you're running node-webkit. Or is that only for testing?
[18:04:51] *** Alina-malina has joined #angularjs
[18:04:55] *** Alina-malina has joined #angularjs
[18:05:02] *** samuel02 has joined #angularjs
[18:05:23] <s3shs> MalfaitRobin, don't think I can help.
[18:05:31] <s3shs> I'm out of ideas. Sorry.
[18:05:31] <MalfaitRobin> s3shs i don't have a node server at all, node-webkit is https://github.com/rogerwang/node-webkit so basically nothing to do with node, you can use node
[18:05:38] <MalfaitRobin> s3shs thanks anyways
[18:08:16] *** threesixes has quit IRC
[18:08:16] *** Sky[x] has quit IRC
[18:08:28] <jlmitch5dev> s3shs it seems the best solution to me is to define a controller, and then inside that controller (in the html), have your directives which are doing dom manipulation and references scope values in that controller.
[18:08:30] *** IvailoStoianov has quit IRC
[18:08:40] *** kwaledesign has joined #angularjs
[18:08:50] *** jonr2219 has joined #angularjs
[18:09:23] *** MaxV has quit IRC
[18:09:24] <MalfaitRobin> s3shs I found a workaround :p
[18:09:28] <MalfaitRobin> and it was angular
[18:09:51] <MalfaitRobin> s3shs instead of $http $.ajax :p http://d.pr/i/1c9kT
[18:10:01] *** bhuvanaurora has joined #angularjs
[18:10:10] *** IvailoStoianov has joined #angularjs
[18:12:08] *** bbankes__ has joined #angularjs
[18:14:11] *** dmack has quit IRC
[18:14:26] *** AtomicCookie has quit IRC
[18:15:01] *** crakrjak has joined #angularjs
[18:15:11] *** Fuzzy has quit IRC
[18:15:12] *** crakrjak has quit IRC
[18:15:39] *** bbankes_ has quit IRC
[18:16:47] *** kirfu1 has joined #angularjs
[18:17:30] *** kirfu has quit IRC
[18:18:01] *** kuadrosx has joined #angularjs
[18:20:24] *** areologist has quit IRC
[18:20:45] *** zzing has quit IRC
[18:21:00] *** SergioFilhow has joined #angularjs
[18:21:37] *** uru|away is now known as uru
[18:22:29] *** chrisshattuck has quit IRC
[18:23:46] *** zz_night-owl is now known as night-owl
[18:24:03] *** crakrjak has joined #angularjs
[18:24:21] *** pontiki has joined #angularjs
[18:24:35] *** apertoire has quit IRC
[18:25:48] *** tech2 has joined #angularjs
[18:27:02] *** SergioFilhow has quit IRC
[18:27:22] *** eBureau has joined #angularjs
[18:27:31] *** IvailoStoianov has quit IRC
[18:28:07] *** mennea_ has joined #angularjs
[18:28:21] *** kirfu1 has quit IRC
[18:28:22] *** SergioFilhow has joined #angularjs
[18:28:33] *** kirfu has joined #angularjs
[18:28:49] <s3shs> jlmitch5dev, that's the pattern I use.
[18:29:04] <s3shs> MalfaitRobin, that's not angular's code and you'll have to do an $apply when it's done.
[18:29:12] *** IvailoStoianov has joined #angularjs
[18:29:21] *** TheHalfHeart has joined #angularjs
[18:29:31] <TheHalfHeart> Hello
[18:29:32] <MalfaitRobin> s3shs it works, and I don't need to apply anything, because I redirect to another page :p
[18:29:35] <s3shs> jlmitch5dev, also look at service singletons ("services") as a way of storing data.
[18:29:41] <MalfaitRobin> which is an awesome win
[18:29:52] <MalfaitRobin> s3shs also, when I get stuff, it works like a charm, no apply needed
[18:30:03] *** mennea has quit IRC
[18:30:04] <s3shs> There's probably some security or cert setting that's different between $http and $.ajax.
[18:30:30] *** brettfrable has quit IRC
[18:30:35] *** crakrjak has quit IRC
[18:30:47] *** cornerma1 has joined #angularjs
[18:31:14] *** Lingos has joined #angularjs
[18:31:30] *** mgustaf has joined #angularjs
[18:31:49] *** jlambert121 has joined #angularjs
[18:31:57] *** tech2 has quit IRC
[18:32:08] *** TheHalfHeart has quit IRC
[18:33:12] *** monir has quit IRC
[18:33:37] <jlmitch5dev> s3shs okay glad I'm not completely failing at getting through this book. I'll check out service singletons. I understand that services are basically ways to inject reusable logic into a controller, but I hadn't come across them in terms of the singleton design pattern yet
[18:33:45] *** startupality has quit IRC
[18:33:48] *** chrisshattuck has joined #angularjs
[18:33:54] <jlmitch5dev> s3shs also sorry for the long response time, helping a django noob :)
[18:34:14] *** jonr2219 has quit IRC
[18:34:15] <s3shs> Services are a *wonderful* way of handling your data and assigning them so simply to your controller.
[18:34:21] *** mattattaque has quit IRC
[18:34:23] <s3shs> jlmitch5dev, seriously... np. :-)
[18:34:31] *** oniijin has joined #angularjs
[18:34:36] *** cornerman has quit IRC
[18:34:44] *** cornerma1 is now known as cornerman
[18:35:04] *** {DV8} has quit IRC
[18:35:49] *** bmac has quit IRC
[18:36:12] *** jlambert121 has quit IRC
[18:36:27] *** recidive has joined #angularjs
[18:36:53] *** rileylark has quit IRC
[18:36:56] *** ries has joined #angularjs
[18:37:05] *** otisZart has quit IRC
[18:39:08] *** DuelShark has joined #angularjs
[18:39:58] *** Sky[x] has joined #angularjs
[18:40:45] *** qdk has quit IRC
[18:41:25] *** joelwallis has quit IRC
[18:41:38] *** kwaledesign has quit IRC
[18:42:34] *** dcherman has quit IRC
[18:43:25] *** rileylark has joined #angularjs
[18:43:33] <pontiki> that's better :)
[18:43:45] <pontiki> hi folks. new to angular.js, i'm working through ng-book now
[18:44:01] *** asdofindia has joined #angularjs
[18:44:02] *** Evanion has quit IRC
[18:44:28] *** rileylark has quit IRC
[18:44:28] <jlmitch5dev> me too pontiki :)
[18:44:52] <pontiki> awesome!
[18:44:53] *** webster has quit IRC
[18:45:02] <pontiki> i'm on page 41 :D
[18:45:08] <s3shs> pontiki and jlmitch5dev , try doing the on-line tutorial. It's fast and will get you up and running quickly.
[18:45:35] <pontiki> thanks, s3shs, i'll give it a look
[18:45:49] <jlmitch5dev> s3shs yep I've coded in angular before, I'm really only reading it to make sure I understand what's going on
[18:45:56] *** night-owl is now known as zz_night-owl
[18:45:56] <s3shs> This one: https://docs.angularjs.org/tutorial
[18:46:17] *** moafoca has joined #angularjs
[18:46:23] *** kirfu has quit IRC
[18:46:28] *** kirfu1 has joined #angularjs
[18:46:42] <jlmitch5dev> pontiki on 79 rn!
[18:47:18] *** punch has quit IRC
[18:48:51] <jlmitch5dev> s3shs yep, I've checked that one out before (along with that one with the gems and the videos). Both were helpful. Honestly just doing the book thing because I wanted to explore everything deeper. Start my first job out of school coding angular in january and want to be as much of a wizard as possible ;)
[18:49:14] *** xxMatiasFxx has quit IRC
[18:49:38] <s3shs> Cool!
[18:50:01] *** Evanion has joined #angularjs
[18:50:39] *** favetelinguis has quit IRC
[18:50:45] *** xxMatiasFxx has joined #angularjs
[18:51:15] *** favetelinguis has joined #angularjs
[18:51:29] *** Fuzzy has joined #angularjs
[18:51:32] *** chrisshattuck has quit IRC
[18:51:42] *** favetelinguis has quit IRC
[18:51:42] *** webster has joined #angularjs
[18:51:49] *** favetelinguis has joined #angularjs
[18:52:22] *** jonr22 has quit IRC
[18:52:38] <pontiki> this looks a lot more interesting than "hello, world!" :D
[18:53:04] *** trustyhank has joined #angularjs
[18:53:06] *** Lingos has quit IRC
[18:53:46] *** Una has joined #angularjs
[18:53:56] *** SergioFilhow has quit IRC
[18:57:59] *** mennea_ has quit IRC
[18:58:26] *** mennea has joined #angularjs
[18:58:49] *** morenoh149 has joined #angularjs
[18:59:25] <jlmitch5dev> oh pontiki the focus example you're about to get to w form validation was borked on jsfiddle here's a working one http://jsbin.com/zoyurorine/3/edit
[18:59:51] *** seriema has joined #angularjs
[19:00:25] *** annlewis has joined #angularjs
[19:00:47] *** jlambert121 has joined #angularjs
[19:02:10] *** dannyc_ has joined #angularjs
[19:02:28] *** brettfrable has joined #angularjs
[19:02:58] *** {DV8} has joined #angularjs
[19:03:08] *** seriema has quit IRC
[19:03:21] *** seriema has joined #angularjs
[19:03:30] *** zz_night-owl is now known as night-owl
[19:03:57] *** il has joined #angularjs
[19:04:25] *** moafoca has quit IRC
[19:05:00] *** mtsr has quit IRC
[19:05:58] *** ngbot has joined #angularjs
[19:05:58] <ngbot> [angular.js] petebacondarwin created materialize (+3 new commits): http://git.io/Q71xiw
[19:05:58] <ngbot> angular.js/materialize ef114ce Peter Bacon Darwin: chore(docs): add `getComponentPath` helper service
[19:05:58] <ngbot> angular.js/materialize b65595c Peter Bacon Darwin: chore(docs): remove unused cookie service and module
[19:05:58] <ngbot> angular.js/materialize d6064ac Peter Bacon Darwin: chore(docs): update deployments to use angular material and not bootstrap
[19:05:58] *** ngbot has left #angularjs
[19:06:08] *** sinequanon has joined #angularjs
[19:06:23] *** dannyc_ has quit IRC
[19:07:15] *** crakrjak has joined #angularjs
[19:07:54] *** kirfu has joined #angularjs
[19:07:54] *** favetelinguis has quit IRC
[19:08:27] *** favetelinguis has joined #angularjs
[19:08:42] *** frankblizzar has joined #angularjs
[19:09:18] *** kirfu1 has quit IRC
[19:10:18] *** crakrjak has quit IRC
[19:10:23] *** J0514H has quit IRC
[19:10:50] *** sinequanon has quit IRC
[19:11:00] *** corehook has quit IRC
[19:11:09] *** favetelinguis has quit IRC
[19:11:26] *** favetelinguis has joined #angularjs
[19:11:43] *** elrabin has joined #angularjs
[19:11:47] *** dc_ has joined #angularjs
[19:12:50] *** Manaus has joined #angularjs
[19:13:00] *** sinequanon has joined #angularjs
[19:13:06] *** il has quit IRC
[19:14:38] *** afuggini has joined #angularjs
[19:15:25] *** opiates has joined #angularjs
[19:16:17] *** dc_ has quit IRC
[19:16:53] *** boxmein has quit IRC
[19:17:29] *** BobbieBarker has joined #angularjs
[19:17:43] <BobbieBarker> i'm getting a god awfull unknown provider error that seems to be coming out of no where
[19:17:47] *** devhoag has joined #angularjs
[19:17:56] *** h-darklowz has joined #angularjs
[19:18:57] *** jlmitch5dev has quit IRC
[19:19:40] *** Alax has joined #angularjs
[19:20:01] *** mary5030 has joined #angularjs
[19:20:05] *** BillCriswell has quit IRC
[19:20:16] <sacho> mhm
[19:20:37] *** BillCriswell has joined #angularjs
[19:21:25] *** sinequanon has quit IRC
[19:22:21] *** Sky[x] has quit IRC
[19:22:39] *** jlambert121 has quit IRC
[19:23:54] *** IvailoStoianov has quit IRC
[19:24:56] *** SergioFilhow has joined #angularjs
[19:25:12] *** BillCriswell has quit IRC
[19:25:49] *** startupality has joined #angularjs
[19:26:02] <BobbieBarker> i should not of been writing code while i was tired last night
[19:26:33] *** IvailoStoianov has joined #angularjs
[19:27:25] *** raj_ has quit IRC
[19:27:44] *** Manaus has quit IRC
[19:27:49] *** mennea has quit IRC
[19:28:28] *** mennea has joined #angularjs
[19:28:37] *** gurke_ has quit IRC
[19:29:27] *** SergioFilhow has quit IRC
[19:29:41] *** corehook has joined #angularjs
[19:30:22] *** iffraff has joined #angularjs
[19:30:22] *** kurtommy has joined #angularjs
[19:30:38] <kurtommy> hi all i've found a bug in ngMessages module
[19:31:06] <kurtommy> where is the best place to notice that?
[19:32:05] *** monir has joined #angularjs
[19:32:48] *** ciwolsey has joined #angularjs
[19:33:12] <kurtommy> is there someone?
[19:34:02] <sacho> have you tried the github issues page?
[19:34:12] *** cakirke has joined #angularjs
[19:34:14] *** lw has joined #angularjs
[19:35:00] *** Oxynum has quit IRC
[19:38:41] *** jankoprowski has quit IRC
[19:39:41] *** ries has quit IRC
[19:39:56] *** Luser has joined #angularjs
[19:40:35] *** Geertje123_ has joined #angularjs
[19:41:02] *** bhuvanaurora has quit IRC
[19:41:07] *** ries has joined #angularjs
[19:41:13] *** dimetron has joined #angularjs
[19:41:57] *** otisZart has joined #angularjs
[19:42:58] *** junmin has joined #angularjs
[19:43:14] *** afuggini has quit IRC
[19:43:16] *** jonr22 has joined #angularjs
[19:43:21] *** afuggini has joined #angularjs
[19:44:19] *** Linxcat has quit IRC
[19:44:25] *** jmichaelward has joined #angularjs
[19:45:20] *** SomeKittens has joined #angularjs
[19:45:26] *** corehook_ has joined #angularjs
[19:45:52] *** adpirz has joined #angularjs
[19:46:45] *** Fuzzier has joined #angularjs
[19:46:56] *** mtsr has joined #angularjs
[19:47:07] *** AronBrrr has joined #angularjs
[19:47:21] *** h-darklow_ has joined #angularjs
[19:47:41] *** jonr2219 has joined #angularjs
[19:48:01] *** corehook has quit IRC
[19:48:04] *** Fuzzy has quit IRC
[19:48:28] *** Fuzzy has joined #angularjs
[19:48:57] *** {DV8} has quit IRC
[19:48:59] *** dimetron has quit IRC
[19:50:09] *** h-darklowz has quit IRC
[19:50:17] *** adpirz has quit IRC
[19:50:30] *** ccbmx has quit IRC
[19:51:30] *** Fuzzier has quit IRC
[19:51:59] *** Cache_Money has quit IRC
[19:52:59] *** IvailoStoianov has quit IRC
[19:53:14] *** otisZart has quit IRC
[19:53:54] *** Poppabear has quit IRC
[19:57:10] *** patrick99e99 has joined #angularjs
[19:57:19] *** woah has joined #angularjs
[19:57:29] *** joelwallis has joined #angularjs
[19:57:57] *** elrabin has quit IRC
[19:58:22] *** fatshark has joined #angularjs
[19:59:44] *** dejanr has joined #angularjs
[20:00:40] *** boxmein has joined #angularjs
[20:01:57] *** patrick99e99 has quit IRC
[20:01:58] *** sgnl has joined #angularjs
[20:02:13] *** cswelin has quit IRC
[20:02:41] *** rho has joined #angularjs
[20:03:05] <BobbieBarker> anyone have enough experience to tell me why i cannot get rid of this error
[20:03:06] <BobbieBarker> Firebase.createUser failed: First argument must contain the key "email" with type "string"
[20:03:19] *** despai has joined #angularjs
[20:03:37] *** mary5030 has quit IRC
[20:03:43] <reavengr1y> Sounds like the first argument to "createUser" should be an object with an "email" property
[20:04:11] *** mary5030 has joined #angularjs
[20:04:17] *** IvailoStoianov has joined #angularjs
[20:04:23] <BobbieBarker> i couldn't agree more
[20:04:29] <BobbieBarker> so i hardcoded the example out of their API docs
[20:04:32] *** dejanr has quit IRC
[20:04:32] <BobbieBarker> and it still throws the error
[20:04:44] <BobbieBarker> https://www.firebase.com/docs/web/libraries/angular/api.html#angularfire-user-authentication-and-management-createusercredentials
[20:05:04] *** kurtommy has quit IRC
[20:05:29] *** afuggini has quit IRC
[20:05:36] *** afuggini has joined #angularjs
[20:05:39] *** monir has quit IRC
[20:06:50] *** IvailoStoianov has quit IRC
[20:07:13] *** frankblizzar has quit IRC
[20:07:14] *** Poppabear has joined #angularjs
[20:08:43] *** mary5030 has quit IRC
[20:09:36] *** favetelinguis has quit IRC
[20:10:21] *** c00ljs has joined #angularjs
[20:10:22] *** kwaledesign has joined #angularjs
[20:10:32] *** jae has joined #angularjs
[20:10:42] *** SergioFilhow has joined #angularjs
[20:10:52] *** IvailoStoianov has joined #angularjs
[20:11:22] *** enkristoffer has left #angularjs
[20:11:39] *** chrisshattuck has joined #angularjs
[20:12:09] *** eden_lane has quit IRC
[20:13:16] *** chrisshattuck has quit IRC
[20:13:31] *** jae is now known as Jae
[20:14:15] *** d10n-work has joined #angularjs
[20:14:53] *** SergioFilhow has quit IRC
[20:15:10] *** stormbytes has quit IRC
[20:15:50] *** IvailoStoianov has quit IRC
[20:16:04] *** Sky[x] has joined #angularjs
[20:16:09] *** ngbot has joined #angularjs
[20:16:09] <ngbot> [angular.js] rkirov created strictDiDocs (+1 new commit): http://git.io/eKghRA
[20:16:09] <ngbot> angular.js/strictDiDocs 9e109e0 Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[20:16:10] *** ngbot has left #angularjs
[20:16:13] *** Aerospark has joined #angularjs
[20:16:56] *** IvailoStoianov has joined #angularjs
[20:17:03] *** ngbot has joined #angularjs
[20:17:03] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 9e109e0 to 04d123d: http://git.io/faHEHQ
[20:17:03] <ngbot> angular.js/strictDiDocs 04d123d Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[20:17:03] *** ngbot has left #angularjs
[20:18:03] *** joshskidmore has quit IRC
[20:18:23] *** DLSteve has joined #angularjs
[20:18:59] *** zivester has joined #angularjs
[20:19:05] *** jwowwz has quit IRC
[20:19:18] *** ngbot has joined #angularjs
[20:19:18] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 04d123d to 3c67abd: http://git.io/faHEHQ
[20:19:19] <ngbot> angular.js/strictDiDocs 3c67abd Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[20:19:19] *** ngbot has left #angularjs
[20:20:02] *** macobo has joined #angularjs
[20:20:07] *** bbankes has joined #angularjs
[20:21:19] *** mtsr has quit IRC
[20:21:29] *** Oxynum has joined #angularjs
[20:21:46] <iffraff> Hello, Can I use $resource to access two different objects in the same file? e.g. Client and say Schedule?
[20:23:05] *** eslaron has joined #angularjs
[20:23:18] *** bbankes__ has quit IRC
[20:23:19] *** jonr2219 has quit IRC
[20:23:51] *** Maestro has joined #angularjs
[20:24:36] *** otisZart has joined #angularjs
[20:25:04] *** cakirke has quit IRC
[20:25:31] <Maestro> hi, how do I get a $resource action to not update the object?
[20:25:52] *** bbankes_ has joined #angularjs
[20:27:55] *** josh-k has quit IRC
[20:27:59] *** Cabritone has joined #angularjs
[20:28:20] <Cabritone> hi everyone
[20:28:34] *** mennea has quit IRC
[20:28:35] *** mennea_ has joined #angularjs
[20:28:40] *** ngbot has joined #angularjs
[20:28:40] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 3c67abd to 7f97c77: http://git.io/faHEHQ
[20:28:40] <ngbot> angular.js/strictDiDocs 7f97c77 Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[20:28:40] *** ngbot has left #angularjs
[20:29:04] <Cabritone> quick question, what is the best way to authenticate users ?
[20:29:17] *** mtsr has joined #angularjs
[20:29:23] *** bbankes has quit IRC
[20:31:12] *** samuel02 has quit IRC
[20:31:16] *** night-owl is now known as zz_night-owl
[20:31:32] *** mtsr has quit IRC
[20:31:41] *** delight has joined #angularjs
[20:32:03] *** junmin has quit IRC
[20:33:29] *** mtsr has joined #angularjs
[20:33:46] *** jonr2219 has joined #angularjs
[20:34:01] *** njoku has quit IRC
[20:34:07] *** mattattaque has joined #angularjs
[20:36:45] *** mccallist has joined #angularjs
[20:37:05] *** junmin has joined #angularjs
[20:37:08] *** Seus has joined #angularjs
[20:37:12] *** spaceonline has joined #angularjs
[20:37:32] *** nemothekid has joined #angularjs
[20:37:47] *** despai has quit IRC
[20:38:04] *** dreambox has joined #angularjs
[20:38:08] <dreambox> hey dudes and girls
[20:38:22] <dreambox> I got a question which I think is more of an MVC / architecture point of view...
[20:38:47] *** cswelin has joined #angularjs
[20:38:52] *** Aliks has quit IRC
[20:39:07] <dreambox> I'm building this simple app. Let's assume it has two views : Messagelist and CreateMessage. Both of these views use two controllers: the MessagesCOntroller and the MapController.
[20:39:22] <eslaron> Hey, I'm trying to do pagination and sorting with ngTable and restangular. Sorting works fine, but pagination not. I always get all rows displayed. Here's my controller: http://pastebin.com/DCRyvh6T
[20:39:27] *** Aliks has joined #angularjs
[20:39:48] <dreambox> but of course in the Messagelist you get a full list of your message together with a map that visualizes all this data
[20:40:15] <dreambox> while in the CreateMessage view you get a form to submit a message and a map which only has info about this specific message you're submitting
[20:40:54] <dreambox> My issue? : I am having trouble saying to the Mapcontroller : "if its the create view, do this - if its the listing view do that"
[20:40:56] *** seriema has quit IRC
[20:41:09] *** dhrami has joined #angularjs
[20:41:15] *** seriema has joined #angularjs
[20:41:15] <dreambox> How do I approach this from an structure point of view?
[20:43:22] *** AtomicCookie has joined #angularjs
[20:43:32] *** Beatzebub has joined #angularjs
[20:44:04] *** Aliks has quit IRC
[20:44:10] *** jonr22 has quit IRC
[20:44:24] *** ries has quit IRC
[20:45:19] *** zz_night-owl is now known as night-owl
[20:45:32] <eslaron> Hey, I'm trying to do pagination and sorting with ngTable and restangular. Sorting works fine, but pagination not. I always get all rows displayed. Here's my controller: http://pastebin.com/DCRyvh6T
[20:46:14] *** lexek_ has quit IRC
[20:46:58] *** rho has quit IRC
[20:47:09] *** nycdevgirl has quit IRC
[20:48:06] *** bkuberek has joined #angularjs
[20:48:11] <dreambox> eslaron: that sounds like a specific issue with ngTable - why dont you try posting an issue in their issue queue in github?
[20:48:16] *** Fuzzier has joined #angularjs
[20:48:38] *** fourq has quit IRC
[20:48:43] *** fourq_ has joined #angularjs
[20:48:43] <dreambox> eslaron: I'm pretty sure you're using one of the options in the wrong way, just launch a search in their github repo I m sure others have had the same question.
[20:48:46] *** fourq_ is now known as fourq
[20:49:35] <eslaron> dreambox, what is more efficient. Server side pagination or pagination in Angular?
[20:50:08] *** corehook has joined #angularjs
[20:50:44] <dreambox> eslaron: I am not an expert but what do you mean more efficient?
[20:50:46] *** Fuzzy has quit IRC
[20:50:53] *** fourq has joined #angularjs
[20:50:53] *** Una_ has joined #angularjs
[20:50:55] <dreambox> faster?
[20:50:59] <eslaron> yep
[20:51:12] <eslaron> like for example I got 200k users
[20:51:20] <eslaron> and I am displaying a user list
[20:51:45] *** adamsilver has joined #angularjs
[20:52:00] *** nycdevgirl has joined #angularjs
[20:52:09] <adamsilver> is it really recommended to use ui-router for any large project?
[20:52:13] *** joelwallis has quit IRC
[20:52:17] *** lemur has joined #angularjs
[20:52:32] *** Fuzzy has joined #angularjs
[20:52:45] <eslaron> adamsilver, ui-router will ease your templating
[20:52:46] *** favetelinguis has joined #angularjs
[20:52:48] *** corehook_ has quit IRC
[20:52:53] *** Una has quit IRC
[20:53:06] <eslaron> ngRoute doesn't support nested templates
[20:53:26] <Luser> Is it ok to handle errors like routeChangeError in directives?
[20:53:29] *** Evanion has quit IRC
[20:53:40] *** ries has joined #angularjs
[20:54:08] *** Cabritone has quit IRC
[20:54:16] *** styles has joined #angularjs
[20:54:16] *** styles has joined #angularjs
[20:54:51] *** squeakytoy has quit IRC
[20:54:54] *** Fuzzier has quit IRC
[20:54:56] *** kwaledesign has quit IRC
[20:55:11] <Maestro> how can I extend a $resource object with a custom function?
[20:55:12] <adamsilver> eslaron: any idea how to replace ngRoute with ui-router when using yeoman generator-angular?
[20:55:48] *** AWAW has quit IRC
[20:55:53] <eslaron> adamsilver, dunno what is yeoman generator-angular.
[20:55:56] *** bmac has joined #angularjs
[20:56:09] *** AronBrrr has quit IRC
[20:56:52] *** angularjs622 has quit IRC
[20:56:58] *** iffraff has quit IRC
[20:56:58] <pontiki> doesn't it ask you , adamsilver ?
[20:57:02] *** davi has quit IRC
[20:57:07] *** favetelinguis has quit IRC
[20:57:40] <adamsilver> pontiki: no
[20:57:53] <adamsilver> I am talking about this https://github.com/yeoman/generator-angular
[20:58:01] *** kirfu has quit IRC
[20:58:16] *** rho has joined #angularjs
[20:58:46] *** mennea has joined #angularjs
[20:58:54] *** Una_ has quit IRC
[20:59:19] *** mennea_ has quit IRC
[21:00:35] *** AronBrrr has joined #angularjs
[21:01:14] *** basiclaser_ has joined #angularjs
[21:02:20] *** brettfrable has quit IRC
[21:02:44] *** monir has joined #angularjs
[21:02:57] *** secretGspot has joined #angularjs
[21:03:21] <secretGspot> I have a questions about ui-router and nested views, can someone help me out?
[21:03:46] *** qdk has joined #angularjs
[21:04:08] *** dannyc has joined #angularjs
[21:04:37] <secretGspot> when I have nested views, how do I maintain original templates in place and only replace partial view?
[21:04:52] *** charuru has joined #angularjs
[21:05:13] *** Sontakey has quit IRC
[21:05:26] *** mgustaf has quit IRC
[21:05:28] *** secretGspot has quit IRC
[21:06:01] *** Siecje1 has joined #angularjs
[21:07:06] *** ngbot has joined #angularjs
[21:07:06] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 7f97c77 to 5f1c4cb: http://git.io/faHEHQ
[21:07:07] <ngbot> angular.js/strictDiDocs 5f1c4cb Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[21:07:07] *** ngbot has left #angularjs
[21:07:17] *** one0one has joined #angularjs
[21:07:56] *** charuru has quit IRC
[21:08:17] *** dannyc has quit IRC
[21:08:22] *** charuru has joined #angularjs
[21:08:39] *** IvailoStoianov_ has joined #angularjs
[21:08:49] *** Siecje has quit IRC
[21:09:30] *** Lingos has joined #angularjs
[21:09:44] <pontiki> adamsilver: oh, sorry, i used a different generator :(
[21:11:00] *** c00ljs has quit IRC
[21:11:26] *** IvailoStoianov has quit IRC
[21:11:29] *** IvailoStoianov_ is now known as IvailoStoianov
[21:12:18] <wafflej0ck_> eslaron: in terms of efficiency it depends on how much you have to send over the wire, the connection speed, and the end device CPU/memory vs the payload size, so there's no silver bullet answer on client side paging vs server side paging
[21:12:36] <wafflej0ck_> eslaron: you'll want to just give it a shot and see what the payload size is in the network tab when you fetch all the data
[21:13:14] *** diegoviola has joined #angularjs
[21:13:15] *** Luser has quit IRC
[21:13:18] <diegoviola> hi
[21:13:20] <diegoviola> does angular uses jquery?
[21:13:36] *** dc_ has joined #angularjs
[21:13:38] <reavengr1y> It supplies its own minimal subset of jquery called "jqlite"
[21:13:44] <reavengr1y> If you include jquery, it will use it
[21:13:48] <reavengr1y> But otherwise, no
[21:13:52] <diegoviola> ok
[21:13:53] *** Luser has joined #angularjs
[21:13:58] <eslaron> wafflej0ck_, okay ^^ I'm doing the serverside pagination. Calling 2 millions of rows is not a good idea xD My promoter in Uni is a databse expert and he likes to ask what if there is called 2 million records xD
[21:14:02] *** mtsr has quit IRC
[21:14:02] <wafflej0ck_> adamsilver: follow https://github.com/angular-ui/ui-router Getting Started to add in ui-router, you'll want to take out ngRoute module in your app and angular-route from your bower dependencies to clean up, the state config is similar to the ngRoute config so shouldn't be too bad to rewrite
[21:14:12] <diegoviola> trying to get rails work lately but it's has been hard without actually knowing angular/ember, what's going on?
[21:14:18] *** Lingos has quit IRC
[21:14:21] <diegoviola> why is js so hip these days
[21:14:23] <wafflej0ck_> eslaron: ooo yea that'll be too much for sure
[21:14:36] *** tfennelly has joined #angularjs
[21:14:44] *** bmac has quit IRC
[21:14:56] <adamsilver> wafflej0ck_: thanks i am trying this now
[21:14:57] *** zivester has quit IRC
[21:15:00] *** mary5030 has joined #angularjs
[21:15:03] <eslaron> wafflej0ck_, so now I gotta paginate in server side and then I can deal with them in Angular :P
[21:15:09] <wafflej0ck_> diegoviola: AS3 is dead, client side Java is dead, insofar as front-end cross platform solutions JS seems the current way to go
[21:15:18] *** adpirz has joined #angularjs
[21:15:45] *** sgnl_ has joined #angularjs
[21:15:46] *** bmac has joined #angularjs
[21:16:14] <diegoviola> wafflej0ck_: ok so client-side JS (SPA) and small server-side API is hot these days, right
[21:16:43] <wafflej0ck_> diegoviola: I wouldn't necessarily say small server-side API but a clean RESTful API that uses JSON is generally preferred
[21:16:51] <diegoviola> wafflej0ck_: k
[21:16:57] <diegoviola> yeah I was thinking about that
[21:16:58] <wafflej0ck_> diegoviola: this way it can be consumed by native clients too
[21:17:03] <diegoviola> right
[21:17:10] <diegoviola> so rails and MVC on server is pretty dead?
[21:17:23] <diegoviola> unless well, rails gives json back
[21:17:25] *** WeeJeWel has joined #angularjs
[21:17:37] *** mtsr has joined #angularjs
[21:17:57] *** dc_ has quit IRC
[21:17:59] *** samuel02 has joined #angularjs
[21:18:05] *** recidive has quit IRC
[21:18:06] <wafflej0ck_> I wouldn't say that, there's still a lot of popularity with rails itself but yeah I think server side templating except in particular cases where you benefit from caching makes less sense now with decent MVC in the browser with angular
[21:18:12] *** AronBrrr has quit IRC
[21:18:21] *** Luser has quit IRC
[21:18:30] *** zivester has joined #angularjs
[21:18:37] *** sgnl has quit IRC
[21:19:11] <diegoviola> I can't find any remote rails work lately, when in 2008 I would get 5 offers a day
[21:19:14] <diegoviola> it sucks, so depressing
[21:19:16] *** DuelShark has quit IRC
[21:19:23] *** mary5030 has quit IRC
[21:19:55] <wafflej0ck_> hmm strange, a shop I was speaking with recently was pushing for it really hard and another small shop that I've kicked Ruby/Rails work to is doing really well in Chicago
[21:20:28] <diegoviola> do you work remotely
[21:21:15] *** tbo_ has joined #angularjs
[21:21:18] <wafflej0ck_> personally I just use PHP with Eloquent ORM and Slim for routing server side and have my own little business so just hustling work all the time, do some stuff for people in the IRC on occasion, but mostly just service for small/medium businesses (do a fair amount of payment forms for places)
[21:21:28] *** Maestro has left #angularjs
[21:22:41] *** apertoire has joined #angularjs
[21:23:20] *** favetelinguis has joined #angularjs
[21:24:03] <diegoviola> I'm still trying to understand what angularjs/ember does that you can't just do with jquery and backbone, etc
[21:24:19] *** apertoire has quit IRC
[21:24:24] <diegoviola> does it handles routing, views?
[21:24:31] <wafflej0ck_> diegoviola: it's not as much about capability as it is structure and testability
[21:24:31] *** slopjong has joined #angularjs
[21:24:42] <wafflej0ck_> diegoviola: there is a built in client side router for the views
[21:24:53] <wafflej0ck_> loads templates based on changes to the URL
[21:25:26] <wafflej0ck_> ui-router is a third party angular add in that gives you the ability to have nested/sibling views and abstract states and some other nice extras
[21:25:45] <diegoviola> nice
[21:25:49] <diegoviola> will give it a try, ty
[21:26:00] *** memento__ has quit IRC
[21:26:13] *** Evanion has joined #angularjs
[21:26:13] *** devhoag has quit IRC
[21:26:31] <wafflej0ck_> but yeah basically with angular you have a data model that you can test and you can test your functions that modify the data model, since it gives you two way databinding you just bind the things from the model into the view and anytime the model changes the view automatically updates, so you write things in a more declarative way instead of the procedural way you would typically modify things with jQuery
[21:26:57] <diegoviola> I like that mvvm architecture, pushing work to the client probably saves the server from doing too much, right?
[21:27:01] <wafflej0ck_> diegoviola: if you've never worked with some other MV* framwork it's a bit of a mind bend but if you've done any other client side MVC like Flex or Silverlight it's not bad
[21:27:10] <diegoviola> saves performance, etc
[21:27:14] <wafflej0ck_> diegoviola: yeah you can distribute the work a bit more
[21:27:21] <diegoviola> right, makes sense
[21:27:22] <wafflej0ck_> diegoviola: but gotta keep mobile clients in mind
[21:27:23] *** favetelinguis has quit IRC
[21:27:37] <diegoviola> mobile clients get faster all the time tho, no?
[21:27:50] <wafflej0ck_> true but some people still running android 2.x
[21:27:52] <wafflej0ck_> not a lot
[21:27:57] <wafflej0ck_> but depends on your audience
[21:28:00] <diegoviola> right
[21:28:05] *** mennea has quit IRC
[21:28:38] *** mennea has joined #angularjs
[21:29:10] <diegoviola> probably also helps with things like privacy
[21:29:14] <diegoviola> right
[21:29:23] <diegoviola> unless well, you are pushing data to the server, but..
[21:29:27] <wafflej0ck_> eh security is still always a hard topic
[21:29:35] <diegoviola> right
[21:29:50] *** Alax has quit IRC
[21:30:02] *** ngbot has joined #angularjs
[21:30:02] <ngbot> [angular.js] IgorMinar pushed 1 new commit to master: http://git.io/LiWuYQ
[21:30:02] <ngbot> angular.js/master 6dbd606 Wesley Cho: fix($locale): Allow currency filter to fall back to maxFrac from locale...
[21:30:02] *** ngbot has left #angularjs
[21:30:02] <wafflej0ck_> but you can just protect the data makes debugging between client vs server easier when the are more in isolation
[21:30:10] <wafflej0ck_> they*
[21:30:41] <diegoviola> right
[21:31:22] *** jonr2219 has quit IRC
[21:31:39] <diegoviola> but one of the idea behind angular/ember is that you can do everything on the front-end and just push data to the server when you want/need, it's not like it used to be with server-side mvc where your browser would have to reload all the time
[21:31:57] *** adpirz has quit IRC
[21:32:05] *** Aliks has joined #angularjs
[21:32:14] <wafflej0ck_> yeah that's a big advantage as well the SPA part using $http/AJAX to do things instead of full page reloads
[21:32:33] <wafflej0ck_> with the routers they only load the part of the view that needs to update for the state change too
[21:32:55] <diegoviola> right
[21:33:11] <diegoviola> sounds good
[21:33:20] <diegoviola> ty
[21:33:46] <wafflej0ck_> diegoviola: np, as your learning things use plnkr.co if you get stuck (see IRC topic) and post your work here to get help
[21:33:57] <diegoviola> are there many differences with angular and ember? I heard ember is more opinionated?
[21:34:20] <diegoviola> there's react.js also now, jeez, so much to learn
[21:34:31] <diegoviola> wafflej0ck_: will do, ty
[21:34:54] *** Fuzzier has joined #angularjs
[21:35:16] <wafflej0ck_> diegoviola: not sure about ember compared with angular really, heard some things about ember but no experience, insofar as React is concerned I believe it just wants to play the role of the View updater and can work with Angular (much like D3JS or Famo.us, or ProcessingJS)
[21:35:22] <diegoviola> talked to some recruiter the other day for a rails job, wouldn't give me the job because I didn't know angular/react/node/ember/etc/etc/etc
[21:35:49] *** Oxynum has quit IRC
[21:35:49] *** ScioMin has joined #angularjs
[21:35:55] <diegoviola> wafflej0ck_: right, I see
[21:36:09] *** mtsr has quit IRC
[21:36:33] *** ngbot has joined #angularjs
[21:36:33] <ngbot> [angular.js] btford pushed 1 new commit to master: http://git.io/1vnprA
[21:36:33] <ngbot> angular.js/master bb4d3b7 Brian Ford: fix(ngModelOptions): preserve context of getter/setters...
[21:36:33] *** ngbot has left #angularjs
[21:36:42] <diegoviola> I remember in 2008 everyone was crazy about rails, these days knowing only "rails" just doesn't cut it anymore
[21:36:53] *** paperElectron has joined #angularjs
[21:36:55] <diegoviola> you need to know a bunch of stuff
[21:37:07] *** chrisshattuck has joined #angularjs
[21:37:10] *** monir has quit IRC
[21:37:12] <diegoviola> that's also part of the fun I guess
[21:37:33] *** joelwallis has joined #angularjs
[21:37:38] *** Fuzzy has quit IRC
[21:37:47] *** tristanp has joined #angularjs
[21:39:25] <wafflej0ck_> yeah I never learned rails but seems there's about an even push for Rails and Node, so I'm thinking I'll learn Node (using JS anyhow just need to learn the libraries/frameworks), I was just self taught with PHP before I went to college out of school worked in the somewhat corporate world and did AS3/Flex and Java/Spring but since I saw AS3's death arriving I decided it was time to switch, and when working by myself I prefer the
[21:39:25] <wafflej0ck_> simplicity of PHP over something like Java/Spring which I think works better for big teams on long term projects
[21:39:26] *** toad-br has joined #angularjs
[21:39:29] *** night-owl is now known as zz_night-owl
[21:40:19] <dreambox> I have some trouble understanding how $scope behaves in nested controllers. Specifically: <div controller1> toto <div controller2> </div> </div>
[21:40:45] *** Grokling_ has joined #angularjs
[21:40:45] <dreambox> If I set $scope.foo = bar; inside controller2, does this pass to controller1 as well?
[21:40:48] <diegoviola> I'd also do PHP over Java any day, even though I don't like PHP that much
[21:41:00] <diegoviola> I tried writing something in Java the other day, boy that was painful...
[21:41:17] *** Siecje1 has left #angularjs
[21:41:23] <diegoviola> editing pom.xml, maven compile/install, build failed... had to edit more XML, jeez just compile the thing already
[21:41:36] <wafflej0ck_> diegoviola: heh yeah maven is a bit of beast
[21:41:48] <wafflej0ck_> diegoviola: I liked writing my own plugins though for doing static code analysis stuff
[21:41:49] *** samuel02 has quit IRC
[21:41:59] <diegoviola> had to do the shaded build, built everything inside the jar, screw it
[21:42:01] <wafflej0ck_> diegoviola: but it did eat a ton of my time for sure... luckily was paid time :)
[21:42:52] <wafflej0ck_> dreambox: http://youtu.be/ZhfUv0spHCY?t=30m
[21:43:10] *** jonr22 has joined #angularjs
[21:43:27] <dreambox> nice to watch with dinner :-) will it answer my nested controller questions?
[21:43:31] <wafflej0ck_> dreambox: for the nitty gritty details check out Javascript Prototypical Inheritence (optionally include angular in your search for more relevant results)
[21:43:32] <diegoviola> wafflej0ck_: cool
[21:43:34] *** jmichaelward has quit IRC
[21:44:07] <dreambox> wafflej0ck_: ok, I think I am familiar with Inheritance - in general - ..
[21:44:16] *** mtsr has joined #angularjs
[21:44:22] *** vonnegut has quit IRC
[21:44:25] <wafflej0ck_> dreambox: yeah the way it works in JS is pretty screwy though
[21:44:33] *** jewelsjacobs has joined #angularjs
[21:45:10] *** rileylark has joined #angularjs
[21:45:22] *** ner0x has joined #angularjs
[21:45:35] *** startupality has quit IRC
[21:45:37] *** lw has quit IRC
[21:46:42] <dreambox> wafflej0ck_: I am watching but I dont see anything about nested controllers :D
[21:47:07] <dreambox> nah, didnt help sorry :)
[21:47:36] *** dc_ has joined #angularjs
[21:48:04] *** dc_ has quit IRC
[21:48:09] *** cboden has joined #angularjs
[21:48:38] <wafflej0ck_> dreambox: should be right around that 30 minute mark
[21:49:00] <wafflej0ck_> dreambox: yeah at 32 minutes he shows the example people get tripped up on
[21:49:17] *** rileylark has quit IRC
[21:49:17] <dreambox> saw that
[21:49:28] <wafflej0ck_> dreambox: see this for details http://stackoverflow.com/questions/14049480/what-are-the-nuances-of-scope-prototypal-prototypical-inheritance-in-angularjs
[21:49:51] *** hmsimha_ has quit IRC
[21:49:57] *** andrewdub has quit IRC
[21:49:58] <wafflej0ck_> dreambox: long story short you should have a model that is pointed to by a property of the scope, don't treat the scope as though it's a model and store strings or primitives on it
[21:50:17] *** Fuzzy has joined #angularjs
[21:51:04] *** dc_ has joined #angularjs
[21:51:05] <wafflej0ck_> dreambox: $scope.notokay="something"; $scope.okay = {prop:"something"}; //or else you'll run into problems with your child scopes creating a new property if they write to a property of the scope
[21:51:30] *** Fuzzier has quit IRC
[21:51:40] *** mary5030 has joined #angularjs
[21:51:41] <wafflej0ck_> dreambox: generally really I keep the data model in a factory/service and just pass it into the controller and put a reference to it on the scope
[21:51:44] <themime> ^ annoying to refactor, but worth it in the long run
[21:52:05] *** jimvideo has joined #angularjs
[21:52:09] *** zivester has quit IRC
[21:52:35] *** Fuzzier has joined #angularjs
[21:53:11] *** zivester has joined #angularjs
[21:53:20] *** snurfery has joined #angularjs
[21:53:57] <adamsilver> wafflej0ck_: any idea why this is not working: https://bpaste.net/show/7147f759e6cb ?
[21:54:27] *** Fuzzy has quit IRC
[21:54:43] *** jewelsjacobs has quit IRC
[21:54:43] <wafflej0ck_> adamsilver: nope looks okay, how exactly is it "not working", what's the behavior?
[21:54:59] <wafflej0ck_> adamsilver: anything in the console, network tab show anything missing?
[21:55:00] *** ries has quit IRC
[21:56:22] <wafflej0ck_> dreambox: really that best practices video is full of good stuff though, it is getting a bit dated but covers lots of fundamental things that still apply
[21:56:39] *** kwaledesign has joined #angularjs
[21:57:03] *** vonnegut has joined #angularjs
[21:57:45] <wafflej0ck_> dreambox: the first part isn't so relevant (like the first 15 min or so, I don't use RequireJS or any async module loader though) but after that it's lots of good rules to go by
[21:58:11] <adamsilver> wafflej0ck_: oops, i forgot to add <div ui-view></div> in my index.html ... it works now, thanks for the help
[21:58:17] <wafflej0ck_> adamsilver: np
[21:58:19] *** mennea has quit IRC
[21:58:30] *** tristanp has quit IRC
[21:58:41] *** mennea has joined #angularjs
[21:58:48] *** jewelsjacobs has joined #angularjs
[21:59:07] *** tristanp has joined #angularjs
[21:59:10] *** naiyte has quit IRC
[21:59:19] *** tristanp_ has joined #angularjs
[21:59:20] *** tristanp has quit IRC
[21:59:28] *** SergioFilhow has joined #angularjs
[21:59:40] *** mtsr has quit IRC
[21:59:58] *** AciD`` has quit IRC
[21:59:59] *** dejanr has joined #angularjs
[22:00:15] *** jewelsjacobs has quit IRC
[22:01:11] *** naiyte has joined #angularjs
[22:01:36] *** jewelsjacobs has joined #angularjs
[22:02:42] *** cthrax has joined #angularjs
[22:02:46] *** zz_night-owl is now known as night-owl
[22:03:26] *** jonr22 has quit IRC
[22:03:42] <dreambox> damni when I come here with a question I end up reading 15 articles and watching videos and then my bug is still not solved :D
[22:03:46] <dreambox> but I like it :)
[22:03:57] *** mtsr has joined #angularjs
[22:04:03] <dreambox> would a small code review be possible? 2 controllers, 1 page each..
[22:04:12] <dreambox> I won't get it unless I see it on the code I've written
[22:04:14] *** SergioFilhow has quit IRC
[22:04:50] *** dejanr has quit IRC
[22:04:58] *** dannyc has joined #angularjs
[22:05:18] <dreambox> https://github.com/gkatsanos/isawu/tree/master/public/modules/messages/controllers messages is the "parent
[22:05:26] <dreambox> controller, "map" is the nested one.
[22:05:48] <dreambox> $scope.location = center; , doesn't update the input fields
[22:06:24] *** mtsr has quit IRC
[22:06:57] *** despai has joined #angularjs
[22:07:12] <snurfery> sup yall
[22:07:17] <snurfery> happy saturday yo
[22:07:28] *** mtsr has joined #angularjs
[22:07:52] *** Luser has joined #angularjs
[22:08:07] <Grokling> happy sunday snurf!
[22:08:08] *** AronBrrr has joined #angularjs
[22:08:28] *** Grokling_ has quit IRC
[22:08:34] <tristanp_> dreambox: i haven't been following along, i just got here, but have you tried modifying the properties of $scope.location instead of replacing it with a new object?
[22:08:38] *** jewelsjacobs has quit IRC
[22:08:42] *** corehook has quit IRC
[22:08:56] *** IvailoStoianov has quit IRC
[22:09:46] <Grokling> tristanp_ is on to it. Blowing it away with a new object will break the references.
[22:09:51] *** apertoire has joined #angularjs
[22:09:56] *** dannyc has quit IRC
[22:10:28] *** joelwallis has quit IRC
[22:10:59] <tristanp_> because the reference is to a specific property on a specific object.
[22:11:12] <dreambox> hm
[22:11:18] <Grokling> Another option would be to make location a property of an 'outer' object. so $scope.geo.location = center;
[22:11:40] <Grokling> Then in your view, {{geo.location}}
[22:12:05] <dreambox> it is
[22:12:24] *** ngbot has joined #angularjs
[22:12:24] <ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/eH4hlA
[22:12:24] <ngbot> angular.js/master aa01be8 Pawel Kozlowski: test($http): parsing headers with multiple values...
[22:12:24] *** ngbot has left #angularjs
[22:12:28] <dreambox> var message = new Messages ({ ...
[22:12:39] *** samuel02 has joined #angularjs
[22:12:46] <dreambox> tristanp_: how can I modify instead of replace?
[22:12:55] *** jonr22 has joined #angularjs
[22:13:00] <wafflej0ck_> dreambox: angular.copy, not sure if that's the problem but you can try it
[22:13:07] <wafflej0ck_> dreambox: angular.copy(src,dest);
[22:13:10] <snurfery> o rly?
[22:13:15] *** JBreit has quit IRC
[22:13:25] <wafflej0ck_> yeah will empty the object and replace the properites
[22:13:27] <wafflej0ck_> properties*
[22:13:29] <snurfery> that doesn't mess up the reference? jeez I designed my own damn service just to do that
[22:13:33] <dreambox> why do I fear I'm just misusing the scope...
[22:13:47] *** jonr22 has quit IRC
[22:13:57] <tristanp_> dreambox: $scope.location.lat = position.coords.latitude, etc
[22:14:27] <tristanp_> since it's only two properties I would do it that way for clarity. but a more general approach is to use copy(), etc
[22:14:27] <wafflej0ck_> dreambox: hard to say, would be good if you can paste these couple of relevant controllers into a plunkr with leaflet loaded so you can get more eyes and hands on it
[22:14:33] <dreambox> tristanp_: oh! is this different from $scope.location = (some object) ?
[22:14:45] *** SomeKittens has quit IRC
[22:15:07] <tristanp_> dreambox: yes, when you change the object stored at $scope.location, it's different than keeping the same object there but changing its properties
[22:15:20] *** Seus has quit IRC
[22:15:33] <snurfery> my homegrown version: https://gist.github.com/marcelchastain/8fc206d3123515d3f64f
[22:15:34] <snurfery> heh
[22:15:39] <wafflej0ck_> dreambox: yeah $scope.location = (some object); now $scope.location points to a new object, $scope.location.lat you are changing the property of the existing object, same with angular.copy() it keeps the same base object but replaces the properties to match the source object properties
[22:15:48] <snurfery> so glad I idle in this channel, dan
[22:15:50] <snurfery> damn*
[22:15:57] *** slopjong has quit IRC
[22:16:01] *** cboden has quit IRC
[22:16:18] <dreambox> but just to get this straight and go back to my first question about nested controllers...
[22:16:29] <dreambox> I have some trouble understanding how $scope behaves in nested controllers. Specifically: <div controller1> toto <div controller2> </div> </div>
[22:16:34] <Grokling> dreambox: When your controller sets $scope.location = someObject, it's really making a reference to a piece of memory where that object 'is'. When you later set it to a different object, it's a new reference to a new/different piece of memory. BUT, the view is still referring to the 'old' place in memory, which hasn't changed any values. So, no update happens.
[22:16:58] *** sigurding has joined #angularjs
[22:16:58] <wafflej0ck_> snurfery: interesting, well on the plus side you can make yours do a deep copy by adding some recursion that the built in one doesn't do I'm pretty sure
[22:17:03] <dreambox> If I set $scope.foo = bar; inside controller2, does this pass to controller1 as well?
[22:17:04] *** chrisshattuck has quit IRC
[22:17:31] <dreambox> Grokling: ok give me 10 minutes I will ready and understand what u just wrote :D
[22:17:35] <snurfery> oic
[22:18:08] *** jonr22 has joined #angularjs
[22:18:21] <dreambox> Grokling: how is it possible that the same name points to a different place in the memory!?
[22:18:29] *** knolan has quit IRC
[22:18:42] <wafflej0ck_> dreambox: they are just references to the object
[22:18:48] <dreambox> so you re telling me you can have two $scope.foo's and they point to a different value?
[22:18:49] <wafflej0ck_> dreambox: the reference can be pointed wherever though
[22:18:55] <Grokling> You have two objects So you have two 'places' in memory.
[22:19:09] *** tristanp_ has quit IRC
[22:19:10] <dreambox> shiiite...
[22:19:22] *** Sky[x] has quit IRC
[22:19:27] <wafflej0ck_> you can have two $scope.foos on different controllers that point to different objects, but like Grokling said each time you do {} you are asking for some new memory location
[22:19:34] <wafflej0ck_> it's shorthand for new Object();
[22:19:35] <dreambox> https://www.youtube.com/watch?v=bIpZA37Eijk
[22:19:52] <dreambox> new Object !?
[22:20:04] <dreambox> ..
[22:20:09] <dreambox> but how.. why
[22:20:17] <dreambox> so this depends on if you re in the same "$scope" ?
[22:20:37] *** zzing has joined #angularjs
[22:20:43] <dreambox> if i m in the same controller and I do : $scope.foo = object1; and right after, $scope.foo = object2;
[22:20:45] *** corehook has joined #angularjs
[22:20:55] <Grokling> $scope is inherited. If you create $scope.foo in your parent controller, the child controller can see/interact with it.
[22:20:57] <dreambox> and then in my view I do ng-model=foo
[22:20:59] <dreambox> what do I get?
[22:21:06] *** jonr2219 has joined #angularjs
[22:21:10] <Grokling> If you create $scope.foo in the child controller, then the parent has no idea.
[22:21:16] *** slopjong has joined #angularjs
[22:21:20] *** davek has joined #angularjs
[22:21:27] *** joelwallis has joined #angularjs
[22:21:39] *** despai has quit IRC
[22:21:39] <wafflej0ck_> right but if you reference $scope.foo.prop you can change the prop of the parents object
[22:21:48] <dreambox> aha!
[22:21:59] *** whunt has joined #angularjs
[22:22:22] <dreambox> ok, the parent can change what he wants, the child can only use the .prop pattern to change an existing object
[22:22:45] <dreambox> (or angular.copy)
[22:22:46] <Grokling> So, $scope.geo.location = someObject; will leave $scope.geo pointing to the same piece of memory, but will change the property.
[22:22:50] *** AronBrrr has quit IRC
[22:22:50] *** Shadeness has quit IRC
[22:22:52] <Grokling> Moar Dots ;-)
[22:22:55] *** jonr22 has quit IRC
[22:22:55] <wafflej0ck_> haha
[22:23:09] <wafflej0ck_> always MOAR dots
[22:23:15] <dreambox> what is MOAR?
[22:24:19] <wafflej0ck_> https://www.youtube.com/watch?v=bXWk-aInsow <-- just slang but oniijin always tells everyone MOAR dots!
[22:24:47] <dreambox> why more dots?
[22:24:47] <Grokling> dreambox: The same rules apply to parent controllers - if you change the reference to the scope object, stuff breaks. Exactly the same.
[22:25:06] <Grokling> more dots, because if you've got dots, then you're using properties.
[22:25:11] <dreambox> aahh...
[22:25:12] <wafflej0ck_> dreambox: because more dots means you have objects you are referencing through not changing out objects
[22:25:14] <wafflej0ck_> yup
[22:25:19] <dreambox> ok thats something new for today
[22:25:30] <Grokling> Dots. Dots everywhere.
[22:25:32] <dreambox> ok let me put this in practice
[22:25:34] *** corehook has quit IRC
[22:25:36] <wafflej0ck_> dreambox: in the best practices vid Misko says "if you don't have a dot you're doing it wrong"
[22:25:50] *** AWAW has joined #angularjs
[22:26:04] <dreambox> so ... $scope.location= args.leafletEvent.target.getLatLng();
[22:26:06] <dreambox> wrong :(
[22:26:23] *** zwischenzug has joined #angularjs
[22:26:25] *** disorder20 has joined #angularjs
[22:26:36] <wafflej0ck_> yes angular.copy(args.leafletEvent.target.getLatLng(), $scope.location); //should work
[22:26:44] <Grokling> Not necessarily.. that's valid the first time around..
[22:26:47] *** Shadeness has joined #angularjs
[22:26:53] <dreambox> ok so suppose we re doing it correctly, when/where is the initial place you define your object's keys/properties/values?
[22:26:54] <Grokling> The place to check for dots is in your view.
[22:27:01] <wafflej0ck_> true
[22:27:27] <dreambox> ah ok, sure this I do
[22:27:51] <Grokling> {{location}} is BAD. {{geo.location}} is GOOD.
[22:28:24] *** favetelinguis has joined #angularjs
[22:28:26] <dreambox> me I m mostly fighting with child/parent controllers not with the views..
[22:28:37] *** EluctariLLC_ has quit IRC
[22:28:46] <dreambox> ok but if I use the dot notation.. I ll have to write a new line for every property.. :
[22:28:53] <dreambox> $scope.location.lat = center.lat;
[22:28:54] <Grokling> Except that you're seeing problems where your view isn't updating ;-)
[22:28:58] <dreambox> $scope.location.lng = center.lng;
[22:29:08] <wafflej0ck_> dreambox: that's what angular.copy will do for you
[22:29:33] <wafflej0ck_> copy all properties from one source object to one destination object
[22:29:44] <Grokling> $scope.location.center=center; is another option..
[22:29:44] *** edrocks has joined #angularjs
[22:30:02] <dreambox> I see the usefulness of copy but I am still worried there is a codesmells here
[22:30:08] <dreambox> I think it might be time for a plunker
[22:30:18] <dreambox> SHIT.
[22:30:26] <Grokling> it's ALWAYS time for a plunker ;-)
[22:30:28] <wafflej0ck_> it's always time for a plunkr... actually gotta do some design junk here... ughh how I hate design
[22:30:31] <wafflej0ck_> jinx
[22:30:36] <zwischenzug> hello. i'm still an angular novice, and have a question about how to approach a particular problem. i have 2 inputs, 1 input is derived from the other. when manually editing the derived input, i'd like the other input to clear. anyone have a good way i could do this? http://plnkr.co/edit/VkyLigqUGHZhwzWgOZDm?p=preview
[22:30:46] <dreambox> I
[22:30:53] <dreambox> I'll start working on it..
[22:30:54] <zwischenzug> i've tried with using a different ng-model and value, but that didn't work
[22:31:10] <zwischenzug> if i watch both, i get caught in an infinite loop
[22:31:23] <Grokling> zwischenzug: use ng-change to trigger the clearing.
[22:32:23] <zwischenzug> Grokling, ng-change will only trigger when an input is manually changed through the dom?
[22:33:01] <Grokling> correct. So, it'll fire when you're "manually editing the derived input"
[22:33:04] *** samuel02 has quit IRC
[22:33:07] <adamsilver> any idea why my tests are failing: https://bpaste.net/show/f9065f8ff97b Jasmine__TopLevel__Suite Controller: AboutCtrl should attach a list...?
[22:33:07] *** ScioMin has quit IRC
[22:33:16] <zwischenzug> Grokling, perfect. thanks.
[22:34:16] *** iamstef_ is now known as iamstef
[22:34:32] *** adpirz has joined #angularjs
[22:35:15] *** monir has joined #angularjs
[22:35:38] *** UXDork has joined #angularjs
[22:35:52] <b1tninja> ;)
[22:35:55] *** boxmein has quit IRC
[22:36:05] *** AronBrrr has joined #angularjs
[22:36:34] *** lw has joined #angularjs
[22:37:13] *** rhp has joined #angularjs
[22:37:52] *** phuh has joined #angularjs
[22:37:57] *** apertoire has quit IRC
[22:38:18] *** apertoire has joined #angularjs
[22:38:40] *** AciD`` has joined #angularjs
[22:38:42] *** {DV8} has joined #angularjs
[22:39:06] *** stormbytes has joined #angularjs
[22:39:24] <dreambox> shit it's impossible to transfer all this in plunker :(
[22:39:25] <dreambox> http://plnkr.co/edit/kKmwbKJi7ZW4l3JnNseA
[22:39:42] *** mennea has quit IRC
[22:39:54] *** DLSteve has quit IRC
[22:39:59] *** mennea has joined #angularjs
[22:40:04] *** boxmein has joined #angularjs
[22:40:19] *** Sna4x8 has quit IRC
[22:40:36] *** AronBrrr has quit IRC
[22:41:16] *** Sna4x8 has joined #angularjs
[22:41:45] *** bhuvanaurora has joined #angularjs
[22:41:50] <Grokling> Holy Batman dreambox! The point of plunker is to isolate the specific issue, so we can use laser vision to cut right to it. This plunker of yours.. gonna take a week with a pickaxe and a jackhammer!
[22:42:02] <dreambox> :>
[22:42:22] <dreambox> can u have a looksie at my controllers in the github + live version?
[22:42:32] <dreambox> cause I need to know if the strategy makes sense
[22:42:36] *** AronBrrr has joined #angularjs
[22:42:37] <dreambox> not to isolate it per say
[22:42:48] <dreambox> https://github.com/gkatsanos/isawu/tree/master/public/modules/messages/controllers
[22:43:59] *** punch has joined #angularjs
[22:43:59] <Grokling> Talk us through it again? In words, what are you trying to do/stuck with?
[22:44:16] *** jmichaelward has joined #angularjs
[22:45:00] <themime> https://www.irccloud.com/pastebin/fEH3BpKq
[22:45:02] <themime> is that normal?
[22:45:07] <themime> ive seen that other places
[22:45:15] <themime> and it seems like random sketchy use of broadcasting
[22:45:22] <themime> but maybe broadcast isn't as bad as i thought
[22:45:29] *** adpirz has quit IRC
[22:45:41] *** foofoobar has joined #angularjs
[22:45:53] *** bhuvanaurora has quit IRC
[22:45:56] *** mtsr has quit IRC
[22:46:06] <dreambox> Grokling: $scope.location.center = center; : TypeError: Cannot set property 'center' of undefined
[22:46:20] <dreambox> Grokling: ok , so : two controllers, one nested in the other.
[22:46:25] <sacho> dreambox, so define location
[22:46:25] <reavengr1y> Bye, noob, you
[22:46:30] <reavengr1y> wrong chan
[22:46:31] <Grokling> need to define $scope.location first..
[22:46:32] *** adpirz has joined #angularjs
[22:46:45] <dreambox> Grokling: it's supposed to be defined in the parent controller ?
[22:47:02] <Grokling> Wherever the outermost place you'll need it is.
[22:47:05] <dreambox> Grokling: didn't we just say before you shouldn't put a new object in there as its already defined
[22:47:46] *** kwaledesign has quit IRC
[22:47:47] *** mtsr has joined #angularjs
[22:48:12] *** ngbot has joined #angularjs
[22:48:12] <ngbot> [angular.js] btford pushed 1 new commit to master: http://git.io/6Z0yYw
[22:48:12] <ngbot> angular.js/master 3109342 Jack Franklin: docs(guide/unit-testing): improve unit testing guide...
[22:48:12] *** ngbot has left #angularjs
[22:48:14] <Grokling> If it's already defined, but you can't see if from the 'child' perhaps it's not really a child at all. Check that you're actually inheriting $scope first.
[22:48:22] *** c00ljs has joined #angularjs
[22:48:53] *** c00ljs has quit IRC
[22:49:28] <themime> http://jsperf.com/angular-broadcast-vs-watch hm looks like broadcast is pretty fast
[22:49:35] <themime> and from that sample easier to read
[22:49:50] *** jmichaelward has quit IRC
[22:50:02] <dreambox> Grokling: check https://github.com/gkatsanos/isawu/blob/master/public/modules/messages/controllers/map-controller.client.controller.js , line 17 , I'm setting location. No errors
[22:50:12] <dreambox> Grokling: and it's console.logged correctly.
[22:50:40] *** TommyO has joined #angularjs
[22:50:49] <Grokling> themime: My understanding is that broadcast isn't bad in itself. It's just super easy for it to get abused, and therefore discouraged in general.
[22:51:16] <dreambox> Grokling: then, https://github.com/gkatsanos/isawu/blob/master/public/modules/messages/views/create-message.client.view.html , line 14 and line 17 using the location
[22:51:46] *** bkuberek has quit IRC
[22:51:50] <dreambox> If I $emit an event and pass center to the parent controller and set it there, it works.
[22:51:51] *** eBureau has quit IRC
[22:52:02] <dreambox> ( works = the input fields have the values)
[22:52:14] *** Sky[x] has joined #angularjs
[22:52:19] <dreambox> if I set the center from within the child/nested controller ( map-controller ) they dont
[22:52:24] *** alinou has joined #angularjs
[22:52:44] <Grokling> dreambox: You added in a layer, but forgot to adjust your view. try ng-model="location.center.lat"
[22:52:46] *** bbankes_ has quit IRC
[22:53:31] *** zivester has quit IRC
[22:54:56] *** zivester has joined #angularjs
[22:56:23] <dreambox> Grokling: :( doesnt work
[22:56:59] <Grokling> dreambox: You're doing the nesting with ui-router?
[22:57:09] <dreambox> yes
[22:57:11] *** adpirz has quit IRC
[22:57:13] *** ssawickik has joined #angularjs
[22:57:37] <dreambox> Grokling: https://github.com/gkatsanos/isawu/blob/master/public/modules/messages/config/messages.client.routes.js
[22:58:20] *** TheAceOfHearts has joined #angularjs
[22:59:03] *** Una has joined #angularjs
[23:00:10] <Grokling> dreambox: Here's a ui-router plunker which has nested states/controllers. Play with adding stuff to scope, and altering it from child controllers and see how you get on. There's more in this plunk than you need, but it's close! http://plnkr.co/edit/LZTqdd?p=preview
[23:00:23] *** whunt has quit IRC
[23:00:33] <dreambox> ok but I dont nest states.. only controllers
[23:01:34] *** favetelinguis has left #angularjs
[23:01:45] *** japhar81 has quit IRC
[23:02:02] <Grokling> I wasn't aware you could do one without the other.. I've never thought about it that way.
[23:02:41] <zwischenzug> is there an official, central repository where i can download angular modules?
[23:02:54] *** ngbot has joined #angularjs
[23:02:54] <ngbot> [angular.js] rkirov pushed 1 new commit to master: http://git.io/FXYO-g
[23:02:54] <ngbot> angular.js/master 920b595 Rado Kirov: doc(injector): adds strictDi documentation to appropriate methods....
[23:02:54] *** ngbot has left #angularjs
[23:03:19] <dreambox> Grokling: my goal in doing this is sharing $scope
[23:03:40] *** whunt has joined #angularjs
[23:04:14] <Grokling> dreambox: Sure. What was it about nesting states that didn't fit for you?
[23:04:37] <dreambox> Grokling: could this be because a child controller cannot change property values for views that are in the parent controller?
[23:04:54] <Grokling> zwischenzug: bower?
[23:05:02] *** AronBrrr has quit IRC
[23:05:23] *** after_r has joined #angularjs
[23:05:36] <Grokling> dreambox: I'm yet to be convinced that you have a parent/child relationship happening in reality. I suspect you have two sibling controllers.
[23:05:37] <dreambox> <div parentController> input ng-model="foo.lat" <div childController> </div> </div>
[23:05:40] *** vonnegut has quit IRC
[23:05:40] *** dweave has joined #angularjs
[23:05:46] *** dannyc has joined #angularjs
[23:05:50] *** drej has quit IRC
[23:05:54] <dreambox> Grokling: no, check the view: https://github.com/gkatsanos/isawu/blob/master/public/modules/messages/views/create-message.client.view.html
[23:06:28] <after_r> Hey gays, can someone tell me why my browser location is not being updated when I am using ui-router and one of my links has something like ui-sref=`mystate` and in my .config() i set the mystate state to have a url of '' ? (empty) ?
[23:06:50] <after_r> I can click on it, and the view gets updated, but browser location bar doesnt change
[23:07:01] *** AronBrrr has joined #angularjs
[23:07:07] <after_r> I am trying to set a default `top` state of just `/`
[23:07:36] <after_r> but if I use `/` it works, but the the 404 state kicks in if I navigate to http://myapp.com/ and not myapp.com/#/
[23:07:55] *** monir has quit IRC
[23:08:54] *** macobo has quit IRC
[23:08:55] *** tbo_ has quit IRC
[23:09:10] *** UXDork has quit IRC
[23:09:56] *** dannyc has quit IRC
[23:10:44] *** rhp has quit IRC
[23:10:59] <after_r> does anyone know gays?
[23:11:42] <Grokling> dreambox: I'm not familiar with doing it this way - but it seems like you'd need to pass the outer scope to the inner controller explicitly somehow. If it were me, I'd make your MapController div into a directive - that's the mechanism that's been designed for this kind of job.
[23:11:44] *** NormySan has quit IRC
[23:12:09] *** Una has quit IRC
[23:12:29] *** memento_ has joined #angularjs
[23:13:29] <Grokling> after_r: I think you're looking for 'guys' rather than 'gays'.
[23:13:38] *** lilbaby has joined #angularjs
[23:14:11] *** ngbot has joined #angularjs
[23:14:11] <ngbot> [angular.js] rkirov pushed 1 new commit to master: http://git.io/3jZFiQ
[23:14:12] <ngbot> angular.js/master a3d7977 shwei: refactor(ngForm): Remove checking event.preventDefault and calling event.returnValue. Related to issue #4557. Worked with @bullwrinkle on this.
[23:14:12] *** ngbot has left #angularjs
[23:14:12] *** lilbaby has quit IRC
[23:14:23] *** sigurding has quit IRC
[23:17:06] *** lemur has quit IRC
[23:17:22] *** adamsilver has quit IRC
[23:17:23] *** vlad_starkov has quit IRC
[23:17:24] *** ngbot has joined #angularjs
[23:17:24] <ngbot> [angular.js] btford pushed 1 new commit to master: http://git.io/0F53mg
[23:17:24] <ngbot> angular.js/master 3be6835 Shang Heng (Shawn) Wei: docs($location): add examples for some methods...
[23:17:24] *** ngbot has left #angularjs
[23:17:41] *** lemur has joined #angularjs
[23:17:50] *** sigurding has joined #angularjs
[23:18:00] *** NoNMaDDeN has quit IRC
[23:18:16] <dreambox> Grokling: it is a directive :-)
[23:18:47] *** bmac has quit IRC
[23:19:17] *** AronBrrr has quit IRC
[23:19:19] *** vlad_starkov has joined #angularjs
[23:20:24] *** iamvfl has joined #angularjs
[23:20:39] *** mennea has quit IRC
[23:20:52] <dreambox> Grokling: I could emit an event with the data I want to set this way the parent controller catches it - or I could use $rootScope ...
[23:21:03] <dreambox> what do you think?
[23:21:19] *** mennea has joined #angularjs
[23:21:26] *** vonnegut has joined #angularjs
[23:21:29] *** corehook has joined #angularjs
[23:21:36] *** nemothekid has quit IRC
[23:21:39] *** ytsejam has quit IRC
[23:22:04] <after_r> Grokling: I`m sorry where I am from `you guys` and you gays sound teh same
[23:22:43] *** sigurding has quit IRC
[23:22:46] *** lemur has quit IRC
[23:22:58] *** adpirz has joined #angularjs
[23:22:58] *** josh-k_ has joined #angularjs
[23:23:53] <Grokling> dreambox: I think you should use a link function, not a controller. Then you wouldn't be confusing yourself with thinking that your controller will inherit implicitly ;-) http://jasonmore.net/angular-js-directives-difference-controller-link/
[23:23:57] *** otisZart has quit IRC
[23:24:11] <after_r> but why can I not have a state with a empty url
[23:24:16] *** {DV8} has quit IRC
[23:24:19] *** jmichaelward has joined #angularjs
[23:24:38] <dreambox> Grokling: wait, it works.
[23:24:55] <dreambox> Grokling: I had to initialize $scope.location in the parent controller, not in the child controller.
[23:25:01] *** threesixes has joined #angularjs
[23:25:11] <dreambox> Grokling: and then set its property's values in the child. Yahoo !
[23:25:13] <Grokling> I'm sure I said that somewhere earlier!?
[23:25:26] *** andrewdub has joined #angularjs
[23:25:40] *** otisZart has joined #angularjs
[23:25:42] <dreambox> sorry I was under the impression it didn't matter where you initialized the object
[23:26:08] *** corehook has quit IRC
[23:26:11] <dreambox> In fact I installed this new Dev Tools plugin for Angular ! Quite cool , shows you the scopes etc
[23:26:24] *** lemur has joined #angularjs
[23:26:31] <dreambox> Batarang it's called (poor choice for a name but)
[23:27:01] *** dhrami has quit IRC
[23:27:19] *** night-owl is now known as zz_night-owl
[23:28:08] <Grokling> Batarang isn't new.. Have a look at ng-inpsector - it's better again.
[23:28:15] *** macabre has joined #angularjs
[23:28:21] *** {DV8} has joined #angularjs
[23:29:28] *** eslaron has quit IRC
[23:30:11] *** SergioFilhow has joined #angularjs
[23:30:17] *** dejanr has joined #angularjs
[23:30:17] *** woah has quit IRC
[23:30:20] *** cacts has joined #angularjs
[23:30:26] *** dweave has quit IRC
[23:30:38] *** TommyO has quit IRC
[23:31:07] *** threesixes has quit IRC
[23:31:08] *** kwaledesign has joined #angularjs
[23:31:53] <wafflej0ck_> I made one too mine is just focused more on letting me update the model instead of viewing overall stuff about the app though, apparently I somehow helped the guy who put together ng-inspector too but only half new what I was talking about at that point
[23:32:06] <wafflej0ck_> knew*
[23:33:11] *** punch has quit IRC
[23:33:12] *** spaceonline has quit IRC
[23:33:51] *** Lingos has joined #angularjs
[23:33:54] <wafflej0ck_> dreambox: http://shusain.github.io/itDebugPanel/dist/ <-- check it out make it look better or work better and send me pull requests :)
[23:34:18] *** drej has joined #angularjs
[23:34:23] *** SergioFilhow has quit IRC
[23:34:29] *** punch has joined #angularjs
[23:34:48] *** GeneralChoomin has quit IRC
[23:34:48] <dreambox> Will do !
[23:35:15] *** dreambox has quit IRC
[23:35:18] *** dejanr has quit IRC
[23:35:37] *** GeneralChoomin has joined #angularjs
[23:36:23] *** vlad_starkov has quit IRC
[23:36:31] *** TheAceOfHearts has quit IRC
[23:37:50] *** andrewdub has quit IRC
[23:38:32] *** codeninja-don has joined #angularjs
[23:38:57] *** Aliks has quit IRC
[23:39:21] *** vlad_starkov has joined #angularjs
[23:39:33] *** Aliks has joined #angularjs
[23:39:42] <after_r> can someone look at this please: http://50.171.144.90/testapp (problem is location in browser does not get updated when click on Home link)
[23:39:54] <after_r> I am using ui-router
[23:40:09] *** jmichaelward has quit IRC
[23:40:31] *** jonr2219 has quit IRC
[23:40:48] *** TommyO has joined #angularjs
[23:41:01] *** jonr22 has joined #angularjs
[23:41:29] <after_r> but if I do it with a url of `/` in my .state setup then it works: http://50.171.144.90/testapp2
[23:41:32] *** mennea has quit IRC
[23:41:34] <wafflej0ck_> after_r: think you want url to be / for home not ''
[23:41:41] <after_r> IO tried that
[23:41:52] *** marr has joined #angularjs
[23:41:52] *** ngbot has joined #angularjs
[23:41:52] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 5f1c4cb to 3320169: http://git.io/faHEHQ
[23:41:53] <ngbot> angular.js/strictDiDocs 4e08813 shwei: refactor(ngForm): Remove checking event.preventDefault and calling event.returnValue. Related to issue #4557. Worked with @bullwrinkle on this.
[23:41:53] <ngbot> angular.js/strictDiDocs 3320169 Rado Kirov: docs(injector): adds a missing backtick and reformat list.
[23:41:53] *** ngbot has left #angularjs
[23:41:53] <after_r> but then if someone goes to the addr, they get a 404
[23:41:58] *** basiclaser_ has quit IRC
[23:41:59] <after_r> wafflej0ck_: like a new visitor
[23:42:05] <after_r> look at http://50.171.144.90/testapp
[23:42:09] <after_r> I mean look at http://50.171.144.90/testapp2
[23:42:24] <after_r> should I have 2 states then?
[23:42:25] *** eBureau has joined #angularjs
[23:42:26] *** jmichaelward has joined #angularjs
[23:42:33] *** eBureau has quit IRC
[23:42:36] <after_r> 2 setups for the same state?
[23:42:37] *** ngbot has joined #angularjs
[23:42:37] <ngbot> [angular.js] rkirov force-pushed strictDiDocs from 3320169 to d13ef77: http://git.io/faHEHQ
[23:42:37] <ngbot> angular.js/strictDiDocs d13ef77 Rado Kirov: docs(injector): adds a missing backtick and reformat list.
[23:42:37] *** ngbot has left #angularjs
[23:42:55] <wafflej0ck_> after_r: looks like it's just not loading the index.html on the second link
[23:43:13] <wafflej0ck_> after_r: appears it just gets the angular source as the index.html for whatever reason, looks like server side routing issue really
[23:43:22] *** ngbot has joined #angularjs
[23:43:22] <ngbot> [angular.js] rkirov created strictDiDocs2 from strictDiDocs (+0 new commits): http://git.io/CWaY_A
[23:43:22] *** ngbot has left #angularjs
[23:43:29] *** threesixes has joined #angularjs
[23:43:44] <after_r> No
[23:43:56] <after_r> the `404 page` is not server generated
[23:43:58] *** xdissent has quit IRC
[23:44:07] <wafflej0ck_> after_r: yeah it is
[23:44:10] <wafflej0ck_> after_r: it says ngnix
[23:44:17] <after_r> that is because I call 17 $urlRouterProvider.otherwise('/404');
[23:44:17] *** Aliks has quit IRC
[23:44:40] <after_r> ohh
[23:44:41] <after_r> wait
[23:44:44] <after_r> OK
[23:44:46] *** mtsr has quit IRC
[23:45:31] *** nycdevgirl has quit IRC
[23:45:34] <after_r> try it now wafflej0ck_
[23:45:38] *** jonr22 has quit IRC
[23:46:00] *** zz_night-owl is now known as night-owl
[23:46:24] <after_r> see
[23:46:35] <wafflej0ck_> after_r: seems okay now is there still a problem?
[23:47:02] <wafflej0ck_> oh er seemed okay seeing the 404 on first visit now
[23:47:13] <after_r> thats the problem with using /
[23:47:15] <after_r> as the url
[23:47:30] <after_r> what should i do?
[23:48:03] *** Jae has left #angularjs
[23:48:07] <after_r> the first visit goes to 404
[23:48:24] <after_r> should I have 2 states ? one with a `` and one with a `/` url?
[23:49:04] *** ngbot has joined #angularjs
[23:49:05] <ngbot> [angular.js] rkirov pushed 1 new commit to master: http://git.io/fBlMAw
[23:49:05] <ngbot> angular.js/master 7a37469 Rado Kirov: docs(injector): adds a missing backtick and reformat list....
[23:49:05] *** ngbot has left #angularjs
[23:49:24] <Grokling> after_r: Why not just send your .otherwise url to '/'?
[23:49:25] *** c00ljs has joined #angularjs
[23:49:33] <wafflej0ck_> after_r: check out this bug post with some potential answers in it https://github.com/angular-ui/ui-router/issues/293
[23:49:38] <after_r> i want a 404 handler
[23:49:41] <after_r> i mean a 404 page
[23:49:45] <wafflej0ck_> after_r: typically I just do what Grokling said but I understand the desire
[23:49:52] <after_r> if someone actuallygoes to a nonexisting state
[23:49:55] *** Aliks has joined #angularjs
[23:49:58] *** edrocks has quit IRC
[23:50:30] <wafflej0ck_> after_r: basically can do an abstract state that both inherit from so you don't have to redefine all the parts, or else can use a UrlMatcher apparently
[23:50:50] <wafflej0ck_> but yeah see the bug post for the discussion on multiple URLs for a state
[23:52:02] *** lemur has quit IRC
[23:52:35] *** lemur has joined #angularjs
[23:54:23] *** c00ljs has quit IRC
[23:54:26] *** rho has quit IRC
[23:54:27] *** japhar81 has joined #angularjs
[23:55:02] *** dweave has joined #angularjs
[23:55:14] *** wsmoak has joined #angularjs
[23:55:29] *** boxmein_ has joined #angularjs
[23:55:58] *** dimetron has joined #angularjs
[23:57:07] *** boxmein has quit IRC
[23:57:11] *** lemur has quit IRC
[23:57:28] *** kwaledesign has quit IRC
[23:58:16] *** SergioFilhow has joined #angularjs
[23:59:02] *** codeninja-don has quit IRC
[23:59:03] *** patrick99e99 has joined #angularjs
[23:59:16] <after_r> wafflej0ck_: check it now
[23:59:22] <after_r> it still goes to the 404
[23:59:30] <after_r> i made it with a abstract state
[23:59:32] *** murtali has joined #angularjs
[23:59:32] *** punch has quit IRC
[23:59:47] <after_r> http://50.171.144.90/testapp
top

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