Switch to DuckDuckGo Search
   January 7, 2016  
< | 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:00:03] *** ilhami has quit IRC
[00:00:36] *** stevenroose has quit IRC
[00:00:36] *** stevenroose|BNC is now known as stevenroose
[00:00:36] *** smccarthy has quit IRC
[00:00:40] *** empyreanz has quit IRC
[00:01:09] *** Aliks has quit IRC
[00:01:56] *** stevenroose has quit IRC
[00:02:16] *** Aliks has joined #angularjs
[00:02:33] *** gambl0re has joined #angularjs
[00:03:28] *** sixr420 has quit IRC
[00:04:47] *** buzzedword has quit IRC
[00:05:00] *** speeddragon has quit IRC
[00:05:14] *** coaster has quit IRC
[00:05:20] *** speeddragon has joined #angularjs
[00:05:45] *** kuadrosx has quit IRC
[00:06:34] *** CanyonMan has joined #angularjs
[00:07:34] *** kuadrosx has joined #angularjs
[00:07:35] *** encryptd_fractal has quit IRC
[00:07:57] *** Aliks has quit IRC
[00:08:30] *** Aliks has joined #angularjs
[00:09:22] *** sonofdirt has quit IRC
[00:10:56] *** liamonade has joined #angularjs
[00:11:11] *** dimtruck is now known as zz_dimtruck
[00:11:48] *** zlalanne has quit IRC
[00:12:58] *** buzzedword has joined #angularjs
[00:14:34] *** jdummy has quit IRC
[00:14:52] *** tiagoboldt has joined #angularjs
[00:17:02] *** Aliks has quit IRC
[00:18:25] *** buzzedword has quit IRC
[00:18:50] *** dopesong has quit IRC
[00:18:55] *** ycon_ has joined #angularjs
[00:19:49] *** baweaver has quit IRC
[00:22:12] *** F1LT3R has quit IRC
[00:22:34] *** mven has quit IRC
[00:23:25] *** pimlu_ has quit IRC
[00:24:06] *** Es0teric has quit IRC
[00:24:36] *** pimlu has joined #angularjs
[00:25:45] *** sixr420 has joined #angularjs
[00:26:04] *** Faradax has quit IRC
[00:27:51] *** pimlu has quit IRC
[00:28:05] *** pimlu has joined #angularjs
[00:28:31] *** italoacasas has joined #angularjs
[00:29:35] *** italoacasas has quit IRC
[00:30:19] *** tag has joined #angularjs
[00:30:21] *** tag has left #angularjs
[00:30:32] *** tag has joined #angularjs
[00:30:44] *** Guest16 has joined #angularjs
[00:30:47] *** cotko has quit IRC
[00:30:51] * SpikeSpiegel has quit (K-Lined)
[00:31:21] *** tiagoboldt has quit IRC
[00:31:32] *** Faradax has joined #angularjs
[00:31:41] *** tiagoboldt has joined #angularjs
[00:32:01] *** enlightenmental has quit IRC
[00:32:53] *** ril has joined #angularjs
[00:32:59]
[00:33:10] <tag> I have a hunch this isn't the best way to do things
[00:33:37] *** italoacasas has joined #angularjs
[00:34:56] *** italoacasas has quit IRC
[00:35:10] <tag> I see some older examples (http://markdalgleish.com/2013/06/using-promises-in-angularjs-views/) that just assign promises to members of $scope
[00:36:16] *** dodobrain has quit IRC
[00:36:43] <tag> and then go on acting like nothing happened, but does this still work? (I'm TIASing right now, but my real follow up question will be more about how it works). I realize this is likely a fundamental feature in angular and if someone pointed me to the appropriate documentation I'd appreciate that equally.
[00:36:57] *** mary5030 has quit IRC
[00:37:19] *** dandaman has quit IRC
[00:38:02] *** Aliks has joined #angularjs
[00:38:05] <CanyonMan> If theng2 seed build says: Module ''open'' resolves to a non-module entity and cannot be imported using this construct. (2497) does that mean that it can find the ts bindings but not the node_module ?
[00:38:16] *** bayousoft has joined #angularjs
[00:39:46] *** macabre has quit IRC
[00:41:14] *** t1mmen has quit IRC
[00:41:30] *** pimlu has quit IRC
[00:42:11] *** baweaver has joined #angularjs
[00:42:14] <FenikkusuOsiris> can anyone tell me why I would be required to call ngModelController.$render() after just having called ngModelController.$setViewValue() in the context of a $rootScope.$emit that was triggered by a ng-change?
[00:42:31] *** ilmgb has quit IRC
[00:43:04] <FenikkusuOsiris> Correction, triggered by a parsers/formmaters (running older version of angular)
[00:44:11] *** aghiuru has quit IRC
[00:44:32] *** empyreanz has joined #angularjs
[00:44:39] *** D1new has joined #angularjs
[00:44:56] *** tiagoboldt has quit IRC
[00:46:05] *** dandaman has joined #angularjs
[00:46:11] *** looker has quit IRC
[00:46:39] *** baweaver has quit IRC
[00:47:52] *** G1eb has quit IRC
[00:49:43] *** sergey has quit IRC
[00:50:21] *** G1eb has joined #angularjs
[00:50:33] <G1eb> heya
[00:50:35] *** sbellina has quit IRC
[00:50:44] <G1eb> anyone in with experience using grunt angular templates?
[00:51:41] <wafflejock> G1eb: have pretty successfully used html2js grunt plugin for taking html templates and pushing them into JS that puts them all in the templateCache if that's what you're asking
[00:52:04] *** jr3 has quit IRC
[00:52:52] *** Faradax has quit IRC
[00:52:56] <G1eb> wafflejock: yeah that's exactly what I want to achieve, basically, html changes are cached on the browser and this seems like a good fix
[00:53:06] <G1eb> seems to be working fine out of the box on a generated project
[00:53:23] <G1eb> not so much luck when I try to bake it into an existing one
[00:53:36] *** dan2k3k4 has quit IRC
[00:53:40] *** stevenroose|BNC has joined #angularjs
[00:53:48] *** D1new has quit IRC
[00:54:02] <wafflejock> G1eb: yeah the main things for me on that were getting the base path right so the paths would match up what angular/the browser was going go try and load in the end
[00:54:34] <wafflejock> G1eb: other option there is a 'rev' plugin that changes the filenames based on a hash of the contents, then when the files change the name changes in the built version
[00:54:34] *** dcherman2 has joined #angularjs
[00:54:53] <wafflejock> have had some issues with that regarding stuff referenced in CSS though so typically avoided it
[00:55:09] *** aghiuru has joined #angularjs
[00:55:29] <G1eb> wafflejock: hmm, yeah that second option failed because angular was still looking for old references for html, not the revved ones =/
[00:55:35] <wafflejock> html2js is nice too for the fact that you get all the views in one request
[00:55:43] <wafflejock> yah had similar issues with rev
[00:56:05] <G1eb> ahh, sweet, i'll look into html2js rn
[00:57:23] *** Aliks_ has joined #angularjs
[00:57:31] *** tiagoboldt has joined #angularjs
[00:57:42] *** dcherman has quit IRC
[00:57:43] *** ycon_ has quit IRC
[00:57:50] *** ModFather has joined #angularjs
[00:57:54] <ModFather> Hi there
[00:58:09] <ModFather> is anyone expert in angularjs here?
[00:58:14] *** macabre has joined #angularjs
[00:58:19] *** speeddragon has quit IRC
[00:58:40] *** anthony has joined #angularjs
[00:59:05] *** anthony is now known as Guest67719
[00:59:27] <G1eb> wafflejock: thanks! I'm off to try this out :)
[00:59:58] <ModFather> Does anyone know where is a good place to find an AngularJS developer?
[01:00:12] *** aghiuru has quit IRC
[01:00:18] *** Aliks has quit IRC
[01:00:20] *** mischat has quit IRC
[01:01:17] *** mischat has joined #angularjs
[01:01:28] *** killa_kyle has quit IRC
[01:02:35] *** macabre has quit IRC
[01:05:34] *** mischat has quit IRC
[01:06:34] *** evilaliv3 has quit IRC
[01:06:46] *** Aliks_ has quit IRC
[01:07:00] *** dandaman has joined #angularjs
[01:07:02] *** greatdex has joined #angularjs
[01:07:02] *** dandaman has quit IRC
[01:07:18] *** Aliks has joined #angularjs
[01:08:27] <wafflejock> ModFather: not sure how much response you'll get but can try posting here http://angularjobs.com/
[01:08:45] *** D1new has joined #angularjs
[01:08:57] *** buzzedword has joined #angularjs
[01:08:57] <ModFather> thanks buddy, i am trying to find an angular developer for a project
[01:09:04] <ModFather> fixed price
[01:10:13] <wafflejock> ModFather: yeah I would be interested except I'm totally swamped on a contract job right now and we're working on bringing on more developers, if it was next week or last week I'd probably be chatting you up about the project :) you might be able to find someone with availability here though
[01:10:45] <ModFather> you would be available in next week?
[01:10:46] <wafflejock> ModFather: have you used IRC before? typically you have to wait a while to get any responses but if you post once or twice a day someone will probably get back to you
[01:10:49] *** Aliks has quit IRC
[01:11:05] <ModFather> yes i was an IRC operator on Undernet
[01:11:24] *** dcherman2 has quit IRC
[01:11:44] <ModFather> can i private you for a moment please?
[01:12:40] *** mellernoia has quit IRC
[01:12:55] <wafflejock> yah just PMed you our e-mail if you want to reach out we can setup a time to discuss the details
[01:14:10] *** Aliks has joined #angularjs
[01:14:19] *** buzzedword has quit IRC
[01:15:16] *** tag has quit IRC
[01:15:17] *** Z3R0 has quit IRC
[01:15:53] *** asteele has quit IRC
[01:16:17] <G1eb> woah
[01:16:20] *** bengillies has joined #angularjs
[01:16:40] *** speeddragon has joined #angularjs
[01:16:40] *** mellernoia has joined #angularjs
[01:17:56] *** shinnya has quit IRC
[01:18:28] *** cacts|works has joined #angularjs
[01:19:04] *** dcherman has joined #angularjs
[01:19:45] *** s3shs has quit IRC
[01:19:50] *** sfan786 has joined #angularjs
[01:20:00] *** cactauz has quit IRC
[01:20:26] *** sfan786 has quit IRC
[01:20:34] *** bengillies has quit IRC
[01:23:41] *** soee has quit IRC
[01:23:50] *** soee has joined #angularjs
[01:26:03] *** enlightenmental has joined #angularjs
[01:26:40] *** baweaver has joined #angularjs
[01:27:58] *** aghiuru has joined #angularjs
[01:28:06] *** D1new has quit IRC
[01:29:19] *** graphettion has quit IRC
[01:29:44] *** donguston has joined #angularjs
[01:30:49] *** Aliks has quit IRC
[01:30:49] *** tiagoboldt has quit IRC
[01:30:49] *** Aliks has joined #angularjs
[01:30:52] *** tiagobol_ has joined #angularjs
[01:30:59] *** GeekJon has quit IRC
[01:31:22] *** Mounica has joined #angularjs
[01:32:40] *** mary5030 has joined #angularjs
[01:33:08] *** aghiuru has quit IRC
[01:33:53] *** cacts|works has quit IRC
[01:34:47] *** D1new has joined #angularjs
[01:35:57] *** roksy has joined #angularjs
[01:35:58] <roksy> hi
[01:36:24] <roksy> what is $scope?
[01:36:42] *** itaipu has joined #angularjs
[01:37:03] *** Codefriar has joined #angularjs
[01:37:42] *** rickmak_ has joined #angularjs
[01:37:57] <roksy> hi
[01:39:16] *** hefox has quit IRC
[01:39:54] *** buzzedword has joined #angularjs
[01:40:03] *** infinitone_ has quit IRC
[01:40:13] <ModFather> roksy : In AngularJS, $scope is the application object (the owner of application variables and functions). The controller creates two properties (variables) in the scope (firstName and lastName). The ng-model directives bind the input fields to the controller properties (firstName and lastName).
[01:40:23] *** infinitone has joined #angularjs
[01:40:32] *** tiagobol_ has quit IRC
[01:41:14] *** eago has joined #angularjs
[01:41:44] *** smccarthy has joined #angularjs
[01:41:45] *** roksy has quit IRC
[01:42:05] *** rickmak_ has quit IRC
[01:42:56] *** D1new has quit IRC
[01:43:23] *** ilmgb has joined #angularjs
[01:43:51] *** ModFather has quit IRC
[01:45:09] *** asteele has joined #angularjs
[01:45:32] *** buzzedword has quit IRC
[01:45:48] *** icfantv has quit IRC
[01:45:55] *** smccarthy has quit IRC
[01:46:07] *** neo_ has joined #angularjs
[01:47:46] *** s3shs has joined #angularjs
[01:49:02] <neo_> Hi @all Is angular1 compatible with `angular/angular`'s `angular1_router`? If so, are there any resources outlining how to accomplish that?
[01:50:18] *** mary5030 has quit IRC
[01:50:54] *** tiagoboldt has joined #angularjs
[01:51:12] *** SpikeSpiegel has quit IRC
[01:51:17] *** dodobrain has joined #angularjs
[01:51:20] *** joshontheweb has quit IRC
[01:51:23] *** tag has joined #angularjs
[01:54:24] *** mellernoia has quit IRC
[01:54:28] *** Aliks_ has joined #angularjs
[01:57:10] *** s3shs has quit IRC
[01:57:35] *** Aliks has quit IRC
[01:57:51] *** s3shs has joined #angularjs
[01:58:54] *** enlightenmental has quit IRC
[01:59:06] *** gambl0re has quit IRC
[01:59:13] *** bayousoft has quit IRC
[01:59:30] *** zz_dimtruck is now known as dimtruck
[02:01:12] *** mischat has joined #angularjs
[02:03:32] *** iraj has quit IRC
[02:04:16] *** Mounica has quit IRC
[02:04:57] *** sssilver has quit IRC
[02:05:17] *** bayousoft has joined #angularjs
[02:07:43] *** Aliks_ has quit IRC
[02:07:59] *** mischat has quit IRC
[02:08:04] *** joshontheweb has joined #angularjs
[02:08:10] *** Aliks has joined #angularjs
[02:09:50] *** ome has joined #angularjs
[02:10:57] *** bayousoft has quit IRC
[02:11:46] *** liamonade has quit IRC
[02:12:05] *** italoacasas has joined #angularjs
[02:12:34] *** p0k0 has quit IRC
[02:14:12] *** dcherman has quit IRC
[02:16:25] *** mary5030 has joined #angularjs
[02:17:02] *** bengillies has joined #angularjs
[02:17:37] *** hefox has joined #angularjs
[02:17:38] *** poxrud has joined #angularjs
[02:18:50] *** poxrud has quit IRC
[02:19:24] *** sbellina has joined #angularjs
[02:21:41] *** Codefriar has quit IRC
[02:22:03] *** bengillies has quit IRC
[02:22:48] *** Schalla has quit IRC
[02:23:01] *** beakman has joined #angularjs
[02:23:40] *** ASGuerrero has quit IRC
[02:24:14] *** sinusss has joined #angularjs
[02:24:31] <sinusss> hi
[02:24:36] *** leolrrj has quit IRC
[02:24:49] *** hefox has quit IRC
[02:24:55] <sinusss> what does anyone think of this? https://github.com/manapaho/generator-angular-website
[02:25:38] *** leolrrj has joined #angularjs
[02:25:57] <kegster> well, i generally stay away from any type of generator (small number of exceptions)
[02:26:59] *** mary5030 has quit IRC
[02:28:06] *** leolrrj has quit IRC
[02:28:22] <sinusss> hmm ok thanks. I am new angular and would there is so much stuff out there that I do not know how to structure stuff, etc.
[02:29:03] *** p0k0 has joined #angularjs
[02:29:09] *** leolrrj has joined #angularjs
[02:29:12] <kegster> yeah it kinda sucks, but as is anything crash coursing :)
[02:29:22] <kegster> i hit it the hard way, checking stacks
[02:29:34] <kegster> ie: angular, node, express, and either mongo or sequelize, etc
[02:29:41] <kegster> it was verryyy overwhelming
[02:29:54] *** wonder95 has quit IRC
[02:30:01] <kegster> though i had very little experience with node (old old version), i finally figurd out this:
[02:30:49] <kegster> node is a process that runs on a linux box (check out pm2 by the way, nice process manager for it) -- and express and sequelize(and others like mongo i suppose, tho i only have used sequelize) are just modules that are loaded within your node code
[02:31:02] <kegster> do you plan on using node? sry didnt ask
[02:31:05] <kegster> sinusss, ^
[02:31:32] *** basehead2528 has joined #angularjs
[02:31:37] *** leolrrj has quit IRC
[02:31:46] <sinusss> no just the angular part. no node or mongo
[02:31:53] <sinusss> kegster: ^
[02:32:20] <kegster> oh
[02:32:39] *** leolrrj has joined #angularjs
[02:32:53] <kegster> check out an angular seed
[02:33:06] <kegster> sinusss, https://github.com/angular/angular-seed
[02:33:33] *** mven has joined #angularjs
[02:33:55] <kegster> i used codeschool.org to learn angular and that was a free video course (older version of angular) but still got me started with the concepts
[02:33:55] <kegster> btw
[02:34:05] *** soee_ has joined #angularjs
[02:34:49] *** elperdut_ has joined #angularjs
[02:35:08] *** leolrrj has quit IRC
[02:35:53] *** leolrrj has joined #angularjs
[02:36:06] *** marr has quit IRC
[02:36:53] *** enlightenmental has joined #angularjs
[02:38:04] *** soee has quit IRC
[02:38:40] *** leolrrj has quit IRC
[02:38:45] *** basehead2528 has left #angularjs
[02:39:23] *** leolrrj-alt has joined #angularjs
[02:40:03] *** elperdut_ has quit IRC
[02:40:12] *** soee_ has quit IRC
[02:41:07] *** buzzedword has joined #angularjs
[02:41:21] *** leolrrj-alt has quit IRC
[02:41:51] *** leolrrj has joined #angularjs
[02:42:26] *** smccarthy has joined #angularjs
[02:42:56] *** lemur has joined #angularjs
[02:43:16] *** rickmak has joined #angularjs
[02:44:28] *** diegoaguilar has quit IRC
[02:44:41] *** Aliks has quit IRC
[02:46:34] *** neo_ has quit IRC
[02:46:48] *** smccarthy has quit IRC
[02:47:30] *** lemur has quit IRC
[02:48:23] *** baweaver has quit IRC
[02:48:57] *** beakman has quit IRC
[02:49:19] *** s3shs has quit IRC
[02:49:41] *** rchavik has joined #angularjs
[02:51:09] *** siba has joined #angularjs
[02:51:10] *** buzzedword has quit IRC
[02:51:23] *** antiPoP has joined #angularjs
[02:52:57] <kegster> hope it helps :D
[02:53:41] *** fairuz has joined #angularjs
[02:54:12] <wafflejock> !learn sinusss
[02:54:12] <angularjs_bot> Read up on the angularjs.org developer guide https://docs.angularjs.org/guide as a high level overview, for tutorials and whatnot can see the big ol' list here https://github.com/jmcunningham/AngularJS-Learning if you have specific questions can use plnkr to share your code, see the /topic or http://plnkr.co/edit/tpl:nKLNBdve51sqOoKZAOUS
[02:54:38] *** dimtruck is now known as zz_dimtruck
[02:55:03] *** soee has joined #angularjs
[02:55:21] *** Guest67719 has quit IRC
[02:55:31] *** speeddragon has quit IRC
[02:57:18] *** itaipu has quit IRC
[02:57:35] *** Codefriar has joined #angularjs
[02:57:58] *** baweaver has joined #angularjs
[03:01:34] *** ryan_ has joined #angularjs
[03:03:47] *** ryan_ has quit IRC
[03:04:21] *** Respek has joined #angularjs
[03:04:53] *** mischat has joined #angularjs
[03:05:52] *** pimlu has joined #angularjs
[03:06:30] *** jr3 has joined #angularjs
[03:06:36] *** codeitloadit has quit IRC
[03:06:46] *** kgee has quit IRC
[03:07:30] *** devians has joined #angularjs
[03:07:35] *** regedit has joined #angularjs
[03:08:09] *** fairuz1 has joined #angularjs
[03:09:40] *** fairuz has quit IRC
[03:11:11] *** baweaver has quit IRC
[03:15:00] *** ron_frown has joined #angularjs
[03:15:32] *** buzzedword has joined #angularjs
[03:17:11] *** enlightenmental has quit IRC
[03:17:50] *** bengillies has joined #angularjs
[03:18:38] *** Anatoli_k has quit IRC
[03:19:22] *** rboyd has quit IRC
[03:22:00] *** Jardayn has quit IRC
[03:22:19] *** tango0o has joined #angularjs
[03:22:43] *** bengillies has quit IRC
[03:25:18] *** nilsi has joined #angularjs
[03:26:16] *** buzzedword has quit IRC
[03:26:38] *** phrozensilver has quit IRC
[03:27:10] *** zeioth has quit IRC
[03:27:13] *** enlightenmental has joined #angularjs
[03:29:22] *** burzum has joined #angularjs
[03:31:16] *** burzum2 has quit IRC
[03:31:39] *** phrozensilver has joined #angularjs
[03:33:00] *** tango0o has quit IRC
[03:33:09] *** stevenroose|BNC is now known as stevenroose
[03:35:12] *** cocao has quit IRC
[03:37:42] *** mary5030 has joined #angularjs
[03:42:20] *** mary5030 has quit IRC
[03:42:39] *** frem has quit IRC
[03:46:18] *** Marble68 has joined #angularjs
[03:49:30] *** ril has quit IRC
[03:51:11] *** pimlu has quit IRC
[03:51:13] *** senayar has joined #angularjs
[03:51:14] *** Z3R0 has joined #angularjs
[03:52:04] *** s3shs has joined #angularjs
[03:52:46] *** s3shs has joined #angularjs
[03:52:46] *** sbellina has quit IRC
[03:54:26] *** ril has joined #angularjs
[03:55:22] *** mischat has quit IRC
[03:55:57] *** gambl0re has joined #angularjs
[03:57:45] *** b0x has joined #angularjs
[03:57:45] *** b0x has joined #angularjs
[04:00:13] *** nilsi has quit IRC
[04:01:15] *** iateadonut has joined #angularjs
[04:07:05] *** sinusss has quit IRC
[04:08:23] *** Wayneman has joined #angularjs
[04:09:41] *** s3shs_ has joined #angularjs
[04:10:30] *** canine has quit IRC
[04:11:01] *** Vishal_ has joined #angularjs
[04:11:07] <Vishal_> hey ALl
[04:11:19] <Vishal_> I am using $sceDelegateProvider.resourceUrlWhitelist
[04:11:33] <Vishal_> but it is only accepting hardcoded strings
[04:12:02] <Vishal_> can anybody tell if we can pass some dynamic values inside that array
[04:12:10] *** mayamai has quit IRC
[04:12:46] *** s3shs has quit IRC
[04:13:54] *** iamayam has joined #angularjs
[04:14:12] *** canine has joined #angularjs
[04:16:08] *** aghiuru has joined #angularjs
[04:18:02] *** fairuz has joined #angularjs
[04:18:46] *** encryptd_fractal has joined #angularjs
[04:18:54] *** kuadrosx has quit IRC
[04:20:14] *** fairuz1 has quit IRC
[04:20:58] *** aghiuru has quit IRC
[04:22:44] *** yky_ has quit IRC
[04:23:45] *** one_zero has joined #angularjs
[04:25:23] *** senayar has quit IRC
[04:27:45] *** ril has quit IRC
[04:29:25] *** Vishal_ has quit IRC
[04:29:57] *** pimlu has joined #angularjs
[04:31:17] *** oaulakh has joined #angularjs
[04:32:55] <oaulakh> will someone help why my toggle not working ? https://dpaste.de/sEHZ
[04:33:15] *** phrozensilver has quit IRC
[04:33:27] *** greatdex has quit IRC
[04:33:40] *** Wayneman has left #angularjs
[04:36:32] <oaulakh> anyone here?
[04:37:28] *** ome has quit IRC
[04:37:35] *** fscala has quit IRC
[04:38:04] *** antiPoP has quit IRC
[04:39:03] *** Codefriar has quit IRC
[04:39:07] <tag> oaulakh, It's best to just ask a question I reckon.
[04:39:35] *** fscala has joined #angularjs
[04:40:24] *** SevenZark7 has quit IRC
[04:41:08] *** startupality has joined #angularjs
[04:42:26] *** SkoalBanditExpr has joined #angularjs
[04:42:50] *** venkat_330 has joined #angularjs
[04:43:14] *** smccarthy has joined #angularjs
[04:43:17] *** tiagobol_ has joined #angularjs
[04:43:39] *** baweaver has joined #angularjs
[04:44:47] *** italoacasas has quit IRC
[04:45:24] *** smccarthy has quit IRC
[04:45:41] *** smccarthy has joined #angularjs
[04:46:15] *** tiagoboldt has quit IRC
[04:47:44] *** charuru has quit IRC
[04:48:17] *** baweaver has quit IRC
[04:48:28] *** nilsi has joined #angularjs
[04:51:30] *** ril has joined #angularjs
[04:51:39] *** baweaver has joined #angularjs
[04:52:02] *** sneakerhax has joined #angularjs
[04:54:28] *** s3shs has joined #angularjs
[04:57:22] *** s3shs_ has quit IRC
[04:58:15] *** zz_dimtruck is now known as dimtruck
[05:02:02] *** ensyde has joined #angularjs
[05:03:59] *** venkat_330 has quit IRC
[05:03:59] *** aghiuru has joined #angularjs
[05:04:17] *** italoacasas has joined #angularjs
[05:04:32] *** venkat_330 has joined #angularjs
[05:05:14] *** phrozensilver has joined #angularjs
[05:09:06] *** aghiuru has quit IRC
[05:11:02] *** regedit_ has joined #angularjs
[05:11:23] *** jhirley has quit IRC
[05:11:23] *** oaulakh has quit IRC
[05:11:35] *** regedit has quit IRC
[05:12:48] *** buzzedword has joined #angularjs
[05:12:59] *** tiagobol_ has quit IRC
[05:13:30] *** dromar56 has quit IRC
[05:15:33] *** ad0le has joined #angularjs
[05:15:34] *** aghiuru has joined #angularjs
[05:15:38] *** startupality has quit IRC
[05:16:16] *** joshontheweb has quit IRC
[05:16:43] <ad0le> how do I do something like -> $('#card_' + {{quiz.id}}) inside of an ng-repeat?
[05:17:17] <Z3R0> O.o
[05:18:04] *** buzzedword has quit IRC
[05:18:21] *** startupality has joined #angularjs
[05:19:13] *** bengillies has joined #angularjs
[05:20:16] *** ad0le has quit IRC
[05:20:20] *** regedit_ is now known as regedit
[05:20:30] *** aghiuru has quit IRC
[05:22:01] *** quakephil has quit IRC
[05:23:32] *** Razerglass has quit IRC
[05:23:44] *** Respek has quit IRC
[05:24:01] *** itaipu has joined #angularjs
[05:24:17] *** sneakerhax has quit IRC
[05:24:26] *** ril has quit IRC
[05:24:35] *** bengillies has quit IRC
[05:26:35] *** juddey has quit IRC
[05:26:36] *** Respek has joined #angularjs
[05:27:04] *** jae has joined #angularjs
[05:27:25] *** dcherman has joined #angularjs
[05:28:42] *** ad0le has joined #angularjs
[05:29:22] *** itaipu has quit IRC
[05:29:46] *** hackel has quit IRC
[05:30:24] <ad0le> I'm using the jquery flip control on a div that is created in a template using ng-repeat... the component requies and assignment to work -> $('some_id').flip({blah}) ... is there a way to do that assignment during the repeat inside the template?
[05:30:46] *** eago has quit IRC
[05:30:53] <ad0le> I hope that's clearf
[05:32:19] <ad0le> the data im repeating comes from a rest service
[05:33:17] *** buzzedword has joined #angularjs
[05:35:04] *** Bloomer has joined #angularjs
[05:36:54] *** one_zero has quit IRC
[05:36:56] *** juddey has joined #angularjs
[05:38:14] *** buzzedword has quit IRC
[05:39:49] *** icfantv has joined #angularjs
[05:41:10] <Bloomer> hi, i am new to angular and would like to know now better to learn angular2 or also need to know angular1?
[05:41:19] *** beakman has joined #angularjs
[05:42:22] *** pingupingu has joined #angularjs
[05:44:06] <wafflejock> ad0le: any DOM manipulation from jQuery or otherwise should be in a directive
[05:44:39] <wafflejock> ad0le: good to search to see if there is an angular directive written for whatever jQuery thing you're trying to use
[05:44:57] <wafflejock> ad0le: usually someone has already written a lightweight wrapper or sometimes you can find jQuery free rewrites
[05:44:57] *** itaipu has joined #angularjs
[05:45:14] <ad0le> thanks waffle
[05:45:21] <wafflejock> ad0le: yup np
[05:45:56] <ad0le> is there a generic ng-{blah} I can just send the element to for assignment
[05:46:04] <ad0le> inside the template
[05:46:22] <wafflejock> Bloomer: there are still more samples and tutorials on NG 1 at this point and a lot of third party modules built and conceptually most of it translates into NG 2, would probably still say NG 1 for now is good, NG 2 will have greater performance but for concepts either one works
[05:46:45] <soee> wafflejock: and if we need to render some list of records, is it good idea to do it in directive ?
[05:47:06] *** tag has quit IRC
[05:47:25] <wafflejock> soee: if you can't just do it with an ng-repeat or you need more control over the way it renders everything (really any DOM access) then you want a directive or some combination of them
[05:48:00] *** aghiuru has joined #angularjs
[05:48:24] <wafflejock> directives can be applied in the markup to the elements they effect so they get rid of the need to use selectors to find elements in the DOM and they have a lifecycle when they're included in the view and compiled and then their scope gets a destroy event when they're removed
[05:48:48] <Bloomer> Wafflejock, thanks for reply.
[05:49:06] <soee> wafflejock: well i masking because my teammate prefer to do all in directives and i for example prefere to use simple controller in template for lists etc.
[05:49:43] <soee> for me directive is good for some reusable elements
[05:49:44] <wafflejock> soee: yeah I'll always use built in directives as much as I can and do what's possible with that and CSS but if you have to do any DOM stuff it shouldn't be in controllers or services
[05:49:50] <wafflejock> http://plnkr.co/edit/N53RbNc21Nk0w5RswqSA?p=info
[05:50:01] <wafflejock> ^^ made that to trace out the order things get run in
[05:50:05] *** buzzedword has joined #angularjs
[05:50:34] <wafflejock> soee: I'm not a fan of the directive all the things idea
[05:50:49] <wafflejock> soee: gets hard to understand what the heck is going on when everything is custom
[05:51:04] *** hefox has joined #angularjs
[05:51:20] <soee> agree
[05:52:34] <wafflejock> Bloomer: np gotta get back to work but see the stuff below !learn
[05:52:35] <angularjs_bot> Read up on the angularjs.org developer guide https://docs.angularjs.org/guide as a high level overview, for tutorials and whatnot can see the big ol' list here https://github.com/jmcunningham/AngularJS-Learning if you have specific questions can use plnkr to share your code, see the /topic or http://plnkr.co/edit/tpl:nKLNBdve51sqOoKZAOUS
[05:52:48] *** aghiuru has quit IRC
[05:55:07] *** buzzedword has quit IRC
[05:55:31] *** sbellina has joined #angularjs
[05:55:32] *** Es0teric has joined #angularjs
[05:55:38] *** mint has joined #angularjs
[05:55:48] <wafflejock> ad0le: you may also benefit from reading this post !jQuery
[05:55:52] <wafflejock> or not
[05:55:53] <wafflejock> hah
[05:55:57] <wafflejock> !jquery
[05:55:57] *** one_zero has joined #angularjs
[05:56:06] <wafflejock> nope not a case sensitive problem, damn you bot
[05:56:15] <wafflejock> stackoverflow.com/questions/14994391/thinking-in-angularjs-if-i-have-a-jquery-background
[05:56:16] *** yanivkalfa has joined #angularjs
[05:57:55] *** marthinal has joined #angularjs
[05:59:13] *** pingupingu has quit IRC
[05:59:19] *** hefox has quit IRC
[05:59:32] *** aghiuru has joined #angularjs
[06:00:47] *** leolrrj has quit IRC
[06:02:05] <soee> wafflejock: one more question @ CGL
[06:02:40] <soee> do you define variable sin your code like z = , cgz = etc. without gifing them some readable names ?
[06:02:48] *** joshontheweb has joined #angularjs
[06:03:17] <wafflejock> soee: no always go with longer human readable names, minifiers take care of that no need to make it cryptic
[06:03:25] <wafflejock> unless you're in a contest to write cryptic code :)
[06:03:39] <soee> well that is what my teammate is doing :/
[06:03:58] <wafflejock> yeah not good would talk with him about it, you type it out once everyone else can usually tab complete with most editors
[06:03:58] <soee> one char variables names, define in one line etc ;/
[06:04:12] *** aghiuru has quit IRC
[06:04:37] <soee> wafflejock: ok, thank you as always for your input :)
[06:05:40] *** SkoalBanditExpr has quit IRC
[06:06:06] *** itaipu has quit IRC
[06:08:11] *** ensyde has quit IRC
[06:08:26] <gambl0re> anyone have experience with firebase?
[06:08:36] <gambl0re> anyone know if it has a steep learning curve?
[06:08:53] *** ensyde has joined #angularjs
[06:10:24] *** aghiuru has joined #angularjs
[06:12:48] *** dodobrain has quit IRC
[06:13:23] *** yanivkalfa has quit IRC
[06:13:50] *** b0x has quit IRC
[06:14:01] *** dimtruck is now known as zz_dimtruck
[06:14:18] *** b0x has joined #angularjs
[06:14:27] *** pimlu has quit IRC
[06:14:58] *** aghiuru has quit IRC
[06:15:50] *** yky_ has joined #angularjs
[06:16:31] *** amdi_ has joined #angularjs
[06:17:24] *** ad0le has quit IRC
[06:18:33] *** buzzedword has joined #angularjs
[06:21:25] *** aghiuru has joined #angularjs
[06:22:26] *** phrozensilver has quit IRC
[06:23:27] *** smccarthy has quit IRC
[06:23:44] *** buzzedword has quit IRC
[06:24:51] *** Z3R0 is now known as ONe
[06:24:58] *** ONe is now known as Z3R0
[06:26:14] *** ahaeger has joined #angularjs
[06:26:22] *** aghiuru has quit IRC
[06:27:31] *** ahaeger has quit IRC
[06:28:05] *** ahaeger has joined #angularjs
[06:28:06] *** Wouter0100 has quit IRC
[06:29:55] *** joshontheweb has quit IRC
[06:31:40] *** Razerglass has joined #angularjs
[06:32:55] *** nocturne777 has joined #angularjs
[06:33:14] *** BigBangUDR has joined #angularjs
[06:33:41] *** Wouter0100 has joined #angularjs
[06:34:46] *** jr3 has quit IRC
[06:36:31] *** hefox has joined #angularjs
[06:37:00] *** ahaeger has quit IRC
[06:38:22] *** buzzedword has joined #angularjs
[06:40:48] *** juddey has quit IRC
[06:42:47] *** enlightenmental has quit IRC
[06:42:51] *** hefox has quit IRC
[06:42:54] *** aghiuru has joined #angularjs
[06:45:10] *** buzzedword has quit IRC
[06:46:41] *** hefox has joined #angularjs
[06:47:54] *** aghiuru has quit IRC
[06:49:43] *** rho has quit IRC
[06:50:01] *** knownasilya has quit IRC
[06:51:50] *** joshontheweb has joined #angularjs
[06:54:03] *** Aliks has joined #angularjs
[06:54:22] *** aghiuru has joined #angularjs
[06:55:15] *** buzzedword has joined #angularjs
[06:56:48] *** marthinal has quit IRC
[06:57:09] *** marthinal has joined #angularjs
[06:59:18] *** aghiuru has quit IRC
[06:59:27] *** sam___ has joined #angularjs
[06:59:39] <sam___> hello
[07:00:07] *** buzzedword has quit IRC
[07:00:08] *** Ozd has joined #angularjs
[07:00:46] *** encryptd_fractal has quit IRC
[07:01:25] *** sam___ has quit IRC
[07:01:55] *** encryptd_fractal has joined #angularjs
[07:02:00] *** buzzedword has joined #angularjs
[07:03:17] *** BigBangUDR has quit IRC
[07:04:25] *** delerium_ has joined #angularjs
[07:05:02] *** aghiuru has joined #angularjs
[07:05:15] *** MJD has quit IRC
[07:05:21] *** delerium_ has quit IRC
[07:05:45] *** MJD has joined #angularjs
[07:05:50] *** Respek has quit IRC
[07:06:31] *** Es0teric has quit IRC
[07:06:36] *** encryptd_fractal has quit IRC
[07:06:39] *** BigBangUDR has joined #angularjs
[07:07:16] *** buzzedword has quit IRC
[07:08:02] *** Aliks has quit IRC
[07:08:05] *** deepak_ has joined #angularjs
[07:08:11] <deepak_> Hi
[07:08:14] *** marthinal has quit IRC
[07:09:25] <deepak_> Is angular js provide support for epson printer?
[07:10:04] <deepak_> I need a sdk for implementing printer functionality
[07:10:04] *** aghiuru has quit IRC
[07:10:38] *** Aliks has joined #angularjs
[07:11:46] *** juddey has joined #angularjs
[07:12:22] *** yky_ has quit IRC
[07:12:32] *** regedit_ has joined #angularjs
[07:12:34] *** p0k0 has quit IRC
[07:13:23] *** regedit has quit IRC
[07:13:46] *** regedit_ is now known as regedit
[07:14:31] *** Z3R0 has quit IRC
[07:16:35] *** rscata has joined #angularjs
[07:19:20] <deepak_> anyone who is having any idea ? plz let me know
[07:20:40] *** bengillies has joined #angularjs
[07:21:51] *** george_v has joined #angularjs
[07:22:57] *** enlightenmental has joined #angularjs
[07:24:19] *** SpikeSpiegel has joined #angularjs
[07:24:21] *** buzzedword has joined #angularjs
[07:25:45] *** bengillies has quit IRC
[07:29:22] *** buzzedword has quit IRC
[07:33:39] <icfantv> deepak_: that question makes no sense
[07:33:42] *** buzzedword has joined #angularjs
[07:34:46] <icfantv> deepak_: angular JS is a web application framework. an epson printer is….a printer
[07:35:11] *** miroki has joined #angularjs
[07:36:28] *** tuskkk___ has joined #angularjs
[07:38:20] *** mary5030 has joined #angularjs
[07:38:51] *** Aliks has quit IRC
[07:39:08] *** buzzedword has quit IRC
[07:39:47] *** Aliks has joined #angularjs
[07:40:09] *** brodul has quit IRC
[07:40:13] *** ensyde has quit IRC
[07:40:40] *** ensyde has joined #angularjs
[07:42:21] *** brodul has joined #angularjs
[07:42:23] *** Leon has joined #angularjs
[07:42:45] *** amdi_ has quit IRC
[07:42:50] *** beakman has quit IRC
[07:43:54] *** Leon has quit IRC
[07:46:11] *** aghiuru has joined #angularjs
[07:46:16] *** ensyde has quit IRC
[07:46:37] *** Dmitri has joined #angularjs
[07:46:43] *** ensyde has joined #angularjs
[07:46:46] <deepak_> @icfantv I know its a web application framework but it is based on java Script
[07:46:48] <deepak_> http://stackoverflow.com/questions/11463787/javascript-receipt-printing-using-pos-printer
[07:48:08] <icfantv> deepak_: it's written in JS. what exactly are you trying to do? communicate with a printer?
[07:48:55] <deepak_> yes i want to communicate with the printer
[07:49:02] <icfantv> deepak_: if the printer exposes services via URLs to which you can make HTTP calls, then yes, you can use angular.
[07:49:45] <icfantv> deepak_: you should check that the printer returns responses in JSON. anything else is going to result in you having to do a lot more work.
[07:49:46] <deepak_> @icfantv without url.
[07:50:12] <deepak_> i am ready to do lot of work
[07:51:10] <icfantv> deepak_: javascript runs in your browser and the JS security model prevents you from interacting with the operating system, file system, etc…
[07:51:14] *** aghiuru has quit IRC
[07:51:22] *** Dmitri has quit IRC
[07:51:36] <icfantv> deepak_: if your printer exposes a REST interface, you're golden. if you are making calls over, say RS232, you're SOL
[07:51:48] *** JBreit3 has quit IRC
[07:52:02] *** steven10172_ has quit IRC
[07:52:37] *** vardyb has joined #angularjs
[07:52:40] *** bcSquared- has quit IRC
[07:52:51] *** Aliks has quit IRC
[07:52:54] *** edrocks has quit IRC
[07:52:55] <icfantv> You need a native app to communicate with serial ports
[07:53:02] *** steven10172_ has joined #angularjs
[07:53:04] *** JBreit3 has joined #angularjs
[07:53:13] *** edrocks has joined #angularjs
[07:53:22] <icfantv> or make network calls to sockets
[07:53:22] *** Leon has joined #angularjs
[07:53:22] *** ryez has joined #angularjs
[07:53:27] *** bcSquared- has joined #angularjs
[07:53:27] *** Aliks has joined #angularjs
[07:53:38] *** fairuz has quit IRC
[07:53:53] *** BigBangUDR has quit IRC
[07:53:58] *** Es0teric has joined #angularjs
[07:54:25] *** siba has quit IRC
[07:54:58] *** fairuz has joined #angularjs
[07:55:01] *** atomi has quit IRC
[07:55:09] *** startupality has quit IRC
[07:55:14] *** BigBangUDR has joined #angularjs
[07:55:40] *** Leon has quit IRC
[07:55:44] *** atomi has joined #angularjs
[07:56:14] *** startupality has joined #angularjs
[07:56:31] *** felixn has joined #angularjs
[07:57:13] *** Leon has joined #angularjs
[07:57:30] *** startupality has quit IRC
[07:57:34] *** vardyb has quit IRC
[07:57:43] *** adhipg has joined #angularjs
[07:57:47] *** kp666 has joined #angularjs
[07:58:08] <icfantv> looks like Chrome has some apps that can let you do serial control. but i don't even know how your printer is connected.
[07:58:20] *** kp666 has quit IRC
[07:58:28] *** purencool has joined #angularjs
[07:58:53] *** kp666 has joined #angularjs
[07:59:17] *** enlightenmental has quit IRC
[07:59:34] *** kp666 has quit IRC
[07:59:46] *** purencool has quit IRC
[08:00:06] *** kp666 has joined #angularjs
[08:00:08] <icfantv> but you don't need angular for that
[08:00:37] *** buzzedword has joined #angularjs
[08:00:49] *** kp666 has quit IRC
[08:01:22] *** kp666 has joined #angularjs
[08:01:56] *** kp666 has quit IRC
[08:02:26] *** kp666 has joined #angularjs
[08:03:10] *** dopesong has joined #angularjs
[08:03:13] *** kp666 has quit IRC
[08:03:29] *** encryptd_fractal has joined #angularjs
[08:03:47] *** kp666 has joined #angularjs
[08:05:47] *** buzzedword has quit IRC
[08:07:26] *** buzzedword has joined #angularjs
[08:07:32] *** aghiuru has joined #angularjs
[08:07:42] *** kakashiAL has quit IRC
[08:08:28] <deepak_> @icfantv we are using angular js for front end development and we want to give printout to the user using angular js only
[08:08:52] *** encryptd_fractal has quit IRC
[08:10:03] *** rchavik has quit IRC
[08:10:58] *** Aliks has quit IRC
[08:12:20] *** Limarson has joined #angularjs
[08:12:46] *** aghiuru has quit IRC
[08:12:55] *** buzzedword has quit IRC
[08:14:10] *** dcherman has quit IRC
[08:14:35] *** Debnet has joined #angularjs
[08:14:36] *** kakashiAL has joined #angularjs
[08:14:57] *** SpikeSpiegel has quit IRC
[08:15:06] *** juddey has quit IRC
[08:15:14] *** SpikeSpiegel has joined #angularjs
[08:15:34] *** hefox has joined #angularjs
[08:15:59] <Ozd> to be able to use angular 2.0, i need to include typescript.js?
[08:16:17] *** yky_ has joined #angularjs
[08:17:07] *** ron_frown has quit IRC
[08:18:06] *** lite_ has joined #angularjs
[08:18:28] *** Danielyan has joined #angularjs
[08:18:44] *** miroki has quit IRC
[08:19:20] *** enlightenmental has joined #angularjs
[08:19:34] *** Debnet has quit IRC
[08:20:26] *** heavyhorse has quit IRC
[08:21:22] *** harry has joined #angularjs
[08:21:46] *** harry is now known as Guest45946
[08:22:40] *** sudefed55 has joined #angularjs
[08:22:42] *** poacher2k has joined #angularjs
[08:23:02] *** Guest45946 has quit IRC
[08:23:43] *** Aliks has joined #angularjs
[08:24:28] <wafflejock> deepak_: is it running in a browser?
[08:25:22] *** Es0teric has quit IRC
[08:25:51] *** mary5030 has quit IRC
[08:26:09] *** sudefed55 has quit IRC
[08:26:14] *** juddey has joined #angularjs
[08:26:28] *** brollypop has joined #angularjs
[08:26:32] <deepak_> No it is not running in the browser it is running with desktop application
[08:27:26] <deepak_> @wafflejock it is not running in the browser it is running with desktop application
[08:27:58] *** Aliks has quit IRC
[08:29:13] *** poacher2k has quit IRC
[08:30:19] *** Debnet has joined #angularjs
[08:30:31] *** felixn has quit IRC
[08:30:46] *** dan2k3k4 has joined #angularjs
[08:30:56] *** Firo has joined #angularjs
[08:31:05] <wafflejock> deepak_: how is it running as desktop application? in node webkit or something?
[08:31:51] <deepak_> @wafflejock it is running with node webkit
[08:31:55] <wafflejock> Ozd: pretty sure the JS docs here are ECMA5 https://angular.io/docs/js/latest/api/
[08:32:03] *** elsifaka has joined #angularjs
[08:32:11] *** elsifaka has left #angularjs
[08:32:19] <wafflejock> deepak_: maybe this https://github.com/tojocky/node-printer
[08:32:22] *** elsifaka has joined #angularjs
[08:33:01] <wafflejock> usually window.print() would open the system print dialog from the browser but https://github.com/nwjs/nw.js/issues/56 think that's an issue
[08:33:11] *** kp666 has quit IRC
[08:34:49] *** Alex-221Bytes has joined #angularjs
[08:34:58] <Ozd> wafflejock, is that even relavant to my question?
[08:35:20] <Ozd> here in the first example, there is /tools/typescript.js
[08:35:25] <Ozd> https://angular.io/
[08:35:31] *** pretag has joined #angularjs
[08:35:34] <Ozd> and it is 600 kbs
[08:35:41] <wafflejock> Ozd: you don't need to include typescript you can use ECMA5 as is the typescript gets trasnpiled to ECMA5
[08:35:51] <wafflejock> but most of the tutorials probably expect it
[08:36:01] *** felixn has joined #angularjs
[08:36:06] <wafflejock> think Ward Bell was writing up some ECMA5 samples might be able to google that
[08:36:20] <deepak_> @wafflejock Actually i m working on rolling printer when i give the command it print but complete roll comes out
[08:36:26] *** vardyb has joined #angularjs
[08:36:41] *** b0x has quit IRC
[08:36:45] <wafflejock> Ozd: if you're using typescript then I imagine you need to include it but are you looking at minifed gzipped size?
[08:36:45] *** p0k0 has joined #angularjs
[08:37:08] *** b0x has joined #angularjs
[08:37:08] *** leolrrj has joined #angularjs
[08:38:06] <wafflejock> deepak_: yeah like icfantv said the stuff that runs in the browser context is pretty limited in what it can access, the node side that's running the node webkit app should have access to the hardware, believe that's what that module was I linked above but would probably require recompiling all of that stuff
[08:38:35] *** sbellina has quit IRC
[08:38:45] *** davi has joined #angularjs
[08:38:45] *** davi has joined #angularjs
[08:38:59] <deepak_> @wafflejock recompling what?
[08:39:19] <wafflejock> deepak_: node webkit to include the functionality
[08:39:27] *** aghiuru has joined #angularjs
[08:39:36] *** sophia has joined #angularjs
[08:39:50] *** svycka has joined #angularjs
[08:39:50] <wafflejock> deepak_: maybe not just speculating
[08:39:54] <deepak_> yes i m doing that but same result i m getting
[08:40:00] *** sophia is now known as Guest3959
[08:40:31] <Guest3959> Hi all, I should be use es6 or typescript to write angular2 ? thanks,
[08:40:48] *** plekplek has joined #angularjs
[08:41:27] *** archon- has quit IRC
[08:41:28] <Alex-221Bytes> Hi everyone! I am a beginner with Angular in general and I am currently trying to write the upload of an image. I wanted to know what was the best solution to do it with typescript in angular 2
[08:41:33] *** archon- has joined #angularjs
[08:41:57] *** vardyb has quit IRC
[08:42:48] *** icfantv has quit IRC
[08:42:54] *** buzzedword has joined #angularjs
[08:43:48] <deepak_> @Alex r u out of your mind?
[08:43:57] *** baweaver has quit IRC
[08:44:26] *** aghiuru has quit IRC
[08:44:42] <Ozd> wafflejock, no just plain
[08:45:08] <Alex-221Bytes> not really
[08:45:09] *** Guest3959 has quit IRC
[08:45:13] <Alex-221Bytes> why ?
[08:45:59] <deepak_> @Alex we are talking about printer issue and you put your nose in between
[08:46:38] <Alex-221Bytes> I am not really used to IRC ^^
[08:46:40] <deepak_> @wafflejock any solution?
[08:46:49] *** fixl has joined #angularjs
[08:46:51] *** daandd has quit IRC
[08:47:06] <Alex-221Bytes> Sorry then and good luck with the printer xD
[08:47:07] *** iraj has joined #angularjs
[08:47:13] *** daandd has joined #angularjs
[08:47:34] <deepak_> Its Ok bro
[08:47:41] <deepak_> @Alex
[08:48:01] *** buzzedword has quit IRC
[08:48:43] *** quetzalcotalus has quit IRC
[08:49:19] <zomg> deepak_: I'm not sure what you're talking about
[08:49:30] <zomg> it's always OK to ask questions here regardless of what others are talking about
[08:49:44] *** fscala has quit IRC
[08:49:54] <zomg> Alex-221Bytes: you could probably use the html5 filereader and upload the image via xhr then
[08:49:56] *** buzzedword has joined #angularjs
[08:51:22] <deepak_> @zomg if anyone ask the question in between the conversation then the problem will change
[08:51:30] *** aghiuru has joined #angularjs
[08:51:49] <zomg> It won't
[08:51:59] <zomg> People who are interested in discussing whatever it was will continue
[08:52:11] *** BigBangUDR has quit IRC
[08:52:19] *** Alex-221Bytes has quit IRC
[08:52:41] *** BigBangUDR has joined #angularjs
[08:52:55] *** fscala has joined #angularjs
[08:53:07] *** enlightenmental has quit IRC
[08:54:20] *** enlightenmental has joined #angularjs
[08:54:59] *** tarnus_ has quit IRC
[08:55:11] *** buzzedword has quit IRC
[08:55:43] *** felixn_ has joined #angularjs
[08:56:12] *** felixn has quit IRC
[08:56:19] *** ilhami has joined #angularjs
[08:56:24] <ilhami> hello
[08:56:28] *** aghiuru has quit IRC
[08:57:21] *** icebox has joined #angularjs
[08:57:31] *** Aliks has joined #angularjs
[08:58:25] *** ilmgb has quit IRC
[08:58:46] *** Aliks has quit IRC
[08:59:12] *** dutis has joined #angularjs
[08:59:15] *** ilmgb has joined #angularjs
[08:59:40] *** sohpia has joined #angularjs
[09:00:14] *** elsifaka has left #angularjs
[09:00:21] *** Sky[x] has joined #angularjs
[09:03:21] *** deepak_ has quit IRC
[09:03:23] *** castlelore has joined #angularjs
[09:04:53] <dan2k3k4> I have an ng-repeat of li items, and that is styled to show as carousel with bxSlider. However I have a DELETE and EDIT button that we want outside of the slider, how can I set the delete/edit button to correspond to the current slide?
[09:05:17] <dan2k3k4> ng-click="deleteGallery($event, $index)" - is what I have for delete button
[09:05:26] <dan2k3k4> which works fine inside the li slide
[09:05:28] *** zeioth has joined #angularjs
[09:05:56] <dan2k3k4> bxSlider.getCurrentSlide() would work
[09:05:58] *** dutis has quit IRC
[09:06:05] <ilhami> so?
[09:06:07] *** TyrfingMjolnir has joined #angularjs
[09:07:03] *** sbasso has joined #angularjs
[09:08:01] *** fairuz1 has joined #angularjs
[09:10:05] *** ilmgb has quit IRC
[09:10:15] *** fairuz has quit IRC
[09:11:19] <kakashiAL> I am using bootstrap with angular and I have 3 elements that are inside a col-sm-6 div
[09:11:32] <kakashiAL> I am also tried ng-if, ng-show and ng-hide
[09:12:05] <ilhami> what's the question?
[09:12:45] <kakashiAL> I want that the visible elements are aligned correctly
[09:12:52] *** rn__ has joined #angularjs
[09:13:00] <ilhami> show some code
[09:13:11] *** regedit has quit IRC
[09:13:34] *** aghiuru has joined #angularjs
[09:14:22] <zomg> kakashiAL: if something isn't aligned correctly, you probably just need some CSS to fix it :P
[09:14:31] <ilhami> xD
[09:14:50] *** buzzedword has joined #angularjs
[09:15:32] <kakashiAL> dont have some code arround but the problem that I have is this:
[09:15:34] <kakashiAL> col-sm-3 col-sm-3 col-sm-3
[09:15:36] <kakashiAL> visible ng-if=false visible what I want is this:
[09:15:38] <kakashiAL> visible visible <---the ng-if=false should not take the space
[09:15:49] *** rn__ has quit IRC
[09:16:17] <kakashiAL> if ng-if=false, I see an empty space
[09:16:50] <ilhami> ok.
[09:17:40] <kakashiAL> according to the doc ng-if is the right solution, because it does not creat the element in the DOM
[09:18:08] <kakashiAL> but I also tried ng-show and ng-hide
[09:18:12] <ilhami> why cant you show some code?
[09:18:38] *** aghiuru has quit IRC
[09:18:38] *** empyreanz has quit IRC
[09:19:32] *** davesidious1 has quit IRC
[09:19:53] *** buzzedword has quit IRC
[09:20:43] *** bengillies has joined #angularjs
[09:20:56] <kakashiAL> ilhami: in that case I have to create an extra controller, bootstrap all the stuf and so on
[09:22:01] *** erol has joined #angularjs
[09:25:22] *** Dmitri has joined #angularjs
[09:25:34] *** AndrewIsh has joined #angularjs
[09:25:57] *** zeezey has quit IRC
[09:27:14] *** hefox has quit IRC
[09:28:41] *** vrockai has joined #angularjs
[09:29:11] *** buzzedword has joined #angularjs
[09:30:04] *** cvanball has joined #angularjs
[09:32:02] *** enlightenmental has quit IRC
[09:34:30] *** aghiuru has joined #angularjs
[09:34:59] *** castlelore has quit IRC
[09:35:28] *** buzzedword has quit IRC
[09:35:41] *** eago has joined #angularjs
[09:36:39] *** dromar56 has joined #angularjs
[09:36:41] <icebox> kakashiAL: you need to hide the content of col-sm-3, not the column itself; otherwise you experiment the wrong alignment
[09:37:00] *** kakashiAL has quit IRC
[09:37:34] <dan2k3k4> ilhami was 'rubber duck debugging' - sorry :D
[09:38:49] *** fnx has joined #angularjs
[09:39:32] *** aghiuru has quit IRC
[09:39:39] <ilhami> :)
[09:40:18] *** eago has quit IRC
[09:41:07] *** fairuz has joined #angularjs
[09:41:12] *** regedit has joined #angularjs
[09:41:19] *** kakashiAL has joined #angularjs
[09:41:54] *** fairuz has left #angularjs
[09:43:27] *** Hounddog has joined #angularjs
[09:43:59] *** fairuz1 has quit IRC
[09:45:24] *** aghiuru has joined #angularjs
[09:45:25] *** marthinal has joined #angularjs
[09:47:03] *** B1x1t0 has joined #angularjs
[09:48:05] *** GeekJon has joined #angularjs
[09:49:10] *** skcin7 has joined #angularjs
[09:49:48] <Ozd> http://plnkr.co/edit/atTEvb2K8ZrEus9nqOsS?p=preview
[09:49:59] <Ozd> i am trying to mimic the ng-click and ng-href together
[09:50:00] *** b0x has quit IRC
[09:50:12] <Ozd> my code is like <a ng-href="#/formgen/{{notification.relatedFormId}}" ng-click="readNotification(notification.id)">
[09:50:18] *** aghiuru has quit IRC
[09:50:19] *** b0x has joined #angularjs
[09:50:19] *** Bloomer has quit IRC
[09:50:50] <Ozd> only ng-click works, any guesses?
[09:51:06] *** marthinal has quit IRC
[09:52:00] *** guilbep has joined #angularjs
[09:53:43] *** Guest64716 is now known as luiz_lha
[09:54:11] *** juddey has quit IRC
[09:56:15] *** Danielyan has quit IRC
[09:57:08] *** b0x has quit IRC
[09:57:23] <icebox> Ozd: that is the code borrowed by ngHref doc :)
[09:57:34] *** b0x has joined #angularjs
[09:57:49] *** dromar56 has quit IRC
[09:58:13] <Ozd> icebox, and?
[09:58:49] <icebox> Ozd: well... that page explained the mix :)
[09:59:00] <icebox> Ozd: what is your goal?
[09:59:20] *** fees has joined #angularjs
[10:00:18] <icebox> Ozd: changing the url after clicking?
[10:01:51] *** castlelore has joined #angularjs
[10:01:56] *** castlelore has joined #angularjs
[10:02:46] *** Amnez777 has quit IRC
[10:02:47] *** Amnez777 has joined #angularjs
[10:03:15] <Ozd> yeah after running the function
[10:03:49] <icebox> Ozd: ok... change the location at the bottom of that function
[10:04:12] *** ASGuerrero has joined #angularjs
[10:04:38] *** uP|Slave has joined #angularjs
[10:04:40] <Ozd> icebox, thats not good approach
[10:04:47] *** scampbell has quit IRC
[10:05:52] <icebox> Ozd: sure... that is a workaround... when you find a better solution, you may fix it
[10:05:52] *** jae has quit IRC
[10:06:16] *** nocturne777 has quit IRC
[10:06:26] *** ilhami has quit IRC
[10:06:37] *** sergey has joined #angularjs
[10:06:42] *** aghiuru has joined #angularjs
[10:07:31] *** mmhan has joined #angularjs
[10:07:45] <icebox> Ozd: something like... ng-click="readNotification(notification.id); go('#/formgen/{{notification.relatedFormId}}')"
[10:08:02] *** davi has quit IRC
[10:09:20] *** dromar56 has joined #angularjs
[10:09:31] *** jae has joined #angularjs
[10:10:09] *** dopesong has quit IRC
[10:11:07] *** craigp has joined #angularjs
[10:11:50] *** aghiuru has quit IRC
[10:12:23] *** cornerma1 has joined #angularjs
[10:12:55] *** ASGuerrero has quit IRC
[10:12:55] *** uP|Slave has quit IRC
[10:13:11] *** moep has joined #angularjs
[10:13:13] <icebox> Ozd: in your plunker is 5 your use case?
[10:13:28] <Ozd> y
[10:13:36] <Ozd> icebox, but only ng-click is executed
[10:14:33] <icebox> Ozd: well... I see (with Chrome) the input updated and then I catch a 404 due to /123... it seems it works
[10:15:08] <icebox> Ozd: https://github.com/angular/angular.js/issues/6671
[10:15:35] *** marthinal has joined #angularjs
[10:15:39] *** Cheis has joined #angularjs
[10:15:50] *** cornerman has quit IRC
[10:15:53] *** b0x has quit IRC
[10:15:57] *** cornerma1 is now known as cornerman
[10:16:06] <icebox> Ozd: are you using mobile?
[10:16:11] *** b0x has joined #angularjs
[10:16:14] *** Cheis has quit IRC
[10:16:39] *** ilmgb has joined #angularjs
[10:17:39] *** Limarson has left #angularjs
[10:17:41] <Ozd> icebox, no firefox
[10:18:03] *** Leon has quit IRC
[10:18:06] *** aghiuru has joined #angularjs
[10:18:17] <icebox> Ozd: weirdly... because with chrome I see the expected behaviour
[10:18:44] <icebox> Ozd: trying with FF
[10:18:44] <Ozd> icebox, it works in the plunker. it does not work in my app.
[10:18:51] <icebox> Ozd: ah ok... :)
[10:18:53] *** Limarson has joined #angularjs
[10:19:22] <icebox> Ozd: I am afraid you need to create a test case reproducing the issue
[10:19:45] <Ozd> icebox, i am trying
[10:19:52] <icebox> Ozd: maybe it is related to "#"
[10:20:14] <Ozd> icebox, its hard because everything works when you try to quarantine your faulty code
[10:20:21] <Ozd> icebox, its not
[10:21:28] <icebox> Ozd: check routing config or, maybe, rewriting rules... then I would check any preventDefault call
[10:21:44] *** itaipu has joined #angularjs
[10:22:26] *** BigBangUDR has quit IRC
[10:22:38] *** cotko has joined #angularjs
[10:22:41] <icebox> Ozd: another approach to debug it: add an explicit call to go to that url and debug the router stack
[10:23:14] *** aghiuru has quit IRC
[10:25:08] *** Ozd has quit IRC
[10:25:13] *** Cokee has joined #angularjs
[10:25:59] *** Ozd has joined #angularjs
[10:26:43] *** GitGud has joined #angularjs
[10:27:23] *** GitGud has left #angularjs
[10:28:12] *** Leon has joined #angularjs
[10:29:39] *** ryez has quit IRC
[10:29:45] *** B0ltzy has joined #angularjs
[10:30:45] *** mmhan has quit IRC
[10:31:27] *** buzzedword has joined #angularjs
[10:31:45] *** b0x has quit IRC
[10:32:04] *** b0x has joined #angularjs
[10:34:50] *** jtimon has joined #angularjs
[10:34:59] *** Anatoli_k has joined #angularjs
[10:36:06] <Ozd> icebox, looks like i found the issue
[10:36:10] <Ozd> http://pastebin.com/YWCSX3Em
[10:36:20] <Ozd> commented this out. i dont know the actual purpose of the link tbh
[10:36:34] *** buzzedword has quit IRC
[10:36:39] <Ozd> now works properly
[10:36:49] *** regedit has quit IRC
[10:36:53] *** dopesong has joined #angularjs
[10:37:34] *** Riidio has joined #angularjs
[10:38:05] *** Dmitri has quit IRC
[10:38:27] *** lite_ has quit IRC
[10:41:06] *** dopesong has quit IRC
[10:41:46] *** devians has quit IRC
[10:41:57] *** davi has joined #angularjs
[10:41:58] *** davi has joined #angularjs
[10:42:17] *** Laurentiu has joined #angularjs
[10:42:45] *** jlebrech has joined #angularjs
[10:42:55] <Laurentiu> Hi, I'm trying to switch from Angular 1 to angular 2 and I can't find an example of routing using javascript in angular 2. All the examples that I find are in typescript.
[10:43:17] <Laurentiu> Could anybody give me a very simple example of how to import, initialize and write a routing rule?
[10:43:21] <Laurentiu> Thank you.
[10:43:23] *** SomeKittens has quit IRC
[10:44:12] *** Alex-221Bytes has joined #angularjs
[10:44:14] *** Dmitri has joined #angularjs
[10:44:35] *** baweaver has joined #angularjs
[10:44:49] *** s3shs has quit IRC
[10:44:50] *** Alex-221Bytes has quit IRC
[10:45:28] *** dopesong has joined #angularjs
[10:49:20] <icebox> Ozd: nice catch
[10:49:23] *** baweaver has quit IRC
[10:50:19] <Ozd> icebox, i needed to debug preventDefault itself to find the function. otherwise it would take ages
[10:52:07] *** buzzedword has joined #angularjs
[10:52:19] *** yozilla has joined #angularjs
[10:52:36] *** Riidio_ has joined #angularjs
[10:52:47] *** Riidio has quit IRC
[10:53:14] *** nilsi has quit IRC
[10:53:43] *** yky_ has quit IRC
[10:54:15] *** ensyde has quit IRC
[10:57:22] *** buzzedword has quit IRC
[10:59:21] *** marr has joined #angularjs
[11:00:01] *** Dmitri has quit IRC
[11:00:59] *** daandd has quit IRC
[11:01:14] *** daandd has joined #angularjs
[11:03:16] *** enlightenmental has joined #angularjs
[11:06:46] *** encryptd_fractal has joined #angularjs
[11:06:46] *** Arun_ has joined #angularjs
[11:07:10] *** Arun_ is now known as Guest88882
[11:07:17] *** infinitestate has joined #angularjs
[11:07:25] *** b0x has quit IRC
[11:07:30] <Guest88882> hello
[11:07:37] *** Guest88882 has left #angularjs
[11:08:24] *** eago has joined #angularjs
[11:08:50] *** aghiuru has joined #angularjs
[11:10:20] *** Fabien has joined #angularjs
[11:10:55] *** encryptd_fractal has quit IRC
[11:10:57] *** benvantende has joined #angularjs
[11:11:06] *** ryez has joined #angularjs
[11:11:54] *** Tennis has joined #angularjs
[11:13:54] *** aghiuru has quit IRC
[11:14:49] *** Dmitri has joined #angularjs
[11:19:30] *** mischat has joined #angularjs
[11:19:31] *** B0ltzy has quit IRC
[11:23:12] *** elperdut_ has joined #angularjs
[11:24:02] *** step1step2 has quit IRC
[11:24:38] *** elperdut_ has quit IRC
[11:26:25] *** B0ltzy has joined #angularjs
[11:27:49] *** Laurentiu has quit IRC
[11:28:13] *** dan2k3k5 has joined #angularjs
[11:28:25] *** dan2k3k4 has quit IRC
[11:29:41] *** buzzedword has joined #angularjs
[11:30:33] *** Juanchito has joined #angularjs
[11:32:42] *** elyssonmr has joined #angularjs
[11:33:50] *** B0ltzy has quit IRC
[11:34:23] *** startupality has joined #angularjs
[11:34:25] *** buzzedword has quit IRC
[11:35:42] *** speeddragon has joined #angularjs
[11:39:15] *** aghiuru has joined #angularjs
[11:41:45] *** Dmitri has quit IRC
[11:42:55] *** Cokeee has joined #angularjs
[11:43:42] *** iraj has quit IRC
[11:43:42] *** iraj has joined #angularjs
[11:44:18] *** aghiuru has quit IRC
[11:44:27] *** ryez has quit IRC
[11:45:41] *** baweaver has joined #angularjs
[11:45:55] *** Cokee has quit IRC
[11:47:41] *** rickmak has quit IRC
[11:50:15] *** Cokeee has quit IRC
[11:50:18] *** smccarthy has joined #angularjs
[11:51:18] *** baweaver has quit IRC
[11:52:51] *** poonkave has joined #angularjs
[11:58:33] *** step1step2 has joined #angularjs
[11:58:49] * SpikeSpiegel has quit (K-Lined)
[11:59:51] <poonkave> s
[12:00:36] *** Cokee has joined #angularjs
[12:00:37] *** phrozensilver has joined #angularjs
[12:02:34] *** p0k0 has quit IRC
[12:02:58] *** aghiuru has joined #angularjs
[12:03:25] *** enlightenmental has quit IRC
[12:05:17] * poonkave slaps poonkave around a bit with a large fishbot
[12:05:26] * poonkave slaps poonkave around a bit with a large fishbot
[12:05:32] *** poonkave has quit IRC
[12:07:26] *** encryptd_fractal has joined #angularjs
[12:07:29] *** phrozensilver has quit IRC
[12:08:08] *** leolrrj has joined #angularjs
[12:09:40] *** sohpia has quit IRC
[12:11:58] *** encryptd_fractal has quit IRC
[12:15:14] *** lemonsparrow has joined #angularjs
[12:16:42] *** Dmitri has joined #angularjs
[12:17:26] *** codeman has joined #angularjs
[12:17:54] <lemonsparrow> I have an array of promises.. what I need is in the catch block.. I want to add all the failing api url to be added to an array https://gist.github.com/mithunsasidharan/664eaf2a988d34e35c73
[12:17:56] <lemonsparrow> is it possible ?
[12:18:45] *** Guest16 has quit IRC
[12:22:51] *** ryez has joined #angularjs
[12:25:23] *** mellernoia has joined #angularjs
[12:26:47] *** ed-ilyin-lv has quit IRC
[12:29:16] *** s00pcan has quit IRC
[12:29:55] *** joker_ has joined #angularjs
[12:30:02] *** joker_ has quit IRC
[12:30:25] *** buzzedword has joined #angularjs
[12:30:29] *** s00pcan has joined #angularjs
[12:35:35] *** qqqqqqqq has joined #angularjs
[12:36:05] *** plutoniix has quit IRC
[12:36:49] *** buzzedword has quit IRC
[12:39:27] *** abc has joined #angularjs
[12:39:52] *** abc is now known as Guest57
[12:41:08] *** Guest57 has left #angularjs
[12:43:33] *** eago has quit IRC
[12:44:13] *** SrinivasGowda has joined #angularjs
[12:45:04] *** EdwardIII has joined #angularjs
[12:45:19] <EdwardIII> hey i'm trying to setup a directive that turns things on/off via a config http endpoint
[12:46:03] <EdwardIII> but i want it to start hidden. if i use element.addClass(element, NG_HIDE_CLASS); it doens't seem to be hidden straight away
[12:46:11] <EdwardIII> is animate like... not adding the class straight away?
[12:46:21] *** pbgc has joined #angularjs
[12:46:24] *** startupality has quit IRC
[12:47:43] *** SevenZark7 has joined #angularjs
[12:47:43] *** startupality has joined #angularjs
[12:48:56] *** Danielyan has joined #angularjs
[12:49:12] *** cvanball has quit IRC
[12:51:51] *** doodlehaus has joined #angularjs
[12:54:10] *** bengillies has quit IRC
[12:54:19] *** bengillies has joined #angularjs
[12:54:49] *** akizor has joined #angularjs
[12:56:44] *** akizor has quit IRC
[12:57:27] *** SrinivasGowda has quit IRC
[13:00:22] *** smccarthy has quit IRC
[13:02:59] *** fscala has quit IRC
[13:04:22] *** startupality has quit IRC
[13:06:00] *** jlebrech has quit IRC
[13:06:17] *** fscala has joined #angularjs
[13:06:59] *** jlebrech has joined #angularjs
[13:07:20] *** ngbot has joined #angularjs
[13:07:21] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to v1.4.x: http://git.io/vuoFD
[13:07:21] <ngbot> angular.js/v1.4.x 529b250 Martin Staffa: fix(select): re-define ngModelCtrl.$render in the select postLink fn...
[13:07:21] *** ngbot has left #angularjs
[13:08:35] *** miqid has joined #angularjs
[13:10:35] *** Perseus0 has joined #angularjs
[13:11:46] *** svycka has quit IRC
[13:12:22] *** buzzedword has joined #angularjs
[13:14:23] *** krusty_ar has quit IRC
[13:14:49] *** krusty_ar has joined #angularjs
[13:16:06] *** markdark has joined #angularjs
[13:18:02] *** enlightenmental has joined #angularjs
[13:20:35] *** Riidio_ has quit IRC
[13:21:41] *** buzzedword has quit IRC
[13:22:19] *** sixr420 has quit IRC
[13:22:50] *** devians has joined #angularjs
[13:23:47] *** ilhami has joined #angularjs
[13:24:40] <ilhami> anyone around? :)
[13:24:41] *** sixr420 has joined #angularjs
[13:24:53] <ilhami> how can I set a default value for a $uibDropdown? :)
[13:26:19] *** diosney has joined #angularjs
[13:27:53] *** thrillgore has quit IRC
[13:27:54] *** zignd has joined #angularjs
[13:28:29] *** thrillgore has joined #angularjs
[13:29:24] *** Mediogre has joined #angularjs
[13:32:15] <zignd> i'm trying to follow john papa angularjs style guide to write a directive (this https://github.com/johnpapa/angular-styleguide), but i have a doubt related to the controller as syntax and link functions, should i write something like $scope.vm = {}; in order to follow the style guide?
[13:33:19] *** stevenroose has quit IRC
[13:33:33] *** stevenroose|BNC has joined #angularjs
[13:34:29] *** zeezey has joined #angularjs
[13:35:17] *** dmitriz has joined #angularjs
[13:35:32] *** aghiuru has quit IRC
[13:35:54] *** Bennux has joined #angularjs
[13:36:27] *** SrinivasGowda has joined #angularjs
[13:36:32] <dmitriz> REQUEST FOR FEEDBACK: `angular.component()` https://github.com/angular/angular.js/issues/13664
[13:36:43] <dmitriz> Please express your opinion
[13:37:22] <SrinivasGowda> need some help with multistep form
[13:37:22] <SrinivasGowda> stackoverflow.com/questions/34650458/multistep-form-with-index-for-each-fieldset
[13:37:26] *** upmauro has joined #angularjs
[13:40:36] <dmitriz> https://github.com/ngTrump/angular3 :-)
[13:41:02] *** Riidio has joined #angularjs
[13:41:09] <dmitriz> @<SrinivasGowda> - your question is not about angular
[13:42:07] *** dopesong has quit IRC
[13:42:36] *** dopesong has joined #angularjs
[13:42:47] *** dmitriz has quit IRC
[13:42:54] *** dopesong has quit IRC
[13:43:02] *** dopesong has joined #angularjs
[13:44:42] *** zeezey has quit IRC
[13:44:44] *** doodlehaus has quit IRC
[13:45:09] *** wahlberg has quit IRC
[13:47:27] *** daandd has quit IRC
[13:47:49] *** skcin7 has quit IRC
[13:48:36] *** Cokee has quit IRC
[13:49:33] *** waka_flocka has joined #angularjs
[13:51:19] <upmauro> Hi! I have this request https://i.imgur.com/8VQnvLi.jpg, but when i try read cookies with ngCookies, the cookies are empty {}. Someone can help?
[13:51:38] *** SET001 has joined #angularjs
[13:51:38] *** Riidio has quit IRC
[13:53:55] *** CanyonMan has quit IRC
[13:54:40] <zomg> upmauro: I get the feeling you linked the wrong thing...
[13:54:42] <zomg> lol
[13:54:45] *** soee has quit IRC
[13:54:46] *** marthinal has quit IRC
[13:55:33] *** soee has joined #angularjs
[13:55:35] *** Hounddog has quit IRC
[13:55:43] *** buzzedword has joined #angularjs
[13:55:44] <upmauro> zomg, loool, jesus, sorry
[13:55:52] *** Hounddog has joined #angularjs
[13:56:06] <upmauro> hahaha
[13:56:13] *** the-erm has joined #angularjs
[13:56:46] *** u0m3 has quit IRC
[13:57:08] <upmauro> Hi! I have this request ,http://i.imgur.com/7m9ALTg.png but when i try read cookies with ngCookies, the cookies are empty {}. Someone can help?
[13:58:04] *** svycka has joined #angularjs
[13:59:10] <zomg> Check if your backend is setting the HttpOnly flag on the cookies
[13:59:18] <zomg> That prevents them from being accessed using JS
[14:00:25] *** tarnus has joined #angularjs
[14:00:30] *** zeezey has joined #angularjs
[14:00:41] *** buzzedword has quit IRC
[14:03:49] *** Hesesses has joined #angularjs
[14:03:55] *** senayar has joined #angularjs
[14:03:56] *** senayar has joined #angularjs
[14:04:17] *** ngbot has joined #angularjs
[14:04:17] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/vuKqC
[14:04:17] <ngbot> angular.js/master e5cab95 Martin Staffa: fix(ngAnimate): allow event listeners on document in IE...
[14:04:18] *** ngbot has left #angularjs
[14:04:35] *** tiagoboldt has joined #angularjs
[14:05:06] *** ngbot has joined #angularjs
[14:05:06] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to v1.4.x: http://git.io/vuKq2
[14:05:06] <ngbot> angular.js/v1.4.x 5ba4419 Martin Staffa: fix(ngAnimate): allow event listeners on document in IE...
[14:05:06] *** ngbot has left #angularjs
[14:05:31] *** soee has quit IRC
[14:05:52] <upmauro> zomg, i will, thanks!
[14:06:14] *** soee has joined #angularjs
[14:06:23] *** pbgc has quit IRC
[14:07:03] *** Cokee has joined #angularjs
[14:07:50] *** Coldblackice has quit IRC
[14:07:58] *** doodlehaus has joined #angularjs
[14:08:55] *** elperdut_ has joined #angularjs
[14:08:55] *** encryptd_fractal has joined #angularjs
[14:09:01] *** tony_ has joined #angularjs
[14:09:16] <tony_> hi
[14:09:28] *** janez has quit IRC
[14:09:47] *** fees has quit IRC
[14:10:04] <tony_> ︿( ̄︶ ̄)︿
[14:10:34] *** janez has joined #angularjs
[14:11:28] *** Bennux has quit IRC
[14:13:30] *** encryptd_fractal has quit IRC
[14:15:54] *** doodlehaus has quit IRC
[14:16:43] *** janez has quit IRC
[14:17:06] *** janez has joined #angularjs
[14:17:06] *** buzzedword has joined #angularjs
[14:17:07] *** zeezey has quit IRC
[14:17:09] *** dopesong has quit IRC
[14:17:45] *** dopesong has joined #angularjs
[14:17:50] *** primepie has quit IRC
[14:17:56] *** primepie has joined #angularjs
[14:17:58] *** Ed___ has joined #angularjs
[14:18:23] *** Wouter0100 has quit IRC
[14:19:09] *** reduce has quit IRC
[14:19:11] *** jcara has quit IRC
[14:19:25] *** zerd has quit IRC
[14:19:31] *** zerd has joined #angularjs
[14:19:38] *** lnrdo has joined #angularjs
[14:21:08] *** enlightenmental has quit IRC
[14:21:27] *** Wouter0100 has joined #angularjs
[14:21:28] *** reduce has joined #angularjs
[14:21:30] *** jcara has joined #angularjs
[14:21:37] <upmauro> zomg, now, my Set-Cookie not have HttpOnly, but $cookies.getAll() keep {}
[14:22:07] *** buzzedword has quit IRC
[14:22:15] *** mischat_ has joined #angularjs
[14:22:19] *** CalimeroTeknik has joined #angularjs
[14:23:06] *** fixl has quit IRC
[14:23:29] <upmauro> zomg, http://i.imgur.com/hJHoJB8.png
[14:24:52] <CalimeroTeknik> hello, which lib can print a duration in rounded human form? examples: "10s" "4h" "6 days" "2 months"
[14:25:46] *** mischat has quit IRC
[14:25:55] *** zeezey has joined #angularjs
[14:26:02] <zomg> upmauro: try printing out document.cookie and see what it says
[14:26:27] <zomg> it's possible the cookies are in a different format from what ng cookies expects and thus it doesn't parse it correctly
[14:26:32] <zomg> (that'd be my guess anyway)
[14:26:44] <upmauro> zomg, good ideia, i will try
[14:26:49] *** Perseus0 has quit IRC
[14:27:06] *** walden|afk is now known as walden
[14:27:11] <icebox> upmauro: check also in devtool resources tab
[14:28:04] *** enlightenmental has joined #angularjs
[14:29:19] <upmauro> icebox, http://i.imgur.com/hJ2cQji.png
[14:29:21] <upmauro> resource tab
[14:29:52] <icebox> upmauro: perfect... you don't write any cookie
[14:29:59] *** fees has joined #angularjs
[14:30:23] <icebox> upmauro: correctly .getAll returns {}
[14:30:43] <upmauro> zomg, $document.cookie is {}
[14:30:49] *** tony_ has quit IRC
[14:30:53] *** riddle_ has joined #angularjs
[14:30:54] <upmauro> icebox, :/ .. how i solve? :D
[14:31:29] <icebox> upmauro: i don't see any issue :)
[14:32:09] <upmauro> icebox, huuum... but how i get crsftoken from cookie? :| .. i need get to send in header in another requests
[14:32:18] *** quakephil has joined #angularjs
[14:33:22] <icebox> upmauro: that is different question :)
[14:33:24] *** davlefouAMD has joined #angularjs
[14:34:24] *** Dmitri has quit IRC
[14:34:40] <upmauro> icebox, my problem ... i need read cookies from this request, because in this request have a crsftoken, i need this value to send in future requests
[14:34:58] <icebox> upmauro: sure... did you google it? for instance, http://angularjs-best-practices.blogspot.it/2013/07/angularjs-and-xsrfcsrf-cross-site.html
[14:35:52] <upmauro> icebox, yes! i read all first pages in google about this
[14:36:07] <upmauro> in this example
[14:36:14] <upmauro> .run( function run( titleService, $http, $cookies ){
[14:36:14] <upmauro> titleService.setSuffix( '[title]' );
[14:36:14] <upmauro> // For CSRF token compatibility with Django
[14:36:14] <upmauro> $http.defaults.headers.post['X-CSRFToken'] = $cookies['csrftoken'];
[14:36:14] <upmauro> })
[14:36:22] *** bePolite has joined #angularjs
[14:36:22] *** bePolite has joined #angularjs
[14:36:23] <upmauro> $cookies form me is {}
[14:36:24] <upmauro> :(
[14:36:26] *** mischat_ has quit IRC
[14:36:27] <icebox> upmauro: please, don't paste the code here
[14:36:47] <upmauro> sorry, less than 6 lines, sorry.
[14:37:01] <icebox> upmauro: that is the approach... now you need to adjust it to your use case
[14:37:02] *** mischat has joined #angularjs
[14:37:24] *** zz_dimtruck is now known as dimtruck
[14:38:00] <upmauro> icebox, this look good, but when i try read $cookies['csrftoken'] like this example, the result is {}
[14:38:01] <icebox> upmauro: you have csrftoken in the request
[14:38:47] <icebox> upmauro: copy&paste is always evil... try to understand those lines :)
[14:39:18] *** step1step2 has quit IRC
[14:39:36] *** knownasilya has joined #angularjs
[14:40:48] *** ehynds has joined #angularjs
[14:40:53] <upmauro> icebox, i read about this in the last 2 days .. i understood what this code do, this code apply header X-CSRFToken in all requests with the value of cookie csrftoken. But my problem is, when i try read the value of cookie using $cookie, like this example, the value is empty
[14:41:18] <icebox> upmauro: sure... because it is not there :)
[14:41:39] *** Perseus0 has joined #angularjs
[14:42:12] <upmauro> :/
[14:43:17] *** step1step2 has joined #angularjs
[14:43:19] *** tiagoboldt has quit IRC
[14:44:38] *** sudomarize has joined #angularjs
[14:45:00] *** charuru has joined #angularjs
[14:45:06] <sudomarize> What's the benefit of using Angular 2 over React?
[14:45:47] <sudomarize> I know the answers i get might be a little biased, this being the angular channel and all, but seeing as it's still in beta, you'd be the ones who know the most
[14:47:14] <icebox> sudomarize: https://medium.freecodecamp.com/angular-2-versus-react-there-will-be-blood-66595faafd51#.hywjv1p84
[14:48:17] *** rho has joined #angularjs
[14:49:48] *** Dmitri has joined #angularjs
[14:50:02] *** pbgc has joined #angularjs
[14:51:12] *** dimtruck is now known as zz_dimtruck
[14:52:35] *** SpikeSpiegel has quit IRC
[14:53:20] *** diosney has quit IRC
[14:53:31] *** bayousoft has joined #angularjs
[14:54:02] *** one_zero has quit IRC
[14:55:02] *** aghiuru has joined #angularjs
[14:57:16] *** Ed_8769 has joined #angularjs
[14:57:47] *** tiagoboldt has joined #angularjs
[14:57:52] *** Ed___ has quit IRC
[14:58:10] *** diosney has joined #angularjs
[14:58:14] *** step1step2 has quit IRC
[14:58:31] *** max_dev has quit IRC
[14:59:05] *** tiagoboldt has quit IRC
[14:59:09] *** Ed_141541 has joined #angularjs
[14:59:31] *** buzzedword has joined #angularjs
[14:59:43] *** Ed_8769 has quit IRC
[14:59:51] *** tiagoboldt has joined #angularjs
[15:00:00] *** aghiuru has quit IRC
[15:00:08] *** max_dev has joined #angularjs
[15:00:41] *** Razerglass has quit IRC
[15:01:47] *** marthinal has joined #angularjs
[15:02:56] *** spyshiv has joined #angularjs
[15:03:21] <spyshiv> hi. i have a question regarding angularjs
[15:03:30] <spyshiv> is anyone ready to answer?
[15:03:40] <icebox> don't ask to ask
[15:04:22] *** buzzedword has quit IRC
[15:04:51] *** tiagoboldt has quit IRC
[15:05:00] <spyshiv> i have an app with two controller- -controller1 and controller2 . controller1 generate a service which i want to shutdown with controller2. is it possible?
[15:06:22] *** thirdknife has joined #angularjs
[15:07:02] <icebox> spyshiv: sorry? generating a service? do you mean to exchange data between c1 and c2 via the service?
[15:09:04] <spyshiv> actually controller1 calls a function in every 10 seconds and i want to shut down function calling using controller2. is it possible?
[15:09:41] *** bayousoft has quit IRC
[15:10:07] *** mary5030 has joined #angularjs
[15:10:16] <icebox> spyshiv: yep... share the timer in the service
[15:10:48] <spyshiv> thanks
[15:11:25] <icebox> spyshiv: How to share data between controllers http://plnkr.co/edit/41xY057yPIuKgBEyq0hW?p=preview
[15:11:53] *** tiagoboldt has joined #angularjs
[15:12:43] *** Poeticode has joined #angularjs
[15:13:12] <spyshiv> thank you icebox . this is exactly i want...thank you so much
[15:13:13] *** elyphas has joined #angularjs
[15:13:29] <icebox> spyshiv: you are welcome
[15:14:14] *** squeakytoy2 has quit IRC
[15:15:06] *** encryptd_fractal has joined #angularjs
[15:15:07] *** squeakytoy2 has joined #angularjs
[15:15:43] *** regedit has joined #angularjs
[15:16:09] *** aghiuru has joined #angularjs
[15:17:00] *** riddle_ has quit IRC
[15:17:34] <elyphas> Hi, I created a custom combobox, and I tried to use it in another component with FormBuilder, but when It suppose to catch "this.form.valueChanges.subscribe" this doesn't do anything, Some idea?
[15:17:46] <elyphas> by the way, is Angular 2, :)
[15:17:49] <icebox> upmauro: resolved?
[15:18:46] *** starsparrow has quit IRC
[15:18:59] *** tiagoboldt has quit IRC
[15:19:03] *** upmauro_ has joined #angularjs
[15:20:10] <regedit> hello! say if we're a small dev company taking on a medium project and require some guidance & consultation from someone experienced, where might we find the kind of angularjs (and related technologies) guru we need?
[15:20:51] *** ashopin has joined #angularjs
[15:20:54] *** aghiuru has quit IRC
[15:21:11] <icebox> don't ask to ask
[15:21:26] *** upmauro has quit IRC
[15:21:30] <ashopin> Good morning. I need a bit of help with ui-router. I can't get it to ignore anchor links ('href=#top"). I've tried 'target=_self' but it doesn't seem to work. Any other ideas?
[15:22:33] *** buzzedword has joined #angularjs
[15:22:49] <regedit> icebox: it's not just some (specific set of) question(s) we have, we need overall design guidance and strategy of building the project, from someone who's done it before and can help map out the plan of action and stuff
[15:22:50] *** ngbot has joined #angularjs
[15:22:50] <ngbot> [angular.js] Narretz pushed 1 new commit to master: http://git.io/vuKi9
[15:22:51] <ngbot> angular.js/master e1def1b Matias Niemelä: feat(ngMock): add support for `$animate.closeAndFlush()`...
[15:22:51] *** ngbot has left #angularjs
[15:23:09] <CalimeroTeknik> what's wrong with this? {{ (new Date(item.timestamp)).getTime() }}
[15:23:49] *** lemonsparrow has quit IRC
[15:23:58] <CalimeroTeknik> it seems that angular is very unhappy with 'new'
[15:23:58] <icebox> regedit: ok... drop the first question here :)
[15:25:06] *** dopesong has quit IRC
[15:25:26] <regedit> icebox: i would start by describing the specifics of the project, and would want said consultant to help with how to go about it etc. What would take hours (upon days (upon weeks?)) here on IRC -- we'd like to pay someone for a day (or 2)
[15:25:58] <icebox> regedit: ah ok...
[15:26:10] *** dopesong has joined #angularjs
[15:27:00] *** Dmitri has quit IRC
[15:27:03] <regedit> not sure how to go about finding someone like that... and indeed an actual good experienced guy, not someone just claiming to know what theyr talking about
[15:27:13] <icebox> ashopin: why not ui-sref?
[15:27:43] *** Bish has joined #angularjs
[15:27:46] *** buzzedword has quit IRC
[15:27:51] <icebox> regedit: not easy... and it would not easy to fix the price :)
[15:27:53] <ashopin> icebox: I'll try that one
[15:27:58] <Bish> heyho folks, does anyone have a cool way, to get the scope of a current controller with ngRoute?
[15:28:10] <regedit> icebox: right..... gah this is tough
[15:28:11] <Bish> i tried $locationChangeSuccess
[15:28:21] <Bish> but it gives me a null scope
[15:28:24] *** cmoneylulz has quit IRC
[15:28:40] <ashopin> icebox: I should back up: I have a JS file that builds a table of contents from anchor IDs. Including ui-sref in that JS file doesn't seem to work
[15:28:52] *** cmoneylulz has joined #angularjs
[15:29:06] <icebox> ashopin: what is your goal? scroll to the top?
[15:29:16] *** I has joined #angularjs
[15:29:20] <ashopin> icebox: scroll to the different anchors on the page. Is a long page
[15:29:24] <ashopin> *its
[15:29:40] *** I is now known as Guest15582
[15:29:40] <icebox> ashopin: I am not sure that is the way
[15:29:57] <icebox> ashopin: https://docs.angularjs.org/api/ng/service/$anchorScroll
[15:29:57] *** spyshiv has quit IRC
[15:29:58] <ashopin> icebox: I'm converting a site over to angular, it's one of the JS libraries they had
[15:30:34] <ashopin> icebox: thanks I'll take a look. I think I tried anchorscroll but I'll take another look
[15:32:42] <icebox> regedit: usually the starting point is a blueprint of the architecture...
[15:33:27] <regedit> icebox: we want to be lazy and pay someone else to do that starting point :P
[15:33:51] *** Codefriar has joined #angularjs
[15:34:04] <regedit> maybe we should just straight up look for other web development companies, and hire them just for consultation...
[15:34:32] *** Fanie has joined #angularjs
[15:34:41] <regedit> not sure how to find The One(TM) that has the kind of experience we're looking for....hm
[15:34:43] *** tiagoboldt has joined #angularjs
[15:34:44] *** doodlehaus has joined #angularjs
[15:35:15] <Fanie> hi i have a question on styleUrls inside the @Component function: is it possible to reference external urls? it does not seem to work?
[15:35:20] <icebox> regedit: well... at least you need to list the requirements... however I don't think this is a good way... because if the company is not involved in the process (blueprint creation), it is missing a part of the knowledge
[15:35:49] <regedit> icebox: yes we have the full idea & requirements, mostly in our heads and some of it jotted on some google docs
[15:36:27] <icebox> regedit: for instance, the most important page of the blueprint would be a draw like this http://exponential.io/blog/2015/03/05/3-layer-architecture-in-detail/
[15:37:13] <icebox> regedit: from there you apply the constraints (the business requirements) :)
[15:37:57] *** ScriptiZer has joined #angularjs
[15:38:30] <regedit> right and this is part of what we need consultation help for - to come up with the necessary questions to ask ourselves in order to dig out & flesh out the requirements from ourselves (and the client)
[15:38:36] <ScriptiZer> i need to call a jQuery script after binding in Angular
[15:38:40] <icebox> regedit: related to the frontend domain, you need to define the user experience details (widgets, navigation, processes, and so on)
[15:38:41] <ScriptiZer> anybosy can help please ?
[15:38:49] <ScriptiZer> *Anybody
[15:38:57] *** zz_dimtruck is now known as dimtruck
[15:38:58] *** zac has joined #angularjs
[15:39:00] *** antiPoP has joined #angularjs
[15:39:15] *** Guest15582 has quit IRC
[15:39:46] <regedit> icebox: yup there's a lot of work to be done, and we want to get started, we would just LOVE to have someone who's done it before hold our hand
[15:39:47] <icebox> regedit: that is the reason, the company needs to be involved
[15:40:19] <icebox> regedit: you cannot pay someone only as consultant (and in two days) :)
[15:40:30] *** Fanie has quit IRC
[15:40:30] <Keksike> I get this wierd error with my angular-ui-datepickers, don't know what to do. https://gist.github.com/Keksike/b68c7937738678457e9e
[15:40:47] *** xSke has quit IRC
[15:40:53] <icebox> regedit: there are a lot of details to sort out
[15:40:59] *** nblue_ has joined #angularjs
[15:41:04] <zomg> regedit: you shouldn't really need a whole lot of technical expertise to determiner the requirements for an app
[15:41:15] <regedit> icebox: in all likelihood you're right and we might end up doing some sort of ongoing-consultation deal, or something
[15:41:21] <zomg> regedit: although I guess some understanding would be useful because at least if it's a webapp there can be limitations because of that
[15:41:26] *** bengillies has quit IRC
[15:41:26] *** s3shs has joined #angularjs
[15:41:26] *** andricDu has joined #angularjs
[15:42:09] *** bengillies has joined #angularjs
[15:42:17] <regedit> the main hurdle now is just to find someone/some company or wtvr who have the kind of expertise & experience we're looking for, and are available for this kind of payed arrangement
[15:42:41] *** Voltasalt has joined #angularjs
[15:42:44] <zomg> I'm currently reasonably free =)
[15:42:56] <regedit> sadly IRC will *not* do...
[15:43:00] *** d10n has quit IRC
[15:43:01] <icebox> regedit: what is the country?
[15:43:02] <regedit> we need in-person
[15:43:08] <zomg> Well that rules me out then
[15:43:12] <regedit> New York USA
[15:43:14] <zomg> because I only do remote :P
[15:43:17] *** tiagoboldt has quit IRC
[15:43:20] *** jlebrech has quit IRC
[15:43:27] <zomg> heh coincidentally my day job is with a company headquartered in NYC
[15:43:28] <icebox> great, NY City :)
[15:43:32] <zomg> but I'm not in the US myself
[15:43:32] <Bish> is there somewhere i can get to the scope of the current controller of ngRoute(ng-view)?
[15:43:39] *** jbondhus has quit IRC
[15:43:40] <Bish> a way*
[15:43:43] <regedit> zomg: do you do phone/video call?
[15:43:54] <zomg> yeah I can do hangouts and skype
[15:44:01] *** verumequals has joined #angularjs
[15:44:15] *** nblue has quit IRC
[15:44:37] *** Danielyan has quit IRC
[15:44:38] <regedit> ok forget i said anything about pay, can i haz your skype number, kthxbai
[15:44:39] <regedit> :P
[15:45:02] <regedit> jk we're interested in paying for the right consultant
[15:45:06] <regedit> any chances you're it?
[15:45:11] <regedit> icebox: you in NY?
[15:45:18] <icebox> no, Milan, Italy
[15:45:26] <Bish> i want to wakeup in the ciiiittty that never sleeeeps
[15:45:27] <zomg> I might be, I certainly have a lot of experience in building solutions from scratch
[15:45:29] <icebox> but I love NYC :)
[15:45:36] <zomg> Depends on how long you'd need me for I think
[15:45:47] <zomg> I'll send you a pm
[15:45:55] *** jbondhus has joined #angularjs
[15:46:16] <regedit> zomg: hm sounds interesting. So you've done plenty of angular? are you mostly thinking in 1.4* or are you thoroughly familiar with the new way of things in ng2?
[15:46:25] <regedit> ah ok thanks
[15:47:11] *** elyphas has quit IRC
[15:47:48] *** cswelin has joined #angularjs
[15:48:18] *** pinguServe has joined #angularjs
[15:48:22] *** mellernoia-work has joined #angularjs
[15:48:27] *** mellernoia has quit IRC
[15:48:29] *** baweaver has joined #angularjs
[15:48:39] *** jlebrech_ has joined #angularjs
[15:48:40] *** d10n has joined #angularjs
[15:49:37] *** d10n has quit IRC
[15:49:37] *** d10n has joined #angularjs
[15:50:02] *** antiPoP has quit IRC
[15:50:13] *** bcSquared has joined #angularjs
[15:52:08] *** buzzedword has joined #angularjs
[15:52:10] *** ScriptiZer has quit IRC
[15:52:26] *** antiPoP has joined #angularjs
[15:52:28] *** bcSquared- has quit IRC
[15:52:56] *** baweaver has quit IRC
[15:53:00] *** Ozd has quit IRC
[15:54:13] *** dopesong has quit IRC
[15:55:38] *** miqid has quit IRC
[15:55:41] *** Es0teric has joined #angularjs
[15:56:16] *** soee has quit IRC
[15:56:35] *** dopesong has joined #angularjs
[15:56:42] *** soee has joined #angularjs
[15:57:19] *** tiagoboldt has joined #angularjs
[15:57:27] *** dman777_alter has joined #angularjs
[15:57:33] *** jieryn has joined #angularjs
[15:57:33] *** jieryn has joined #angularjs
[15:57:40] *** buzzedword has quit IRC
[15:58:52] *** soee has joined #angularjs
[15:59:19] *** doxavore has joined #angularjs
[15:59:21] *** Perseus0 has quit IRC
[15:59:26] *** Dmitri has joined #angularjs
[15:59:59] *** phrozensilver has joined #angularjs
[16:01:17] *** u0m3 has joined #angularjs
[16:01:18] *** elperdut_ has quit IRC
[16:02:56] *** bayousoft has joined #angularjs
[16:03:18] *** aghiuru has joined #angularjs
[16:03:22] *** macabre has joined #angularjs
[16:03:45] *** buzzedword has joined #angularjs
[16:03:51] *** Codefriar has quit IRC
[16:04:09] *** diegoaguilar has joined #angularjs
[16:05:03] *** steven10172__ has joined #angularjs
[16:05:15] *** buzzedword has quit IRC
[16:06:06] *** maikowblue has joined #angularjs
[16:06:23] *** dopesong has quit IRC
[16:06:39] *** buzzedword has joined #angularjs
[16:07:05] *** dandaman has joined #angularjs
[16:07:17] *** rsully has quit IRC
[16:08:27] *** bePolite has quit IRC
[16:08:30] *** s3shs has quit IRC
[16:08:34] *** steven10172_ has quit IRC
[16:08:38] *** Anatoli_k has quit IRC
[16:08:47] <Poeticode> phew, gotta get dirty with the MEAN stack some more
[16:09:09] *** FreakAzoid has joined #angularjs
[16:11:14] *** FreakAzoid has left #angularjs
[16:11:17] *** rsully has joined #angularjs
[16:12:00] *** bbankes_ has joined #angularjs
[16:12:22] *** Sky[x] has quit IRC
[16:12:36] *** rho has quit IRC
[16:14:52] *** genta_boy has joined #angularjs
[16:15:15] *** dan2k3k5 has quit IRC
[16:15:19] *** mven has joined #angularjs
[16:15:20] *** verumequals has quit IRC
[16:15:21] *** mven has quit IRC
[16:15:41] *** dan2k3k4 has joined #angularjs
[16:17:07] *** mischat has quit IRC
[16:17:10] *** TheEskil has joined #angularjs
[16:17:13] <kegster> what's the best way to handle routing within an angular app? i have a couple things i've seen but gotten confused as to the best method
[16:17:17] *** mischat has joined #angularjs
[16:18:37] <dan2k3k4> mmm anyone using any data grid / table module ?
[16:18:42] *** mischat has quit IRC
[16:18:54] <kegster> i'm looking for a way to organize everything on the angular side and not really sure where to start. ie: views are paths (like #/contact), versus using ng-show="" within a specific view (like windows in that view), etc
[16:18:58] *** dopesong has joined #angularjs
[16:18:58] *** elperdut_ has joined #angularjs
[16:19:19] *** mischat has joined #angularjs
[16:19:53] <dan2k3k4> I have to make a table with 3 tabs (all, pending members, accepted members, rejected members) - which would just filter the view [ so I guess not really tabs ] - then actual view is just name, email, and 3 other fields... but should have pagination + option to select multiple so you can group approve/reject members
[16:19:57] *** Jardayn has joined #angularjs
[16:20:49] <dan2k3k4> table would contain ~300 pending but all could end up being around 30,000 [for the full admin who can view everything] -_- vs sub-admins who would only see around 1,000 in all
[16:21:21] <dan2k3k4> I guess best way is to handle the all / pagination with multiple requests to get next set of members? instead of getting all members
[16:21:43] *** zac has quit IRC
[16:22:17] *** zac_ has joined #angularjs
[16:22:34] *** phrozensilver has quit IRC
[16:24:14] *** brollypop has quit IRC
[16:24:27] *** morissette has joined #angularjs
[16:24:28] *** tiagoboldt has quit IRC
[16:25:10] <icebox> kegster: use ui router
[16:25:14] *** aghiuru has quit IRC
[16:25:24] <kegster> says it's in active production and need to follow API changes
[16:25:30] *** cvanball has joined #angularjs
[16:25:36] <kegster> should i wait to use?
[16:25:41] <icebox> kegster: no
[16:25:52] <icebox> kegster: use ui router. period . :)
[16:26:02] *** aghiuru has joined #angularjs
[16:26:07] <kegster> :)
[16:26:26] <icebox> kegster: 0.2.15 is ok.
[16:26:42] *** aghiuru has joined #angularjs
[16:26:43] <kegster> so don't need angular-route then
[16:27:04] <icebox> kegster: correct
[16:27:30] <icebox> kegster: ui router supports nested and multiple views
[16:27:53] <icebox> kegster: that is the main difference from ngRoute
[16:28:24] *** Firo has quit IRC
[16:29:01] <icebox> kegster: you may give a look at John Papa, Todd Motto or Minko Geckev guides for best practices
[16:30:13] *** rscata has quit IRC
[16:31:02] *** encryptd_fractal has quit IRC
[16:31:17] *** sssilver has joined #angularjs
[16:31:19] *** encryptd_fractal has joined #angularjs
[16:31:22] *** cmoneylulz has quit IRC
[16:32:13] *** Pspfolio has joined #angularjs
[16:32:44] <kegster> hm
[16:32:57] <kegster> so that will handle all of my views... everything? even with urls?
[16:33:52] <icebox> kegster: please, RTFM :)
[16:34:28] *** tiagoboldt has joined #angularjs
[16:35:15] *** zignd- has joined #angularjs
[16:35:34] <ilhami> icebox dude
[16:36:01] <ilhami> should I set the value of a input text with .val() or is there a better way?
[16:36:16] *** zignd has quit IRC
[16:36:26] <icebox> ilhami: wow... .val()? :)
[16:36:46] <icebox> ilhami: wrong channel? :)
[16:36:50] <kegster> i was just asking
[16:36:53] <ilhami> lol is that jQuery ?
[16:36:53] <ilhami> :D
[16:37:02] <kegster> regardless your answer the manual must be read anyway
[16:37:04] <ilhami> I guess I asked in the wrong channel haha
[16:37:10] <icebox> kegster: generally speaking, yes
[16:37:22] *** plutoniix has joined #angularjs
[16:37:28] <ilhami> nah I am just kidding.. I have some models but how do I populate them ? :)
[16:37:39] *** Codefriar has joined #angularjs
[16:37:55] <icebox> ilhami: setting the model?
[16:38:19] <kegster> at this point i'm just trying to get some sample movement. nothing production yet, but wanting to get the pieces working one at a time to see just how all this comes together :D
[16:38:38] <icebox> kegster: nice
[16:38:49] <ilhami> icebox, wait :)
[16:38:57] *** elperdut_ has quit IRC
[16:39:06] *** jhirley has joined #angularjs
[16:39:19] <icebox> ilhami: in windows mode.. ah no... in waiting mode :)
[16:40:15] *** elperdut_ has joined #angularjs
[16:40:17] <icebox> ilhami: don't forget in twenty minutes my original matrix needs to go... I am only a clone :)
[16:40:19] <ilhami> I am not getting the correct value from my API. :/ that's the problem. I am using get() but it's acting like a query()
[16:40:41] <ilhami> I am not getting object by id..
[16:41:33] *** elperdut_ has quit IRC
[16:41:34] *** tiagoboldt has quit IRC
[16:41:35] *** kuadrosx has joined #angularjs
[16:41:49] <icebox> ilhami: you may give a look at .val() source code of jQuery to see different approaches
[16:42:10] *** Ir1sh has joined #angularjs
[16:42:48] <icebox> ilhami: for instance, var e = getElementById("someFileInputElement"); e.value = "foo";
[16:43:16] <ilhami> that's pure JS though :P
[16:43:59] *** plekplek has quit IRC
[16:44:12] <icebox> ilhami: the highlight is on "e.value"... another way ".val()"
[16:44:36] *** Zalabinsky has joined #angularjs
[16:44:53] *** zlalanne has joined #angularjs
[16:45:46] *** tiagoboldt has joined #angularjs
[16:46:06] *** Codefriar has quit IRC
[16:46:50] *** sudomarize has left #angularjs
[16:46:53] <ilhami> dude :D I found out how to set the values with $scope
[16:47:04] *** mischat_ has joined #angularjs
[16:47:15] <ilhami> but I still need to get the correct values from the factory get() function
[16:47:19] <icebox> ilhami: sure... it is called "model" :) first thing I said you :)
[16:47:42] <ilhami> :)
[16:48:53] *** casf has joined #angularjs
[16:49:15] *** Pspfolio has quit IRC
[16:49:18] *** SevenZark7 has quit IRC
[16:49:38] *** mary5030 has quit IRC
[16:49:50] *** antiPoP has quit IRC
[16:50:26] *** mischat has quit IRC
[16:51:54] *** max_dev has quit IRC
[16:52:04] *** baweaver has joined #angularjs
[16:52:49] *** max_dev has joined #angularjs
[16:53:21] *** tiagoboldt has quit IRC
[16:54:57] *** Me has joined #angularjs
[16:55:11] *** andricDu has quit IRC
[16:55:21] *** Me is now known as Guest28714
[16:55:52] *** Codefriar has joined #angularjs
[16:56:27] *** andricDu has joined #angularjs
[16:56:30] *** zignd- has quit IRC
[16:56:32] *** tiagoboldt has joined #angularjs
[16:56:50] *** baweaver has quit IRC
[16:57:28] *** dcherman has joined #angularjs
[16:59:57] *** Z3R0 has joined #angularjs
[17:00:48] *** diegoaguilar has quit IRC
[17:00:52] *** bePolite has joined #angularjs
[17:01:21] *** randomdoude has joined #angularjs
[17:02:10] *** jae has quit IRC
[17:02:24] <randomdoude> Hi
[17:02:49] *** pbxman has joined #angularjs
[17:03:39] <randomdoude> Im trying to refactor an existing 1.4 app to follow a more 2.x approach.
[17:03:56] <randomdoude> Where Im having some issues is while using ui-router. Because now I have states without controllers
[17:04:32] *** icebox has quit IRC
[17:04:45] *** icfantv has joined #angularjs
[17:04:49] <pbxman> hello
[17:04:49] *** Limarson has quit IRC
[17:04:58] *** Limarson has joined #angularjs
[17:05:13] <randomdoude> So while trying to use resolve to fetch my initial data for a factory in no longer viable, because it will run every time I go into that state regardless.
[17:05:54] <randomdoude> Any ideas what could be a solution for this?
[17:06:20] <dan2k3k4> Trying to decide which to use: ui-grid (3.5k), ag-grid (1.2k), angular-datatables (0.5k), angular-data-table (0.2k)
[17:06:34] <dan2k3k4> going by github stars it makes it clear to use ui-grid
[17:06:45] <dan2k3k4> they all seem to do the same thing and have docs that I can follow :/
[17:06:46] *** regedit has quit IRC
[17:07:11] *** markdark has quit IRC
[17:07:29] <randomdoude> I guess keeping some internal state in the factory/service is a possbility. If it has already loaded the initial data it simply returns.
[17:08:34] *** D1new has joined #angularjs
[17:08:53] *** Riidio has joined #angularjs
[17:08:59] *** craigp has quit IRC
[17:09:50] *** Limarson has quit IRC
[17:10:44] *** tiagoboldt has quit IRC
[17:11:02] *** tiagoboldt has joined #angularjs
[17:11:11] *** Laserbeak has joined #angularjs
[17:11:53] *** diegoaguilar has joined #angularjs
[17:12:19] *** Lzrbeak has joined #angularjs
[17:12:28] *** Riidio_ has joined #angularjs
[17:14:31] *** D1new has quit IRC
[17:15:43] *** Riidio has quit IRC
[17:16:10] *** Laserbeak has quit IRC
[17:16:14] *** mary5030 has joined #angularjs
[17:16:31] *** baweaver has joined #angularjs
[17:16:39] *** Pspfolio has joined #angularjs
[17:17:33] *** tiagoboldt has quit IRC
[17:18:23] *** cacts|works has joined #angularjs
[17:19:17] *** GeekJon has quit IRC
[17:19:27] *** dszmaj has joined #angularjs
[17:19:58] *** starsparrow has joined #angularjs
[17:20:48] *** cvanball has quit IRC
[17:20:52] *** josdeha_rt has joined #angularjs
[17:21:18] *** bayousoft has quit IRC
[17:21:27] *** pbgc has quit IRC
[17:22:00] *** GeekJon has joined #angularjs
[17:23:00] <Poeticode> So I'm using the $q service. How could I chain a bunch of promises together in a for loop? ie, have the next promise execute after the previous one resolves. I know how to add them to an array to use $q.all(promise_array) to know when they're all completed already.
[17:23:40] *** sbasso has quit IRC
[17:24:54] <caitp> var p = firstThing, chain = p; for (<loop>) chain = chain.then(onSucess, onFail);
[17:25:12] *** mven has joined #angularjs
[17:25:33] <Poeticode> That is much cleaner and obvious then what I was going to try to do. thanks caitp
[17:25:43] <caitp> cheers
[17:26:18] *** pretag has quit IRC
[17:26:33] *** mven has joined #angularjs
[17:26:47] *** Taus has joined #angularjs
[17:27:07] *** Taus is now known as Tasling
[17:27:19] *** Codefriar has quit IRC
[17:27:21] *** tiagoboldt has joined #angularjs
[17:27:28] *** jsarver has joined #angularjs
[17:28:14] *** bePolite has quit IRC
[17:29:02] *** Anatoli_k has joined #angularjs
[17:29:17] *** Mounica has joined #angularjs
[17:29:32] *** jsarver has quit IRC
[17:29:50] *** jsarver has joined #angularjs
[17:30:58] *** jerry_ has joined #angularjs
[17:30:58] *** elperdut_ has joined #angularjs
[17:31:03] *** bayousoft has joined #angularjs
[17:31:11] *** cvanball has joined #angularjs
[17:31:38] *** Fabien has quit IRC
[17:31:39] *** riddle_ has joined #angularjs
[17:33:50] *** baweaver has quit IRC
[17:34:06] *** SomeKittens has joined #angularjs
[17:34:52] *** amdi_ has joined #angularjs
[17:35:17] *** mven_ has joined #angularjs
[17:35:58] *** buzzedword has quit IRC
[17:37:02] *** jsheely|2 has joined #angularjs
[17:37:21] *** Sky[x] has joined #angularjs
[17:38:01] *** Debnet has quit IRC
[17:38:22] *** mven has quit IRC
[17:38:58] *** tiagoboldt has quit IRC
[17:40:34] *** jsheely has quit IRC
[17:40:43] *** Codefriar has joined #angularjs
[17:41:15] *** bayousoft has quit IRC
[17:41:15] *** bengilli_ has joined #angularjs
[17:41:41] *** tiagoboldt has joined #angularjs
[17:42:39] *** george_v has quit IRC
[17:42:42] *** lnrdo has quit IRC
[17:42:44] *** metame_ has joined #angularjs
[17:42:45] *** doodlehaus has quit IRC
[17:43:03] *** buzzedword has joined #angularjs
[17:43:12] *** smccarthy has joined #angularjs
[17:43:12] *** lnrdo has joined #angularjs
[17:43:13] *** doodlehaus has joined #angularjs
[17:43:32] *** bengillies has quit IRC
[17:43:45] *** jsheely|3 has joined #angularjs
[17:43:47] *** pbgc has joined #angularjs
[17:44:02] *** raijin has joined #angularjs
[17:44:07] *** doodlehaus has quit IRC
[17:44:30] *** joevandy1 is now known as joevandyk
[17:45:18] *** hefox has joined #angularjs
[17:46:12] *** jsheely has joined #angularjs
[17:46:29] *** GeekJon has quit IRC
[17:48:10] *** jsheely|2 has quit IRC
[17:48:22] *** josdeha_rt has quit IRC
[17:48:45] *** jsheely|3 has quit IRC
[17:49:29] *** buzzedword has quit IRC
[17:49:49] *** [The_Doc] has joined #angularjs
[17:50:59] *** Tasling has quit IRC
[17:51:12] *** Codefriar has quit IRC
[17:52:00] *** VeeWee has joined #angularjs
[17:52:19] *** tiagoboldt has quit IRC
[17:52:33] *** erol has quit IRC
[17:52:59] *** Ed_141541 has quit IRC
[17:53:44] *** pootpoot has joined #angularjs
[17:53:48] *** GeekJon has joined #angularjs
[17:53:52] *** mischat_ has quit IRC
[17:54:00] *** mischat has joined #angularjs
[17:55:21] *** itaipu has quit IRC
[17:55:26] *** xtreamwayz has joined #angularjs
[17:56:37] *** Leon has quit IRC
[17:57:42] *** ilmgb_ has joined #angularjs
[17:58:24] <Poeticode> Heck yes, got it workin'.
[17:59:08] *** Codefriar has joined #angularjs
[17:59:44] *** sbellina has joined #angularjs
[18:00:55] *** ilmgb has quit IRC
[18:01:40] <kegster> I'm getting a "can't set headers after they are sent" when using req.next() but i don't have anything creating any headers
[18:02:06] *** ilmgb_ has quit IRC
[18:02:14] *** startupality has joined #angularjs
[18:02:39] *** cotko has quit IRC
[18:03:25] *** step1step2 has joined #angularjs
[18:03:37] *** IanMurdock has joined #angularjs
[18:03:56] *** aghiuru has quit IRC
[18:04:28] <ilhami> kegster, you calling any server?
[18:04:40] *** Tasling has joined #angularjs
[18:04:47] *** Dmitri has quit IRC
[18:04:54] *** tiagoboldt has joined #angularjs
[18:05:42] <kegster> ilhami, http://kopy.io/MEylC
[18:06:11] *** tiagoboldt has quit IRC
[18:06:14] <kegster> after that i have a .get('*') call which sends 'test2'
[18:06:45] <kegster> oh wait
[18:07:01] <kegster> here's the new code, the error is actually thrown in the * call
[18:07:04] *** mary5030 has quit IRC
[18:07:30] <kegster> ilhami, http://kopy.io/vAmxL
[18:07:49] <kegster> not sure what's throwing headers
[18:08:08] *** davlefouAMD has quit IRC
[18:08:53] *** jonkvix has joined #angularjs
[18:08:54] <IanMurdock> does anybody have startup tutorial to learn angular js?
[18:08:58] <IanMurdock> any books, site?
[18:09:15] *** jonkvix has quit IRC
[18:09:37] *** Tasling has quit IRC
[18:10:43] *** mary5030 has joined #angularjs
[18:10:51] *** Ed_141541 has joined #angularjs
[18:10:55] *** Pspfolio has quit IRC
[18:11:11] <kegster> codeschool.org has a great free course to learn concepts of angular, though keep in mind it's using a dated version. still very valuable though.
[18:11:35] *** lemonsparrow has joined #angularjs
[18:12:54] <IanMurdock> thanks kegster
[18:13:04] *** craigp has joined #angularjs
[18:13:04] *** Codefriar has quit IRC
[18:13:31] *** dromar56 has quit IRC
[18:13:41] <kegster> it's $29 for a month and goes beyond angular course 1. has more on angular, express, node, etc
[18:13:56] *** svycka has quit IRC
[18:14:23] <IanMurdock> is that angular is good to earn money?
[18:14:32] <IanMurdock> in web development?
[18:14:44] *** Aliks has joined #angularjs
[18:14:49] *** aghiuru has joined #angularjs
[18:15:41] *** pbxman has left #angularjs
[18:15:54] *** dopesong has quit IRC
[18:16:22] *** dan2k3k4 has quit IRC
[18:16:47] *** Bloomer has joined #angularjs
[18:16:54] *** yozilla has quit IRC
[18:17:07] *** Codefriar has joined #angularjs
[18:17:12] *** postsneakernet has joined #angularjs
[18:19:24] *** Aliks has quit IRC
[18:19:40] *** morissette has quit IRC
[18:19:55] *** lemonsparrow has quit IRC
[18:20:02] *** IanMurdock has quit IRC
[18:20:08] *** aghiuru has quit IRC
[18:20:40] *** johnnyfive has quit IRC
[18:21:06] *** tiagoboldt has joined #angularjs
[18:21:22] *** charuru has quit IRC
[18:21:25] *** tiagoboldt has quit IRC
[18:22:07] *** Tasling has joined #angularjs
[18:22:24] <ilhami> yes
[18:22:42] *** nblue_ has quit IRC
[18:23:00] *** shinnya has joined #angularjs
[18:23:55] *** startupality has quit IRC
[18:24:47] *** marthinal has quit IRC
[18:26:07] *** aghiuru has joined #angularjs
[18:26:30] *** startupality has joined #angularjs
[18:26:36] *** dsfsdf has joined #angularjs
[18:26:38] <dsfsdf> ddfgdfgdf
[18:26:42] <dsfsdf> hello
[18:27:04] *** Mounica has quit IRC
[18:27:21] *** Hounddog has quit IRC
[18:27:42] *** johnnyfive has joined #angularjs
[18:27:56] *** lemonsparrow has joined #angularjs
[18:28:26] *** dsfsdf has quit IRC
[18:28:44] *** bayousoft has joined #angularjs
[18:29:35] *** senayar has quit IRC
[18:30:12] *** idefine has joined #angularjs
[18:30:27] *** Mounica has joined #angularjs
[18:30:33] *** Riidio_ has quit IRC
[18:30:54] <idefine> in a directive what does require: ['form'] do?
[18:30:54] *** aghiuru has quit IRC
[18:31:55] *** riddle_ has quit IRC
[18:32:00] *** craigp has quit IRC
[18:32:20] *** craigp has joined #angularjs
[18:32:28] *** elperdut_ has quit IRC
[18:32:54] *** ilmgb has joined #angularjs
[18:33:10] *** steven10172__ is now known as steven10172
[18:33:24] *** evilaliv3 has joined #angularjs
[18:33:54] <steven10172> For shahata/angular-debounce wouldn't I just call debounce(function() { console.log('debounce');}, 1000, false, false); ? It doesn't seem to want to log to the console
[18:34:25] *** baweaver has joined #angularjs
[18:34:42] *** mven has joined #angularjs
[18:34:52] *** leolrrj has quit IRC
[18:34:56] *** buzzedword has joined #angularjs
[18:35:02] *** raijin has quit IRC
[18:36:26] *** mischat has quit IRC
[18:36:37] *** davi has quit IRC
[18:37:26] *** mven_ has quit IRC
[18:37:28] *** Tennis has quit IRC
[18:37:48] *** mary5030 has quit IRC
[18:38:31] *** dromar56 has joined #angularjs
[18:38:38] *** davi has joined #angularjs
[18:38:39] *** davi has joined #angularjs
[18:39:32] *** baweaver has quit IRC
[18:39:34] *** Guest16 has joined #angularjs
[18:39:58] *** idefine has quit IRC
[18:41:03] *** cocao has joined #angularjs
[18:41:32] *** kgee has joined #angularjs
[18:41:48] *** cocao has quit IRC
[18:41:52] *** morissette has joined #angularjs
[18:42:22] *** mellernoia-work has quit IRC
[18:43:16] <G1eb> whats the industry default solution for angular apps using multiple themes
[18:43:35] <G1eb> especially when themes can be configured by ysers
[18:43:36] *** dopesong has joined #angularjs
[18:43:38] <G1eb> s/ysers/users
[18:43:40] *** mischat has joined #angularjs
[18:44:16] *** ScottIQ has joined #angularjs
[18:44:50] *** ilhami has quit IRC
[18:45:22] *** speeddragon has quit IRC
[18:45:47] *** ScottIQ has quit IRC
[18:45:51] *** speeddragon has joined #angularjs
[18:48:00] *** dopesong has quit IRC
[18:48:17] *** dopesong has joined #angularjs
[18:48:32] *** sssilver_ has joined #angularjs
[18:48:50] *** bayousoft has quit IRC
[18:49:14] *** ehynds has quit IRC
[18:49:44] *** craigp has quit IRC
[18:49:58] *** looker has joined #angularjs
[18:50:40] *** guilbep has quit IRC
[18:50:48] *** jlebrech_ has quit IRC
[18:51:10] *** sssilver has quit IRC
[18:51:24] *** craigp has joined #angularjs
[18:51:29] *** ilhami has joined #angularjs
[18:52:29] *** Ed_141541 has quit IRC
[18:53:05] *** phrozensilver has joined #angularjs
[18:55:13] *** VeeWee has quit IRC
[18:55:29] *** elperdut_ has joined #angularjs
[18:55:49] *** VeeWee has joined #angularjs
[18:56:14] *** diosney has quit IRC
[18:56:32] *** diosney has joined #angularjs
[18:57:05] *** conan_the_destro has joined #angularjs
[18:57:33] *** wonder95 has joined #angularjs
[18:58:29] *** brk has joined #angularjs
[18:58:43] *** aghiuru has joined #angularjs
[18:59:23] *** lemonsparrow has quit IRC
[18:59:47] *** brk has quit IRC
[19:00:24] *** dromar56 has quit IRC
[19:01:32] *** CAPITANOOO has joined #angularjs
[19:01:32] *** walden is now known as walden|lunch
[19:01:38] *** tiagoboldt has joined #angularjs
[19:01:42] *** blackjid has quit IRC
[19:01:50] *** Codefriar has quit IRC
[19:02:41] *** nuizzy has joined #angularjs
[19:03:46] *** ilmgb has quit IRC
[19:03:50] *** aghiuru has quit IRC
[19:04:35] *** erol has joined #angularjs
[19:04:48] *** blackjid has joined #angularjs
[19:05:19] *** CAPITANOOO has quit IRC
[19:06:09] *** baweaver has joined #angularjs
[19:07:58] *** mischat has quit IRC
[19:08:36] *** idefine has joined #angularjs
[19:08:37] *** startupality has quit IRC
[19:10:17] *** startupality has joined #angularjs
[19:13:31] *** aliocha has joined #angularjs
[19:13:33] *** theverbg has joined #angularjs
[19:14:04] *** theverbg has left #angularjs
[19:14:55] *** iateadonut has left #angularjs
[19:15:17] *** upmauro_ is now known as upmauro
[19:15:39] *** walden|lunch has quit IRC
[19:16:15] *** MattWelch has quit IRC
[19:16:26] *** MattWelch has joined #angularjs
[19:17:23] *** Bloomberg has joined #angularjs
[19:17:38] *** bayousoft has joined #angularjs
[19:17:48] <upmauro> Hi! I have this request, http://i.imgur.com/7m9ALTg.png but when i try read cookies with ngCookies, the cookies are empty {}. Someone can help?
[19:18:23] <Bloomberg> Hello Room!!
[19:19:52] *** elperdut_ has quit IRC
[19:19:57] *** Codefriar has joined #angularjs
[19:20:16] *** bengilli_ has quit IRC
[19:20:31] <Bloomberg> someone know why when I set this :: $locationProvider.html5Mode in true works ok (without the #) but when I reload the page it broke
[19:20:32] <Bloomberg> ??
[19:21:24] *** squeakytoy2 has quit IRC
[19:21:26] *** zac_ has quit IRC
[19:21:42] *** squeakytoy2 has joined #angularjs
[19:22:02] *** zac has joined #angularjs
[19:22:11] *** aliocha has quit IRC
[19:22:38] *** elperdut_ has joined #angularjs
[19:22:45] *** SpikeSpiegel has joined #angularjs
[19:24:58] *** shinnya has quit IRC
[19:26:20] *** codeitloadit has joined #angularjs
[19:26:35] *** metame_ has quit IRC
[19:28:10] *** Codefria_ has joined #angularjs
[19:28:57] *** marthinal has joined #angularjs
[19:29:15] *** Codefriar has quit IRC
[19:29:19] *** metame_ has joined #angularjs
[19:29:34] *** walden|lunch has joined #angularjs
[19:30:10] *** soee has quit IRC
[19:30:55] *** bePolite has joined #angularjs
[19:30:56] *** bePolite has joined #angularjs
[19:30:57] *** Aliks has joined #angularjs
[19:31:24] <pootpoot> Bloomberg: define broke
[19:32:04] <Bloomberg> pootpoot : how can I to do that?
[19:32:14] *** pulaski has quit IRC
[19:33:03] <pootpoot> what do you mean it broke?
[19:34:52] *** Bloomer has quit IRC
[19:34:55] *** pulaski has joined #angularjs
[19:35:19] *** bePolite has quit IRC
[19:35:32] *** aliocha has joined #angularjs
[19:36:08] *** msilva has quit IRC
[19:37:32] *** n00bdev has joined #angularjs
[19:39:35] <ilhami> pootpoot, do I have to include $promise as a dependency?
[19:40:23] <pootpoot> eh?
[19:40:35] <ilhami> yeah...
[19:40:36] *** cvanball has quit IRC
[19:40:47] <ilhami> Unknown provider: $promiseProvider <- $promise <- ReminderEditController
[19:41:02] *** cvanball has joined #angularjs
[19:41:21] *** walden|lunch is now known as walden
[19:41:23] <pootpoot> i dont think $promise is a thing? i use $http and $q
[19:41:24] *** startupality has quit IRC
[19:41:32] <pootpoot> look at the docs for $q to make a promise
[19:41:35] <ilhami> of course it's a thing.
[19:41:38] <pootpoot> ok then
[19:41:42] <ilhami> http://stackoverflow.com/questions/24467248/angular-then-is-not-recognized
[19:41:44] <ilhami> check this
[19:42:19] <pootpoot> https://docs.angularjs.org/api/ng/service/$q
[19:42:21] <pootpoot> check this
[19:42:56] *** empyreanz has joined #angularjs
[19:43:18] *** startupality has joined #angularjs
[19:43:51] *** Aliks has quit IRC
[19:43:57] *** longebane has joined #angularjs
[19:44:05] *** amortimer has joined #angularjs
[19:44:44] *** hackel has joined #angularjs
[19:45:15] *** Codefri__ has joined #angularjs
[19:45:31] *** jhirley has quit IRC
[19:45:41] <longebane> aw yeah
[19:45:59] *** Codefria_ has quit IRC
[19:46:23] *** dcherman has quit IRC
[19:46:55] *** dcherman has joined #angularjs
[19:46:59] *** morissette has quit IRC
[19:47:01] *** frem has joined #angularjs
[19:47:42] *** Z3R0 has quit IRC
[19:47:56] *** bayousoft has quit IRC
[19:48:07] *** Dmitri has joined #angularjs
[19:48:17] *** Tasling has quit IRC
[19:48:24] *** morissette has joined #angularjs
[19:48:55] *** sbellina has quit IRC
[19:49:40] *** hackel has quit IRC
[19:50:09] *** bluestreak0 has joined #angularjs
[19:50:10] <Bloomberg> pootpoot : show me the 404 error, but when I load the first time load perfect, the problem is when I reload it
[19:51:02] *** AndrewIsh has quit IRC
[19:52:08] *** salimfadhley has joined #angularjs
[19:52:12] *** Nathanb has joined #angularjs
[19:52:15] *** startupality has quit IRC
[19:52:38] *** jhirley has joined #angularjs
[19:52:59] *** Dmitri has quit IRC
[19:53:06] <bluestreak0> Hi, I'm having trouble with my html templates: any css class attributes I set in the file are changed to ng-scope. Any help?
[19:53:51] *** bayousoft has joined #angularjs
[19:54:39] *** cswelin has left #angularjs
[19:55:01] *** sbellina has joined #angularjs
[19:56:19] *** ASUchander1 has joined #angularjs
[19:56:21] *** samrose has joined #angularjs
[19:57:57] *** B1x1t0 has quit IRC
[19:58:47] *** ASUChander has quit IRC
[19:58:47] *** metame_ has quit IRC
[20:00:23] *** Tasling has joined #angularjs
[20:00:54] *** lnrdo_ has joined #angularjs
[20:01:25] *** zac has quit IRC
[20:02:15] *** baweaver has quit IRC
[20:02:44] *** ninsei has quit IRC
[20:02:52] *** Moosef has joined #angularjs
[20:03:07] *** buzzedword has quit IRC
[20:03:13] *** bhenslee has joined #angularjs
[20:03:45] *** juddey has joined #angularjs
[20:03:48] <Moosef> hey does anyone know how to mock external data with Jasmine when unit testing a controller?
[20:04:26] *** lnrdo has quit IRC
[20:05:15] *** Tasling has quit IRC
[20:05:24] *** lnrdo_ has quit IRC
[20:06:17] *** restless_being_ has joined #angularjs
[20:07:27] *** restless_being has quit IRC
[20:07:44] *** vardyb has joined #angularjs
[20:07:50] *** buzzedword has joined #angularjs
[20:09:44] *** bayousoft has quit IRC
[20:10:14] *** ninsei has joined #angularjs
[20:10:24] *** speeddragon has quit IRC
[20:10:24] *** dszmaj has quit IRC
[20:11:11] *** evilaliv3 has quit IRC
[20:11:48] *** Tasling has joined #angularjs
[20:11:57] *** RC has joined #angularjs
[20:12:22] *** RC is now known as Guest43692
[20:12:33] *** tiagoboldt has quit IRC
[20:12:49] <Guest43692> I have a question on Angular 2
[20:13:07] *** buzzedword has quit IRC
[20:13:21] *** cvanball has quit IRC
[20:13:43] *** Codefri__ is now known as Codefriar
[20:13:53] *** baweaver has joined #angularjs
[20:13:59] <Guest43692> how do I programatically add components into a container component- basuically I am looking at something similar to a setInSlot() in GWT
[20:15:10] *** yky_ has joined #angularjs
[20:15:16] *** benvantende has quit IRC
[20:15:54] *** josdeha_rt has joined #angularjs
[20:15:55] *** Tasling has quit IRC
[20:16:14] <Guest43692> How can i implement a container component which has some place holders (e.g. mainContent, MenuContent etc.) and set them programatically according to user actions
[20:16:27] *** Aliks has joined #angularjs
[20:16:28] *** Nathanb has quit IRC
[20:16:30] *** ryez has quit IRC
[20:17:39] *** bayousoft has joined #angularjs
[20:17:57] *** tiagoboldt has joined #angularjs
[20:18:09] *** bluestreak0 has quit IRC
[20:19:12] *** phrozensilver1 has joined #angularjs
[20:19:34] *** Cokee has quit IRC
[20:19:54] *** buzzedword has joined #angularjs
[20:20:16] *** metame has joined #angularjs
[20:20:39] *** bengillies has joined #angularjs
[20:21:06] *** elperdut_ has quit IRC
[20:21:44] *** ScottIQ has joined #angularjs
[20:23:23] *** marthinal has quit IRC
[20:23:32] *** tiagoboldt has quit IRC
[20:24:17] *** elperdut_ has joined #angularjs
[20:24:49] *** buzzedword has quit IRC
[20:25:51] *** ScottIQ has quit IRC
[20:26:29] *** baweaver has quit IRC
[20:27:02] <kegster> if i have a javascript class, should i create an angular module and load it or can i just load the class normally?
[20:27:26] *** josdeha_rt has quit IRC
[20:27:30] *** Guest43692 has quit IRC
[20:27:38] *** bayousoft has quit IRC
[20:28:45] *** zignd- has joined #angularjs
[20:29:14] *** casf_ has joined #angularjs
[20:29:27] *** Codefriar has quit IRC
[20:29:31] *** ASTP001_ has joined #angularjs
[20:29:32] <kegster> would i just include the class js file, and then use a service to create it?
[20:29:51] *** monk12_ has joined #angularjs
[20:29:54] *** p0k0 has joined #angularjs
[20:30:12] *** tristanp_ has joined #angularjs
[20:30:14] *** MechaDragonJesus has joined #angularjs
[20:30:25] *** krisd_ has joined #angularjs
[20:30:49] *** vardyb_ has joined #angularjs
[20:31:02] *** kaseoga__ has joined #angularjs
[20:31:03] *** kweigand__ has joined #angularjs
[20:31:18] *** nuizzy_ has joined #angularjs
[20:31:31] *** samrose_ has joined #angularjs
[20:32:03] *** tiagoboldt has joined #angularjs
[20:32:08] *** ArTiSTiX has joined #angularjs
[20:32:13] *** mangular has joined #angularjs
[20:32:21] <mangular> hi every body
[20:32:43] *** mangular has quit IRC
[20:32:58] *** RangeRick has joined #angularjs
[20:33:23] *** dsteplight_ has joined #angularjs
[20:33:30] *** Jaycob_ has joined #angularjs
[20:33:31] *** ajmitch_ has joined #angularjs
[20:33:32] *** hswolff_ has joined #angularjs
[20:33:40] *** iamstef_ has joined #angularjs
[20:33:49] *** Burgerz has joined #angularjs
[20:33:50] *** Aliks has quit IRC
[20:33:54] *** kwmiebach_ has joined #angularjs
[20:33:56] *** mikeones_ has joined #angularjs
[20:34:09] *** senayar has joined #angularjs
[20:34:10] *** senayar has joined #angularjs
[20:34:11] *** Aliks has joined #angularjs
[20:34:33] *** sbellina_ has joined #angularjs
[20:34:42] *** L42y_ has joined #angularjs
[20:34:43] *** jcara_ has joined #angularjs
[20:35:13] *** cebor_ has joined #angularjs
[20:35:25] *** georgehrke_ has joined #angularjs
[20:35:27] *** baweaver has joined #angularjs
[20:35:31] *** vardyb_ has quit IRC
[20:35:50] *** merlinsbrain_ has joined #angularjs
[20:36:20] *** mary5030 has joined #angularjs
[20:36:23] *** Brak__ has joined #angularjs
[20:36:52] *** lmatteis_ has joined #angularjs
[20:36:56] *** aghiuru has joined #angularjs
[20:37:20] *** TakumoKatekari has joined #angularjs
[20:37:20] *** nomoremoney_ has joined #angularjs
[20:37:20] *** TakumoKatekari has quit IRC
[20:37:21] *** TakumoKatekari has joined #angularjs
[20:37:22] *** bradjones_ has joined #angularjs
[20:37:23] *** bradjones_ has joined #angularjs
[20:37:23] *** _Penguin_ has joined #angularjs
[20:37:25] *** fscala_ has joined #angularjs
[20:37:28] *** dshoreman_ has joined #angularjs
[20:37:33] *** marthinal has joined #angularjs
[20:37:48] *** Meow-J_ has joined #angularjs
[20:37:58] *** Tuhis has joined #angularjs
[20:38:03] *** tag has joined #angularjs
[20:38:05] *** martinbjeldbak has joined #angularjs
[20:38:30] *** vardyb has quit IRC
[20:38:31] *** samrose has quit IRC
[20:38:31] *** sbellina has quit IRC
[20:38:33] *** nuizzy has quit IRC
[20:38:33] *** Guest16 has quit IRC
[20:38:34] *** starsparrow has quit IRC
[20:38:35] *** casf has quit IRC
[20:38:36] *** Es0teric has quit IRC
[20:38:39] *** jcara has quit IRC
[20:38:40] *** thrillgore has quit IRC
[20:38:41] *** fscala has quit IRC
[20:38:43] *** G1eb has quit IRC
[20:38:43] *** tristanp has quit IRC
[20:38:44] *** L42y has quit IRC
[20:38:44] *** bradjones has quit IRC
[20:38:45] *** lmatteis has quit IRC
[20:38:45] *** ASTP001 has quit IRC
[20:38:46] *** fly_boyz has quit IRC
[20:38:46] *** monk12 has quit IRC
[20:38:47] *** paperElectron has quit IRC
[20:38:47] *** hswolff has quit IRC
[20:38:49] *** RangerRick has quit IRC
[20:38:50] *** pellekrogholt has quit IRC
[20:38:51] *** krisd has quit IRC
[20:38:52] *** Meow-J has quit IRC
[20:38:53] *** tuhoojabotti has quit IRC
[20:38:53] *** diffalot has quit IRC
[20:38:53] *** dsteplight has quit IRC
[20:38:54] *** iamstef has quit IRC
[20:38:54] *** merlinsbrain has quit IRC
[20:38:54] *** Brak_ has quit IRC
[20:38:55] *** kweigand_ has quit IRC
[20:38:56] *** kalz has quit IRC
[20:38:56] *** cebor has quit IRC
[20:38:56] *** elxris has quit IRC
[20:38:57] *** Johnny- has quit IRC
[20:38:57] *** kaseoga_ has quit IRC
[20:38:58] *** sublimate has quit IRC
[20:38:58] *** kwmiebach has quit IRC
[20:38:59] *** Takumo has quit IRC
[20:39:00] *** mikeones has quit IRC
[20:39:00] *** Vye has quit IRC
[20:39:02] *** Jaycob has quit IRC
[20:39:03] *** ajmitch has quit IRC
[20:39:03] *** martinbjeldbak_ has quit IRC
[20:39:04] *** _Penguin has quit IRC
[20:39:05] *** kriskropd has quit IRC
[20:39:06] *** syntacticNaCl has quit IRC
[20:39:06] *** nomoremoney has quit IRC
[20:39:06] *** dshoreman has quit IRC
[20:39:07] *** ArTiSTiX_ has quit IRC
[20:39:07] *** georgehrke has quit IRC
[20:39:08] *** steffeli has quit IRC
[20:39:08] *** bradjones_ is now known as bradjones
[20:39:09] *** nuizzy_ is now known as nuizzy
[20:39:09] *** lmatteis_ is now known as lmatteis
[20:39:09] *** fscala_ is now known as fscala
[20:39:10] *** samrose_ is now known as samrose
[20:39:10] *** dshoreman_ is now known as dshoreman
[20:39:11] *** pbgc has quit IRC
[20:39:11] *** leolrrj has joined #angularjs
[20:39:11] *** VictorCL has joined #angularjs
[20:39:12] *** kweigand__ is now known as kweigand_
[20:39:15] *** syntacticNaCl has joined #angularjs
[20:39:24] *** L42y_ is now known as L42y
[20:39:31] *** georgehrke_ is now known as georgehrke
[20:39:47] *** coffetti has joined #angularjs
[20:40:56] *** baweaver has quit IRC
[20:41:05] *** steffeli has joined #angularjs
[20:41:08] *** diffalot has joined #angularjs
[20:41:14] *** G1eb has joined #angularjs
[20:41:26] *** Johnny- has joined #angularjs
[20:41:29] *** dopry has joined #angularjs
[20:41:47] *** Vye has joined #angularjs
[20:41:56] *** sublimate has joined #angularjs
[20:42:00] *** aghiuru has quit IRC
[20:42:14] *** elxris_ has joined #angularjs
[20:42:22] *** kalz has joined #angularjs
[20:42:23] *** kaseoga__ is now known as kaseoga_
[20:42:51] *** zac has joined #angularjs
[20:43:00] *** buzzedword has joined #angularjs
[20:43:01] *** kakashiAL has quit IRC
[20:43:04] *** thrillgore has joined #angularjs
[20:43:42] *** iamstef_ is now known as iamstef
[20:43:43] *** merlinsbrain_ is now known as merlinsbrain
[20:43:43] <meekohi> High-level question: I had been using ng-repeat='event in events | filter:myFilter' which works great. Now I am grouping the events by day in the controller -- how would I filter out the empty days in addition to the events themselves? Write another filter that goes through and checks the first filter against all events for that day?
[20:44:02] <meekohi> Seems like duplicating a lot of work, but I'm not sure how to "prefilter" the events before grouping them into days since that happens in the controller.
[20:44:08] *** phrozensilver1 has quit IRC
[20:44:10] *** ngbot has joined #angularjs
[20:44:10] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to v1.4.x: http://git.io/vuijP
[20:44:10] <ngbot> angular.js/v1.4.x 323f9ab Georgios Kalpakas: fix(isArrayLike): recognize empty instances of an Array subclass...
[20:44:10] *** ngbot has left #angularjs
[20:44:26] *** ziyadb has joined #angularjs
[20:44:33] *** kriskropd has joined #angularjs
[20:44:46] <meekohi> or should I have something else in my scope that is like "filteredEvents" which I update as needed and just stop using in-line filters?
[20:45:06] *** Bloomberg has quit IRC
[20:45:44] *** Es0teric has joined #angularjs
[20:45:49] *** paperElectron has joined #angularjs
[20:46:02] <metame> meekohi: not an expert but sounds like a lot of logic to put in ng-repeat
[20:46:23] *** tiagoboldt has quit IRC
[20:46:49] *** kwmiebach_ is now known as kwmiebach
[20:49:33] *** Meow-J_ is now known as Meow-J
[20:50:12] *** jonno11 has joined #angularjs
[20:51:01] *** AlexZan has quit IRC
[20:51:22] *** jonno11 has quit IRC
[20:53:00] *** francescu has joined #angularjs
[20:53:42] *** ngbot has joined #angularjs
[20:53:42] <ngbot> [angular.js] lgalfaso pushed 1 new commit to master: http://git.io/vuPUn
[20:53:42] <ngbot> angular.js/master fabc6ab Lucas Mirelmann: fix($injector): workaround for MS Edge class detection...
[20:53:42] *** ngbot has left #angularjs
[20:55:00] *** cschneid has quit IRC
[20:55:28] *** dromar56 has joined #angularjs
[20:56:00] *** kakashiAL has joined #angularjs
[20:56:38] *** dromar56 has quit IRC
[20:56:51] *** cvanball has joined #angularjs
[20:57:08] *** dromar56 has joined #angularjs
[20:57:25] *** edrocks has quit IRC
[20:57:25] *** cschneid has joined #angularjs
[20:57:32] *** smccarthy has quit IRC
[20:57:35] *** edrocks has joined #angularjs
[20:57:47] <meekohi> I can feel myself making some horrible high-level mistake... :/
[20:57:50] *** VictorCL has quit IRC
[20:58:08] <meekohi> Should I move all this filtering stuff out into a service maybe? Some sort of search service?
[20:58:10] *** buzzedword has quit IRC
[20:58:10] *** glosoli has joined #angularjs
[20:58:29] <meekohi> That doesn't seem right, since you could imagine having two different searches at once or etc...
[20:58:29] *** dromar56 has quit IRC
[20:59:02] *** dromar56 has joined #angularjs
[20:59:11] *** aghiuru has joined #angularjs
[20:59:19] *** metame has quit IRC
[20:59:55] *** pbgc has joined #angularjs
[21:00:11] <meekohi> Maybe some abstract SearchCtrl that handles search stuff without worrying about how it's displayed?
[21:00:18] *** SpikeSpiegel has quit IRC
[21:00:34] *** SpikeSpiegel has joined #angularjs
[21:01:44] *** buzzedword has joined #angularjs
[21:02:10] *** Nathanb has joined #angularjs
[21:02:43] *** Voltasalt is now known as xSke
[21:03:19] *** Oog has joined #angularjs
[21:03:58] *** w0rp has quit IRC
[21:04:10] *** aghiuru has quit IRC
[21:04:18] *** Edward__ has joined #angularjs
[21:04:40] <Edward__> hi, can anyone help with my angular2-quickstart issue?
[21:04:49] <Edward__> I am unable to get the simple demo to work
[21:04:59] *** w0rp has joined #angularjs
[21:05:38] <Edward__> kept getting "undefined is not a function Error Loading http://localhost:3001/app/boot.js
[21:06:08] <Edward__> also, before that error, there is an Uncaught RangeError: Maximum call stack size exceeded
[21:07:34] *** samrose has quit IRC
[21:09:28] *** senayar has quit IRC
[21:09:56] *** maximski has joined #angularjs
[21:10:30] *** meatchicken has joined #angularjs
[21:10:33] *** mary5030 has quit IRC
[21:10:34] *** Riidio has joined #angularjs
[21:10:36] <meatchicken> Hello
[21:10:45] *** Hesesses has quit IRC
[21:11:13] *** angularjs_bot has quit IRC
[21:11:21] *** angularjs_bot has joined #angularjs
[21:11:34] *** craigp has quit IRC
[21:12:10] <maximski> hi
[21:13:40] <Edward__> hi
[21:13:47] <maximski> anyone building angular + rails apps and can tell me if you can sign in users in the angular and rails part of your app at once?
[21:14:08] *** Oog has quit IRC
[21:14:15] <meatchicken> How do I test a controller making an ajax request through a service?
[21:14:54] <SrinivasGowda> could someone help me with this multistep form
[21:14:55] <meatchicken> Service.get.then -> $scope.value = data
[21:14:59] *** monk12 has joined #angularjs
[21:15:21] <Edward__> seems this chatroom are filled with questions but no answers
[21:16:36] *** w0rp has quit IRC
[21:17:36] *** monk12_ has quit IRC
[21:17:52] *** smccarthy has joined #angularjs
[21:18:14] *** ngbot has joined #angularjs
[21:18:14] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/vuPOC
[21:18:14] <ngbot> angular.js/master 06aa52e Peter Bacon Darwin: chore(package): update karma to 0.13...
[21:18:15] *** ngbot has left #angularjs
[21:18:19] *** Edward__ has quit IRC
[21:18:23] *** diegoaguilar has quit IRC
[21:18:25] *** ScottIQ has joined #angularjs
[21:18:39] *** ngbot has joined #angularjs
[21:18:39] <ngbot> [angular.js] petebacondarwin pushed 1 new commit to v1.4.x: http://git.io/vuPOz
[21:18:40] <ngbot> angular.js/v1.4.x 8eb0121 Peter Bacon Darwin: chore(package): update karma to 0.13...
[21:18:40] *** ngbot has left #angularjs
[21:19:35] *** ScottIQ has quit IRC
[21:20:04] *** meatchicken has quit IRC
[21:20:06] *** codeman has quit IRC
[21:20:11] *** ScottIQ has joined #angularjs
[21:21:45] *** ScottIQ has joined #angularjs
[21:22:09] *** pootpoot has quit IRC
[21:22:15] *** ashopin has quit IRC
[21:22:19] *** Aliks has quit IRC
[21:22:26] *** pbgc has quit IRC
[21:22:34] *** pootpoot has joined #angularjs
[21:22:47] *** aliocha has quit IRC
[21:23:11] *** GetteracWork has joined #angularjs
[21:23:38] *** mischat has joined #angularjs
[21:25:17] *** edrocks has quit IRC
[21:26:02] *** marthinal has quit IRC
[21:26:03] *** baweaver has joined #angularjs
[21:26:45] *** aghiuru has joined #angularjs
[21:26:54] *** w0rp has joined #angularjs
[21:27:10] <GetteracWork> Using Angular 1.4.8... I have 2 controllers with a common $resource... Controller A updates the $resource... What would be a good way to update or notify Controller B so it reflects the update? (Both of the controllers are using $filter to filter results from the resource).
[21:27:30] *** Aliks has joined #angularjs
[21:28:09] *** batch4225 has joined #angularjs
[21:29:05] *** Zalabinsky has quit IRC
[21:30:24] *** corioliss has quit IRC
[21:30:50] *** conan_the_destro has quit IRC
[21:31:03] *** samrose has joined #angularjs
[21:32:19] *** diegoaguilar has joined #angularjs
[21:32:50] *** edrocks has joined #angularjs
[21:33:11] *** [The_Doc] has left #angularjs
[21:33:26] *** VeeWee has quit IRC
[21:34:51] *** luiz_lha has quit IRC
[21:35:31] *** luiz_lha has joined #angularjs
[21:35:56] *** luiz_lha is now known as Guest82811
[21:36:12] *** sonofdirt has joined #angularjs
[21:36:19] *** baweaver has quit IRC
[21:37:29] <francescu> I have an object `model` inside a controller `myController`, instead of using {{ myController.model.property
[21:37:46] <francescu> }} all along, is it a best practice to use ng-init ?
[21:38:04] <francescu> like ng-init="model = myController.model"?
[21:38:17] *** aliocha has joined #angularjs
[21:38:31] *** elperdut_ has quit IRC
[21:39:00] *** longebane has quit IRC
[21:39:02] <batch4225> francescu it depends on what you are trying to do
[21:39:03] *** ScottIQ has quit IRC
[21:39:46] <francescu> I have basically a route to model-view.html and I use my object model in the whole file with myController.myObject
[21:40:59] <francescu> As I'm new to angular I was wondering if it was a good or bad practice to begin with <tag ng-init="myObject = myController.myObject">
[21:41:08] *** elperdut_ has joined #angularjs
[21:41:11] *** ril has joined #angularjs
[21:41:46] *** dromar56 has quit IRC
[21:41:46] <archon-> there's no need to do that
[21:42:13] *** bengillies has quit IRC
[21:42:30] *** corioliss has joined #angularjs
[21:42:39] <francescu> I find that really annoying to use {{ myController.myObject.anyProperty }} all along..
[21:42:50] *** postsneakernet has quit IRC
[21:42:51] *** jaawerth has left #angularjs
[21:42:57] <archon-> you can just use {{ myObject }}
[21:43:11] <archon-> the controller is assumed
[21:43:32] *** elyssonmr has quit IRC
[21:44:08] <francescu> it doesnt work when I do that
[21:44:33] <archon-> are you using controller-as syntax?
[21:44:37] <francescu> yes
[21:46:49] <francescu> shouldn't I?
[21:48:16] *** ril has quit IRC
[21:49:58] *** buzzedword has quit IRC
[21:50:04] <francescu> archon-: I just tried to remove the controllerAs in my route declaration and remove the `myController.` in my html view but no success either
[21:51:05] *** Mounica has quit IRC
[21:51:33] *** despai has joined #angularjs
[21:51:49] *** dan2k3k4 has joined #angularjs
[21:52:06] *** emilg has joined #angularjs
[21:53:14] *** bayousoft has joined #angularjs
[21:53:50] *** skcin7 has joined #angularjs
[21:54:16] *** kgee has quit IRC
[21:54:18] *** cotko has joined #angularjs
[21:54:22] *** Mounica has joined #angularjs
[21:54:37] *** speeddragon has joined #angularjs
[21:54:39] *** ensyde has joined #angularjs
[21:54:44] *** emilg has quit IRC
[21:57:22] *** baweaver has joined #angularjs
[21:58:02] *** Nathanb has quit IRC
[21:59:44] *** bionikspoon has quit IRC
[22:00:20] *** baweaver has quit IRC
[22:00:54] *** erol has quit IRC
[22:01:19] *** bionikspoon has joined #angularjs
[22:01:41] *** dan2k3k4 has quit IRC
[22:02:29] *** Nathanb has joined #angularjs
[22:02:41] *** ril has joined #angularjs
[22:03:37] *** w0rp has quit IRC
[22:03:52] *** stavro has joined #angularjs
[22:04:26] *** dan2k3k4 has joined #angularjs
[22:05:20] *** upmauro has quit IRC
[22:05:30] *** Bloomberg has joined #angularjs
[22:05:46] *** aghiuru has quit IRC
[22:06:40] <Bloomberg> Someone know why when I remove the # from url start ok the first time, but If I reload the page not works
[22:06:42] <Bloomberg> ??
[22:07:36] *** zeioth has quit IRC
[22:07:57] <stavro> are there any javascript errors in the console?
[22:08:26] *** speeddragon has quit IRC
[22:08:38] *** Anatoli_k has quit IRC
[22:09:57] *** ensyde has quit IRC
[22:10:12] *** toin0u|away has quit IRC
[22:10:17] *** cocao has joined #angularjs
[22:10:18] *** zeioth has joined #angularjs
[22:10:22] *** w0rp has joined #angularjs
[22:12:12] *** Nathanb has quit IRC
[22:13:17] *** Mounica has quit IRC
[22:13:17] *** Mounica_ has joined #angularjs
[22:13:47] *** samrose has quit IRC
[22:15:43] *** samrose has joined #angularjs
[22:15:58] *** cocao has quit IRC
[22:17:06] *** baweaver has joined #angularjs
[22:17:22] <ish> in angular 2, is there a way to get the active route without decoding the location?
[22:17:31] *** baweaver has quit IRC
[22:18:29] *** sonofdirt has quit IRC
[22:19:03] *** Sky[x] has quit IRC
[22:19:06] *** sonofdirt has joined #angularjs
[22:19:29] *** dan2k3k4 has quit IRC
[22:19:59] *** Sky[x] has joined #angularjs
[22:20:13] *** dan2k3k4 has joined #angularjs
[22:20:30] *** sonofdirt has quit IRC
[22:21:00] *** D1new has joined #angularjs
[22:21:35] *** toin0u has joined #angularjs
[22:21:36] *** toin0u has joined #angularjs
[22:21:41] *** mary5030 has joined #angularjs
[22:22:41] *** dan2k3k4 has quit IRC
[22:23:14] <ilhami> icfantv, how busy can you be dude?
[22:23:25] *** dan2k3k4 has joined #angularjs
[22:23:54] *** Coldblackice has joined #angularjs
[22:24:06] *** Bloomberg has quit IRC
[22:24:11] *** Mediogre has quit IRC
[22:24:20] *** D1new has quit IRC
[22:24:22] *** kalle__ has joined #angularjs
[22:24:48] *** D1new has joined #angularjs
[22:25:35] *** francescu has quit IRC
[22:26:15] *** mary5030 has quit IRC
[22:26:31] *** aghiuru has joined #angularjs
[22:27:50] *** speeddragon has joined #angularjs
[22:27:55] *** fly_boyz has joined #angularjs
[22:29:50] *** zeezey has quit IRC
[22:29:50] *** zeezey has joined #angularjs
[22:30:03] *** killa_kyle has joined #angularjs
[22:30:16] *** teddyp1cker has joined #angularjs
[22:30:19] *** Sky[x] has quit IRC
[22:31:11] *** conan_the_destro has joined #angularjs
[22:31:13] *** killa_kyle has quit IRC
[22:31:34] *** aghiuru has quit IRC
[22:32:41] *** sonofdirt has joined #angularjs
[22:35:34] *** baweaver has joined #angularjs
[22:35:35] *** j_mcnally has joined #angularjs
[22:35:56] *** SpikeSpiegel is now known as GitGud
[22:36:12] *** Wouter0100 has quit IRC
[22:36:13] *** danyim has joined #angularjs
[22:36:13] *** GitGud is now known as BadBoy20
[22:36:34] *** BadBoy20 is now known as SpikeSpiegel
[22:37:03] *** kgee has joined #angularjs
[22:37:05] *** elperdut_ has quit IRC
[22:37:09] *** edrocks has quit IRC
[22:37:25] *** baweaver has quit IRC
[22:39:01] *** bengillies has joined #angularjs
[22:39:48] *** upmauro has joined #angularjs
[22:42:13] *** diegoaguilar has quit IRC
[22:43:36] *** bengillies has quit IRC
[22:44:13] *** baweaver has joined #angularjs
[22:45:04] *** D1new has quit IRC
[22:46:04] *** Moosef has left #angularjs
[22:46:57] *** Riidio has quit IRC
[22:50:16] *** Guest82811 has quit IRC
[22:50:17] *** cschneid has quit IRC
[22:50:18] *** cvanball has quit IRC
[22:50:18] *** zac has quit IRC
[22:50:19] *** diffalot has quit IRC
[22:50:21] *** leolrrj has quit IRC
[22:50:21] *** coffetti has quit IRC
[22:50:21] *** martinbjeldbak has quit IRC
[22:50:22] *** Tuhis has quit IRC
[22:50:23] *** Johnny- has quit IRC
[22:50:24] *** jcara_ has quit IRC
[22:50:25] *** p0k0 has quit IRC
[22:50:26] *** pulaski has quit IRC
[22:50:27] *** ilhami has quit IRC
[22:50:27] *** icfantv has quit IRC
[22:50:28] *** plutoniix has quit IRC
[22:50:28] *** d10n has quit IRC
[22:50:29] *** primepie has quit IRC
[22:50:30] *** fnx has quit IRC
[22:50:30] *** vrockai has quit IRC
[22:50:31] *** iraj has quit IRC
[22:50:31] *** joshontheweb has quit IRC
[22:50:32] *** joshtau has quit IRC
[22:50:32] *** zap has quit IRC
[22:50:33] *** Pagan has quit IRC
[22:50:33] *** OttoPi has quit IRC
[22:50:33] *** da_wunder has quit IRC
[22:50:33] *** Pookz has quit IRC
[22:50:34] *** chizbang has quit IRC
[22:50:34] *** craisins has quit IRC
[22:50:34] *** jonno11 has joined #angularjs
[22:50:55] *** Burgerz has quit IRC
[22:51:07] *** Codefriar has joined #angularjs
[22:51:13] *** jlebrech has joined #angularjs
[22:51:38] *** Guest82811 has joined #angularjs
[22:51:38] *** cschneid has joined #angularjs
[22:51:38] *** cvanball has joined #angularjs
[22:51:39] *** zac has joined #angularjs
[22:51:39] *** Johnny- has joined #angularjs
[22:51:39] *** diffalot has joined #angularjs
[22:51:39] *** coffetti has joined #angularjs
[22:51:40] *** leolrrj has joined #angularjs
[22:51:40] *** Tuhis has joined #angularjs
[22:51:40] *** jcara_ has joined #angularjs
[22:51:40] *** p0k0 has joined #angularjs
[22:51:41] *** pulaski has joined #angularjs
[22:51:41] *** ilhami has joined #angularjs
[22:51:41] *** icfantv has joined #angularjs
[22:51:41] *** plutoniix has joined #angularjs
[22:51:42] *** primepie has joined #angularjs
[22:51:42] *** fnx has joined #angularjs
[22:51:42] *** vrockai has joined #angularjs
[22:51:42] *** iraj has joined #angularjs
[22:51:42] *** joshontheweb has joined #angularjs
[22:51:42] *** joshtau has joined #angularjs
[22:51:43] *** zap has joined #angularjs
[22:51:43] *** Pagan has joined #angularjs
[22:51:43] *** OttoPi has joined #angularjs
[22:51:43] *** da_wunder has joined #angularjs
[22:51:43] *** Pookz has joined #angularjs
[22:51:43] *** chizbang has joined #angularjs
[22:51:43] *** craisins has joined #angularjs
[22:51:45] *** martinbjeldbak has joined #angularjs
[22:51:51] *** Johnny- has quit IRC
[22:51:51] *** joshtau has quit IRC
[22:51:51] *** cschneid has quit IRC
[22:51:59] *** sonofdirt has quit IRC
[22:52:00] *** d10n has joined #angularjs
[22:52:01] *** d10n has quit IRC
[22:52:01] *** d10n has joined #angularjs
[22:52:03] *** despai has quit IRC
[22:52:05] *** cschneid has joined #angularjs
[22:52:27] *** Codefriar has quit IRC
[22:52:47] *** Wouter0100 has joined #angularjs
[22:54:28] *** Johnny- has joined #angularjs
[22:54:35] *** joshtau has joined #angularjs
[22:54:38] *** xiinotulp has joined #angularjs
[22:55:03] *** despai has joined #angularjs
[22:55:35] *** johnkpaul_ has quit IRC
[22:55:45] *** squeakytoy2 has quit IRC
[22:55:56] *** jlebrech has quit IRC
[22:56:11] *** dopesong has quit IRC
[22:56:43] *** dodobrain has joined #angularjs
[22:56:43] *** sonofdirt has joined #angularjs
[22:56:45] *** zlalanne has quit IRC
[22:57:13] *** shadowrunner has joined #angularjs
[22:57:19] *** looker has quit IRC
[22:57:46] *** andricDu has quit IRC
[22:57:54] *** cocao has joined #angularjs
[22:57:55] *** plutoniix has quit IRC
[22:58:38] <GetteracWork> Is there a way to use $resource to send JSON data instead of www-form-encoded? I tried setting header: { content-type: 'application/json' } ... but no use. "Failed to decode JSON data: type=1&name=aaaaaa"
[22:58:58] *** dopesong has joined #angularjs
[22:59:00] *** jieryn has quit IRC
[22:59:07] *** cocao has quit IRC
[22:59:10] *** mischat has quit IRC
[22:59:19] *** johnkpaul_ has joined #angularjs
[23:01:08] *** ilmgb has joined #angularjs
[23:02:20] *** Aliks has quit IRC
[23:02:41] *** zac has quit IRC
[23:02:42] *** buzzedword has joined #angularjs
[23:02:51] *** skcin7 has quit IRC
[23:02:58] *** buzzedword has quit IRC
[23:03:48] *** w0rp has quit IRC
[23:03:52] *** Ed_141541 has joined #angularjs
[23:03:58] *** buzzedwo_ has joined #angularjs
[23:05:55] *** GetteracWork has quit IRC
[23:07:10] *** gatman has joined #angularjs
[23:09:01] *** Aliks has joined #angularjs
[23:11:57] *** smccarthy has quit IRC
[23:12:55] *** w0rp has joined #angularjs
[23:12:59] *** Aliks has quit IRC
[23:13:05] *** Faradax has joined #angularjs
[23:13:15] *** clamstar has quit IRC
[23:15:19] *** skcin7 has joined #angularjs
[23:15:35] *** iraj has quit IRC
[23:16:04] *** joeco has joined #angularjs
[23:17:34] *** tiagoboldt has joined #angularjs
[23:17:41] *** Migs has quit IRC
[23:18:42] *** Aliks has joined #angularjs
[23:19:18] *** davi has quit IRC
[23:20:14] *** Migs has joined #angularjs
[23:20:29] *** clamstar has joined #angularjs
[23:20:47] *** sergey has quit IRC
[23:21:05] *** toin0u has quit IRC
[23:21:45] *** toin0u has joined #angularjs
[23:21:46] *** toin0u has joined #angularjs
[23:23:15] *** toin0u is now known as toin0u|away
[23:24:07] *** pimpin has joined #angularjs
[23:24:21] *** jonno11 has quit IRC
[23:24:32] *** SpikeSpiegel is now known as GitGud
[23:28:06] *** deepak has joined #angularjs
[23:28:24] *** Poeticode has quit IRC
[23:28:52] *** baweaver has quit IRC
[23:29:29] *** deepak has quit IRC
[23:29:35] *** tiagoboldt has quit IRC
[23:30:04] *** Aliks has quit IRC
[23:30:07] *** Codefriar has joined #angularjs
[23:31:26] *** Aliks has joined #angularjs
[23:31:27] *** morissette has quit IRC
[23:31:33] *** Codefriar has quit IRC
[23:32:11] *** tiagoboldt has joined #angularjs
[23:33:34] *** tiagoboldt has quit IRC
[23:34:09] *** dmckenna has joined #angularjs
[23:34:29] <dmckenna> Re all.
[23:34:36] *** zivester has joined #angularjs
[23:34:46] *** upmauro has quit IRC
[23:34:46] *** Poppabear has joined #angularjs
[23:34:46] *** Poppabear has joined #angularjs
[23:35:07] *** nodist has joined #angularjs
[23:35:26] *** diosney has quit IRC
[23:35:33] *** Migs has quit IRC
[23:35:40] *** salimfadhley has quit IRC
[23:35:51] *** Migs has joined #angularjs
[23:36:47] *** mrjmd has joined #angularjs
[23:37:43] *** baweaver has joined #angularjs
[23:38:13] *** maikowblue has quit IRC
[23:39:33] *** bengillies has joined #angularjs
[23:41:11] *** mary5030 has joined #angularjs
[23:41:41] *** mary5030_ has joined #angularjs
[23:42:57] *** Schalla has joined #angularjs
[23:42:57] *** Schalla has joined #angularjs
[23:43:23] *** asgeiru has joined #angularjs
[23:43:24] *** fnx has quit IRC
[23:43:55] *** bengillies has quit IRC
[23:44:04] *** asgeiru has quit IRC
[23:44:42] *** speeddragon has quit IRC
[23:45:18] *** mary5030 has quit IRC
[23:45:53] *** dman777_alter has quit IRC
[23:46:23] *** encryptd_fractal has quit IRC
[23:46:51] *** skcin7 has quit IRC
[23:48:52] *** nodist has quit IRC
[23:49:54] *** Es0teric has quit IRC
[23:50:33] *** metame has joined #angularjs
[23:51:54] *** dandaman has quit IRC
[23:52:30] *** squeakytoy2 has joined #angularjs
[23:52:32] *** toin0u|away is now known as toin0u
[23:52:45] *** Razerglass has joined #angularjs
[23:54:07] *** toin0u is now known as toin0u|away
[23:54:34] *** xtreamwayz has quit IRC
[23:54:39] *** D1new has joined #angularjs
[23:55:22] *** toin0u|away is now known as toin0u
[23:55:25] *** danyim has quit IRC
[23:55:32] *** toin0u is now known as toin0u|away
[23:55:41] *** speeddragon has joined #angularjs
[23:55:42] *** toin0u|away is now known as toin0u
[23:55:48] *** squeakytoy2 has quit IRC
[23:56:33] *** skcin7 has joined #angularjs
[23:58:36] *** bayousoft has quit IRC
[23:58:40] *** D1new has quit IRC
[23:59:02] *** D1new has joined #angularjs
[23:59:33] *** toin0u is now known as toin0u|away
top

   January 7, 2016  
< | 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 | >