Switch to DuckDuckGo Search
   December 24, 2015  
< | 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 | 31 | >

Toggle Join/Part | bottom
[00:01:34] <Kwoth> /facepalm - if someone has same issue as i did, just add this to @RouteConfig {path:"/:ch", name: 'ChannelPage', component:PostsComponent}
[00:02:53] *** Zenithar has quit IRC
[00:05:04] *** clivejo has quit IRC
[00:05:12] *** Zenithar has joined #angularjs
[00:06:05] *** dpicky has quit IRC
[00:07:39] *** batch4225 has quit IRC
[00:07:47] *** icfantv has joined #angularjs
[00:07:54] *** Aliks has quit IRC
[00:07:55] *** ashgotti has quit IRC
[00:09:12] *** pbgc has joined #angularjs
[00:10:08] *** dopesong_ has joined #angularjs
[00:11:30] *** kakashiAL has joined #angularjs
[00:11:42] *** jhirley has quit IRC
[00:11:51] *** dpicky has joined #angularjs
[00:11:57] *** ron_frown has joined #angularjs
[00:13:15] *** junmin has joined #angularjs
[00:13:31] *** dopesong has quit IRC
[00:13:31] *** ziro` has joined #angularjs
[00:13:42] <ziro`> Should a directive be accessing a service?
[00:13:44] <ziro`> or should a directive be feeding something more akin to a controller, and the controller be interacting with the service?
[00:14:18] <ziro`> shouldn't directives be pretty dumb?
[00:14:40] <ziro`> and 'controllers' the orchestrators ?
[00:14:50] <ziro`> the services the do'ers
[00:15:09] *** Lumino has quit IRC
[00:16:39] *** jhirley has joined #angularjs
[00:17:35] *** iraj_ has quit IRC
[00:18:02] *** dopesong_ has quit IRC
[00:19:06] <icfantv> ziro`: it is absolutely ok to inject services into directives.
[00:19:14] *** telega has quit IRC
[00:19:17] *** dopesong has joined #angularjs
[00:20:01] <ziro`> What if I need something use several directives to 'do' something?
[00:20:15] <ziro`> i.e. I have multiple forms or something
[00:20:55] <ziro`> I guess I use a service
[00:21:34] <kakashiAL> hey guys
[00:21:41] *** sobol has quit IRC
[00:21:45] <romanovic> ziro`: I think it is pretty standard to have a directive include multiple child directives within its structure, and orchestrate their behavior
[00:21:47] *** kirobaito has quit IRC
[00:22:07] <ziro`> romanovic : how is one supposed to pass data between parent and child directives?
[00:22:48] <icfantv> ziro`: depends on what, exactly you are doing.
[00:22:50] <kakashiAL> in my controller I am using the $scope.$watch to have realtime callculation
[00:22:52] <kakashiAL> so you can add products in a list and in realtime you get the summ and how much taxes you have to pay
[00:22:56] *** Aliks has joined #angularjs
[00:23:00] <icfantv> ziro`: you could have one directive for each form
[00:23:08] <romanovic> ziro`: you have $rootScope.$broadcast(), and $scope.$on()
[00:23:17] <romanovic> as one option
[00:23:25] *** dpicky has quit IRC
[00:23:32] <icfantv> romanovic: you should try to avoid using events for application communication if possible
[00:23:33] <ziro`> I'm putting together a LoginComponent, which has a LoginFormComponent
[00:23:38] <ziro`> and an AuthService
[00:23:59] *** rikkipitt has joined #angularjs
[00:24:14] <icfantv> ziro`: so your login directive can call LoginService.login(data) (or whatever) and redirect if authenticated.
[00:24:30] <kakashiAL> the thing is that I need that functionality in many controllers/views
[00:24:36] <icfantv> ziro`: jsut remember there's no such thing as client side security
[00:25:08] <icfantv> kakashiAL: that smells like a reusable directive
[00:25:33] <kakashiAL> my question is this: how can I write a testable and reusable version of that? I have many ideas but I dont know what is good/professional
[00:25:57] *** diosney has quit IRC
[00:26:53] *** pbgc has quit IRC
[00:27:24] *** nerdfiles has quit IRC
[00:28:38] <romanovic> ziro`: it sounds to me like you want both a service and controllers working within your directives
[00:29:02] <kakashiAL> icfantv: what do you think about that api:
[00:29:04] <kakashiAL> realtimeCalc.sum(myViewModelArray, myViewModelSum);
[00:29:10] *** vaddix has joined #angularjs
[00:29:14] <kakashiAL> in that case I have to use angular.copy()
[00:29:38] *** schneider has quit IRC
[00:31:32] *** owenjones has quit IRC
[00:32:03] *** heyts_ has joined #angularjs
[00:32:12] *** dopesong_ has joined #angularjs
[00:33:32] *** smccarthy has quit IRC
[00:33:36] *** vaddix has quit IRC
[00:34:05] *** dpicky has joined #angularjs
[00:34:26] *** dopeson__ has joined #angularjs
[00:34:35] *** dopesong has quit IRC
[00:34:59] *** heyts has quit IRC
[00:36:05] *** Bomber4Chats_ has joined #angularjs
[00:36:20] *** p0k0 has joined #angularjs
[00:36:24] *** icfantv has quit IRC
[00:37:26] *** dopesong_ has quit IRC
[00:38:04] *** angasule has quit IRC
[00:38:40] *** heyts_ has quit IRC
[00:41:15] *** cotko has quit IRC
[00:42:05] *** node9 has joined #angularjs
[00:42:14] *** Ir1sh has quit IRC
[00:43:58] *** japhar81 has joined #angularjs
[00:44:46] *** alessandro1997 has quit IRC
[00:47:15] *** dpicky has quit IRC
[00:47:25] *** japhar81 has quit IRC
[00:48:36] *** ike_ has quit IRC
[00:50:18] *** joshontheweb has joined #angularjs
[00:51:46] *** qdk has quit IRC
[00:52:18] <ziro`> So how do I get the credentials from the LoginFormComponent?
[00:52:33] <ziro`> How can I get them into the LoginComponent?
[00:52:36] <ziro`> (the parent)
[00:54:30] *** prbc has quit IRC
[00:56:20] *** nerdfiles has joined #angularjs
[00:56:29] *** swordfish has joined #angularjs
[00:57:15] *** Lynxium has quit IRC
[00:57:24] *** moep has quit IRC
[00:57:35] *** PeterBooker has quit IRC
[00:58:17] *** ahaeger has joined #angularjs
[00:59:06] *** TyrfingMjolnir has joined #angularjs
[00:59:17] *** joshontheweb has quit IRC
[00:59:48] *** ahaeger has quit IRC
[00:59:49] *** ron_frown has quit IRC
[01:00:45] *** ahaeger has joined #angularjs
[01:01:11] *** swordfish has quit IRC
[01:01:24] *** italoacasas has joined #angularjs
[01:02:10] *** Poppa has joined #angularjs
[01:02:28] <romanovic> ziro`: you can pass in a function from the parent's controller by reference
[01:02:51] *** italoacasas has joined #angularjs
[01:03:01] *** steven10172 has quit IRC
[01:04:06] *** owenjones has joined #angularjs
[01:04:30] *** italoacasas has quit IRC
[01:05:35] *** Poppabear has quit IRC
[01:05:59] *** syzygy_ has joined #angularjs
[01:06:06] <romanovic> or, reference the parent from the child
[01:06:32] <romanovic> ziro`: see https://docs.angularjs.org/guide/directive#creating-directives-that-communicate
[01:07:19] <ziro`> angular2
[01:07:28] *** TyrfingMjolnir has quit IRC
[01:09:02] *** italoacasas has joined #angularjs
[01:10:41] *** spikeheadon has quit IRC
[01:12:22] *** ahaeger has quit IRC
[01:13:10] <romanovic> ah. can't help there
[01:13:11] *** ahaeger has joined #angularjs
[01:14:10] *** heyts has joined #angularjs
[01:14:27] *** c00ljs has quit IRC
[01:14:53] *** renee_ has joined #angularjs
[01:15:28] *** Aliks has quit IRC
[01:16:06] *** alinou has joined #angularjs
[01:17:21] *** mary5030 has quit IRC
[01:17:40] *** Aliks has joined #angularjs
[01:18:11] *** tobias47n9e_ has joined #angularjs
[01:19:41] *** EndStop has quit IRC
[01:20:04] *** hefox has quit IRC
[01:20:09] *** EndStop has joined #angularjs
[01:20:45] *** tristanp has quit IRC
[01:21:23] *** ahaeger has quit IRC
[01:21:45] *** tobias47n9e has quit IRC
[01:24:31] *** asteele has quit IRC
[01:27:26] *** fscala has quit IRC
[01:27:31] *** drej has joined #angularjs
[01:29:01] *** dopeson__ is now known as dopesong
[01:29:26] *** fscala has joined #angularjs
[01:33:00] *** ziro` has quit IRC
[01:35:08] *** Aliks has quit IRC
[01:35:43] *** Aliks has joined #angularjs
[01:35:53] *** jae has joined #angularjs
[01:36:02] *** Bomber4Chats_ has quit IRC
[01:36:26] *** _Penguin has quit IRC
[01:36:27] *** Aliks has quit IRC
[01:37:17] *** EndStop has quit IRC
[01:37:51] *** asteele has joined #angularjs
[01:39:00] *** _Penguin has joined #angularjs
[01:40:37] *** rikkipitt has quit IRC
[01:41:34] *** opiates has joined #angularjs
[01:42:43] *** qdk has joined #angularjs
[01:45:16] *** vaddix has joined #angularjs
[01:46:34] *** bayousoft has quit IRC
[01:46:40] *** alinou has quit IRC
[01:48:00] *** bayousoft has joined #angularjs
[01:48:04] *** dpicky has joined #angularjs
[01:49:46] *** Faradax has joined #angularjs
[01:51:25] <Faradax> Hello! I was wondering if there were some projects or guides to help me get an angular2 app started, taking out some of the boilerplate etc
[01:52:40] <Kwoth> Faradax: if you find something that is not obsolete, please let me know. The only help i got is from the https://angular.io/docs/ts/latest/guide/ atm
[01:53:08] <Faradax> I see, thanks for sharing
[01:53:12] *** heyts has quit IRC
[01:53:25] *** dopesong has quit IRC
[01:53:35] *** dpicky has quit IRC
[01:53:52] *** Aliks has joined #angularjs
[01:53:53] <Kwoth> does anyone have idea why is my angular2 ngFor not updating with new values until i interact with something?
[01:53:56] *** nil1511 has quit IRC
[01:55:24] *** amg_ has joined #angularjs
[01:56:21] *** amg_ has quit IRC
[01:57:57] *** swordfish has joined #angularjs
[01:59:55] *** atomicb0mb has joined #angularjs
[02:00:28] *** mellernoia-work has joined #angularjs
[02:00:35] *** atomicb0mb has quit IRC
[02:01:29] *** hefox has joined #angularjs
[02:01:51] *** Lynxium has joined #angularjs
[02:02:00] *** greatdex has joined #angularjs
[02:02:05] *** mellernoia has quit IRC
[02:03:12] *** drej has quit IRC
[02:03:23] *** swordfish has quit IRC
[02:04:00] <Faradax> meh. the 5-minute-quickstart _sounds_ like it is what I want, but seeing how long the page is I fear that it is not quick and automatic at all.. :s
[02:05:28] *** postsneakernet has quit IRC
[02:06:05] *** marr has quit IRC
[02:06:51] *** opiates has quit IRC
[02:07:03] *** italoacasas has quit IRC
[02:08:33] *** magellanicloud has quit IRC
[02:10:30] *** heyts has joined #angularjs
[02:11:51] *** doodlehaus has joined #angularjs
[02:12:42] *** Ir1sh has joined #angularjs
[02:13:53] *** dimtruck is now known as zz_dimtruck
[02:17:28] *** Ir1sh has quit IRC
[02:20:56] *** ringzer0 has quit IRC
[02:21:02] *** telega has joined #angularjs
[02:21:13] *** doodlehaus has quit IRC
[02:23:24] *** MistahKurtz has joined #angularjs
[02:23:37] *** smccarthy has joined #angularjs
[02:26:02] *** edrocks_ has joined #angularjs
[02:26:34] *** batch4225 has joined #angularjs
[02:26:50] *** italoacasas has joined #angularjs
[02:27:55] *** Aliks has quit IRC
[02:29:12] *** batch4225 has quit IRC
[02:29:39] *** batch4225 has joined #angularjs
[02:30:17] <Poeticode> quick if you copy paste, but it'll definitely take a while to get through if you're actually wanting to learn the material it's presenting
[02:30:28] *** Aliks has joined #angularjs
[02:30:54] *** zz_dimtruck is now known as dimtruck
[02:33:04] <kakashiAL> I am working on a function that takes a view model and set it
[02:33:06] *** doginal has quit IRC
[02:33:11] <kakashiAL> I am using angular.copy() for that
[02:33:48] <kakashiAL> but is there maybe a better way that does not need angular.copy?
[02:34:25] <kakashiAL> feels bad somehow ?:/
[02:35:42] *** user09 has joined #angularjs
[02:35:43] *** batch4225 has quit IRC
[02:36:32] *** drej has joined #angularjs
[02:36:33] *** user09 has quit IRC
[02:36:54] *** tyu has joined #angularjs
[02:37:12] *** syzygy_ has quit IRC
[02:37:38] *** ike has joined #angularjs
[02:38:02] *** ike is now known as Guest61566
[02:38:55] *** Aliks has quit IRC
[02:39:24] *** siba has quit IRC
[02:41:31] *** kirobaito has joined #angularjs
[02:42:53] *** siba has joined #angularjs
[02:46:09] *** drej has quit IRC
[02:46:14] *** leolrrj-alt has quit IRC
[02:47:28] *** maximski has quit IRC
[02:50:14] <Kwoth> I still don't get why data i got from socket.io doesnt show in my Angular2 app until i interact with something...
[02:50:30] *** dpicky has joined #angularjs
[02:50:36] <Poeticode> Might need to $apply for angular to notice the new data
[02:50:43] *** codeitloadit has quit IRC
[02:50:47] <Kwoth> no apply in ng2
[02:50:59] <Poeticode> Ah, my bad D:
[02:51:11] *** smccarthy has quit IRC
[02:51:33] <Kwoth> in angular1 you simply don't see the data ever if you dont apply, here you don't see until you dont do something >.<
[02:51:36] *** tristanp has joined #angularjs
[02:52:11] <Kwoth> There must be a way to apply, im looking for 50 minutes on interwebz, can't find it...
[02:52:35] *** kirobaito has quit IRC
[02:55:12] *** dpicky has quit IRC
[02:55:36] *** heyts has quit IRC
[02:56:25] *** nerdfiles has quit IRC
[02:56:33] *** kirobaito has joined #angularjs
[02:57:59] *** Dmitri has joined #angularjs
[02:58:41] *** owenjones has quit IRC
[02:58:54] *** tristanp has quit IRC
[02:59:31] *** gambl0re has joined #angularjs
[03:00:02] *** codeitloadit has joined #angularjs
[03:00:17] *** nate_c has quit IRC
[03:01:46] *** burzum has joined #angularjs
[03:01:55] *** burzum2 has quit IRC
[03:02:20] *** cocao1 has joined #angularjs
[03:02:55] *** nerdfiles has joined #angularjs
[03:02:58] *** Dmitri has quit IRC
[03:03:02] *** iateadonut has joined #angularjs
[03:03:16] *** Faradax has quit IRC
[03:03:50] *** cocao1 has quit IRC
[03:06:52] *** vaddix has quit IRC
[03:08:34] *** edrocks has quit IRC
[03:08:43] *** edrocks_ is now known as edrocks2
[03:08:44] *** edrocks has joined #angularjs
[03:08:45] *** edrocks2 is now known as edrocks_
[03:08:56] *** Torontoz has quit IRC
[03:09:48] *** aoeu256 has joined #angularjs
[03:10:10] *** kgee has quit IRC
[03:10:25] *** Guest61566 has quit IRC
[03:10:40] *** hefox has quit IRC
[03:10:56] *** tristanp has joined #angularjs
[03:12:29] *** iateadonut has quit IRC
[03:14:08] *** Ir1sh has joined #angularjs
[03:15:10] *** joelwallis has joined #angularjs
[03:16:49] *** shinnya has quit IRC
[03:18:02] <vader699> are you using an observable?
[03:18:51] *** cocao has quit IRC
[03:19:19] *** Ir1sh has quit IRC
[03:25:06] *** dimtruck is now known as zz_dimtruck
[03:27:34] *** syzygy_ has joined #angularjs
[03:28:51] <Kwoth> vader699: no... ?
[03:29:06] <Kwoth> im looking into this atm, but it doesn't work
[03:29:08] <Kwoth> https://angular.io/docs/ts/latest/api/core/ChangeDetectorRef-class.html
[03:29:43] <vader699> I've used the observables and it'll update when the data changes so that might be your solution
[03:29:47] *** stbaby has joined #angularjs
[03:30:46] <vader699> but then you need to add rxjs to your project if you don't have it already
[03:31:26] <Kwoth> can you show me an example please?
[03:31:33] *** codeitloadit has quit IRC
[03:31:45] <Kwoth> rxjs is already bundled with angular2 so its no problem to just include it
[03:32:16] *** beckyconning_ has joined #angularjs
[03:33:05] <vader699> i believe i followed this http://coryrylan.com/blog/angular-2-observable-data-services
[03:33:40] <vader699> you share the observable then were you use the data you subscribe to it.
[03:33:54] <vader699> hopefully that article explains it better
[03:34:11] *** junmin has quit IRC
[03:34:24] <vader699> the syntax might be slightly off now though
[03:36:03] *** cocao has joined #angularjs
[03:36:41] *** Jardayn has quit IRC
[03:36:48] *** Theoozin is now known as Theowning
[03:36:57] *** cocao has quit IRC
[03:37:35] *** burzum2 has joined #angularjs
[03:37:53] *** doppio|Laptop has joined #angularjs
[03:38:26] *** hex` has quit IRC
[03:38:54] *** rud has quit IRC
[03:39:35] *** burzum has quit IRC
[03:40:14] <Poeticode> … Ugh, a typo ruined me for half an hour
[03:40:20] * Poeticode tosses a few tables
[03:41:06] <Poeticode> It was a good learning experience though. Carrying an ES5 Angular 1.x app over to TypeScript/ES6 classes and modules has been an adventure.
[03:41:23] *** nivag has quit IRC
[03:42:20] <edrocks_> Poeticode: I'll be going down that road soon
[03:45:21] *** skcin7 has quit IRC
[03:45:52] <gambl0re> if i want to downgrade a npm package how would i do that
[03:46:40] *** rickmak_ has joined #angularjs
[03:48:53] *** nivag has joined #angularjs
[03:49:28] *** one_zero has joined #angularjs
[03:51:00] *** joelwallis has quit IRC
[03:51:06] *** heyts has joined #angularjs
[03:51:44] <Poeticode> @edrocks_: it's not too bad. The problem is that there are way too many different ways to do things, which makes looking up tutorials/SO questions for your preferred way difficult x_x
[03:52:16] <Poeticode> gambl0re: npm install [package name]@[version you want]
[03:52:17] *** fantnn has joined #angularjs
[03:52:57] <Poeticode> append —save to the command to have that specified version in your package.json
[03:53:00] *** rud has joined #angularjs
[03:53:46] <Poeticode> might also need to do npm uninstall [package] before all that
[03:55:32] *** JBreit has joined #angularjs
[03:55:43] <gambl0re> i have a question for all you gulp users out ther
[03:55:51] <gambl0re> here is my gulp config file
[03:55:52] <gambl0re> https://gist.github.com/anonymous/ac757de0ae147249f330
[03:56:18] <gambl0re> im using gulp-util. when i make any changes to my files it should log to the console but it doesnt...
[03:56:22] <gambl0re> any ideas?
[03:56:23] <gambl0re> thanks
[03:57:47] *** Bloomer has joined #angularjs
[03:57:48] *** khuezy has quit IRC
[03:57:54] *** fedenunez has joined #angularjs
[03:59:11] *** rickmak_ has quit IRC
[03:59:23] *** fotoflo has joined #angularjs
[03:59:40] *** bayousoft has quit IRC
[04:00:12] *** swordfish has joined #angularjs
[04:02:15] *** mandric has joined #angularjs
[04:03:20] *** MistahKurtz has quit IRC
[04:03:32] *** joelwallis has joined #angularjs
[04:04:51] *** swordfish has quit IRC
[04:05:26] *** fantnn has quit IRC
[04:06:15] *** ome has joined #angularjs
[04:13:41] *** doppio|Laptop has quit IRC
[04:14:39] *** mandric has quit IRC
[04:16:22] *** HimAgain has joined #angularjs
[04:16:37] <edrocks_> gambl0re: you don't get integration with gulp for free. you need to usually use a wrapper to handle things as streams https://www.npmjs.com/package/gulp-watchify
[04:16:58] <edrocks_> I'm guessing it runs that task then exits instead of keeping it watching
[04:18:07] <Kwoth> vader699: its saying .share is not a property for me >.>
[04:18:23] *** HimAgain has quit IRC
[04:19:29] *** mellernoia-work has quit IRC
[04:21:58] *** sbellina has quit IRC
[04:22:39] *** kuadrosx has quit IRC
[04:23:09] *** smccarthy has joined #angularjs
[04:25:55] *** Lynxium has quit IRC
[04:26:37] *** macabre has quit IRC
[04:28:43] *** sbellina has joined #angularjs
[04:32:43] *** zz_dimtruck is now known as dimtruck
[04:37:24] *** Chernsha has joined #angularjs
[04:37:36] *** speeddra_ has quit IRC
[04:38:17] *** erol has joined #angularjs
[04:38:44] *** Lamda has joined #angularjs
[04:38:50] *** kirobaito has quit IRC
[04:39:01] *** joelwallis has quit IRC
[04:39:32] <Lamda> Can anyone tell me what is the meaning of this ...... var data = data || {}
[04:40:36] <Poeticode> if data doesn't exist, then assign {} as the value of data
[04:42:32] *** p0k0 has quit IRC
[04:44:26] *** robdubya has joined #angularjs
[04:45:47] *** nerdfiles has quit IRC
[04:46:05] *** nerdfiles has joined #angularjs
[04:46:49] *** kuadrosx has joined #angularjs
[04:47:01] *** merpnderp has left #angularjs
[04:47:37] *** tyu has quit IRC
[04:51:06] *** iateadonut has joined #angularjs
[04:51:54] *** greatdex has quit IRC
[04:52:11] <Lamda> Poeticode : { } is this means object
[04:52:33] <Lamda> Poeticode : Thanks a lot :)
[04:54:33] <Poeticode> Lamda: yep, an object literal. and no problem
[04:54:57] *** fixl has joined #angularjs
[04:55:28] *** skcin7 has joined #angularjs
[04:55:28] *** kp666 has joined #angularjs
[04:55:52] <Lamda> Poeticode : If you dont mind i have some doubts on JS i am new to it.. can you clarify !! if you are free
[04:57:09] <romanovic> Lamda: !! calculates as true if the value is truthy
[04:57:19] *** Jamazia has joined #angularjs
[04:57:56] *** jae has quit IRC
[04:58:15] *** syzygy_ has quit IRC
[04:58:26] <Lamda> romanovic : hahahaha ;)
[04:58:28] <romanovic> so, if v = 1, v is truthy, but not v === true.
[04:58:46] <romanovic> !!v === true
[04:59:01] <robdubya> ( i dont think that was actually a question...)
[04:59:39] <Lamda> romanovic : Actually that is not a question ...i am asking him...if you are free
[04:59:46] *** icfantv has joined #angularjs
[05:00:21] *** charuru has quit IRC
[05:00:41] <Lamda> romanovic : Did u got it now....
[05:01:11] *** hackel has quit IRC
[05:01:17] <romanovic> PoeticodeHasFreeTime = !!(question.indexOf('!!') + 1);
[05:01:43] <vader699> Kwoth: yeah i had that issue as well
[05:01:44] <vader699> this.topic$ = new Observable_1.Observable(function (observer) {
[05:01:44] <vader699> return _this._topicObserver = observer;
[05:01:44] <vader699> });
[05:01:44] <vader699> this.topic$.share;
[05:01:53] <vader699> i did somthing like that to get it to work
[05:02:20] <Lamda> What does the $ sign indicates there (function(todo, data, $)
[05:02:28] <romanovic> Lamda: got it :)
[05:02:29] <robdubya> wait... what
[05:03:31] <Lamda> romanovic : can you explain that ....
[05:04:08] *** charuru has joined #angularjs
[05:06:27] *** owenjones has joined #angularjs
[05:06:36] *** hefox has joined #angularjs
[05:07:16] *** Thupi has joined #angularjs
[05:08:02] *** telega has quit IRC
[05:08:06] *** fedenunez has quit IRC
[05:08:17] *** Thupi has quit IRC
[05:08:25] *** speeddragon has joined #angularjs
[05:08:37] *** sixr420 has joined #angularjs
[05:08:39] *** Thupi has joined #angularjs
[05:08:40] *** charuru has left #angularjs
[05:09:13] *** owenjones has quit IRC
[05:09:22] <Thupi> Hey, im looking for help in order to pass some data from a parrent component to the child components :) ?
[05:09:43] *** speeddragon has quit IRC
[05:10:13] *** speeddragon has joined #angularjs
[05:10:15] <vader699> in 1 or 2?
[05:10:44] <Thupi> In Angular 2 Beta :)
[05:11:11] <vader699> https://angular.io/docs/ts/latest/api/core/Input-var.html
[05:11:25] *** kikero has joined #angularjs
[05:11:48] <kikero> Hey!
[05:12:03] *** speeddra_ has joined #angularjs
[05:12:13] *** speeddragon has quit IRC
[05:12:19] <Kwoth> vader699: now i get "this._postsObserver is undefined >.>" here is a snippet
[05:12:22] <Kwoth> http://hastebin.com/nivufagayi.php
[05:12:51] <Kwoth> i tried with and without () on share
[05:13:06] <Thupi> Well, thats not exactly the solution for my issue... :) I have a route with to a child component with a param. I want the child components children to be able to get the param :)
[05:13:30] <Thupi> route to*
[05:13:41] *** speeddra_ has quit IRC
[05:13:46] *** speeddragon has joined #angularjs
[05:13:52] *** fedenunez has joined #angularjs
[05:14:19] <kikero> http://pastebin.com/8jg9Xy0w
[05:14:53] <kikero> I cannot seem to be able to access the model from an inferior level of imbrication.
[05:14:56] <kikero> Any idea why?
[05:15:04] *** speeddragon has quit IRC
[05:15:25] <vader699> https://angular.io/docs/ts/latest/api/router/RouteParams-class.html
[05:16:00] *** heyts has quit IRC
[05:16:22] *** Ir1sh has joined #angularjs
[05:16:25] <vader699> Kwoth: are you writing in ts or js?
[05:16:33] <Kwoth> ts
[05:16:42] *** owenjones has joined #angularjs
[05:17:10] *** speeddragon has joined #angularjs
[05:17:14] <Thupi> That's a good sample :) The UserCmp is able to get the param but the children of UserCmp are not able to get the param :) ?
[05:17:31] <vader699> the only this i can see that's different from mine is i don't have the return in there
[05:18:47] *** italoacasas has quit IRC
[05:18:58] <Kwoth> vader699: the thing you copied has return
[05:18:59] *** jhirley has quit IRC
[05:19:10] <Kwoth> are you using angular beta?
[05:19:11] *** speeddra_ has joined #angularjs
[05:19:11] *** speeddragon has quit IRC
[05:19:16] <vader699> yeah that was transpiled js sorry
[05:19:36] *** fotoflo has quit IRC
[05:19:41] <vader699> this.topic$ = new Observable(observer =>
[05:19:41] <vader699> this._topicObserver = observer);
[05:19:41] <vader699> this.topic$.share;
[05:19:43] <vader699> that's ts
[05:19:48] *** iateadonut has quit IRC
[05:20:23] <Kwoth> your observer is just "private _topicObserver:any;" ?
[05:20:28] *** speeddra_ has quit IRC
[05:20:40] <vader699> public topic$;
[05:20:40] <vader699> private _topicObserver: any;
[05:20:40] <vader699> private topics: Array<any>;
[05:20:46] *** edrocks_ has quit IRC
[05:21:30] *** Ir1sh has quit IRC
[05:22:26] <vader699> Thupi so your trying to pass a route param to a child component of the compontent of the route
[05:22:52] <kikero> hey
[05:23:33] <robdubya> put it in a gist
[05:25:07] <Thupi> Vader699: Yes, i has a workspaceid param at a route to WorkspaceCmp but needs it ine the WorkspaceHomeCmp that located under WorkpsaceCmp :)
[05:26:03] *** Sky[x] has joined #angularjs
[05:26:06] <vader699> would a combination of the links i sent you work? get the id in the main component then pass it as an input to the child?
[05:27:59] *** heyts has joined #angularjs
[05:28:02] <Poeticode> Sorry, Lamda. I was afk, and now I have to leave
[05:28:20] *** Poeticode has quit IRC
[05:28:46] *** drej has joined #angularjs
[05:29:06] <vader699> Kwoth: this is both sides of my observable service items https://gist.github.com/anonymous/4ea76dad30623f48e17f
[05:31:15] <Thupi> vader699: I dont think thats a opportunity cause the WorkspaceCmp have its own router :) So i cant use @Input through a router :) ? But the first part is done. I uses RouterParams to pass the param to WorkspaceCmp :)
[05:31:43] <vader699> can you put what you have in a gist?
[05:32:57] <Thupi> Vaser699: The project is pretty big so i'll try to put the most important parts in a gist :) Give me 2 sek :)
[05:34:11] *** jedimind has joined #angularjs
[05:35:53] <vader699> k
[05:36:04] *** tristanp has quit IRC
[05:36:35] <Kwoth> vader699: ..................... the subscribe fires, no errors, but i still don't see the changes ....
[05:37:32] *** drej has quit IRC
[05:38:33] <vader699> hmm
[05:38:44] *** fullstack has quit IRC
[05:38:44] *** fullstack has joined #angularjs
[05:39:32] *** fscala has quit IRC
[05:40:10] <Thupi> Vader699: https://gist.github.com/anonymous/5e14c635c2c1d200b1af - This is my problem :)
[05:40:40] *** nerdfiles has quit IRC
[05:40:44] *** kramer65 has joined #angularjs
[05:40:53] *** nerdfiles has joined #angularjs
[05:41:31] *** asteele has quit IRC
[05:41:47] *** corioliss has joined #angularjs
[05:42:19] *** fscala has joined #angularjs
[05:43:57] <vader699> so when you go to /workspace/1 it logs 1 correctly but how are you calling up the home component
[05:44:31] <robdubya> https://gist.github.com/anonymous/4ea76dad30623f48e17f#file-service-ts-L8-L10
[05:44:34] <robdubya> dont' do that
[05:44:37] <robdubya> bad news bears
[05:44:39] <robdubya> for real
[05:44:41] <robdubya> don't
[05:44:57] <vader699> why
[05:45:17] <robdubya> its leaky as hell. breaks all sorts of guarantees.
[05:45:25] <robdubya> this is what subjects are for
[05:45:42] <vader699> subjects?
[05:45:50] <robdubya> subjects
[05:46:21] <robdubya> in this specific case, BehaviorSubjects, most likely
[05:46:22] <vader699> got an example?
[05:46:40] <Kwoth> I logged my data now. When I get a new post from the websocket, i log the this.posts, it shows 2 but only 1 is rendered in the view
[05:46:41] <robdubya> at the simplest
[05:46:42] <Kwoth> plz help :)
[05:46:46] <robdubya> new Subject()
[05:46:58] *** kuadrosx has quit IRC
[05:47:02] <Thupi> Thats right :) Then when i go to /workspace/1/home it logs 1 and then null. I discovered that the HomeComponent dont have acces to the param :) ?
[05:47:04] <robdubya> implements both Observer (next) and Observable (subscribe) interface
[05:47:48] <vader699> interesting
[05:47:51] <robdubya> assuming you're using this as a sort of "cache / last value of posts" thing
[05:48:02] <vader699> i found the readme for it i'll look into thanks
[05:48:06] <robdubya> this.posts = new BehaviorSubject([]);
[05:48:17] *** fotoflo has joined #angularjs
[05:48:52] <icfantv> kakashiAL: please ask your questions in the general forum so that everyone may benefit. thanks.
[05:49:21] <kakashiAL> got my question?
[05:49:31] <Kwoth> robdubya: im just using it to make it render the correct values for my data >.< When i get data from websocket, my view doesn't update
[05:49:45] <icfantv> kakashiAL: no
[05:50:06] <icfantv> kakashiAL: i have no idea what your question is. i like to think i'm smart, but i'm not a savant.
[05:50:10] <robdubya> Kwoth can you post your code somewhere in a gist
[05:50:11] *** junmin has joined #angularjs
[05:50:24] <robdubya> icfantv liar
[05:50:41] <kikero> guys
[05:50:43] <icfantv> robdubya: oh stop.
[05:50:46] <kikero> please, don't ignore my question
[05:50:48] <kikero> ahahah
[05:51:34] <icfantv> kikero: please understand that the way this channel works (and most in general) is that you ask your question and if someone is able to answer it, they will
[05:51:49] <robdubya> kikero also, make a plunker (see topic)
[05:51:55] <icfantv> it is considered rude to keep asking and to pester others in the room to answer your question.
[05:51:59] <robdubya> and looking at your paste, the first thing is "use ng-href"
[05:52:40] <kikero> ok
[05:52:43] <kakashiAL> icfantv:
[05:52:45] <kakashiAL> I am working on a function that takes a view model and set it
[05:52:47] <kakashiAL> I am using angular.copy() for that but is there maybe a better way that does not need angular.copy?
[05:52:47] <kikero> thanks / sorry
[05:53:08] <Kwoth> robdubya: http://hastebin.com/rufacotodi.coffee
[05:53:16] <Kwoth> i copied relevant parts
[05:53:48] *** kikero has quit IRC
[05:54:25] <Thupi> Vader699: Couldt it be a known issue :) ? In that case i might just create at storege component and passw it arround to the components that needs the param :) ?
[05:54:26] <kakashiAL> icfantv: calculator(viewModelArray, viewModelSum, viewModelTax, viewModelTotal) <--have to use angular.copy for that
[05:54:28] <icfantv> kakashiAL: i have no idea what you're doing so i can't say whether or not angular.copy is what you want/need
[05:54:48] *** greatdex has joined #angularjs
[05:54:52] <robdubya> Kwoth socket.io?
[05:54:53] <vader699> yeah you might have to work around it sorry i wasn't much help
[05:54:58] <Kwoth> robdubya: yes
[05:55:16] <robdubya> you're mostly on the right track vader699 :)
[05:55:23] <icfantv> kakashiAL: i'm still waiting for a clear question from you. sorry to be direct, but you're not giving me much to go on here.
[05:55:23] *** ren0v0 has quit IRC
[05:55:29] <robdubya> but definitely avoid breaking that barrier
[05:55:40] *** dpicky has joined #angularjs
[05:55:46] <kakashiAL> icfantv: okay, I will start from the beginning
[05:55:56] <kakashiAL> I have a view where you can pic products
[05:55:56] <robdubya> Kwoth i figured zone should have patched that already
[05:55:58] *** ren0v0 has joined #angularjs
[05:55:59] *** jedimind has quit IRC
[05:56:05] <Thupi> Vader699: Well, thanks alot anyway :)
[05:56:17] <kakashiAL> icfantv: if you add a product, you will push that product in your array
[05:56:19] <robdubya> should probably check that out. lemme set one up
[05:56:22] <Kwoth> Patched what?
[05:56:27] <vader699> robdubya: thanks i got that from the only example i could find at the time in alpha thanks for the tip
[05:56:37] <kakashiAL> icfantv: in realtime you get the sum, the taxes and the total
[05:56:47] <robdubya> zoneJS is how we know to trigger change detection
[05:57:05] <robdubya> (so you don't have to do scope.apply like you do in ng1)
[05:57:25] <kakashiAL> if you remove one of that product, everything changes in realtime
[05:57:33] <robdubya> we hook into a bunch of APIs. just surprised socket.io isn't covered
[05:57:36] <icfantv> kakashiAL: k
[05:57:54] <robdubya> what does your socketService look like?
[05:58:10] <Kwoth> super simple, just connection to the server
[05:58:17] <icfantv> kakashiAL: and your question is......
[05:58:38] <kakashiAL> icfantv: I am using scope.watch and I have these viewModels: vm.producArray, vm.sum, vm.tax, vm.total
[05:58:40] <Kwoth> robdubya: http://hastebin.com/kagofariwa.coffee
[05:59:13] *** blackjid has quit IRC
[05:59:14] <Kwoth> socket service works fine. 100%, data is there, it just isn't shown
[05:59:31] <icfantv> kakashiAL: ok dude. you're seriously bumming me out. create a gist, post the relevant snippets of code, and ask your question.
[05:59:33] <kakashiAL> icfantv: my question is this: I need such a function in different views
[05:59:39] <icfantv> ah, ok
[05:59:42] <Kwoth> i found this, maybe this will solve my issue? http://stackoverflow.com/questions/31706948/angular2-view-not-changing-after-data-is-updated
[05:59:56] *** stbaby has quit IRC
[06:00:00] <icfantv> kakashiAL: so create a reusable directive
[06:00:12] <icfantv> to insert where you need
[06:00:29] *** blackjid has joined #angularjs
[06:00:35] *** MistahKurtz has joined #angularjs
[06:00:48] <robdubya> Kwoth what if you init the connection inside the SocketService
[06:01:04] <kakashiAL> icfantv: I dont know which api I sould use for the function that uses scope.watch and that requires viewModels and set them for me
[06:01:11] *** dpicky has quit IRC
[06:01:17] <kakashiAL> icfantv: dont want a directive
[06:01:25] *** skcin7 has quit IRC
[06:01:38] <kakashiAL> just the function
[06:01:41] *** swordfish has joined #angularjs
[06:02:12] <Kwoth> robdubya: oh god....
[06:02:25] <Kwoth> it works. thanks SO MUCH robdubya
[06:02:37] <robdubya> haha
[06:02:44] <Kwoth> SO MUCH, you don't even know how much im grateful. Im doing this for 4 hours
[06:02:44] <kakashiAL> icfantv: something like this: calculator(vm.productArray).sum(vmSum).tax(vnTax).total(vmTotal)
[06:02:54] <Kwoth> im not even joking. from 2am to 6am now.
[06:02:57] <kakashiAL> icfantv: everything that I pass is the viewModel of my current view
[06:03:25] <vader699> Kwoth: as you may have seen the observer stuff i told you is not best practice
[06:04:02] <Kwoth> I wonder if i need observer stuff now? I remember my stuff worked before i had to move socket to a service
[06:04:03] *** fixl_ has joined #angularjs
[06:04:14] *** fixl has quit IRC
[06:04:20] <kakashiAL> icfantv: any idea for that api?
[06:04:29] <icfantv> kakashiAL: if you don't want a directive and you don't want duplicate code then your only other real option is a service or factory
[06:04:49] <kakashiAL> icfantv: thats not the problem
[06:04:59] <vader699> revert and see hopefully it works
[06:05:01] <icfantv> kakashiAL: i'm not convinced you need a $watch either but since you've not gist'd any code i have no idea what to think/say
[06:05:04] <kakashiAL> just have a problem to implement that
[06:05:06] <Kwoth> yeah, it works
[06:05:09] *** MistahKurtz has quit IRC
[06:05:10] <robdubya> Kwoth / vader699 the tricky thing with socket.io (vs vanilla websockets) is that there's a whole variety of events to manage
[06:05:18] <kakashiAL> icfantv: wait a second
[06:05:19] *** yeshacker has joined #angularjs
[06:05:39] <icfantv> kakashiAL: you;d better hurry. we're flying out tomorrow morning for the holidays and i still have to pack.
[06:05:46] <robdubya> i was gonna build a socket.io Rx client this week anyway, i guess i'll do it tonight :p
[06:06:07] <Kwoth> It works without this observable mess now. Thanks a lot to robdubya and vader699 for the help!
[06:06:10] *** swordfish has quit IRC
[06:06:26] <vader699> np
[06:06:26] *** owenjones has quit IRC
[06:06:34] <robdubya> Rx is actually the *ideal* way to work with socket.io :p
[06:07:02] <Kwoth> What would be the Rx socket.io client? What would be the difference?
[06:07:27] <robdubya> lets you treat it all as a stream
[06:07:28] <robdubya> like
[06:08:52] <icfantv> kakashiAL: tick tock, mate. tick tock....
[06:09:58] *** knownasilya has quit IRC
[06:10:24] <kakashiAL> icfantv: here
[06:10:27] <kakashiAL> https://paste.xinu.at/S5PHKV/js
[06:10:48] <kakashiAL> on line 10 - 12 I set my view models
[06:11:02] *** heyts has quit IRC
[06:11:10] <icfantv> kakashiAL: ok, one sec
[06:11:33] <icfantv> kakashiAL: $watchCollection?
[06:11:34] <kakashiAL> I dont know how to write a function to tell foo(here are the view models that I have)
[06:12:01] <kakashiAL> $watchCollection? dont know what you mean with that
[06:12:14] <icfantv> well, those are all primitives so using angular.copy is unnecessary since JS is pass by value for primitives
[06:12:26] *** junmin has quit IRC
[06:12:27] *** rud has quit IRC
[06:12:38] <robdubya> Kwoth http://plnkr.co/edit/pFvMwi6BhRFLI6dhuLxp?p=preview
[06:12:40] <robdubya> like that
[06:13:02] <kakashiAL> icfantv: yes, angular,copy() would only make sense if you have an array/object
[06:13:45] *** Torontoz has joined #angularjs
[06:13:54] *** nerdfiles has quit IRC
[06:14:19] <kakashiAL> icfantv: but if you pass one of your primitive view models
[06:14:30] <kakashiAL> how do you tell angualar to set it?
[06:15:37] <icfantv> kakashiAL: if your vm object is bound to your view's ng-models you really don't want to be passing that live reference around - too easy to introduce subtle bugs. just create a new object with the four values or pass the four values separately.
[06:15:53] <Kwoth> robdubya: I don't know what you did, im not into functional stuff. But it looks awesome :D
[06:16:08] <robdubya> its the same way http works :)
[06:16:18] <robdubya> and pretty much one of the ideal cases for Rx
[06:16:28] <kakashiAL> icfantv: with other words: create an object to be able to use angular.copy()?
[06:18:07] <gambl0re> what are peoples thoughts on angular 2.0 so far? positive/negative?
[06:18:42] <vader699> robdubya: dang subject seem so much easier that observables, thanks for the info
[06:18:44] *** rud has joined #angularjs
[06:18:50] <Kwoth> Oh i have one more question. For some reason my imports won't work if i don't put .js at the end of the import (except for angular/node_modules stuff)
[06:18:52] <robdubya> the basic rule is
[06:18:59] <Kwoth> like this import {SocketService} from './services/socket.service.js';
[06:19:24] <robdubya> if the thing thats emitting events already exists (like a websocket, or a DOM element, or an XHR) - you use observable to wrap it
[06:19:54] <robdubya> if you're trying to push events into a stream, use a subject.
[06:20:02] <kakashiAL> icfantv: so there is no way to do something like this: calculate({array: myArray, total: viewModelTotal, ...}) ?
[06:20:03] <icfantv> kakashiAL: no, not necessary. call calculate({ key: property, key2: property2, …})
[06:20:06] <robdubya> that's kind of a crappy explanation of the rule
[06:20:19] <icfantv> kakashiAL: IFF you really need to pass an object
[06:20:39] <icfantv> kakashiAL: you need to pass in your array?
[06:21:13] *** heyts has joined #angularjs
[06:21:18] <kakashiAL> icfantv: sure, its the array with the products and is able to change
[06:21:36] *** sctskw has joined #angularjs
[06:21:44] <icfantv> kakashiAL: if so, then unless that array can get large, i'd do an angular.copy for some defensive programming. but if it's just you doing development, and you can trust yourself to not muck with the data in the array (i.e., only READ it) then you're ok passing by reference.
[06:21:56] <icfantv> you don't want to angular.copy something really large if you don't have to.
[06:22:23] <icfantv> kakashiAL: and ifyou're calling that function everytime a model changes, you're going to be calling it a lot
[06:22:41] <icfantv> that copy could add a ton of unnecessary overhead
[06:22:48] <kakashiAL> icfantv: I call only the reduce every time the array changes
[06:24:10] <kakashiAL> but there is no way to pass a primitive variable
[06:24:28] <kakashiAL> hmmm...
[06:26:05] <icfantv> kakashiAL: huh?
[06:26:12] <icfantv> kakashiAL: 4 minutes
[06:26:16] <icfantv> and i have to leave
[06:26:38] *** Zamerick_ has quit IRC
[06:27:02] <kakashiAL> icfantv: is there any kind of api that I can implement that is async and is able to set primitive view models?
[06:27:21] <kakashiAL> icfantv: I guess I have an idea :)
[06:27:56] <icfantv> kakashiAL: you mean $q?
[06:28:14] <icfantv> and i have no idea what you mean by setting primitive view models
[06:28:15] <kakashiAL> calculate(array, function(sum, tax, total) { vm.sum = sum; ....});
[06:28:25] <kakashiAL> icfantv: you get the idea ?:)
[06:29:20] <kakashiAL> vm.sum <---its primitive its just {{products.sum}}
[06:29:24] <kakashiAL> in the view
[06:29:30] <kakashiAL> I hope you like my api idea
[06:30:41] *** icfantv has quit IRC
[06:34:31] *** Dmitri has joined #angularjs
[06:36:12] *** kramer65 has quit IRC
[06:36:14] *** Thupi has quit IRC
[06:37:35] *** Chernsha has quit IRC
[06:38:20] *** DoubleAW has quit IRC
[06:39:11] *** Ozd has joined #angularjs
[06:39:26] *** Dmitri has quit IRC
[06:40:55] *** jae has joined #angularjs
[06:41:24] *** erol has quit IRC
[06:42:59] *** hefox has quit IRC
[06:43:09] *** DoubleAW has joined #angularjs
[06:44:43] *** Pspfolio has joined #angularjs
[06:44:45] *** hefox has joined #angularjs
[06:45:32] *** p0k0 has joined #angularjs
[06:50:27] *** Kwoth has quit IRC
[06:50:31] *** Sky[x] has quit IRC
[06:53:38] *** sfdfsfsf has joined #angularjs
[06:53:57] *** erol has joined #angularjs
[06:54:22] *** sfdfsfsf has quit IRC
[06:54:36] *** aoeu256 has quit IRC
[06:54:47] *** jae has quit IRC
[06:55:23] *** iateadonut has joined #angularjs
[06:56:06] *** fedenunez has quit IRC
[06:56:41] *** dimtruck is now known as zz_dimtruck
[06:57:13] *** dpicky has joined #angularjs
[06:58:54] *** sbellina has quit IRC
[07:00:17] *** sbellina has joined #angularjs
[07:01:59] *** hefox has quit IRC
[07:02:43] *** dpicky has quit IRC
[07:03:13] *** swordfish has joined #angularjs
[07:08:10] *** swordfish has quit IRC
[07:14:16] *** soee_ has joined #angularjs
[07:15:35] *** soee has quit IRC
[07:17:13] *** genepool has quit IRC
[07:18:06] *** Ir1sh has joined #angularjs
[07:19:58] <vader699> robdubya: look like the better way to do it. https://gist.github.com/anonymous/7e6808835e7346de07ed
[07:21:52] <robdubya> you dont really need the vanilla array
[07:21:52] *** BigBangUDR has joined #angularjs
[07:22:00] <robdubya> the behavior subject *is* the state
[07:22:24] *** duriangray has joined #angularjs
[07:22:44] *** Ir1sh has quit IRC
[07:23:37] *** Sky[x] has joined #angularjs
[07:23:48] *** jae has joined #angularjs
[07:26:00] *** heyts has quit IRC
[07:26:13] *** jae has left #angularjs
[07:26:18] <vader699> yeah i was thinking that
[07:26:30] *** zz_dimtruck is now known as dimtruck
[07:28:12] *** MistahKurtz has joined #angularjs
[07:31:24] *** skvedula has joined #angularjs
[07:32:45] *** MistahKurtz has quit IRC
[07:33:05] *** sankar has joined #angularjs
[07:33:49] <sankar> hi
[07:35:07] *** doppio|Laptop has joined #angularjs
[07:36:41] *** dimtruck is now known as zz_dimtruck
[07:37:27] *** Lynxium has joined #angularjs
[07:39:41] <Lamda> what $ specify here function(dat, $){
[07:41:06] *** iateadonut has quit IRC
[07:41:19] *** kramer65 has joined #angularjs
[07:44:54] *** ryez has joined #angularjs
[07:45:58] *** trew has joined #angularjs
[07:46:35] <trew> I have been using angularjs for some time but never really used services and factories. What are appropriate situations to use services?
[07:47:08] *** squeakytoy has joined #angularjs
[07:47:17] *** doppio|Laptop has quit IRC
[07:47:26] *** ome has quit IRC
[07:48:49] *** marthinal has joined #angularjs
[07:49:20] *** genepool has joined #angularjs
[07:55:34] *** brodul has quit IRC
[07:57:56] *** Lamda has quit IRC
[07:58:14] *** sctskw has quit IRC
[07:58:17] *** brodul has joined #angularjs
[07:58:34] *** CaShY has quit IRC
[07:58:48] *** sctskw has joined #angularjs
[07:58:48] *** dpicky has joined #angularjs
[08:00:35] *** fNk has joined #angularjs
[08:00:47] *** Alex_____ has joined #angularjs
[08:01:33] *** CaShY has joined #angularjs
[08:02:14] *** Guest83 has quit IRC
[08:03:16] *** sctskw has quit IRC
[08:04:44] *** dpicky has quit IRC
[08:07:04] *** sankar has quit IRC
[08:09:54] *** skcin7 has joined #angularjs
[08:10:15] *** fNk has quit IRC
[08:10:51] *** Alex_____ has quit IRC
[08:11:30] *** spikeheadon has joined #angularjs
[08:12:11] *** yeshacker has quit IRC
[08:12:32] *** cacts has quit IRC
[08:14:01] *** yeshacker has joined #angularjs
[08:14:14] *** BigBangUDR has quit IRC
[08:16:46] *** sbellina has quit IRC
[08:18:15] *** {DV8} has quit IRC
[08:23:00] *** node9_ has joined #angularjs
[08:26:10] *** node9 has quit IRC
[08:26:15] *** iooner- is now known as iooner
[08:26:55] *** rickmak has joined #angularjs
[08:27:17] *** yeshacker has quit IRC
[08:27:50] *** node9_ has quit IRC
[08:28:32] *** siba has quit IRC
[08:28:37] *** robdubya has quit IRC
[08:28:59] *** node9 has joined #angularjs
[08:29:22] *** rickmak has quit IRC
[08:29:48] *** erve has joined #angularjs
[08:31:49] *** drag0nius has quit IRC
[08:32:41] *** Pspfolio has quit IRC
[08:33:59] *** node9 has quit IRC
[08:36:11] *** drag0nius has joined #angularjs
[08:37:00] *** yeshacker has joined #angularjs
[08:37:39] *** leolrrj has joined #angularjs
[08:38:03] *** george_v has joined #angularjs
[08:39:51] *** eesco has joined #angularjs
[08:39:58] *** sbellina has joined #angularjs
[08:40:18] *** rickmak has joined #angularjs
[08:41:07] *** rickmak has quit IRC
[08:41:33] *** ycon_ has joined #angularjs
[08:44:19] *** speakingcode has joined #angularjs
[08:44:56] *** rickmak has joined #angularjs
[08:48:10] *** zeezey has quit IRC
[08:49:10] *** kp666 has quit IRC
[08:49:33] <eesco> top of the morning to you all\
[08:50:26] <eesco> plunkr is dead again
[08:53:20] *** ycon_ has quit IRC
[08:55:00] *** tarnus has quit IRC
[08:55:48] *** sbellina has quit IRC
[08:55:48] *** Kuroky360 has joined #angularjs
[08:57:33] *** youser has joined #angularjs
[08:57:56] <Kuroky360> anybody else?
[08:59:08] *** Aliks has joined #angularjs
[08:59:34] *** dan2k3k4 has joined #angularjs
[08:59:43] *** tristanp has joined #angularjs
[09:00:17] *** dpicky has joined #angularjs
[09:00:32] *** zz_dimtruck is now known as dimtruck
[09:02:48] <Kuroky360> where can i add a feature request in angular-ui-bootstrap
[09:04:48] *** swordfish has joined #angularjs
[09:05:26] *** dpicky has quit IRC
[09:06:11] *** moep has joined #angularjs
[09:06:39] *** Ir1sh has joined #angularjs
[09:07:00] *** tristanp has quit IRC
[09:07:37] *** Jurko has joined #angularjs
[09:09:12] <Jurko> Anyone have an idea of how long it typically takes to get feedback on submitted pull requests for the angularjs project? Or where to poke if there is no feedback?
[09:09:21] *** swordfish has quit IRC
[09:11:02] *** BigBangUDR has joined #angularjs
[09:11:20] *** fixl_ has quit IRC
[09:12:05] *** dimtruck is now known as zz_dimtruck
[09:14:47] *** fees has joined #angularjs
[09:15:30] *** marthinal has quit IRC
[09:16:49] *** ahhhndi has joined #angularjs
[09:19:41] *** Aliks has quit IRC
[09:19:59] *** Ir1sh has quit IRC
[09:20:17] *** Aliks has joined #angularjs
[09:20:56] *** tuskkk___ has joined #angularjs
[09:22:52] *** speeddragon has joined #angularjs
[09:22:52] *** ycon_ has joined #angularjs
[09:23:14] *** ahhhndi has quit IRC
[09:24:31] *** speeddragon has quit IRC
[09:24:40] *** speeddra_ has joined #angularjs
[09:24:50] *** beckyconning_ has quit IRC
[09:25:55] *** erve has quit IRC
[09:26:18] *** speeddra_ has quit IRC
[09:26:20] *** speeddragon has joined #angularjs
[09:27:19] *** Dekken has joined #angularjs
[09:27:41] *** speeddragon has quit IRC
[09:28:11] *** speeddragon has joined #angularjs
[09:29:42] *** speeddragon has quit IRC
[09:29:57] *** speeddragon has joined #angularjs
[09:30:10] *** erve has joined #angularjs
[09:31:10] *** speeddragon has quit IRC
[09:32:09] *** aoeu256 has joined #angularjs
[09:33:18] *** doginal has joined #angularjs
[09:35:20] *** speeddragon has joined #angularjs
[09:36:57] *** speeddragon has quit IRC
[09:37:54] *** ycon_ has quit IRC
[09:39:34] *** ycon_ has joined #angularjs
[09:41:20] *** marthinal has joined #angularjs
[09:41:26] *** Kuroky360 has quit IRC
[09:42:11] *** yeshacker has quit IRC
[09:43:10] *** Garfield-fr has quit IRC
[09:44:25] *** lanlau has joined #angularjs
[09:44:50] *** aoeu256 has quit IRC
[09:47:09] <lanlau> hi, in the doc i see that you have to import http in the following way: import {Http, HTTP_PROVIDERS} from 'angular2/http'; i've been looking at the source and can.´t see from where HTTP_PROVIDERS comes, do you have an idea? thanks
[09:50:11] *** illume has joined #angularjs
[09:50:25] *** obbs has quit IRC
[09:51:27] *** lanlau has quit IRC
[09:52:17] *** Aliks_ has joined #angularjs
[09:52:18] *** hefox has joined #angularjs
[09:52:46] *** lanlau has joined #angularjs
[09:55:40] *** Aliks has quit IRC
[09:56:07] *** yeshacker has joined #angularjs
[09:56:57] *** lanlau has quit IRC
[09:57:38] *** joshontheweb has joined #angularjs
[09:59:36] *** dileepX has joined #angularjs
[10:01:15] *** dileepX has quit IRC
[10:01:25] *** swordfish has joined #angularjs
[10:01:56] *** dpicky has joined #angularjs
[10:02:55] *** surjeet has joined #angularjs
[10:03:55] *** surjeet has quit IRC
[10:04:01] *** cotko has joined #angularjs
[10:04:10] *** fotoflo has quit IRC
[10:04:51] *** kabu has joined #angularjs
[10:05:23] *** Aliks_ has quit IRC
[10:05:54] *** swordfish has quit IRC
[10:05:55] <kabu> hi
[10:05:56] *** Aliks has joined #angularjs
[10:06:02] *** dpicky_ has joined #angularjs
[10:07:14] *** dpicky has quit IRC
[10:07:49] *** tristanp has joined #angularjs
[10:08:27] *** illume has quit IRC
[10:09:27] *** janez has quit IRC
[10:09:31] *** janezkranjc has joined #angularjs
[10:09:56] *** suspicious_e has quit IRC
[10:10:11] *** spikeheadon has quit IRC
[10:10:17] *** suspicious_e has joined #angularjs
[10:11:13] *** ycon_ has quit IRC
[10:11:27] *** ycon_ has joined #angularjs
[10:12:07] *** heyts has joined #angularjs
[10:12:15] *** Garfield-fr has joined #angularjs
[10:12:55] *** tristanp has quit IRC
[10:13:38] *** asteele has joined #angularjs
[10:16:16] *** senayar has joined #angularjs
[10:16:18] *** heyts has quit IRC
[10:16:19] *** dpicky_ has quit IRC
[10:16:19] *** illume has joined #angularjs
[10:17:52] *** illume has quit IRC
[10:19:18] *** janezkranjc is now known as janez
[10:21:35] *** ahhhndi has joined #angularjs
[10:22:07] *** Aliks has quit IRC
[10:22:07] *** heyts has joined #angularjs
[10:25:18] *** Aliks has joined #angularjs
[10:26:16] *** heyts has quit IRC
[10:27:47] <trew> What are appropriate situations to use factories in angularjs? never need to write one before even though I have used angularjs in projects before
[10:29:22] *** Ir1sh has joined #angularjs
[10:30:00] *** ahhhndi has quit IRC
[10:31:16] *** ike has joined #angularjs
[10:31:40] *** ike is now known as Guest94935
[10:34:51] <senayar> trew: http://blog.thoughtram.io/angular/2015/07/07/service-vs-factory-once-and-for-all.html
[10:34:53] *** Ir1sh has quit IRC
[10:35:21] *** asteele has quit IRC
[10:36:19] <trew> senayar: thanks. has been confused by this concept for some time but never really bothered because seldom use them
[10:37:11] *** moep has quit IRC
[10:39:24] *** spikeheadon has joined #angularjs
[10:40:11] *** cmdswitch has joined #angularjs
[10:40:35] *** hefox has quit IRC
[10:45:25] *** sbasso has joined #angularjs
[10:45:29] *** senayar has quit IRC
[10:46:01] *** senayar has joined #angularjs
[10:46:01] *** senayar has joined #angularjs
[10:47:33] *** Burgerz has joined #angularjs
[10:48:36] *** sbasso_ has joined #angularjs
[10:49:36] *** step1ste_ has joined #angularjs
[10:50:48] *** illume has joined #angularjs
[10:50:55] *** iraj has joined #angularjs
[10:51:26] *** sbasso has quit IRC
[10:52:31] *** illume has quit IRC
[10:53:04] *** step1step2 has quit IRC
[10:54:13] *** maximski has joined #angularjs
[10:57:10] *** c00ljs has joined #angularjs
[11:00:44] *** ilmgb has joined #angularjs
[11:01:51] *** Jurko has quit IRC
[11:03:03] *** illume has joined #angularjs
[11:03:04] *** BigBangUDR has quit IRC
[11:07:43] *** obbs has joined #angularjs
[11:07:46] *** dpicky has joined #angularjs
[11:09:41] *** Guest83 has joined #angularjs
[11:10:51] *** Zalabinsky has joined #angularjs
[11:11:59] *** Aliks_ has joined #angularjs
[11:12:04] *** BigBangUDR has joined #angularjs
[11:12:42] *** llllllll has joined #angularjs
[11:12:49] *** clivejo has joined #angularjs
[11:13:07] *** llllllll has quit IRC
[11:13:48] *** grandfatha has joined #angularjs
[11:15:16] <grandfatha> any experts with ui-grid here? rendering a grid of 430 rows and 30 columns takes 5 seconds. most time is spent in r.$apply etc internal functions and are hard to diagnose. is that expected? the webpage says it should handle 10.000 rows just fine
[11:15:21] <eesco> help with karma please
[11:15:25] <eesco> im testing a directive
[11:15:30] <eesco> the html output is
[11:15:34] <eesco> <input type="text" ng-model="textInput" required md-maxlength="50" aria-label="" placeholder='Insert {{item}}'>
[11:15:40] *** Aliks has quit IRC
[11:16:10] <eesco> expect(elem.html()).toContain("placeholder='Insert Name'");
[11:16:15] <eesco> this return a failure
[11:16:25] <eesco> im using templateCache
[11:16:26] *** Bent0 has quit IRC
[11:21:05] *** marr has joined #angularjs
[11:21:11] *** youser has quit IRC
[11:23:47] *** greatdex has quit IRC
[11:25:07] *** sahana has joined #angularjs
[11:25:27] *** schneider has joined #angularjs
[11:25:31] *** sahana is now known as Guest13132
[11:25:40] <Guest13132> how to remove # form url using angularjs
[11:26:03] *** ryez has quit IRC
[11:26:07] *** magellanicloud has joined #angularjs
[11:26:12] *** resu01 has joined #angularjs
[11:27:06] <da_wunder> Guest13132: https://docs.angularjs.org/api/ng/provider/$locationProvider
[11:27:45] <resu01> one question if i have a <div ng-if="testVar" my-directive></div> the myDirective should be intitialized every time the testVar is being changed
[11:29:03] <resu01> one thing i noticed is that if i change testVar=false and testVar=true in next row the directive will not be re intatiated
[11:29:21] <resu01> whereas if i set an interval everything will work fine
[11:29:37] <resu01> is there any optimazition in ng-if
[11:29:38] <resu01> ?
[11:29:54] *** Guest13132 has quit IRC
[11:29:59] *** BigBangUDR has quit IRC
[11:30:18] *** ReDi has joined #angularjs
[11:30:41] *** ReDi is now known as Guest84671
[11:30:56] <Guest84671> Hi, guys!
[11:32:37] *** erry is now known as erryChristmas
[11:33:05] *** I has joined #angularjs
[11:33:15] *** guilbep has joined #angularjs
[11:33:29] *** I is now known as Guest61822
[11:36:04] *** Aliks_ has quit IRC
[11:37:03] *** Aliks has joined #angularjs
[11:37:04] *** hex` has joined #angularjs
[11:37:39] *** illume has quit IRC
[11:37:48] *** dpicky has quit IRC
[11:38:24] *** EndStop has joined #angularjs
[11:38:46] *** dpicky has joined #angularjs
[11:40:48] *** Guest83 has quit IRC
[11:41:00] *** Guest83 has joined #angularjs
[11:41:36] *** Aliks has quit IRC
[11:42:59] *** IanMalcolm has quit IRC
[11:43:23] *** maximski has quit IRC
[11:43:24] *** marr has quit IRC
[11:44:30] *** Balaji has joined #angularjs
[11:44:54] *** Balaji is now known as Guest34973
[11:45:14] <Guest34973> We are planning to use Angular 2.0 beta for one of our projects.
[11:45:30] <Guest34973> does anyone know what's has been planned from beta to GA?
[11:46:13] <Guest34973> Particularly any breaking changes
[11:49:57] *** Zempheroth has joined #angularjs
[11:50:53] <Zempheroth> holla! anyone may help me with terrible error triggered on bootrstrap
[11:51:41] <Zempheroth> src/bootstrap.ts(6,26): error TS2307: Cannot find module 'js-cookie'. , js-cookie - was installed through npm install, tds type for js-cookie also installed through tsd install js-cookie
[11:51:52] *** ahhhndi has joined #angularjs
[11:52:26] <Zempheroth> 1.5 hours of searching in web does nothing helpfull
[11:52:32] *** asteele has joined #angularjs
[11:53:56] *** Rashmith has joined #angularjs
[11:54:09] *** skvedula has quit IRC
[11:54:17] <Zempheroth> @all
[11:54:28] *** Guest84671 has quit IRC
[11:54:30] <Rashmith> can any help me using $ionicScrollDelegate for scrolling to specific div
[11:54:53] <Rashmith> im able to scroll to specific div but scroll at top again
[11:55:56] *** Bloomer has quit IRC
[11:56:06] *** Tennis has joined #angularjs
[11:58:18] <Zempheroth> looking for help with src/bootstrap.ts(6,26): error TS2307: Cannot find module 'js-cookie'. , js-cookie - was installed through npm install(placed in node_modules), tds type for js-cookie also installed(placed in tools/tsd) through tsd install js-cookie
[11:58:50] *** Dmitri has joined #angularjs
[11:59:10] *** siba has joined #angularjs
[12:00:13] *** italoacasas has joined #angularjs
[12:00:38] *** Bent0 has joined #angularjs
[12:00:43] *** nimomo has joined #angularjs
[12:02:04] <nimomo> hi, I use gulp templateCache. Managed to create the templates.js file. I added the module to angular.module() and though the application still use the partial html files. anyone can assist with this?
[12:02:41] *** swordfish has joined #angularjs
[12:03:49] *** Dmitri has quit IRC
[12:03:49] *** Zempheroth has quit IRC
[12:04:53] *** leolrrj has joined #angularjs
[12:06:39] *** daslicht has joined #angularjs
[12:07:16] <nimomo> anyone there?
[12:07:30] *** swordfish has quit IRC
[12:10:11] *** heyts has joined #angularjs
[12:13:11] *** Guest83 has quit IRC
[12:13:46] *** Ir1sh has joined #angularjs
[12:13:54] *** test has joined #angularjs
[12:14:03] <test> join
[12:14:18] *** test is now known as Guest35342
[12:14:36] *** heyts has quit IRC
[12:14:38] *** mac_ified has joined #angularjs
[12:15:05] *** Burgerz has quit IRC
[12:16:24] *** qdk has quit IRC
[12:17:55] *** senayar has quit IRC
[12:18:28] *** senayar has joined #angularjs
[12:18:29] *** senayar has joined #angularjs
[12:19:38] *** magellanicloud has quit IRC
[12:19:55] *** dpicky has quit IRC
[12:20:24] *** dpicky has joined #angularjs
[12:21:49] *** asteele has quit IRC
[12:22:35] <Rashmith> need scrollTo specific div in ionic
[12:25:51] *** ycon_ has quit IRC
[12:26:28] *** zz_dimtruck is now known as dimtruck
[12:27:15] *** geoid has joined #angularjs
[12:27:19] *** dpicky has quit IRC
[12:27:49] *** ahhhndi has quit IRC
[12:28:10] *** ycon_ has joined #angularjs
[12:28:15] *** sbasso_ has quit IRC
[12:29:19] *** italoacasas has quit IRC
[12:31:08] *** mellernoia has joined #angularjs
[12:31:56] *** magellanicloud has joined #angularjs
[12:32:10] *** Ir1sh has quit IRC
[12:32:20] *** duriangray has quit IRC
[12:32:55] *** ycon_ has quit IRC
[12:33:14] *** Coldblackice has quit IRC
[12:34:19] *** dpicky has joined #angularjs
[12:34:33] *** illume has joined #angularjs
[12:35:18] *** tuskkk___ has quit IRC
[12:36:19] *** dimtruck is now known as zz_dimtruck
[12:36:36] *** Zalabinsky has quit IRC
[12:38:38] *** dan2k3k4 has quit IRC
[12:39:59] *** kabu has quit IRC
[12:40:20] *** spikeheadon has quit IRC
[12:40:22] *** daslicht has quit IRC
[12:40:50] *** dpicky has quit IRC
[12:43:12] *** illume has quit IRC
[12:46:14] *** illume has joined #angularjs
[12:49:16] *** spikeheadon has joined #angularjs
[12:51:51] *** TBSliver_ is now known as TBSliver
[12:52:10] *** TBSliver has joined #angularjs
[12:52:56] *** magellanicloud has quit IRC
[12:54:16] *** siba has quit IRC
[12:55:47] *** illume has quit IRC
[12:56:13] *** qdk has joined #angularjs
[12:56:49] *** gvbvg has joined #angularjs
[12:57:12] *** bcSquared has joined #angularjs
[12:57:13] *** gvbvg has quit IRC
[12:58:49] *** illume has joined #angularjs
[13:04:07] *** swordfish has joined #angularjs
[13:06:38] *** vaddix has joined #angularjs
[13:08:36] *** swordfish has quit IRC
[13:10:06] *** illume has quit IRC
[13:11:24] *** ycon_ has joined #angularjs
[13:13:29] *** Dekken has quit IRC
[13:15:53] *** ycon_ has quit IRC
[13:16:49] *** delgiudices has joined #angularjs
[13:19:20] *** illume has joined #angularjs
[13:20:31] *** suspicious_e has quit IRC
[13:21:06] *** spikeheadon has quit IRC
[13:22:32] *** p0k0 has quit IRC
[13:24:17] *** Debnet has joined #angularjs
[13:25:28] *** realz has quit IRC
[13:25:47] *** realz has joined #angularjs
[13:26:30] *** suspicious_e has joined #angularjs
[13:28:14] *** geoid has quit IRC
[13:29:08] *** ahhhndi has joined #angularjs
[13:32:40] *** Ir1sh has joined #angularjs
[13:35:12] *** illume has quit IRC
[13:35:26] *** byge has quit IRC
[13:36:39] *** marie1972 has joined #angularjs
[13:37:29] *** Ir1sh has quit IRC
[13:37:56] *** Aliks has joined #angularjs
[13:40:34] *** __danimal__ has joined #angularjs
[13:42:27] *** Aliks has quit IRC
[13:42:34] *** senayar has quit IRC
[13:42:50] *** senayar has joined #angularjs
[13:42:51] *** senayar has joined #angularjs
[13:44:20] *** leolrrj has quit IRC
[13:44:57] *** Rashmith has quit IRC
[13:45:22] *** ngJack has joined #angularjs
[13:46:50] <ngJack> Hi chaps, I'm playing with Angular2. Is it ok to reference any object in the template?
[13:47:49] <ngJack> I have a simple singleton service added in via constructor, unfortunately the UI isn't updating as the singleton's values change
[13:49:25] *** duriangray has joined #angularjs
[13:50:24] *** Zamerick_ has joined #angularjs
[13:51:39] *** illume has joined #angularjs
[13:53:11] *** marthinal has quit IRC
[13:53:23] *** george_v has quit IRC
[13:54:25] *** duriangray has quit IRC
[13:56:35] *** illume has quit IRC
[13:57:39] *** vignesh has joined #angularjs
[13:57:46] <vignesh> hi
[13:57:59] <vignesh> I have a problem with ng-repeat
[13:58:15] <vignesh> I have a series of checkboxes generated with ng-repeat
[13:58:18] *** heyts has joined #angularjs
[13:58:46] <vignesh> when I check one checkbox all checkboxes gets checked automatically
[13:58:48] *** illume has joined #angularjs
[13:58:55] <vignesh> I never experienced this behaviour.
[13:59:02] <vignesh> what could be the cause
[14:00:26] *** tarnus has joined #angularjs
[14:02:48] *** heyts has quit IRC
[14:04:10] *** aoeu256 has joined #angularjs
[14:04:56] *** doodlehaus has joined #angularjs
[14:06:52] *** Guest34973 has quit IRC
[14:07:00] *** leolrrj has joined #angularjs
[14:07:02] *** ahhhndi has quit IRC
[14:07:04] <da_wunder> same model attached to each of those checkboxes
[14:07:05] *** tobias47n9e_ has quit IRC
[14:07:07] *** diosney has joined #angularjs
[14:08:55] *** uporabnik has quit IRC
[14:09:06] *** heyts has joined #angularjs
[14:09:17] *** tobias47n9e_ has joined #angularjs
[14:09:33] *** doodlehaus has quit IRC
[14:11:31] *** Sky[x] has quit IRC
[14:11:54] *** vignesh has quit IRC
[14:14:20] *** one_zero has quit IRC
[14:15:11] *** leolrrj-alt has joined #angularjs
[14:17:49] *** Dekken has joined #angularjs
[14:18:23] *** leolrrj has quit IRC
[14:20:01] *** ilmgb has quit IRC
[14:20:03] *** Ozd has quit IRC
[14:20:39] *** ilmgb has joined #angularjs
[14:22:47] *** ahhhndi has joined #angularjs
[14:25:23] *** ilmgb has quit IRC
[14:26:02] *** delgiudices has quit IRC
[14:27:13] *** zz_dimtruck is now known as dimtruck
[14:28:13] *** marie1972 has left #angularjs
[14:29:35] *** _Penguin has quit IRC
[14:30:27] *** ffio has joined #angularjs
[14:31:28] *** Sky[x] has joined #angularjs
[14:31:36] *** icebox has joined #angularjs
[14:31:50] *** vaddix has quit IRC
[14:35:10] *** raijin has joined #angularjs
[14:37:00] *** dimtruck is now known as zz_dimtruck
[14:37:46] *** ffio has quit IRC
[14:38:26] *** knownasilya has joined #angularjs
[14:39:22] *** _Penguin has joined #angularjs
[14:44:35] *** illume has quit IRC
[14:45:13] *** dpicky has joined #angularjs
[14:46:47] *** illume has joined #angularjs
[14:47:41] *** italoacasas has joined #angularjs
[14:47:44] *** Dekken has quit IRC
[14:47:47] *** kirobaito has joined #angularjs
[14:49:43] *** fedenunez has joined #angularjs
[14:49:44] *** tobias47n9e_ has quit IRC
[14:50:10] *** ahhhndi has quit IRC
[14:51:38] *** morissette has joined #angularjs
[14:51:40] *** drej has joined #angularjs
[14:54:48] *** edrocks has quit IRC
[14:54:58] *** edrocks has joined #angularjs
[14:54:59] *** tobias47n9e_ has joined #angularjs
[14:56:32] *** kramer65 has quit IRC
[14:57:35] *** marthinal has joined #angularjs
[14:59:05] *** ffio has joined #angularjs
[15:01:26] *** qdk has quit IRC
[15:02:17] *** Tennis has quit IRC
[15:02:57] *** Poeticode has joined #angularjs
[15:05:18] *** Ir1sh has joined #angularjs
[15:05:22] *** swordfish has joined #angularjs
[15:05:54] *** BigBangUDR has joined #angularjs
[15:06:48] *** BigBangUDR has quit IRC
[15:08:21] *** jae has joined #angularjs
[15:09:55] *** swordfish has quit IRC
[15:10:40] *** rho has joined #angularjs
[15:10:40] *** rho has joined #angularjs
[15:11:57] <eesco> hey
[15:12:13] *** charuru has joined #angularjs
[15:12:16] <eesco> i got a select box, and i want to count the number of the values inside
[15:12:17] <eesco> in karma
[15:12:25] *** illume has quit IRC
[15:12:31] <eesco> jasmine
[15:12:58] <eesco> expect(elem.find('md-select').length).toEqual(1);
[15:13:08] <eesco> this counts how many select box's are avilable
[15:13:08] <eesco> available
[15:13:10] *** 5EXAAKX98 has joined #angularjs
[15:13:22] <eesco> i wanna count the values inside the check
[15:13:59] *** dan2k3k4 has joined #angularjs
[15:14:09] *** illume has joined #angularjs
[15:14:22] *** jhirley has joined #angularjs
[15:15:04] *** grandfatha has left #angularjs
[15:15:52] *** dan2k3k4 has quit IRC
[15:16:15] <icebox> eesco: did you inspect the element with devtools?
[15:16:21] *** dan2k3k4 has joined #angularjs
[15:17:14] <icebox> eesco: you can see the element you need to find :)
[15:17:24] *** Ir1sh has quit IRC
[15:19:38] *** drej has quit IRC
[15:20:25] *** jonno11 has joined #angularjs
[15:20:42] <eesco> icebox
[15:21:05] <eesco> im testing a directive with templateUrl, so all of my html partials are inserted to templateCache
[15:21:16] *** sbasso has joined #angularjs
[15:21:27] <eesco> then i have a variable with that html parsed to string
[15:22:01] <eesco> so testing with commands like
[15:22:02] <eesco> expect(elem.html()).toContain('placeholder="Insert Street"');
[15:22:07] <eesco> this passes
[15:22:17] <eesco> but i wanna count all the options inside a select box
[15:22:27] <eesco> trying to find some info
[15:22:30] *** Zalabinsky has joined #angularjs
[15:23:32] *** dan2k3k4 has quit IRC
[15:24:14] *** dan2k3k4 has joined #angularjs
[15:29:16] *** dan2k3k5 has joined #angularjs
[15:30:59] <eesco> also
[15:31:00] <eesco> elem.find('md-option').length
[15:31:23] <eesco> finds all the checkboxes but i wanna check a specific one
[15:31:30] <eesco> does concatnation work
[15:31:31] <eesco> ?\
[15:32:35] *** dan2k3k4 has quit IRC
[15:34:03] *** Z3R0 has joined #angularjs
[15:34:31] *** tyu has joined #angularjs
[15:35:18] *** Dmitri has joined #angularjs
[15:35:31] *** dpicky has quit IRC
[15:36:49] *** rho has quit IRC
[15:37:37] *** duriangray has joined #angularjs
[15:38:36] *** doodlehaus has joined #angularjs
[15:38:40] *** sbellina has joined #angularjs
[15:39:28] *** bleda has joined #angularjs
[15:39:45] *** ilmgb has joined #angularjs
[15:39:48] *** Sky[x] has quit IRC
[15:39:53] *** Dmitri has quit IRC
[15:40:46] *** nimomo has quit IRC
[15:40:56] *** telega has joined #angularjs
[15:41:16] *** jonno11_ has joined #angularjs
[15:42:32] *** duriangray has quit IRC
[15:42:36] *** cocao has joined #angularjs
[15:43:17] *** Z3R0 has quit IRC
[15:43:32] *** doodlehaus has quit IRC
[15:43:40] *** dpicky has joined #angularjs
[15:43:46] *** skcin7 has quit IRC
[15:43:54] *** dan2k3k5 has quit IRC
[15:44:27] *** Sky[x] has joined #angularjs
[15:44:56] *** ilmgb has quit IRC
[15:45:12] *** pbgc has joined #angularjs
[15:45:34] *** jonno11 has quit IRC
[15:46:52] *** Sky[x] has quit IRC
[15:49:28] *** illume has quit IRC
[15:49:33] *** illume_ has joined #angularjs
[15:50:36] *** Nikita has joined #angularjs
[15:51:06] *** joelwallis has joined #angularjs
[15:52:27] *** 5EXAAKX98 has quit IRC
[15:52:57] *** iraj has quit IRC
[15:53:21] *** iraj has joined #angularjs
[15:53:42] *** ycon_ has joined #angularjs
[15:54:11] *** syzygy_ has joined #angularjs
[15:54:17] *** syzygy_ has quit IRC
[15:54:34] *** Z3R0 has joined #angularjs
[15:54:44] *** kramer65 has joined #angularjs
[15:56:04] *** Z3R0 has quit IRC
[15:56:06] *** yeshacker has quit IRC
[15:57:48] *** senayar has quit IRC
[15:58:15] *** ycon_ has quit IRC
[15:58:49] *** OnkelTem has quit IRC
[15:59:00] *** Guest83 has joined #angularjs
[15:59:34] *** OnkelTem has joined #angularjs
[16:00:46] *** joelwallis has quit IRC
[16:01:25] *** illume_ has quit IRC
[16:02:56] *** dpicky has quit IRC
[16:04:25] *** joelwallis has joined #angularjs
[16:04:43] *** illume has joined #angularjs
[16:05:46] *** reduce_ has quit IRC
[16:06:21] *** Bloomer has joined #angularjs
[16:06:39] *** ESpiney has joined #angularjs
[16:08:04] *** reduce has joined #angularjs
[16:11:50] *** c00ljs has quit IRC
[16:14:15] *** raijin has quit IRC
[16:14:25] *** c00ljs has joined #angularjs
[16:14:52] *** illume has quit IRC
[16:14:54] *** c00ljs has quit IRC
[16:14:57] *** illume_ has joined #angularjs
[16:15:02] *** cotko has quit IRC
[16:15:06] *** rickmak has quit IRC
[16:15:29] *** mandric has joined #angularjs
[16:15:40] *** AndChat|361524 has joined #angularjs
[16:15:48] *** cotko has joined #angularjs
[16:16:52] *** ahhhndi has joined #angularjs
[16:17:56] *** Ir1sh has joined #angularjs
[16:20:00] *** k1ng440 has quit IRC
[16:20:02] *** sbellina has quit IRC
[16:21:04] *** bleda has quit IRC
[16:22:09] *** zeezey has joined #angularjs
[16:22:25] *** CAPITANOOO has joined #angularjs
[16:22:35] *** Ir1sh has quit IRC
[16:22:39] *** sbasso has quit IRC
[16:23:14] *** CAPITANOOO has quit IRC
[16:25:22] *** iceball has joined #angularjs
[16:25:36] *** Nikita is now known as Guest99815
[16:26:33] *** dpicky has joined #angularjs
[16:26:59] *** bleda has joined #angularjs
[16:27:57] *** zz_dimtruck is now known as dimtruck
[16:28:28] <eesco> errrrrrrrrr
[16:28:37] *** Z3R0 has joined #angularjs
[16:31:59] *** cotko has quit IRC
[16:32:26] *** kirobaito has quit IRC
[16:32:28] *** mac_ified has quit IRC
[16:32:43] *** mac_ified has joined #angularjs
[16:33:13] *** Z3R0 has quit IRC
[16:34:23] *** ngJack has quit IRC
[16:35:11] *** cornerma1 has joined #angularjs
[16:35:22] *** dpicky has quit IRC
[16:37:15] *** italoacasas has quit IRC
[16:37:39] *** italoacasas has joined #angularjs
[16:37:47] *** dimtruck is now known as zz_dimtruck
[16:38:20] *** cornerman has quit IRC
[16:38:21] *** italoacasas has quit IRC
[16:38:30] *** cornerma1 is now known as cornerman
[16:38:37] *** illume has joined #angularjs
[16:39:10] *** illume_ has quit IRC
[16:39:52] *** iateadonut has joined #angularjs
[16:39:56] *** italoacasas has joined #angularjs
[16:40:21] *** owenjones has joined #angularjs
[16:40:24] *** vardyb has joined #angularjs
[16:40:50] *** ilmgb has joined #angularjs
[16:40:51] <eesco> icebox just in case you're wondering
[16:41:00] <eesco> jquery is needed in the karma.conf file
[16:41:05] <eesco> ^_^
[16:41:13] *** vardyb has quit IRC
[16:41:50] *** Guest83 has quit IRC
[16:42:52] *** italoacasas has quit IRC
[16:45:19] *** anil has joined #angularjs
[16:45:23] <anil> hello
[16:45:33] <anil> is anyboudy there
[16:45:38] *** leolrrj has joined #angularjs
[16:46:01] *** ilmgb has quit IRC
[16:46:07] *** leolrrj-alt has quit IRC
[16:46:24] <anil> hi
[16:46:31] *** illume has quit IRC
[16:46:35] *** JoosepSimm has joined #angularjs
[16:46:42] *** owenjones has quit IRC
[16:46:48] *** doginal has quit IRC
[16:46:49] <anil> <jstype>
[16:46:56] *** owenjones has joined #angularjs
[16:47:07] <anil> <angular Oabjects>
[16:47:12] *** anil has quit IRC
[16:47:13] *** Jardayn has joined #angularjs
[16:47:19] *** owenjones has quit IRC
[16:47:39] <JoosepSimm> Hi, is the testing guide on Angular in progress? I read to https://angular.io/docs/ts/latest/testing/testing-an-angular-pipe.html. It ends like there should a link to the next section, but there is no next section on the website.
[16:47:57] *** pbgc has quit IRC
[16:49:44] *** step1ste_ is now known as step1step2
[16:51:00] *** heyts has quit IRC
[16:51:58] *** guilbep has quit IRC
[16:52:42] *** odin_ has quit IRC
[16:54:19] *** mellernoia has quit IRC
[16:54:47] *** EndStop has quit IRC
[16:54:51] *** c00ljs has joined #angularjs
[16:55:14] <eesco> JoosepSimm
[16:55:25] <eesco> http://www.bradoncode.com/tutorials/angularjs-unit-testing/ read here.
[16:56:35] *** encryptd_fractal has joined #angularjs
[16:56:44] *** resu01 has quit IRC
[16:56:45] *** EndStop has joined #angularjs
[16:56:51] *** kramer65 has quit IRC
[16:57:02] <JoosepSimm> seems good, thanx. Is this tutorial with Angular 1 or 2? Is there big difference in regards of testing between version 1 and 2?
[16:57:20] *** kramer65 has joined #angularjs
[16:57:22] <EndStop> is somebody familiar with phantomjs and ajax-seo ?
[16:57:41] <EndStop> https://github.com/liuwenchao/ajax-seo
[16:59:33] *** encryptd_fractal has quit IRC
[17:00:06] *** kirobaito has joined #angularjs
[17:00:24] *** kramer65 has quit IRC
[17:01:02] <JoosepSimm> eesco
[17:01:08] <JoosepSimm> seems good, thanx. Is this tutorial with Angular 1 or 2? Is there big difference in regards of testing between version 1 and 2?
[17:01:16] *** pbgc has joined #angularjs
[17:01:19] *** leolrrj-alt has joined #angularjs
[17:01:27] <eesco> not quite sure
[17:01:33] <eesco> haven't got much to working with 2
[17:01:37] <eesco> this one is for angular 1
[17:01:51] *** leolrrj has quit IRC
[17:01:52] *** AndChat|361524 has quit IRC
[17:02:07] *** leolrrj has joined #angularjs
[17:03:03] <JoosepSimm> ok, I'll read it anyway. Probably most things hold true in next version as well
[17:04:08] *** pbgc has quit IRC
[17:04:47] *** bleda has quit IRC
[17:05:03] *** cocao has quit IRC
[17:05:26] *** leolrrj-alt has quit IRC
[17:05:50] *** odin_ has joined #angularjs
[17:06:38] *** swordfish has joined #angularjs
[17:07:28] *** doodlehaus has joined #angularjs
[17:08:31] *** schuranator has quit IRC
[17:09:28] *** Z3R0 has joined #angularjs
[17:09:53] *** schneider has quit IRC
[17:10:58] *** CaneRandagio has joined #angularjs
[17:11:14] *** swordfish has quit IRC
[17:11:26] *** schneider has joined #angularjs
[17:12:26] *** tristanp has joined #angularjs
[17:14:06] *** spikeheadon has joined #angularjs
[17:14:22] *** owenjones has joined #angularjs
[17:16:14] *** shinnya has joined #angularjs
[17:17:31] *** tristanp has quit IRC
[17:18:09] *** danielemm has joined #angularjs
[17:18:32] *** Juergen4711 has joined #angularjs
[17:18:36] *** JoosepSimm has quit IRC
[17:18:52] *** kakashiAL has quit IRC
[17:19:38] *** Juergen4711 has quit IRC
[17:20:06] *** DoubleAW has quit IRC
[17:20:09] *** Juergen4711 has joined #angularjs
[17:20:29] *** heyts has joined #angularjs
[17:20:48] *** Juergen4711 has joined #angularjs
[17:20:58] *** aoeu256 has quit IRC
[17:22:44] *** mary5030 has joined #angularjs
[17:22:54] *** doodlehaus has quit IRC
[17:23:12] *** DoubleAW has joined #angularjs
[17:23:42] *** mary5030 has quit IRC
[17:24:31] *** mary5030 has joined #angularjs
[17:25:47] *** duriangray has joined #angularjs
[17:26:55] *** EndStop has quit IRC
[17:27:02] *** heyts has quit IRC
[17:27:06] *** illume has joined #angularjs
[17:27:14] *** heyts has joined #angularjs
[17:28:31] *** trew has quit IRC
[17:29:32] *** jonno11_ has quit IRC
[17:30:39] *** duriangray has quit IRC
[17:31:54] *** Zamerick_ has quit IRC
[17:32:16] *** littleli has joined #angularjs
[17:33:11] *** zz_dimtruck is now known as dimtruck
[17:34:33] *** eesco has quit IRC
[17:34:47] *** joelwallis_ has joined #angularjs
[17:35:01] *** rickmak has joined #angularjs
[17:36:15] *** joelwallis has quit IRC
[17:37:12] *** Z3R0 has quit IRC
[17:37:24] *** rikkipitt has joined #angularjs
[17:38:46] *** fabioluciano has joined #angularjs
[17:38:55] *** Juergen4711 has joined #angularjs
[17:39:13] *** Juergen4711 has joined #angularjs
[17:39:27] *** EndStop has joined #angularjs
[17:39:52] *** Juergen4711 has joined #angularjs
[17:41:15] *** fabioluciano has quit IRC
[17:41:35] *** ilmgb has joined #angularjs
[17:42:00] *** ycon_ has joined #angularjs
[17:42:44] *** heyts has quit IRC
[17:43:07] *** illume has quit IRC
[17:43:35] *** jonno11_ has joined #angularjs
[17:44:00] *** heyts has joined #angularjs
[17:44:26] *** owenjones has quit IRC
[17:46:06] *** ilmgb has quit IRC
[17:46:31] *** ycon_ has quit IRC
[17:46:49] *** edrocks has quit IRC
[17:47:17] *** myyfs has joined #angularjs
[17:48:35] *** schneider has quit IRC
[17:48:51] *** myyfs is now known as schneider
[17:50:55] *** bencc1 has joined #angularjs
[17:51:11] <bencc1> is it possible to "freeze" change detection in angular?
[17:52:45] *** Bomber4Chats has joined #angularjs
[17:54:26] *** joelwallis_ has quit IRC
[17:55:16] *** youser has joined #angularjs
[17:59:40] *** OnkelTem has quit IRC
[18:01:21] *** __danimal__ has quit IRC
[18:02:01] *** fedenunez has quit IRC
[18:02:52] *** fedenunez has joined #angularjs
[18:03:19] *** youser has quit IRC
[18:03:43] *** starsparrow has quit IRC
[18:05:37] *** Ir1sh has joined #angularjs
[18:05:44] *** jonno11_ has quit IRC
[18:07:47] *** dimtruck is now known as zz_dimtruck
[18:11:11] *** fscala has quit IRC
[18:11:52] *** fscala has joined #angularjs
[18:14:57] *** fotoflo has joined #angularjs
[18:15:43] *** fotoflo has quit IRC
[18:15:51] *** Ragnar has quit IRC
[18:16:12] *** fotoflo has joined #angularjs
[18:16:35] *** Ir1sh has quit IRC
[18:17:46] *** kakashiAL has joined #angularjs
[18:21:30] *** nate_c has joined #angularjs
[18:23:26] *** rikkipitt has quit IRC
[18:23:39] *** regedit has joined #angularjs
[18:24:35] *** atomi has quit IRC
[18:25:12] *** danielemm has quit IRC
[18:25:13] *** ahhhndi has quit IRC
[18:25:47] *** atomi has joined #angularjs
[18:27:08] *** fedenunez has joined #angularjs
[18:27:44] *** joelwallis has joined #angularjs
[18:27:53] *** iateadonut has quit IRC
[18:28:22] *** Razerglass has quit IRC
[18:29:27] *** Razerglass has joined #angularjs
[18:29:31] *** fedenunez has quit IRC
[18:29:58] *** magellanicloud has joined #angularjs
[18:31:41] *** ico has joined #angularjs
[18:32:40] *** spikeheadon has quit IRC
[18:33:04] *** ico has quit IRC
[18:33:20] *** Razerglass has quit IRC
[18:34:04] *** rickmak has quit IRC
[18:34:22] *** Razerglass has joined #angularjs
[18:35:21] *** spikeheadon has joined #angularjs
[18:35:23] *** diffalot has quit IRC
[18:35:41] *** diffalot has joined #angularjs
[18:35:41] *** diffalot has joined #angularjs
[18:36:16] *** zz_dimtruck is now known as dimtruck
[18:36:32] *** encryptd_fractal has joined #angularjs
[18:37:05] *** fedenunez has joined #angularjs
[18:37:34] *** OnkelTem has joined #angularjs
[18:37:51] *** encryptd_fractal has quit IRC
[18:38:39] *** fedenunez has quit IRC
[18:39:15] *** ffio has quit IRC
[18:40:08] *** Burgerz has joined #angularjs
[18:40:27] *** Aliks has joined #angularjs
[18:40:45] *** Burgerz has quit IRC
[18:41:12] *** ffio has joined #angularjs
[18:42:03] *** erol has quit IRC
[18:42:23] *** ilmgb has joined #angularjs
[18:42:26] *** kgee has joined #angularjs
[18:43:26] *** Burgerz has joined #angularjs
[18:44:39] *** Burgerz has joined #angularjs
[18:44:46] *** diffalot has quit IRC
[18:44:57] *** diffalot has joined #angularjs
[18:44:57] *** diffalot has joined #angularjs
[18:45:11] *** Aliks has quit IRC
[18:45:18] *** hefox has joined #angularjs
[18:45:47] *** joelwallis has quit IRC
[18:46:55] *** ilmgb has quit IRC
[18:49:39] *** hex` has quit IRC
[18:50:14] *** ryez has joined #angularjs
[18:53:19] *** fedenunez has joined #angularjs
[18:54:42] *** iceball has quit IRC
[18:55:12] *** erol has joined #angularjs
[18:55:19] *** doodlehaus has joined #angularjs
[18:55:30] *** telega has quit IRC
[18:56:27] *** fedenunez has quit IRC
[18:56:32] *** ffio has quit IRC
[18:57:37] *** morissette has quit IRC
[19:00:02] *** hefox has quit IRC
[19:03:39] *** ryez has quit IRC
[19:04:40] *** doodlehaus has quit IRC
[19:05:56] *** nya_ has joined #angularjs
[19:07:37] *** JBreit has quit IRC
[19:07:37] *** tyu has quit IRC
[19:10:14] *** nya_ has quit IRC
[19:11:15] *** ryez has joined #angularjs
[19:12:44] *** mandric has quit IRC
[19:12:56] *** sergey has joined #angularjs
[19:13:51] *** duriangray has joined #angularjs
[19:16:40] *** cocao has joined #angularjs
[19:17:05] *** Ir1sh has joined #angularjs
[19:17:33] *** iamnix has joined #angularjs
[19:17:52] *** Ragnar has joined #angularjs
[19:18:35] *** duriangray has quit IRC
[19:20:59] *** jonno11_ has joined #angularjs
[19:22:11] *** Ir1sh has quit IRC
[19:26:05] *** C0nundrum has quit IRC
[19:27:03] *** heyts has quit IRC
[19:27:15] *** squeakytoy2 has joined #angularjs
[19:28:12] *** junmin has joined #angularjs
[19:29:57] *** squeakytoy has quit IRC
[19:30:22] *** ycon_ has joined #angularjs
[19:30:35] *** ReCompile has quit IRC
[19:33:21] *** ryez has quit IRC
[19:33:48] *** kirobaito has quit IRC
[19:34:38] *** FIFOd has joined #angularjs
[19:35:03] *** jonno11__ has joined #angularjs
[19:35:16] *** ycon_ has quit IRC
[19:35:30] *** regedit has quit IRC
[19:35:41] *** jonno11_ has quit IRC
[19:35:45] *** Bomber4Chats has quit IRC
[19:36:24] *** bugfarmer has joined #angularjs
[19:36:41] <bugfarmer> Hi everyone, I'm having a bit of trouble with a attribute/class directive
[19:36:43] <bugfarmer> http://plnkr.co/edit/YfeL1zINJBbp3CxzReRX?p=preview
[19:37:06] <bugfarmer> What I want to happen: When I click a section with the directive applied, the section should turn blue
[19:37:18] *** delgiudices has joined #angularjs
[19:37:23] <bugfarmer> What actually happens: When I click ANY section with the directive applied, the last section turns blue
[19:37:30] <bugfarmer> Any way for me to get the behaviour I want?
[19:37:47] *** Juergen4711 has quit IRC
[19:38:17] *** Juergen4711 has joined #angularjs
[19:39:26] *** Bomber4Chats_ has joined #angularjs
[19:39:44] *** dimtruck is now known as zz_dimtruck
[19:41:00] *** jonno11___ has joined #angularjs
[19:41:14] *** EFR has joined #angularjs
[19:42:52] *** n00bdev has joined #angularjs
[19:42:54] *** Juergen4711 has quit IRC
[19:43:18] *** ilmgb has joined #angularjs
[19:43:59] *** Bomber4Chats_ has quit IRC
[19:44:19] *** EFR has quit IRC
[19:44:33] *** regedit has joined #angularjs
[19:44:44] *** jonno11__ has quit IRC
[19:45:06] *** Bomber4Chats_ has joined #angularjs
[19:45:55] *** speakingcode has quit IRC
[19:47:06] *** KnightsOfNi has quit IRC
[19:47:41] *** ilmgb has quit IRC
[19:47:58] *** cacts has joined #angularjs
[19:50:07] *** jonno11___ has quit IRC
[19:50:09] *** Bomber4Chats_ has quit IRC
[19:50:13] *** regedit has quit IRC
[19:50:30] *** KnightsOfNi has joined #angularjs
[19:50:41] *** jonno11___ has joined #angularjs
[19:51:20] <magellanicloud> @bugfarmer: try scope: true in the definition or element.on('click', function () { element.css({background: 'blue'}); })
[19:51:46] *** kirobaito has joined #angularjs
[19:52:15] *** 7JTABECB4 has joined #angularjs
[19:53:12] *** heyts has joined #angularjs
[19:54:02] *** marthinal has quit IRC
[19:54:36] *** asteele has joined #angularjs
[19:55:30] *** jonno11___ has quit IRC
[19:55:35] *** FIFOd has quit IRC
[19:56:23] *** clearcut has joined #angularjs
[19:58:16] *** DoubleAW has quit IRC
[19:58:26] *** dbclk has joined #angularjs
[19:59:13] *** Bieg has joined #angularjs
[19:59:54] <Bieg> Hi. Anyone here with some Jasmine experience? I'm trying to write a spec for an Angular2 Component.
[19:59:59] *** 7JTABECB4 has quit IRC
[20:00:26] *** Bomber4Chats_ has joined #angularjs
[20:00:48] *** heyts has quit IRC
[20:03:04] <Bieg> So many people... so few responses... :-/
[20:03:13] *** DoubleAW has joined #angularjs
[20:03:26] <bugfarmer> @magellanicloud: Thanks, scope:true seems to have worked
[20:04:00] <magellanicloud> bugfarmer: you are welcome.
[20:04:14] <asteele> well it is christmas eve :p
[20:04:37] <asteele> hopefully for 95% of the people in the room here that means no work today
[20:05:13] <Bieg> It feels like it's normally the case. Very full but inactive channel.
[20:06:23] <asteele> most irc channels have only like 10% of people active at any time, usually closer to 2-5% since most people are idling
[20:06:31] *** l0oky has joined #angularjs
[20:06:46] <asteele> that said this is usually a pretty active channel, just not right now
[20:07:40] *** leolrrj-alt has joined #angularjs
[20:08:03] <asteele> i havent used jasmine though or i would help ;p
[20:08:04] <Bieg> Ok. Any chance you can point me in the right direction? Looking for an example of how a Angular2 Component should be tested. :)
[20:08:12] *** leolrrj-alt has quit IRC
[20:08:51] <asteele> assuming you read all of this? https://angular.io/docs/ts/latest/testing/jasmine-testing-101.html
[20:09:02] *** leolrrj-alt has joined #angularjs
[20:09:33] <Bieg> yeah. it's unfortunately very basic still. Only covers a simple class and a pipe. :(
[20:10:08] *** Bomber4Chats_ has quit IRC
[20:10:37] *** compeman has joined #angularjs
[20:10:38] *** compeman has joined #angularjs
[20:10:43] *** leolrrj has quit IRC
[20:13:04] <Bieg> Can anyone point me in the right direction for an example of how a Angular2 Component should be tested? :)
[20:13:27] *** doppio|Laptop has joined #angularjs
[20:13:43] *** CaneRandagio has quit IRC
[20:14:34] *** {DV8} has joined #angularjs
[20:15:10] *** EndStop has quit IRC
[20:16:02] *** johnnyfive has quit IRC
[20:16:09] *** dopesong has joined #angularjs
[20:17:29] <l0oky> In $routeProvider.when() function the second parameter object, what does {controller:"myController"} do?
[20:18:26] *** schneider has quit IRC
[20:19:17] <l0oky> Does it set ng-controller? or what?
[20:21:11] *** kirobaito has quit IRC
[20:22:06] <Bieg> Can anyone point me in the right direction for an example of how a Angular2 Component should be tested?
[20:22:45] *** johnnyfive has joined #angularjs
[20:23:50] *** EndStop has joined #angularjs
[20:23:51] *** tristanp has joined #angularjs
[20:23:52] *** dopesong has quit IRC
[20:24:00] *** ESpiney has quit IRC
[20:24:17] *** rc has joined #angularjs
[20:24:30] *** ycon_ has joined #angularjs
[20:24:41] *** rc is now known as Guest74079
[20:27:33] *** Bieg has quit IRC
[20:27:44] *** Aliks has joined #angularjs
[20:29:10] *** ycon_ has quit IRC
[20:29:56] *** Es0teric has joined #angularjs
[20:29:58] *** c00ljs has quit IRC
[20:30:20] *** n00bdev has quit IRC
[20:33:32] *** hefox has joined #angularjs
[20:34:55] *** k1ng440 has joined #angularjs
[20:34:55] *** k1ng440 has joined #angularjs
[20:36:39] *** drptbl has joined #angularjs
[20:37:26] *** BlackFX_ has joined #angularjs
[20:37:44] *** BlackFX has quit IRC
[20:37:44] *** BlackFX_ is now known as BlackFX
[20:38:01] *** drptbl has quit IRC
[20:38:26] *** tristanp has quit IRC
[20:38:33] *** chick_ has joined #angularjs
[20:39:02] *** Uptime is now known as Upsanta
[20:40:40] *** tristanp has joined #angularjs
[20:42:33] *** tristanp has joined #angularjs
[20:44:04] *** ilmgb has joined #angularjs
[20:45:45] *** tristanp has quit IRC
[20:46:08] *** iraj has quit IRC
[20:48:11] *** nate_c has quit IRC
[20:48:19] *** drptbl has joined #angularjs
[20:48:26] *** Ir1sh has joined #angularjs
[20:48:32] *** ilmgb has quit IRC
[20:51:12] *** jonno11___ has joined #angularjs
[20:51:28] *** tristanp has joined #angularjs
[20:52:30] *** tristanp has quit IRC
[20:53:32] *** Ir1sh has quit IRC
[20:54:10] *** doginal has joined #angularjs
[20:54:49] *** tristanp has joined #angularjs
[20:55:24] *** drptbl has quit IRC
[20:55:28] *** jonno11___ has quit IRC
[20:55:37] *** Guest94935 has quit IRC
[20:56:11] *** Es0teric has quit IRC
[20:56:53] *** Coldblackice has joined #angularjs
[20:57:30] *** jhirley has quit IRC
[21:00:23] *** drptbl has joined #angularjs
[21:04:46] *** clearcut has quit IRC
[21:04:59] *** drptbl has quit IRC
[21:06:53] *** LeBlaaanc has joined #angularjs
[21:11:28] *** Ir1sh has joined #angularjs
[21:12:59] *** junmin has quit IRC
[21:15:28] *** leolrrj has joined #angularjs
[21:16:25] *** leolrrj-alt has quit IRC
[21:16:57] *** leolrrj has joined #angularjs
[21:17:10] *** cmdswitch has quit IRC
[21:19:49] *** junmin has joined #angularjs
[21:20:36] *** fotoflo has quit IRC
[21:23:34] *** csharper has joined #angularjs
[21:24:11] *** marcdel has quit IRC
[21:26:24] *** EndStop has quit IRC
[21:27:14] *** kgee has quit IRC
[21:29:12] *** soee_ has quit IRC
[21:31:52] *** tristanp has quit IRC
[21:34:20] *** hefox has quit IRC
[21:35:08] *** xcesariox has joined #angularjs
[21:35:51] *** sbellina has joined #angularjs
[21:36:24] *** SexualRickshaw has quit IRC
[21:36:27] *** Jardayn has quit IRC
[21:39:12] *** SexualRickshaw has joined #angularjs
[21:40:25] *** tristanp has joined #angularjs
[21:41:15] *** ycon_ has joined #angularjs
[21:41:24] *** l0oky has quit IRC
[21:42:28] *** LeBlaaanc has quit IRC
[21:44:47] *** ilmgb has joined #angularjs
[21:48:04] *** bcSquared has quit IRC
[21:48:05] *** smccarthy has quit IRC
[21:48:34] *** italoacasas has joined #angularjs
[21:49:15] *** ilmgb has quit IRC
[21:49:24] *** italoacasas has quit IRC
[21:51:08] *** erve has quit IRC
[21:51:39] *** italoacasas has joined #angularjs
[21:52:01] *** ycon_ has quit IRC
[21:52:25] *** jonno11___ has joined #angularjs
[21:54:55] *** ahhhndi has joined #angularjs
[21:56:38] *** heyts has joined #angularjs
[21:56:49] *** jonno11___ has quit IRC
[21:58:38] *** italoacasas1 has joined #angularjs
[21:59:19] *** ahhhhndi has joined #angularjs
[21:59:36] *** italoacasas has quit IRC
[22:00:35] *** ahhhndi has quit IRC
[22:01:55] *** heyts has quit IRC
[22:04:43] *** sbasso has joined #angularjs
[22:04:44] *** bbarke has left #angularjs
[22:06:35] *** heyts has joined #angularjs
[22:06:43] *** FIFOd has joined #angularjs
[22:07:25] *** bbarke has joined #angularjs
[22:08:19] *** CanyonMan has joined #angularjs
[22:09:50] *** smccarthy has joined #angularjs
[22:12:17] *** heyts has quit IRC
[22:13:25] *** x3al has joined #angularjs
[22:15:12] *** x3al_ has quit IRC
[22:16:39] *** xcesariox has quit IRC
[22:17:23] *** ahhhhndi has quit IRC
[22:17:26] *** heyts has joined #angularjs
[22:18:56] *** Torontoz has quit IRC
[22:20:57] *** Jodd has joined #angularjs
[22:21:07] *** dopesong has joined #angularjs
[22:21:12] <Jodd> Hi
[22:21:30] <Jodd> I want start new project
[22:21:56] <Jodd> And i would like now what is the best ide?
[22:22:17] *** fscala has quit IRC
[22:22:25] <Jodd> For develop node +andgul2
[22:24:13] *** fscala has joined #angularjs
[22:24:53] *** heyts has quit IRC
[22:28:11] *** smccarthy has quit IRC
[22:28:16] *** Jodd has quit IRC
[22:30:17] *** italoacasas1 has quit IRC
[22:30:39] *** ferr has joined #angularjs
[22:32:05] <bencc1> does ng2 has a callback every time it runs change detection?
[22:33:37] *** hefox has joined #angularjs
[22:36:40] *** italoacasas has joined #angularjs
[22:36:43] *** xylen__ has joined #angularjs
[22:38:02] *** sergey has quit IRC
[22:39:16] *** p0k0 has joined #angularjs
[22:42:47] *** delgiudices has quit IRC
[22:43:45] *** EndStop has joined #angularjs
[22:45:32] *** ilmgb has joined #angularjs
[22:46:18] *** leolrrj has quit IRC
[22:46:24] *** sixr420 has quit IRC
[22:50:02] *** duriangray has joined #angularjs
[22:50:18] *** ilmgb has quit IRC
[22:51:35] *** hefox has quit IRC
[22:52:52] *** smccarthy has joined #angularjs
[22:53:13] *** jonno11___ has joined #angularjs
[22:55:09] *** japhar81 has joined #angularjs
[22:55:11] *** ycon_ has joined #angularjs
[22:55:13] *** duriangray has quit IRC
[22:55:40] *** prbc has joined #angularjs
[22:56:02] *** ricoalpha has joined #angularjs
[22:56:42] <ricoalpha> Hi guys, anyone with Bootstrap + AngualarJS form validation + angular-recaptcha experince?? got stuck with an issue https://github.com/VividCortex/angular-recaptcha/issues/96
[22:56:48] *** leolrrj has joined #angularjs
[22:56:59] *** Ir1sh has quit IRC
[22:58:05] *** Poeticode has quit IRC
[22:58:23] *** Poeticode has joined #angularjs
[22:58:29] *** jonno11___ has quit IRC
[22:58:31] *** spikey has joined #angularjs
[22:58:41] *** leolrrj-alt has joined #angularjs
[22:58:48] *** spikeheadon has quit IRC
[22:59:01] *** leolrrj-alt has quit IRC
[22:59:24] *** leolrrj has quit IRC
[22:59:35] *** ycon_ has quit IRC
[23:02:29] *** Es0teric has joined #angularjs
[23:04:00] *** sbellina has quit IRC
[23:04:13] *** dopesong has quit IRC
[23:05:12] *** sbellina has joined #angularjs
[23:05:25] *** dopesong has joined #angularjs
[23:05:39] *** bayousoft has joined #angularjs
[23:05:47] *** smccarthy has quit IRC
[23:07:42] *** {DV8} has quit IRC
[23:07:58] *** g00glen00b has joined #angularjs
[23:09:57] *** dopesong has quit IRC
[23:10:30] *** dopesong has joined #angularjs
[23:12:35] *** magellanicloud has quit IRC
[23:17:32] *** spikey has quit IRC
[23:19:57] *** Ir1sh has joined #angularjs
[23:20:04] *** kopasetik has joined #angularjs
[23:20:20] *** Es0teric has quit IRC
[23:25:09] *** diosney has quit IRC
[23:25:41] *** sixr420 has joined #angularjs
[23:26:29] *** italoacasas has quit IRC
[23:27:08] *** FIFOd has quit IRC
[23:31:26] *** c00ljs has joined #angularjs
[23:32:38] *** FIFOd has joined #angularjs
[23:36:49] *** c00ljs has quit IRC
[23:38:45] *** Bent0 has quit IRC
[23:38:58] *** MistahKurtz has joined #angularjs
[23:39:18] *** sbellina has quit IRC
[23:40:00] <bugfarmer> Need a bit of help converting a string to a date. Not sure if this question really needs Angular, but I figure I should post it both here and in javascript
[23:40:02] <bugfarmer> http://plnkr.co/edit/Qh66bY2Tb3UZeGr6JQW5?p=preview
[23:40:18] <bugfarmer> I can't pass that string into new Date direclty because it's invalid
[23:40:27] <bugfarmer> so i tried using $filter('date') to get around it
[23:40:34] <bugfarmer> but then I lose the hours, mins and secs data
[23:40:58] <bugfarmer> Changing the dateString directly isn't an option, since I got a bunch of data formatted that way
[23:41:17] *** bencc1 has left #angularjs
[23:41:48] *** waspinator has joined #angularjs
[23:45:56] *** FIFOd has quit IRC
[23:46:16] *** ilmgb has joined #angularjs
[23:46:41] *** Jardayn has joined #angularjs
[23:48:41] *** ChristmasMagic has joined #angularjs
[23:49:02] <ChristmasMagic> Hey everyone! I was wondering how to expand a table excel-like with tabs?
[23:51:11] *** ilmgb has quit IRC
[23:54:02] *** jonno11___ has joined #angularjs
[23:54:50] *** bayousoft has quit IRC
[23:57:06] *** Burgerz has quit IRC
[23:58:35] *** jonno11___ has quit IRC
top

   December 24, 2015  
< | 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 | 31 | >