[00:00:31] *** lnrdo has joined #angularjs
[00:01:03] *** dcherman2 has joined #angularjs
[00:01:16] *** metame has joined #angularjs
[00:01:24] *** apotry has quit IRC
[00:01:44] *** dman777_alter has quit IRC
[00:02:19] *** liranp has joined #angularjs
[00:02:31] *** restless_being_ has joined #angularjs
[00:03:12] *** liranp has quit IRC
[00:03:27] *** dcherman has quit IRC
[00:03:30] *** mb88 has joined #angularjs
[00:03:43] *** restless_being has quit IRC
[00:04:35] *** encryptd_fractal has quit IRC
[00:04:54] <mb88> Hi, I'm new to angular. I'm trying to implement oauth2 authentication, but I've some trouble with routerprovider
[00:04:57] <mb88> *route
[00:05:04] *** lnrdo has quit IRC
[00:05:31] *** w00tner has joined #angularjs
[00:05:54] *** realisation has joined #angularjs
[00:05:56] *** w00tner is now known as Guest28450
[00:06:29] <mb88> the position of access_token is variable
[00:06:38] *** dodobrain has quit IRC
[00:06:46] *** tesarek has joined #angularjs
[00:07:05] *** realisation has quit IRC
[00:07:33] <mb88> than I can't intercept the route with url: '/access_token:accessToken' in when of $routeProvider
[00:07:58] <mb88> can anyone help me?
[00:08:50] *** ZeldaF has joined #angularjs
[00:09:02] *** diegoaguilar has quit IRC
[00:09:10] *** dopesong has quit IRC
[00:09:22] *** tesarek has quit IRC
[00:10:06] *** dopesong has joined #angularjs
[00:10:09] *** mven_ has quit IRC
[00:10:21] *** Perseus0 has quit IRC
[00:11:19] *** pimlu has quit IRC
[00:11:23] *** chairmanmow1 has joined #angularjs
[00:11:45] *** tesarek has joined #angularjs
[00:12:25] *** Guest28450 has quit IRC
[00:13:52] *** lemur has joined #angularjs
[00:14:09] *** tesarek has quit IRC
[00:14:32] *** Mounica has quit IRC
[00:14:36] *** arizzo has joined #angularjs
[00:14:37] *** siba has quit IRC
[00:14:51] *** chairmanmow has quit IRC
[00:15:56] *** chairmanmow1 has quit IRC
[00:16:35] *** dimtruck is now known as zz_dimtruck
[00:16:47] *** lordgreg has joined #angularjs
[00:17:18] <lordgreg> Hi all. Can angular2 be used in NodeJS app?
[00:17:29] *** miqui has quit IRC
[00:17:58] *** buzzedword has quit IRC
[00:18:07] <metame> lordgreg: are you referring to a fully server rendered angular app?
[00:18:10] *** realisation has joined #angularjs
[00:18:22] <metame> lordgreg: or just using angular as the front-end to a node-based api backend?
[00:18:32] *** Oog has joined #angularjs
[00:18:37] *** Mounica has joined #angularjs
[00:18:45] <lordgreg> metame: I'm refering to a CLI ndejs app that would like to use angular2 Http service etc
[00:19:01] *** shadowrunner has joined #angularjs
[00:20:35] *** precenz has joined #angularjs
[00:20:36] *** diegoaguilar has joined #angularjs
[00:20:59] <metame> lordgreg: is it just http service you're looking for or other things?
[00:21:24] <lordgreg> {Http} from angular2/http to be specific :)
[00:21:27] *** gambl0re has quit IRC
[00:21:33] *** precenz has quit IRC
[00:21:42] *** xylen_ has joined #angularjs
[00:22:13] *** dopesong has quit IRC
[00:22:28] <metame> lordgreg: as far as I understand it, no. There is a project to let you use angular in more places, but using it in a cli-based app (if possible) would be a pretty advanced hack
[00:23:04]
<lordgreg> Here's a simple thing I'd like to do. Start my main.ts with class Main. within its constructor, run another Class and use Http request from angular2. Here's my "Http request loader class". http://pastebin.com/t1G1bPAb - and this is obviously... pretty hard thing to do right now? o_O
[00:23:06] <metame> lordgreg: there are plenty of good node modules/libs for http requests
[00:23:32] <lordgreg> does es6 have its own http req?
[00:23:44] <metame> lordgreg: the fetch api
[00:24:41] *** bbtech has joined #angularjs
[00:24:45] <lordgreg> and that, for me anyways, doesn't work in TS project.. that's why i thought i'd move to angular2 at start
[00:25:11] *** dcherman2 has quit IRC
[00:25:11] *** siba has joined #angularjs
[00:25:17] *** syzygy_ has quit IRC
[00:25:37] *** buzzedword has joined #angularjs
[00:27:26] *** xylen_ has quit IRC
[00:27:40] *** xylen_ has joined #angularjs
[00:27:43] *** pbgc has quit IRC
[00:29:30] *** arizzo has quit IRC
[00:29:33] <metame> lordgreg: this might help getting ts to play nice with fetch
[00:29:54] <lordgreg> i was just on that tsd page :()
[00:30:01] *** meatchicken has joined #angularjs
[00:30:06] *** arizzo has joined #angularjs
[00:30:38] *** stevenroose has quit IRC
[00:30:41] *** stevenroose_ is now known as stevenroose
[00:30:50] *** buzzedword has quit IRC
[00:30:51] *** stevenroose|BNC has joined #angularjs
[00:30:53] <meatchicken> How do I test something like this
[00:30:56] <meatchicken> Service.find().then(function(data) {
[00:30:56] <meatchicken> $scope.data = data;
[00:30:57] <meatchicken> });
[00:31:01] <meatchicken> in a controller
[00:31:12] *** dcherman has joined #angularjs
[00:31:54] *** killa_kyle has quit IRC
[00:32:35] *** p0k0 has quit IRC
[00:33:06] *** arizzo has quit IRC
[00:33:12] *** conan_the_destro has joined #angularjs
[00:33:25] *** eago has quit IRC
[00:33:28] *** yky_ has quit IRC
[00:34:31] *** PeterMetz has quit IRC
[00:34:39] *** Tmo_ has quit IRC
[00:34:39] *** pimlu has joined #angularjs
[00:36:43] *** Z3R0 has quit IRC
[00:37:11] <lordgreg> @metame: thank you. fetch worked flawlessly.
[00:37:26] <lordgreg> I was banging my head on how to get this to work with Angular2 for the last 4 hours.
[00:37:35] *** buzzedword has joined #angularjs
[00:38:08] <metame> lordgreg: nice
[00:38:22] *** jonno11_ has joined #angularjs
[00:38:58] *** eago has joined #angularjs
[00:38:58] *** _eago has joined #angularjs
[00:39:15] *** beakman has joined #angularjs
[00:39:23] *** _eago has quit IRC
[00:39:36] *** realisation has quit IRC
[00:41:00] *** jonno11 has quit IRC
[00:41:42] *** realisation has joined #angularjs
[00:42:03] *** lordgreg has quit IRC
[00:42:51] *** jae has joined #angularjs
[00:43:41] *** arizzo has joined #angularjs
[00:45:36] *** jae is now known as Jae
[00:46:53] *** Misere has joined #angularjs
[00:46:58] *** lastmj has joined #angularjs
[00:46:59] *** cvanball has quit IRC
[00:47:30] *** erol has quit IRC
[00:47:32] *** jonno11 has joined #angularjs
[00:47:40] *** c1v0 has joined #angularjs
[00:47:42] *** jonno11 has quit IRC
[00:47:48] *** jonno11__ has joined #angularjs
[00:48:10] *** lemur has quit IRC
[00:48:13] *** meatchicken has left #angularjs
[00:48:42] *** heavyhorse has joined #angularjs
[00:49:11] *** Bomber4Chats has joined #angularjs
[00:49:12] <mb88> I've solved it with use html5mode
[00:49:15] *** mb88 has quit IRC
[00:49:31] *** MistahKurtz has quit IRC
[00:50:46] *** ilhami has quit IRC
[00:50:56] <lastmj> in angular 2 with shadow dom emulation, a tag selector on a class selector doesn't seem to be working for me, has anyone seen that before?
[00:51:14] *** ilhami has joined #angularjs
[00:51:22] *** realisation has quit IRC
[00:51:34] *** jonno11_ has quit IRC
[00:51:53] *** zz_dimtruck is now known as dimtruck
[00:52:05] *** arizzo has quit IRC
[00:52:06] *** mrbubbles has quit IRC
[00:52:26] *** Ronrun has quit IRC
[00:52:57] *** macabre has quit IRC
[00:52:58] *** dcherman has quit IRC
[00:53:36] *** heavyhorse has quit IRC
[00:55:38] *** Aliks has quit IRC
[00:56:33] *** bbankes_ has quit IRC
[00:57:24] *** gil has joined #angularjs
[01:00:28] *** lorezzed has joined #angularjs
[01:00:34] *** elsevero has quit IRC
[01:00:57] *** Aliks has joined #angularjs
[01:02:17] *** yky_ has joined #angularjs
[01:03:11] *** lemur has joined #angularjs
[01:04:36] *** dimtruck is now known as zz_dimtruck
[01:04:39] *** stevenroose has quit IRC
[01:04:40] *** stevenroose|BNC is now known as stevenroose
[01:05:07] *** zz_dimtruck is now known as dimtruck
[01:05:13] *** FIFOd has joined #angularjs
[01:05:20] *** Aliks has quit IRC
[01:05:32] *** pimlu has quit IRC
[01:05:48] *** Aliks has joined #angularjs
[01:06:25] *** joeco has joined #angularjs
[01:06:54] *** indenihilist has quit IRC
[01:07:24] *** dan2k3k4 has quit IRC
[01:07:39] *** walden is now known as walden|afk
[01:08:22] *** siba has quit IRC
[01:09:56] *** stfndk has quit IRC
[01:10:22] *** tesarek has joined #angularjs
[01:10:34] *** diegoaguilar has quit IRC
[01:11:02] *** FancyCamel has quit IRC
[01:14:15] *** metame has quit IRC
[01:15:42] *** Oog has quit IRC
[01:15:58] *** freem|nd has joined #angularjs
[01:17:20] *** macabre has joined #angularjs
[01:17:21] *** maximski has joined #angularjs
[01:17:57] *** dandaman has quit IRC
[01:18:02] *** xylen_ has quit IRC
[01:19:15] *** tesarek has quit IRC
[01:20:14] *** Tmo_ has joined #angularjs
[01:20:35] *** phrozensilver has joined #angularjs
[01:22:11] *** macabre has quit IRC
[01:22:25] *** ilhami has quit IRC
[01:23:35] <webdev007> serious question. I want to get into Angular2, and really want to do it in ES2015, but feel like I am fighting against a TypeScript movement. Do you all think this is real or imagined?
[01:24:29] <SteenJobs> best way to get real-time updates when using parse?
[01:24:59] *** PeterMetz has joined #angularjs
[01:26:14] <kakashiAL> webdev007: nope, because the angular2 team is using typescript
[01:28:07] <webdev007> but they tease me with the... ", you can also write Angular 2 apps in JavaScript and Dart by selecting either of those languages from the combo-box in the banner."
[01:28:16] <webdev007> like that's something that people should actually be doing.
[01:29:26] *** siba has joined #angularjs
[01:31:36] *** wafflejock has joined #angularjs
[01:32:52] *** Bomber4Chats has quit IRC
[01:33:00] *** jtimon has quit IRC
[01:33:22] *** beakman has quit IRC
[01:33:30] *** jonno11__ has quit IRC
[01:35:11] *** white_magic has joined #angularjs
[01:35:18] <white_magic> does anyone know if this is possible: I want to insert several tables (with angular bits) into a bootstrap grid. I could do this by copying and pasting each set of html/angular markup that corresponds to one table, but could I do it in a more elegant way?
[01:36:12] <sevcsik> ng2: can I bootstrap an application without clearing out the DOM? I'd like to use angular2 like custom elements - just decorate the existing DOM, but not store the whole DOM in templates
[01:36:36] *** ron_frown has joined #angularjs
[01:36:43] *** smccarthy has quit IRC
[01:36:57] *** dimtruck is now known as zz_dimtruck
[01:38:33] *** fiddo has joined #angularjs
[01:38:43] *** fairuz has joined #angularjs
[01:38:52] *** rossk has joined #angularjs
[01:38:57] *** Dentych_ has joined #angularjs
[01:39:41] *** ModFather has joined #angularjs
[01:40:18] *** smccarthy has joined #angularjs
[01:40:21] <sevcsik> webdev007: I think ng2 will be as better in TS as much as anything. I don't think ES2016 will be treated as a second-class citizen, but of course with TS you can use more language features as ng2 will surely utilise them
[01:40:46]
<Dentych_> Hey.. So I'm making a AngularJS app and need the following feature: I have this setup: https://tychsen.me/up/01-223b.png -- When I click one of the A, B, C or D "buttons", it should become gray and the letter inside should disappear.. How would I do that? I have been googling solutions for an hour now and haven't really found anything useable
[01:41:36] *** ziro` has quit IRC
[01:41:53] *** Dentych_ is now known as Dentych
[01:41:58] *** Dentych has joined #angularjs
[01:42:43] *** stevenroose|BNC has joined #angularjs
[01:42:56] *** s00pcan has quit IRC
[01:43:42] *** s00pcan has joined #angularjs
[01:43:58] *** iateadonut has joined #angularjs
[01:46:17] *** FIFOd has quit IRC
[01:47:22] <sevcsik> Dentych: instead of using addClass, you could store the answer also in $scope.questions
[01:47:30] *** SteenJobs has quit IRC
[01:47:31] *** mven has joined #angularjs
[01:47:36] *** indenihilist has joined #angularjs
[01:47:57] *** yky_ has quit IRC
[01:48:20] <sevcsik> and then you could use ng-class to add a class to a button if it's letter equals $scope.questions[index].Answer
[01:48:24] <Dentych> sevcsik: I should've probably stated, that this is an "Immediate Feedback Assessment Technique" test website.. So wrong answers should be faded out and count penalty points up
[01:48:31] <Dentych> and correct answers should show a star :P
[01:49:04] *** schneider has quit IRC
[01:49:13] *** arizzo has joined #angularjs
[01:49:28] *** rossk has quit IRC
[01:49:41] *** heavyhorse has joined #angularjs
[01:50:04] <sevcsik> you can do that. if you do the star in CSS, you can use ng-class to show it - if in HTML, you can use ng-if or ng-show
[01:50:32] *** lastmj has quit IRC
[01:50:58] *** phreest has joined #angularjs
[01:51:01] *** Tmo_ has quit IRC
[01:51:38] *** phree_one has joined #angularjs
[01:51:57] <Dentych> if I use ng-class, I would need some kind of condition variable, wouldn't I?
[01:51:58] *** phree_one is now known as phree_
[01:52:14] <sevcsik> ah, I see. in that case you can either use an array to store the buttons which have been clicked
[01:52:32] <Dentych> and store the array in $scope.questions as well? Or somewhere else perhaps?
[01:52:38] *** fairuz has quit IRC
[01:52:47] *** phree has quit IRC
[01:53:14] *** phree_ has quit IRC
[01:53:32] *** phree has joined #angularjs
[01:54:06] *** heavyhorse has quit IRC
[01:54:17] <sevcsik> yes. if you are using an array, it would be something like ng-class="{ star: $scope.questions[0].answers.indexOf('A') !== -1 && $scope.questions[0].Correct === 'A'}
[01:54:41] <sevcsik> and witout the star, it's the same, but the second conditiun should be negated
[01:55:08] <Dentych> Oh wow :D
[01:55:25] <sevcsik> you'd probably want to move it to a function though, because it's a bit fat piece of logic to be in the template imo
[01:55:25] *** shadowrunner has quit IRC
[01:55:33] *** phree has quit IRC
[01:55:46] *** mischat_ has joined #angularjs
[01:55:51] *** phreest has quit IRC
[01:55:58] <sevcsik> and you can use ng-click to append the letter to the answers array
[01:56:31] *** phree has joined #angularjs
[01:57:16] *** mischat has quit IRC
[01:57:19] <sevcsik> (or just put it in your $scope.answer() function)
[01:58:00] *** arizzo has quit IRC
[01:59:39] <kakashiAL> how can I use a file path for $templateCache?
[01:59:41] <kakashiAL> at the moment I just use html inline strings
[02:01:14] *** Codefria_ has joined #angularjs
[02:02:55] <sevcsik> kakashiAL: why do you want to use paths?
[02:03:23] *** hefox has quit IRC
[02:03:30] *** yky_ has joined #angularjs
[02:03:43] *** lemur has quit IRC
[02:03:50] *** marr has quit IRC
[02:03:54] *** Mediogre has joined #angularjs
[02:03:56] *** yky_ has quit IRC
[02:04:15] *** evilaliv3 has quit IRC
[02:04:36] *** maximski has quit IRC
[02:06:52] <kakashiAL> sevcsik: because I have an html file that I want to cache
[02:06:56] <Dentych> sevcsik: I've found a solution.. I'm just using .addClass() inside my $scope.answer method
[02:07:02] <Dentych> I don't really like the solution, but it's fine for now
[02:10:11] *** shinnya has quit IRC
[02:12:40] <sevcsik> Dentych: you shouldn't really manipulate the DOM in you controllers - you should alter the scope, and pick up the changes in the template instead
[02:12:59] *** white_magic has quit IRC
[02:13:35] <Dentych> sevcsik: Yeah, I know... But it's a lot of work during it like that, and I'm beginning to be tired :D
[02:14:13] <Dentych> sevcsik: It's a 24 hour exam.. Desktop + Web app.. Been working for the past 17 hours pretty much non-stop
[02:14:21] <Dentych> sevcsik: So my brain doesn't compute very well anymore
[02:14:30] <Dentych> And I talk too much... lol
[02:15:12] *** icfantv has quit IRC
[02:16:06] *** mven has quit IRC
[02:17:32] *** liamonade has quit IRC
[02:18:04] *** eago has quit IRC
[02:18:06] *** Ir1sh has quit IRC
[02:19:00] *** encryptd_fractal has joined #angularjs
[02:20:20] <Dentych> sevcsik: Sorry to bother you again. How will I move the long check from ng-class into a function?
[02:20:24] *** eago has joined #angularjs
[02:21:01] *** nanuko has quit IRC
[02:21:37] *** tashi has joined #angularjs
[02:21:50] *** j_mcnally has quit IRC
[02:24:50] *** BigPoppa has quit IRC
[02:25:03] *** fiddo has quit IRC
[02:25:05] *** jditto_ has quit IRC
[02:26:45] <sevcsik> Dentych: like ng-class="getButtonClass(question, letter)"
[02:27:05] *** SteenJobs has joined #angularjs
[02:27:14] <sevcsik> and from this function you can just return the expression I wrote earlier (using the parameters of course)
[02:27:40] *** ron_frown has quit IRC
[02:32:09] *** Tmo_ has joined #angularjs
[02:33:01] *** ron_frown has joined #angularjs
[02:33:33] *** plutoniix has joined #angularjs
[02:35:19] *** fiddo has joined #angularjs
[02:35:34] <Dentych> sevcsik: Works perfectly! You're awesome!
[02:35:49] <Dentych> Is it possible to add several functions to ng-class? Because the return statement is quite long :P
[02:36:20] <Dentych> Is there any way to split it more up, so it's easier to read?
[02:36:31] <sevcsik> well, you already have a function in your controller, you can split it further any way you want
[02:36:47] *** PeterMetz has quit IRC
[02:37:03] <sevcsik> it's really a matter of preference... usually when I have complex logic, I just put the whole thing in one function, and do everything in JS
[02:37:47] *** phrozensilver has quit IRC
[02:38:06] *** ron_frown has quit IRC
[02:38:37] *** ron_frown has joined #angularjs
[02:40:10] *** beakman has joined #angularjs
[02:40:38] *** Tmo_ has quit IRC
[02:41:25] *** tesarek has joined #angularjs
[02:41:26] *** Mounica has quit IRC
[02:41:35] *** GomezChef has joined #angularjs
[02:41:55] *** ferr has quit IRC
[02:42:57] *** chairmanmow has joined #angularjs
[02:44:34] *** randomdoude has quit IRC
[02:46:00] *** dodobrain has joined #angularjs
[02:47:01] *** tesarek has quit IRC
[02:47:02] *** lemur has joined #angularjs
[02:47:23] *** zz_dimtruck is now known as dimtruck
[02:47:29] *** CanyonMan has joined #angularjs
[02:47:49] <CanyonMan> It should be possible to use angular + babel and NOT use systemjs or commonjs or such right?
[02:48:02] *** fairuz has joined #angularjs
[02:50:09] *** indenihilist has quit IRC
[02:50:27] *** tashi has quit IRC
[02:50:29] *** heavyhorse has joined #angularjs
[02:51:18] *** gil has quit IRC
[02:51:19] *** beakman has quit IRC
[02:51:35] *** Codefria_ has quit IRC
[02:51:38] *** cyan__ has joined #angularjs
[02:51:53] *** thirdknife has joined #angularjs
[02:52:10] *** phrozensilver has joined #angularjs
[02:52:24] *** lemur has quit IRC
[02:52:30] <Dentych> sevcsik: But how would I go about splitting it up? Can I put it in several methods? Or can I do like "var result = {class: expression}" and then append to the result somehow?
[02:54:26] *** fairuz has quit IRC
[02:54:27] *** diegoaguilar has joined #angularjs
[02:54:47] *** arizzo has joined #angularjs
[02:55:08] <Dentych> sevcsik: Okay, testing showed me that the way I just mentioned worked n_n
[02:55:23] *** heavyhorse has quit IRC
[02:55:31] <sevcsik> Dentych: cool, bbl
[02:55:44] <Dentych> sevcsik: Roger! Thanks for your help :)
[02:55:51] <sevcsik> yw
[02:56:10] *** doginal has joined #angularjs
[02:56:13] *** dodobrain has quit IRC
[02:57:08] *** macabre has joined #angularjs
[02:57:09] *** sbellina has quit IRC
[02:57:11] *** mischat has joined #angularjs
[02:57:58] *** dodobrain has joined #angularjs
[02:58:02] *** fairuz has joined #angularjs
[02:58:11] *** mischat_ has quit IRC
[02:58:35] *** GomezChef has quit IRC
[02:59:11] *** thirdknife has quit IRC
[02:59:14] *** sbellina has joined #angularjs
[03:00:29] *** mellernoia has quit IRC
[03:01:56] *** zigzagzig has joined #angularjs
[03:01:59] *** chairmanmow has quit IRC
[03:02:15] *** chairmanmow has joined #angularjs
[03:02:33] *** c1v0 has quit IRC
[03:02:56] *** arizzo has quit IRC
[03:03:01] *** Jardayn has quit IRC
[03:05:50] *** eago has quit IRC
[03:06:26] *** chairmanmow has quit IRC
[03:07:30] *** mven has joined #angularjs
[03:08:33] *** ZeldaF has quit IRC
[03:11:04] *** lemur has joined #angularjs
[03:12:22] *** nocturne777 has joined #angularjs
[03:13:58] *** Bloomer has joined #angularjs
[03:14:08] *** fscala has quit IRC
[03:15:27] *** lemur has quit IRC
[03:17:07] *** fscala has joined #angularjs
[03:17:29] *** macabre has quit IRC
[03:18:42] *** yky_ has joined #angularjs
[03:20:13] *** Z3R0 has joined #angularjs
[03:20:48] *** rchavik has joined #angularjs
[03:21:00] *** fedenunez has joined #angularjs
[03:22:51] *** fedenunez has quit IRC
[03:23:08] *** fedenunez has joined #angularjs
[03:24:18] *** rickmak has joined #angularjs
[03:24:29] *** dimtruck is now known as zz_dimtruck
[03:24:49] *** rossk has joined #angularjs
[03:25:08] *** fairuz1 has joined #angularjs
[03:25:21] *** burzum2 has joined #angularjs
[03:26:19] *** xylen_ has joined #angularjs
[03:26:36] *** dman777_alter has joined #angularjs
[03:26:39] *** fedenunez has quit IRC
[03:26:48] *** fedenunez has joined #angularjs
[03:27:02] *** burzum has quit IRC
[03:27:32] *** bbtech has quit IRC
[03:27:35] *** fairuz has quit IRC
[03:28:00] *** skjorrface has joined #angularjs
[03:28:29] *** phree has quit IRC
[03:29:20] *** kheide has joined #angularjs
[03:30:10] *** kheide has left #angularjs
[03:30:56] *** fedenunez has quit IRC
[03:31:51] *** ssss has joined #angularjs
[03:32:41] *** frem has quit IRC
[03:32:55] *** phree has joined #angularjs
[03:33:05] *** tesarek has joined #angularjs
[03:33:06] *** gambl0re has joined #angularjs
[03:34:18] *** tesarek has quit IRC
[03:34:43] *** macabre has joined #angularjs
[03:36:11] *** chairmanmow has joined #angularjs
[03:36:17] *** cmosguy has quit IRC
[03:36:59] *** encryptd_fractal has quit IRC
[03:39:10] *** fedenunez has joined #angularjs
[03:39:23] *** Tmo_ has joined #angularjs
[03:40:47] *** chairmanmow has quit IRC
[03:41:54] *** p0k0 has joined #angularjs
[03:42:14] *** plutoniix has quit IRC
[03:42:40] *** OtherAllan has quit IRC
[03:43:11] *** tripu has joined #angularjs
[03:47:35] *** encryptd_fractal has joined #angularjs
[03:50:56] *** dman777_alter has quit IRC
[03:51:17] *** heavyhorse has joined #angularjs
[03:54:25] *** rchavik_ has joined #angularjs
[03:54:28] *** dimas has quit IRC
[03:55:20] *** fedenunez has quit IRC
[03:55:26] *** pimlu has joined #angularjs
[03:55:46] *** heavyhorse has quit IRC
[03:58:15] *** one_zero has joined #angularjs
[03:58:23] *** rchavik has quit IRC
[03:58:32] *** macabre has quit IRC
[03:59:03] *** fedenunez has joined #angularjs
[03:59:20] *** arizzo has joined #angularjs
[03:59:55] *** phrozensilver has quit IRC
[04:00:03] *** charuru has quit IRC
[04:00:23] *** aphprentice has quit IRC
[04:00:35] *** tripu has quit IRC
[04:01:47] *** phree has quit IRC
[04:01:57] *** ycon_ has joined #angularjs
[04:02:10] *** plutoniix has joined #angularjs
[04:04:57] *** SteenJobs has quit IRC
[04:06:18] *** zz_dimtruck is now known as dimtruck
[04:06:35] *** arizzo has quit IRC
[04:07:12] *** nilsi has joined #angularjs
[04:07:19] *** Tmo_ has quit IRC
[04:07:21] *** yky_ has quit IRC
[04:07:33] *** rickmak has quit IRC
[04:09:11] *** phree has joined #angularjs
[04:11:01] *** ycon_ has quit IRC
[04:11:02] *** macabre has joined #angularjs
[04:12:46] *** eago has joined #angularjs
[04:14:56] *** codermar has joined #angularjs
[04:15:32] *** codermar has quit IRC
[04:15:34] *** dimas has joined #angularjs
[04:15:34] *** macabre has quit IRC
[04:16:51] *** Aliks has quit IRC
[04:17:24] *** rickmak has joined #angularjs
[04:18:02] *** realisation has joined #angularjs
[04:18:07] *** macabre has joined #angularjs
[04:18:10] *** itaipu has quit IRC
[04:19:02] *** ycon_ has joined #angularjs
[04:19:11] *** ycon_ has quit IRC
[04:21:57] *** cornerma1 has joined #angularjs
[04:24:35] *** cornerman has quit IRC
[04:24:35] *** cornerma1 is now known as cornerman
[04:24:49] *** mrmargolis has quit IRC
[04:26:10] *** chairmanmow has joined #angularjs
[04:26:51] *** diegoaguilar has quit IRC
[04:26:56] *** cornerma1 has joined #angularjs
[04:28:59] *** fedenunez has quit IRC
[04:29:01] *** rchavik_ is now known as rchavik
[04:29:39] *** cornerman has quit IRC
[04:30:31] *** chairmanmow has quit IRC
[04:31:56] *** cornerman has joined #angularjs
[04:32:06] *** sssilver has quit IRC
[04:33:00] *** phree has quit IRC
[04:33:21] *** diegoaguilar has joined #angularjs
[04:33:47] *** cornerma1 has quit IRC
[04:35:04] *** rickmak has quit IRC
[04:35:16] *** rho has quit IRC
[04:35:41] *** rickmak has joined #angularjs
[04:36:09] *** phrozensilver has joined #angularjs
[04:38:16] *** zigzagzig has quit IRC
[04:38:43] *** macabre has quit IRC
[04:38:57] *** jr3 has joined #angularjs
[04:39:13] *** eago has quit IRC
[04:39:39] *** tesarek has joined #angularjs
[04:41:42] *** realisation has quit IRC
[04:42:56] *** icfantv has joined #angularjs
[04:44:33] <BahamutWC> UI Bootstrap 1.0.3 is released
[04:47:28] *** ensyde has joined #angularjs
[04:48:53] *** chairmanmow has joined #angularjs
[04:49:27] *** chairmanmow has quit IRC
[04:49:46] *** dcherman has joined #angularjs
[04:49:49] *** tesarek has quit IRC
[04:51:07] *** mischat_ has joined #angularjs
[04:51:10] *** tesarek has joined #angularjs
[04:51:47] *** mischat has quit IRC
[04:52:00] *** heavyhorse has joined #angularjs
[04:52:46] *** Tmo_ has joined #angularjs
[04:53:19] *** tesarek has quit IRC
[04:53:42] <mikeones_> hi, I have a json object that contains keys with a colon. How do I escape these? {"my:key": "val"} I have tried {{my\\.key}} and {{'my.key'}} but neither work. Any ideas?
[04:54:58] *** meLon has quit IRC
[04:57:20] *** heavyhorse has quit IRC
[04:59:02] *** cyan__ has quit IRC
[05:00:21] <fairuz1> mikeones_: Assuming var x = {"my:key": "val"} . Have you tried {{ x['my:key'] }} ?
[05:01:04] *** Tmo_ has quit IRC
[05:03:16] *** zigzagzig has joined #angularjs
[05:03:48] *** Tmo_ has joined #angularjs
[05:04:08] *** arizzo has joined #angularjs
[05:04:34] *** dodobrain has quit IRC
[05:04:48] *** realisation has joined #angularjs
[05:05:57] *** icfantv has quit IRC
[05:07:48] *** anhdang has joined #angularjs
[05:07:56] *** anhdang has left #angularjs
[05:11:40] *** arizzo has quit IRC
[05:12:39] <kegster> i'm trying to get a basic ui-grid up and am getting an error in ui-grid.css -- is this something i can rule out as a reason my entire grid isn't showing at all?
[05:14:00] *** Jae has quit IRC
[05:14:23] *** phrozensilver has quit IRC
[05:16:05] *** jr3 has quit IRC
[05:16:46] *** cornerma1 has joined #angularjs
[05:17:45] *** dodobrain has joined #angularjs
[05:19:20] *** cornerman has quit IRC
[05:19:27] *** cornerma1 is now known as cornerman
[05:20:02] *** tesarek has joined #angularjs
[05:20:35] <mikeones_> fairuz1: thanks, that makes sense
[05:20:55] *** smccarthy has quit IRC
[05:21:14] *** pingupingu has joined #angularjs
[05:21:16] <kegster> ok so nvm i found the issue except the styling does seem to be an issue
[05:21:19] <kegster> anyone here use ui-grid?
[05:24:15] *** juddey has quit IRC
[05:26:23] *** juddey has joined #angularjs
[05:26:37] *** vuongtran has joined #angularjs
[05:27:02] *** dcherman has quit IRC
[05:27:36] *** encryptd_fractal has quit IRC
[05:27:44] <vuongtran> I have state in app.js
[05:28:08] *** dcherman has joined #angularjs
[05:28:11] *** vuongtran has quit IRC
[05:29:48] *** dimtruck is now known as zz_dimtruck
[05:33:56] *** monk12_ has joined #angularjs
[05:35:21] *** wonder95 has quit IRC
[05:35:48] *** tesarek has quit IRC
[05:38:23] *** zigzagzig has quit IRC
[05:43:23] *** pingupingu has quit IRC
[05:43:56] *** sbellina has quit IRC
[05:46:44] *** quakephil has quit IRC
[05:46:49] *** sbellina has joined #angularjs
[05:47:50] *** empyreany has quit IRC
[05:48:48] *** JohnT has joined #angularjs
[05:52:24] *** kuadrosx has joined #angularjs
[05:52:44] *** heavyhorse has joined #angularjs
[05:54:51] *** jhirley has quit IRC
[05:55:10] *** plutoniix has quit IRC
[05:55:22] *** zz_dimtruck is now known as dimtruck
[05:55:39] *** xzdczx has joined #angularjs
[05:55:40] <xzdczx> heyeye
[05:55:45] <xzdczx> hey
[05:55:49] <xzdczx> anyone there
[05:56:02] <xzdczx> hello
[05:56:04] <xzdczx> hello
[05:56:05] <xzdczx> hello
[05:56:26] *** xylen_ has quit IRC
[05:56:42] *** d3m0n has joined #angularjs
[05:56:42] *** d3m0n has joined #angularjs
[05:56:43] *** xzdczx has quit IRC
[05:57:15] *** heavyhorse has quit IRC
[05:58:30] *** plutoniix has joined #angularjs
[05:58:52] *** jieryn has quit IRC
[05:59:26] <fairuz1> heh
[05:59:30] *** Tmo_ has quit IRC
[06:01:36] *** Klox has joined #angularjs
[06:03:01] *** thirdknife has joined #angularjs
[06:03:49] <monk12_> hey all, i upgraded from angular 1.3 to 1.4... just curious im getting this error: "LiveReload disabled because it could not find its own <SCRIPT> tag" and "Cannot read property 'addPlugin' of undefined"... do i have to include a livereload .js file nowadays to my index.html?
[06:04:54] <monk12_> Doesn't seem like a harmful error. just when I startup my project via grunt at the beginning.
[06:04:59] *** romana has quit IRC
[06:05:31] *** Marble68 has quit IRC
[06:06:54] <monk12_> Do I have to add something new to Grunt?
[06:07:14] *** sbellina has quit IRC
[06:08:20] *** sssilver has joined #angularjs
[06:08:24] *** romana has joined #angularjs
[06:08:44] *** arizzo has joined #angularjs
[06:09:50] *** dimtruck is now known as zz_dimtruck
[06:10:23] *** phrozensilver has joined #angularjs
[06:12:03] *** regedit has joined #angularjs
[06:12:28] *** realisation has quit IRC
[06:13:07] *** realisation has joined #angularjs
[06:15:53] *** rchavik_ has joined #angularjs
[06:17:20] *** arizzo has quit IRC
[06:18:35] *** pimlu has quit IRC
[06:18:55] *** rchavik has quit IRC
[06:19:53] *** ModFather has quit IRC
[06:20:03] *** d3m0n has quit IRC
[06:20:24] *** realisation has quit IRC
[06:21:27] *** realisation has joined #angularjs
[06:22:35] *** p0k0 has quit IRC
[06:22:48] *** zivester has joined #angularjs
[06:25:35] *** realisation has quit IRC
[06:25:58]
<sssilver> Hey guys, need assistance with a weird situation... in https://dpaste.de/Y612 -- lesson.group_id has the same value and type as group.id, yet the corresponding <option> doesn't get preselected when the document loads. Please assist, I've been banging my head against this for days :(
[06:26:57] *** rchavik_ is now known as rchavik
[06:27:41] *** jenelizabeth has joined #angularjs
[06:27:42] *** venkat_331 has joined #angularjs
[06:28:34] *** Tmo_ has joined #angularjs
[06:28:56] *** venkat_330 has quit IRC
[06:28:57] *** venkat_331 is now known as venkat_330
[06:30:16] *** BigBangUDR has joined #angularjs
[06:30:28] *** elsevero has joined #angularjs
[06:31:47] *** rossk has quit IRC
[06:32:43] *** Z3R0 has quit IRC
[06:33:18] *** Tmo_ has quit IRC
[06:33:55] *** Tmo_ has joined #angularjs
[06:34:59] *** sigurding has joined #angularjs
[06:37:19] <sssilver> fucking A, what am I doing wrong :(
[06:37:22] <monk12_> sssilver: instead of manually creating the options... try ng-options
[06:37:29] *** soee has joined #angularjs
[06:37:53] <monk12_> with a simple example, then try making the options look like (customize the html value maybe last)
[06:38:43] <monk12_> I think I always have issues when i try to manually create the options. and try to match it against the model.
[06:39:41] <sssilver> monk12_ yes, crap, it works that way, but why???
[06:41:16] *** regedit_ has joined #angularjs
[06:41:21] *** regedit has quit IRC
[06:42:06] <monk12_> I dunno , but i banged my head enough times to try to avoid using manual option creation.
[06:42:32] *** stevenroose|BNC is now known as stevenroose
[06:42:58] *** dodobrain has quit IRC
[06:43:35] *** ilhami has joined #angularjs
[06:43:41] *** rickmak has quit IRC
[06:43:50] <monk12_> sssilver: but i found that any html-based dropdowns like that may not look great when on top or bottom of the page or in mobile (like the smartness that native browsers have to avoid cutting off select dropdown at top/bottom).
[06:44:00] <monk12_> so I dont get too crazy with the dropdowns hehe.
[06:46:09] *** VeeWee has joined #angularjs
[06:46:22] *** jae has joined #angularjs
[06:47:54] *** sneakerhax has joined #angularjs
[06:48:40] *** soee has quit IRC
[06:49:27] *** soee has joined #angularjs
[06:49:50] <sssilver> the biggest fuckup is, in many parts of my app the manual <options> work just fine
[06:50:23] *** joroci has joined #angularjs
[06:50:47] *** macabre has joined #angularjs
[06:51:34] *** phrozensilver has quit IRC
[06:51:48] <monk12_> did you try using ng-selected on the option to do logic to determine if its selected?
[06:52:56] <monk12_> I would try that next. to link the inner options to the outer model soemthing like <option ng-selected="choice.group_id==lesson.group_id">
[06:53:31] *** heavyhorse has joined #angularjs
[06:53:56] <monk12_> but I am not gonna gaurentee changing the option will populate the outer model (may need your onchange event to manually do that, honestly not sure).
[06:54:51] *** yky_ has joined #angularjs
[06:54:55] *** macabre has quit IRC
[06:55:09] *** p0k0 has joined #angularjs
[06:55:40] *** Ozd has joined #angularjs
[06:55:50] <joroci> good morning, i have a problem with ui bootstrap datepicker, when i change the model in code the directive scope date doesn't update
[06:56:38] <joroci> i guess that's the way it suppose to be but is there a way to that?
[06:56:58] <joroci> to do that
[06:58:52] *** heavyhorse has quit IRC
[07:00:10] *** jed_ has joined #angularjs
[07:00:41] *** iraj has joined #angularjs
[07:01:16] *** jed_ has quit IRC
[07:02:07] *** rickmak has joined #angularjs
[07:04:25] *** sigurding has quit IRC
[07:06:48] *** Sky[x] has joined #angularjs
[07:07:08] <ilhami> hey
[07:07:13] <ilhami> anyone here?
[07:09:58] *** ron_frown has quit IRC
[07:10:36] *** JohnT has quit IRC
[07:10:58] *** zeioth_ has quit IRC
[07:11:27] *** ron_frown has joined #angularjs
[07:14:17] *** rscata has joined #angularjs
[07:14:17] *** arizzo has joined #angularjs
[07:14:45] <fairuz1> yo
[07:15:14] *** ron_frown has quit IRC
[07:15:52] *** soee_ has joined #angularjs
[07:19:10] *** soee has quit IRC
[07:19:50] *** soee has joined #angularjs
[07:21:28] *** arizzo has quit IRC
[07:21:32] <ilhami> yo
[07:21:51] <ilhami> I want fish :D
[07:21:55] *** felixn has joined #angularjs
[07:22:20] *** Tmo_ has quit IRC
[07:22:28] *** Danielyan has joined #angularjs
[07:22:36] *** ziyadb has quit IRC
[07:22:45] *** elsevero has quit IRC
[07:25:14] *** jstroem has joined #angularjs
[07:25:35] *** flappynerd has joined #angularjs
[07:25:41] * fairuz1 throws a fish
[07:25:52] *** jstroem has quit IRC
[07:26:07] <flappynerd> how can I debug my HTML related stuff? I've got an ajax request, I can confirm it returns data, I attach the data to $scope, I console.log($scope) and I see the data
[07:26:08] *** jstroem has joined #angularjs
[07:26:18] <flappynerd> but my template appears not to be rendering the data
[07:26:18] *** Guest41 has joined #angularjs
[07:26:44] <joroci> did you use bind once?
[07:26:52] <ilhami> flappynerd, show the code?
[07:28:10] *** juddey has quit IRC
[07:28:27] <flappynerd> ilhami, unfortunately due to NDA and related I can't
[07:28:45] <flappynerd> ilhami, any ideas on general approaches for this?
[07:29:06] <flappynerd> how would I go about confirming/denying that the scope var I intend is actually being used/seen by my HTML template (view?)?
[07:29:19] *** fscala has quit IRC
[07:29:55] <ilhami> you can make a small example with plunkr that resembles your code
[07:30:10] <ilhami> !paste
[07:30:14] <ilhami> lol
[07:30:27] *** fscala has joined #angularjs
[07:31:10] *** jstroem has quit IRC
[07:31:43] <ilhami> !plunkr
[07:31:47] <ilhami> no bo
[07:31:49] <ilhami> t
[07:32:16] <flappynerd> ilhami, hmm, it appears (on the surface) to be something slightly funky and scope related
[07:32:20] <flappynerd> as in actual javascript scope
[07:33:10] *** joroci has quit IRC
[07:33:47] <flappynerd> or, maybe it's something object "by value reference" related
[07:33:55] *** soee has quit IRC
[07:34:28] <ilhami> you could maybe write some test
[07:34:38] *** sbellina has joined #angularjs
[07:34:43] *** soee has joined #angularjs
[07:34:47] *** buzzedword has quit IRC
[07:35:24] *** soee has joined #angularjs
[07:37:27] *** erol has joined #angularjs
[07:40:44] *** punknroll has joined #angularjs
[07:41:35] *** sbellina has quit IRC
[07:42:42] *** sigurding has joined #angularjs
[07:43:30] *** diegoaguilar has quit IRC
[07:44:58] *** sigurding has quit IRC
[07:45:16] *** sbellina has joined #angularjs
[07:48:42] *** juddey has joined #angularjs
[07:49:26] *** tristanp has quit IRC
[07:50:25] *** Limarson has joined #angularjs
[07:50:54] *** tristanp has joined #angularjs
[07:51:42] *** hefox has joined #angularjs
[07:51:50] *** sigurding has joined #angularjs
[07:52:24] *** opiates has joined #angularjs
[07:53:06] *** BigBangUDR has quit IRC
[07:53:11] *** opiates has left #angularjs
[07:54:19] *** heavyhorse has joined #angularjs
[07:55:52] *** buzzedword has joined #angularjs
[07:57:47] *** george_v has joined #angularjs
[07:57:55] *** kuadrosx has quit IRC
[07:58:04] *** kuadrosx has joined #angularjs
[07:58:53] *** diegoaguilar has joined #angularjs
[07:58:54] *** heavyhorse has quit IRC
[07:59:55] *** Danielyan has quit IRC
[08:00:03] *** pingupingu has joined #angularjs
[08:00:47] *** Guest41 has quit IRC
[08:01:05] *** pingupingu has quit IRC
[08:01:17] *** buzzedword has quit IRC
[08:01:42] *** Guest41 has joined #angularjs
[08:02:53] <flappynerd> ilhami, ok well, I think I've concluded that it's an interoperability issue between $q.defer() and bluebird.js
[08:03:44] *** joroci has joined #angularjs
[08:05:44] *** garsonzhang has joined #angularjs
[08:05:54] *** garsonzhang has left #angularjs
[08:06:07] *** DoctorDalek has joined #angularjs
[08:06:24] *** kuadrosx has quit IRC
[08:07:16] *** romana has quit IRC
[08:07:30] *** romana has joined #angularjs
[08:09:28] *** sneakerhax has quit IRC
[08:12:08] *** BigBangUDR has joined #angularjs
[08:14:11] *** sigurding has quit IRC
[08:15:45] *** pimpin has joined #angularjs
[08:18:10] *** Ankhers has quit IRC
[08:18:16] *** jstroem has joined #angularjs
[08:18:58] *** elsevero has joined #angularjs
[08:19:07] *** arizzo has joined #angularjs
[08:21:29] *** jef79m has joined #angularjs
[08:21:32] *** BigPoppa has joined #angularjs
[08:21:56] *** siva_ has joined #angularjs
[08:22:23] *** Ankhers has joined #angularjs
[08:23:16] *** buzzedword has joined #angularjs
[08:23:35] *** dcherman has quit IRC
[08:24:54] *** dutis has joined #angularjs
[08:26:24] *** Senthil_ has joined #angularjs
[08:26:33] <Senthil_> Hi
[08:26:55] *** sigurding has joined #angularjs
[08:27:15] *** arizzo has quit IRC
[08:27:29] *** marthinal has joined #angularjs
[08:27:56] *** buzzedword has quit IRC
[08:28:27] *** Debnet has joined #angularjs
[08:28:50] <Senthil_> Hello
[08:29:34] *** zeezey has quit IRC
[08:29:42] *** zivester has quit IRC
[08:29:44] *** Senthil_ has quit IRC
[08:29:54] *** m_gol has quit IRC
[08:29:54] *** kborchers has quit IRC
[08:35:31] *** dan2k3k4 has joined #angularjs
[08:35:40] *** rickmak has quit IRC
[08:36:04] *** rickmak has joined #angularjs
[08:36:11] *** rhp has quit IRC
[08:36:43] *** xylen_ has joined #angularjs
[08:36:51] *** brollypop has joined #angularjs
[08:37:41] *** icebox has joined #angularjs
[08:37:45] *** cotko has joined #angularjs
[08:37:53] <ilhami> hello
[08:40:18] *** plekplek_ has quit IRC
[08:43:22] *** marthinal has quit IRC
[08:43:47] *** regedit has joined #angularjs
[08:43:48] <fairuz1> yo
[08:44:11] *** Inge- has quit IRC
[08:44:35] *** regedit_ has quit IRC
[08:44:36] *** svycka has joined #angularjs
[08:44:55] *** vytautas_ has joined #angularjs
[08:48:12] *** m_gol has joined #angularjs
[08:50:10] *** diegoaguilar has quit IRC
[08:51:14] *** Inge- has joined #angularjs
[08:51:33] *** aremaref has joined #angularjs
[08:52:20] <aremaref> i'm trying to set a default active class on ng-repeated elements
[08:52:24] *** fixl has joined #angularjs
[08:52:56] <aremaref> how do i get access to $first in my controller?
[08:53:07] *** Danielyan has joined #angularjs
[08:54:15] *** marthinal has joined #angularjs
[08:54:57] *** heavyhorse has joined #angularjs
[08:55:47] *** sigurding has quit IRC
[08:56:43] *** davi has joined #angularjs
[08:56:50] *** cotko has quit IRC
[08:59:45] *** heavyhorse has quit IRC
[09:00:55] *** Sky[x] has quit IRC
[09:01:41] *** ilmgb has joined #angularjs
[09:02:46] *** w0rp has joined #angularjs
[09:03:09] *** Sky[x] has joined #angularjs
[09:04:25] *** buzzedword has joined #angularjs
[09:04:25] *** Guest41 has quit IRC
[09:04:49] *** nilsi has quit IRC
[09:06:20] *** marthinal has quit IRC
[09:07:31] <fairuz1> aremaref: why you need it in the controller?
[09:07:45] *** Leon has joined #angularjs
[09:07:50] <fairuz1> just do something like ng-class="{active: $first}"
[09:08:42] <fairuz1> so that active class will be applied only when $first is true
[09:09:15] *** ensyde has quit IRC
[09:09:51] *** BigBangUDR has quit IRC
[09:09:57] *** ensyde has joined #angularjs
[09:09:59] *** tarnus has quit IRC
[09:11:29] *** pimlu has joined #angularjs
[09:11:40] *** tarnus has joined #angularjs
[09:12:50] *** juddey has quit IRC
[09:13:17] *** tarnus has quit IRC
[09:13:25] *** buzzedword has quit IRC
[09:13:29] <aremaref> fairuz1: i'd like an active class to switch between which ever element is clicked
[09:13:35] <aremaref> but by default be on $first
[09:14:00] *** tarnus has joined #angularjs
[09:14:17] <aremaref> if i use {active: $first} it'll be active on the first element only, and not any of the others
[09:14:21] *** lnrdo has joined #angularjs
[09:15:06] *** tarnus has quit IRC
[09:15:35] *** tarnus has joined #angularjs
[09:16:13] *** ahhhndi has joined #angularjs
[09:16:30] *** cotko has joined #angularjs
[09:17:01] *** tarnus has quit IRC
[09:17:21] *** tarnus has joined #angularjs
[09:19:11] *** tarnus_ has joined #angularjs
[09:20:14] *** monk12_ has quit IRC
[09:20:27] *** hefox has quit IRC
[09:20:29] *** tarnus_ has quit IRC
[09:20:51] *** hefox has joined #angularjs
[09:20:55] *** vrockai has joined #angularjs
[09:21:03] *** lnrdo has quit IRC
[09:21:17] *** tarnus_ has joined #angularjs
[09:21:36] *** lnrdo has joined #angularjs
[09:21:51] *** flappynerd has quit IRC
[09:22:08] *** AndrewIsh has joined #angularjs
[09:22:20] *** regedit has quit IRC
[09:22:39] *** tarnus_ has quit IRC
[09:22:42] *** juddey has joined #angularjs
[09:23:05] *** tarnus has quit IRC
[09:23:06] *** tarnus_ has joined #angularjs
[09:23:36] *** toma has joined #angularjs
[09:24:18] *** tarnus_ has quit IRC
[09:24:41] *** arizzo has joined #angularjs
[09:24:42] *** tarnus has joined #angularjs
[09:25:10] *** craigp has joined #angularjs
[09:25:46] *** lnrdo has quit IRC
[09:26:07] *** tarnus has quit IRC
[09:26:10] *** nilsi has joined #angularjs
[09:26:51] *** tarnus has joined #angularjs
[09:27:17] *** xylen_ has quit IRC
[09:27:40] *** Widget418 has quit IRC
[09:27:52] *** tarnus has quit IRC
[09:28:28] *** tarnus has joined #angularjs
[09:29:05] *** ilmgb_ has joined #angularjs
[09:29:47] *** tarnus has quit IRC
[09:30:09] *** CanyonMan has quit IRC
[09:30:12] *** tarnus has joined #angularjs
[09:30:29] *** mchammer has joined #angularjs
[09:30:40] *** juddey has quit IRC
[09:31:00] *** ilmgb has quit IRC
[09:31:02] *** felixn has quit IRC
[09:31:11] *** bcSquared- has joined #angularjs
[09:31:32] *** sz332 has joined #angularjs
[09:31:32] *** tarnus has quit IRC
[09:32:04] *** tarnus has joined #angularjs
[09:32:25] *** arizzo has quit IRC
[09:33:22] *** tarnus has quit IRC
[09:33:52] *** tarnus has joined #angularjs
[09:34:32] *** bcSquared has quit IRC
[09:34:46] *** marthinal has joined #angularjs
[09:35:22] *** tarnus has quit IRC
[09:35:38] *** mischat_ has quit IRC
[09:35:58] *** tarnus has joined #angularjs
[09:36:17] *** crusty has quit IRC
[09:36:21] *** aremaref has quit IRC
[09:37:00] *** tarnus has quit IRC
[09:37:51] *** tarnus has joined #angularjs
[09:38:52] *** tarnus has quit IRC
[09:39:22] *** tarnus has joined #angularjs
[09:40:55] *** tarnus has quit IRC
[09:41:11] *** tarnus has joined #angularjs
[09:41:23] *** Sky[x] has quit IRC
[09:42:08] *** sbellina has quit IRC
[09:42:31] *** tarnus has quit IRC
[09:43:07] *** tarnus has joined #angularjs
[09:44:05] *** buzzedword has joined #angularjs
[09:44:12] *** craigp has quit IRC
[09:44:20] *** tarnus has quit IRC
[09:44:54] *** tarnus has joined #angularjs
[09:44:59] *** Ronrun has joined #angularjs
[09:45:13] *** fairuz1 has left #angularjs
[09:45:19] *** moep has joined #angularjs
[09:46:20] *** tarnus has quit IRC
[09:46:39] *** tarnus has joined #angularjs
[09:47:13] *** ms140569 has joined #angularjs
[09:48:03] *** tarnus has quit IRC
[09:48:07] <ms140569> Hi * - how is i18n supposed to be done in Angular2 templates?
[09:48:32] *** tarnus has joined #angularjs
[09:49:10] *** buzzedword has quit IRC
[09:49:50] *** tarnus has quit IRC
[09:50:09] *** sigurding has joined #angularjs
[09:50:17] *** tarnus has joined #angularjs
[09:50:18] *** Sky[x] has joined #angularjs
[09:51:20] *** Sharaal has joined #angularjs
[09:51:42] *** tarnus has quit IRC
[09:52:15] *** tarnus has joined #angularjs
[09:52:43] *** riddle_ has joined #angularjs
[09:52:59] *** Sharaal has left #angularjs
[09:53:25] *** m8 has joined #angularjs
[09:53:39] *** tarnus has quit IRC
[09:53:58] *** tarnus has joined #angularjs
[09:55:41] *** BigBangUDR has joined #angularjs
[09:55:44] *** heavyhorse has joined #angularjs
[09:55:54] *** nocturne777 has quit IRC
[09:56:06] *** dopesong has joined #angularjs
[09:56:55] *** sigurding has quit IRC
[09:57:01] *** ahaeger has joined #angularjs
[09:57:21] *** gambl0re has quit IRC
[09:57:28] *** max_dev has quit IRC
[09:57:46] *** tangorri has joined #angularjs
[09:58:07] *** lordshion has joined #angularjs
[09:59:22] *** max_dev has joined #angularjs
[09:59:30] *** tarnus_ has joined #angularjs
[09:59:38] *** tarnus has quit IRC
[10:00:45] *** tarnus_ has quit IRC
[10:00:47] *** heavyhorse has quit IRC
[10:01:13] *** Z00t has joined #angularjs
[10:01:19] *** tarnus has joined #angularjs
[10:01:21] <moep> Morgen
[10:02:44] *** thuynguyen has joined #angularjs
[10:02:48] *** tarnus has quit IRC
[10:03:08] *** tarnus has joined #angularjs
[10:03:20] *** xiaolin has quit IRC
[10:04:24] *** tarnus has quit IRC
[10:04:47] *** xiaolin_ has joined #angularjs
[10:05:11] *** tarnus has joined #angularjs
[10:06:05] <kschlesselmann> Are there any official tutorial on angular2/http yet? Currently I try to digure out how I would return http responses from my service
[10:06:24] *** tarnus has quit IRC
[10:07:01] *** tarnus has joined #angularjs
[10:08:01] *** tarnus has quit IRC
[10:08:04] *** vpi has joined #angularjs
[10:08:33] *** pimpin_ has joined #angularjs
[10:08:36] *** tarnus has joined #angularjs
[10:09:00] *** hefox has quit IRC
[10:09:07] *** zeezey has joined #angularjs
[10:09:53] *** tarnus has quit IRC
[10:10:46] *** pimpin has quit IRC
[10:11:22] *** craigp has joined #angularjs
[10:12:11] *** drptbl has joined #angularjs
[10:12:25] <icebox> moep: hey
[10:12:29] *** tarnus has joined #angularjs
[10:12:59] <icebox> kschlesselmann: typescript or es6, es5?
[10:13:10] <kschlesselmann> icebox: typescript
[10:13:25] *** soee_ has joined #angularjs
[10:13:52] <icebox> kschlesselmann: Using the Http object for Ajax calls along with Rx observables
[10:14:01] *** tarnus has quit IRC
[10:14:03] *** BigBangUDR has quit IRC
[10:14:06] *** tarnus_ has joined #angularjs
[10:14:14] *** soee has quit IRC
[10:15:30] *** Cokee has joined #angularjs
[10:15:39] *** tarnus_ has quit IRC
[10:15:53]
<kschlesselmann> icebox: OK … I think I'd basically did the same thing … then something else is wrong here. I get 'GET http://localhost/cat/angular2/http 404 (Not Found)'. I think there is a node_modules missing?
[10:16:05] *** buzzedword has joined #angularjs
[10:16:26] <icebox> kschlesselmann: sure
[10:17:19] <kschlesselmann> icebox: But why? angular itself works fine
[10:17:32] <icebox> kschlesselmann: however "to figure out how I would return http responses from my service" vs. 404 is a bit different issue :)
[10:17:58] *** tarnus has joined #angularjs
[10:18:02] <kschlesselmann> icebox: I thought I did something wrong with my includes/whatever
[10:18:45] <icebox> kschlesselmann: start from a working example and change it step by step from there to grasp the details
[10:18:45] *** Perseus0 has joined #angularjs
[10:18:50] *** ziro` has joined #angularjs
[10:18:54] *** aghiuru has joined #angularjs
[10:19:01] *** tarnus has quit IRC
[10:19:02] *** ziyadb has joined #angularjs
[10:19:03] *** sigurding has joined #angularjs
[10:19:25] *** zeezey has quit IRC
[10:19:27] <kschlesselmann> icebox: Oh my … I think I missed the js include …
[10:19:33] <moep> hey icebox :)
[10:19:48] *** tarnus has joined #angularjs
[10:19:56] <icebox> kschlesselmann: nice catch
[10:20:01] *** dromar56 has joined #angularjs
[10:20:26] <Perseus0> need to throw an alert if 500 error is found, will 'http.get(route)' work?
[10:20:53] *** tarnus has quit IRC
[10:21:02] *** buzzedword has quit IRC
[10:21:36] *** tarnus has joined #angularjs
[10:22:44] *** tarnus has quit IRC
[10:22:51] *** asteele has quit IRC
[10:23:08] *** pimpin_ has quit IRC
[10:23:09] *** tarnus has joined #angularjs
[10:24:26] *** tarnus has quit IRC
[10:25:18] *** tarnus has joined #angularjs
[10:26:31] *** tarnus has quit IRC
[10:26:53] *** tarnus has joined #angularjs
[10:27:30] *** senayar has joined #angularjs
[10:27:30] *** senayar has joined #angularjs
[10:28:13] *** BigPoppa is now known as Bae
[10:28:18] *** tarnus has quit IRC
[10:28:24] *** erol has quit IRC
[10:28:42] *** tarnus has joined #angularjs
[10:29:10] *** arizzo has joined #angularjs
[10:29:18] *** Amnez777 has quit IRC
[10:29:39] *** Kamal__ has joined #angularjs
[10:29:46] <Kamal__> Hi
[10:30:00] *** tarnus has quit IRC
[10:30:29] *** tarnus has joined #angularjs
[10:31:21] *** Kamal__ has quit IRC
[10:31:55] *** tarnus has quit IRC
[10:32:04] *** ensyde has quit IRC
[10:32:07] <waka_flocka> icebox
[10:32:08] *** pimpin has joined #angularjs
[10:32:22] *** tarnus has joined #angularjs
[10:32:26] *** sigurding has quit IRC
[10:32:30] *** kam270 has joined #angularjs
[10:32:35] *** p0k0 has quit IRC
[10:32:46] <icebox> waka_flocka: hey
[10:33:05] <waka_flocka> thanks for all the help
[10:33:06] <waka_flocka> =]
[10:33:24] *** SomeKittens has quit IRC
[10:33:35] *** tarnus has quit IRC
[10:33:39] *** ms140569 has quit IRC
[10:33:46] *** Sayuj has joined #angularjs
[10:34:06] <icebox> waka_flocka: you are welcome
[10:34:22] *** tarnus has joined #angularjs
[10:35:01] *** kam270 has quit IRC
[10:35:05] <waka_flocka> i got a general question for you
[10:35:22] <Sayuj> I would be really grateful if I got answer.
[10:35:25] *** tarnus has quit IRC
[10:35:31] *** kam270 has joined #angularjs
[10:35:39] <waka_flocka> should a development team working on a web app from scratch
[10:35:47] <waka_flocka> should go with angular 2 straight on?
[10:35:58] *** tarnus has joined #angularjs
[10:36:08] <waka_flocka> or 1.5 and then migration to 2 is o
[10:36:08] *** burzum2 has quit IRC
[10:36:09] <waka_flocka> ok
[10:36:18] *** kk_drop has joined #angularjs
[10:36:30] *** aghiuru has quit IRC
[10:37:18] *** tarnus has quit IRC
[10:37:45] *** arizzo has quit IRC
[10:37:45] *** tarnus has joined #angularjs
[10:37:59] *** jtimon has joined #angularjs
[10:38:30] *** rickmak has quit IRC
[10:38:52] *** erol has joined #angularjs
[10:38:53] *** fees has joined #angularjs
[10:39:42] *** tarnus_ has joined #angularjs
[10:40:06] <icebox> waka_flocka: starting now with angular2, my opinion, is too risky... but it depends on skills and experience of the team and requirements of the project
[10:40:50] <waka_flocka> got ya
[10:41:02] <waka_flocka> thought so too, i think its better to wait for es6
[10:41:07] <waka_flocka> and using them both
[10:41:32] *** tarnus__ has joined #angularjs
[10:41:53] *** rickmak_ has joined #angularjs
[10:42:38] *** yozilla has joined #angularjs
[10:43:07] *** lorezzed has quit IRC
[10:43:11] *** tarnus__ has quit IRC
[10:43:15] *** tarnus___ has joined #angularjs
[10:43:35] *** tarnus has quit IRC
[10:44:36] *** Sayuj has quit IRC
[10:45:06] *** tarnus has joined #angularjs
[10:45:15] *** tarnus_ has quit IRC
[10:45:27] <waka_flocka> added to favourites
[10:45:34] *** vytautas_ has quit IRC
[10:45:44] *** Sayuj has joined #angularjs
[10:45:58] *** svycka has quit IRC
[10:46:09] <icebox> waka_flocka: well... you know, mainstream is angular 2 with typescript :)
[10:46:25] *** tarnus has quit IRC
[10:46:57] *** tarnus has joined #angularjs
[10:47:43] *** guilbep has joined #angularjs
[10:48:20] *** tarnus has quit IRC
[10:48:42] *** fees has quit IRC
[10:48:55] *** tarnus___ has quit IRC
[10:49:01] *** tarnus has joined #angularjs
[10:49:11] *** toma has quit IRC
[10:49:13] *** demosthe has quit IRC
[10:49:20] *** SexualRickshaw has quit IRC
[10:49:25] *** skjorrface has quit IRC
[10:49:38] *** demosthe has joined #angularjs
[10:50:08] *** tarnus has quit IRC
[10:50:13] *** skjorrface has joined #angularjs
[10:50:25] *** mven_ has joined #angularjs
[10:50:41] *** ASUchander1 has joined #angularjs
[10:50:51] *** tarnus has joined #angularjs
[10:51:21] *** SexualRickshaw has joined #angularjs
[10:51:46] *** freem|nd has quit IRC
[10:51:50] *** evilaliv3 has joined #angularjs
[10:51:54] *** tarnus has quit IRC
[10:52:05] *** craisins has quit IRC
[10:52:56] *** brandom has quit IRC
[10:53:18] *** archon- has quit IRC
[10:53:34] *** archon- has joined #angularjs
[10:53:47] *** craisins has joined #angularjs
[10:56:23] *** tarnus has joined #angularjs
[10:56:23] *** ASUChander has quit IRC
[10:56:24] *** ducklobster has quit IRC
[10:56:26] *** brandom_ has joined #angularjs
[10:56:29] *** rickmak_ has quit IRC
[10:56:29] *** tarnus has quit IRC
[10:56:30] *** freem|nd has joined #angularjs
[10:56:30] *** tarnus has joined #angularjs
[10:56:31] *** tarnus has quit IRC
[10:56:32] *** tarnus has joined #angularjs
[10:56:32] *** heavyhorse has joined #angularjs
[10:57:23] *** tarnus has quit IRC
[10:57:56] *** tarnus has joined #angularjs
[10:58:46] *** marr has joined #angularjs
[10:59:16] *** tarnus has quit IRC
[10:59:45] *** tarnus has joined #angularjs
[11:01:05] *** tarnus has quit IRC
[11:01:10] *** heavyhorse has quit IRC
[11:01:30] *** picheli has joined #angularjs
[11:01:34] *** tarnus has joined #angularjs
[11:01:49] *** yozilla_ has joined #angularjs
[11:02:02] *** jlebrech has joined #angularjs
[11:02:53] *** yozilla has quit IRC
[11:02:54] *** tarnus has quit IRC
[11:03:03] *** rickmak has joined #angularjs
[11:03:41] *** tarnus has joined #angularjs
[11:04:12] *** thirdknife has quit IRC
[11:04:21] *** dopesong has quit IRC
[11:04:59] *** tarnus has quit IRC
[11:05:01] *** thirdknife has joined #angularjs
[11:05:17] *** tarnus has joined #angularjs
[11:05:24] *** aghiuru has joined #angularjs
[11:06:49] *** tarnus has quit IRC
[11:06:51] *** donguston has quit IRC
[11:07:03] *** tarnus has joined #angularjs
[11:07:51] *** Bloomer has quit IRC
[11:08:03] *** Hounddog has joined #angularjs
[11:08:43] *** tarnus has quit IRC
[11:09:00] *** tarnus has joined #angularjs
[11:10:26] *** tarnus has quit IRC
[11:10:50] *** tarnus has joined #angularjs
[11:11:58] *** tarnus has quit IRC
[11:12:28] *** SexualRickshaw has quit IRC
[11:12:32] *** tarnus has joined #angularjs
[11:12:41] *** craigp has quit IRC
[11:13:43] *** Fusselwurm has joined #angularjs
[11:13:56] *** tarnus has quit IRC
[11:14:22] *** tarnus has joined #angularjs
[11:14:52] *** SexualRickshaw has joined #angularjs
[11:15:25] *** pimpin has quit IRC
[11:15:46] *** denisra has quit IRC
[11:16:08] *** ASUchander1 has quit IRC
[11:17:00] *** buzzedword has joined #angularjs
[11:19:25] *** evilaliv4 has joined #angularjs
[11:19:38] *** tarnus has quit IRC
[11:19:39] *** pimpin has joined #angularjs
[11:19:39] *** denisra_ has joined #angularjs
[11:19:39] *** cosmo1t has quit IRC
[11:19:40] *** tarnus has joined #angularjs
[11:19:40] *** sigurding has joined #angularjs
[11:19:40] *** Amnez777 has joined #angularjs
[11:19:41] *** lnrdo has joined #angularjs
[11:19:41] *** Amnez777 has joined #angularjs
[11:19:42] *** ASUChander has joined #angularjs
[11:19:42] *** tarnus has quit IRC
[11:19:42] *** evilaliv3 has quit IRC
[11:19:43] *** tarnus has joined #angularjs
[11:19:43] *** Perseus0 has quit IRC
[11:19:44] *** Amnez777 has quit IRC
[11:19:44] *** Amnez777 has joined #angularjs
[11:19:46] *** tarnus has quit IRC
[11:20:00] *** tarnus has joined #angularjs
[11:21:31] *** tarnus has quit IRC
[11:21:42] *** tarnus has joined #angularjs
[11:22:00] *** skyx has joined #angularjs
[11:22:07] *** buzzedword has quit IRC
[11:22:13] *** riddle_ has quit IRC
[11:22:21] *** pkiller has quit IRC
[11:22:42] *** riddle_ has joined #angularjs
[11:22:46] *** jamesch has joined #angularjs
[11:23:05] *** tarnus has quit IRC
[11:23:07] *** Tennis has joined #angularjs
[11:23:41] *** tarnus has joined #angularjs
[11:23:48] *** skyx__ has joined #angularjs
[11:24:08] *** kk_drop has quit IRC
[11:24:13] *** jonno11 has joined #angularjs
[11:24:30] *** Sky[x] has quit IRC
[11:25:27] *** tarnus_ has joined #angularjs
[11:25:39] *** BigBangUDR has joined #angularjs
[11:26:34] *** cosmo1t has joined #angularjs
[11:26:41] *** tarnus_ has quit IRC
[11:27:10] *** tarnus_ has joined #angularjs
[11:27:19] *** skyx has quit IRC
[11:27:30] *** pbgc has joined #angularjs
[11:28:10] <CalimeroTeknik> this is not googlable: is there a filter called filter to remove items?
[11:28:29] <CalimeroTeknik> like orderBy, but matching only an expression
[11:28:39] *** tarnus_ has quit IRC
[11:28:55] *** tarnus has quit IRC
[11:28:56] *** tarnus_ has joined #angularjs
[11:30:20] *** tarnus_ has quit IRC
[11:30:51] *** tarnus has joined #angularjs
[11:32:21] <kschlesselmann> I sucessfully set up a router with for example '/unit-models/20'. Can I somehow navigate directly to this setup by clicking on an external link?
[11:33:20] *** Razerglass has quit IRC
[11:33:39] *** ryanpotternz has joined #angularjs
[11:34:33] *** Jennifer has joined #angularjs
[11:34:39] *** arizzo has joined #angularjs
[11:34:57] *** Jennifer is now known as Guest85020
[11:35:30] <Guest85020> i need to know what 'it' in angular js mean
[11:35:46] <Guest85020> hellooooo
[11:35:47] *** tarnus has quit IRC
[11:36:10] <icebox> Guest85020: where do you see that? in a test?
[11:36:10] <Guest85020> heloooooooooooooooooooooo
[11:36:19] <icebox> Guest85020: cooldown, please
[11:36:29] <Guest85020> in angular js website
[11:36:34] <Guest85020> in example
[11:36:40] <icebox> Guest85020: link?
[11:36:52] <kakashiAL> icebox: could you help me with my problem?
[11:36:56] *** kk_drop has joined #angularjs
[11:37:09] <icebox> kakashiAL: don't ask to ask
[11:37:54] *** one_zero has quit IRC
[11:38:42] *** ryanpotternz has quit IRC
[11:39:01] *** ryanpotternz has joined #angularjs
[11:39:30] <kakashiAL> I have some html templates that I load with ng-include, those templates are using my self defined directive
[11:39:32] <kakashiAL> but the directive does not work until I visite the paige go to another one and go back to that site
[11:39:34] <kakashiAL> I took all the html and put it in templateCached, with that it works directly
[11:39:36] *** Guest85020 has quit IRC
[11:40:32] *** siba has quit IRC
[11:40:44] <kakashiAL> icebox: how can I tell angular to cache my external partials at the beginning (without gulp or grunt)
[11:41:08] <icebox> kakashiAL: no idea... I don't use ng-include... I have been using ui router
[11:41:31] <kakashiAL> and ui router is caching all the partials at the beginning?
[11:41:46] *** u0m3 has quit IRC
[11:41:59] *** fscala has quit IRC
[11:42:30] *** arizzo has quit IRC
[11:43:16] <icebox> kakashiAL: cache and routing are not companions
[11:43:18] *** fscala has joined #angularjs
[11:43:54] *** nilsi has quit IRC
[11:44:14] <CalimeroTeknik> oh, apparently the filter 'filter' doesn't take more than a field name: this is not OK <div ng-repeat="item in conversations | filter: { messages[0].type: 'normal' }">
[11:44:55] <icebox> CalimeroTeknik: of course, you can develop a custom filter
[11:45:45] *** pkiller has joined #angularjs
[11:45:45] *** pkiller has joined #angularjs
[11:45:53] *** plutoniix has quit IRC
[11:45:54] *** pkiller has quit IRC
[11:47:16] <kakashiAL> icebox: it does not show how you can cache an external html file
[11:47:53] <kakashiAL> it uses templateCache but even there it uses the html-strings
[11:48:20] <CalimeroTeknik> so be it, I guess
[11:48:25] <tangorri> hmmm I'm looking for a way to resolve before any controllers (ui-routed and even main appCtrl ...)
[11:48:40] <icebox> kakashiAL: sorry?
[11:49:17] <icebox> kakashiAL: I see the names of the templates, for instance... $templateCache.put('templates/template1.html'...
[11:49:18] *** pkiller has joined #angularjs
[11:50:08] <kakashiAL> icebox: yes, but templateChace is only a string getter/setter, nothing more
[11:50:16] <icebox> kakashiAL: the answer shows both approaches (literal templates and external templates) work
[11:50:17] <kakashiAL> templateCache.put(key, string)
[11:50:26] <icebox> kakashiAL: sure
[11:50:44] <icebox> kakashiAL: for that I said caching is not related with routing
[11:51:01] <kakashiAL> sure
[11:52:00] <kakashiAL> icebox: so what I need is something like this: htmlString = importHtmlFileToString(app/partials/users.html);
[11:52:28] <kakashiAL> templateCache('foo', htmlString);
[11:53:15] *** pkiller has joined #angularjs
[11:53:15] *** pkiller has joined #angularjs
[11:54:07] <kakashiAL> icebox: you understand why I need that, right?
[11:54:11] <icebox> kakashiAL: caching using the interceptors
[11:55:00] *** BigBangUDR has quit IRC
[11:55:25] <ryanpotternz> Hey there, guys. I’m just starting out, and I’m making a simple three step app that goes from: age gate > basic form > result page. I was just wondering what the best practice for something like this would be. Cheers.
[11:55:31] <icebox> kakashiAL: hope that helps
[11:55:45] *** Magik6k has quit IRC
[11:55:46] <kakashiAL> icebox: I mean you understand why I need to cache my templates?
[11:56:19] <icebox> kakashiAL: are you kidding me?
[11:56:34] *** Magik6k has joined #angularjs
[11:56:55] <kakashiAL> icebox: no, I just ask you if you know why I need that big procedure, why I need to cache my templates, why all this work
[11:57:03] *** Magik6k has joined #angularjs
[11:57:16] *** heavyhorse has joined #angularjs
[11:57:22] <icebox> kakashiAL: no idea... I don't know your project... I suppose it is a requirement of your project
[11:57:36] <kakashiAL> icebox: its because of my directive!
[11:57:48] <kakashiAL> my directive only works if my template is cached
[11:58:07] <kakashiAL> or if I visite it once, leave the template and visite it again
[11:59:11] <kakashiAL> maybe you know a solution to this problem
[11:59:22] <kakashiAL> in that case I dont have to do that templateCaching stuff
[12:00:17] *** pbgc has quit IRC
[12:00:42] *** phrozensilver has joined #angularjs
[12:01:49] *** heavyhorse has quit IRC
[12:02:53] *** jae has quit IRC
[12:03:06] <CalimeroTeknik> aw, this doesn't work either: orderBy: messages[0].timestamp
[12:03:34] <CalimeroTeknik> most probably it would be possible but how to format the field name?
[12:03:42] *** db7 has joined #angularjs
[12:03:47] *** db7_ has quit IRC
[12:03:55] *** mrbubbles has joined #angularjs
[12:04:03] *** ryanpotternz has left #angularjs
[12:05:45] *** mrbubbles has quit IRC
[12:07:28] *** ahaeger has quit IRC
[12:07:28] *** iraj has quit IRC
[12:07:35] *** phrozensilver has quit IRC
[12:07:47] *** PiotrekR has joined #angularjs
[12:12:04] *** elyssonmr has joined #angularjs
[12:14:55] *** ryanpotternz has joined #angularjs
[12:15:05] *** lordshion has quit IRC
[12:15:12] *** Perseus0 has joined #angularjs
[12:16:39] *** vytautas_ has joined #angularjs
[12:16:53] *** svycka has joined #angularjs
[12:17:17] *** mrbubble_ has joined #angularjs
[12:17:43] <CalimeroTeknik> conclusion: why try to do in fancy angular what can be done in raw JS ^^
[12:19:14] *** nita has joined #angularjs
[12:19:17] <nita> hi
[12:19:41] *** dopesong has joined #angularjs
[12:19:47] <nita> may I know anything about the probable date of Angular 2 Alpha release?
[12:21:21] *** senayar has quit IRC
[12:21:38] *** qdk has quit IRC
[12:21:51] *** nita has quit IRC
[12:22:21] *** dszmaj has joined #angularjs
[12:22:41] <Perseus0> hey, does anyone why the http response returns status 0 ?
[12:22:58] *** ngbot has joined #angularjs
[12:22:58] <ngbot> angular.js/v1.4.x 2563ff7 Georgios Kalpakas: fix($controller): allow identifiers containing `$`...
[12:22:58] *** ngbot has left #angularjs
[12:23:58] *** sigurding has quit IRC
[12:25:23] *** buzzedword has joined #angularjs
[12:27:21] *** fairuz has joined #angularjs
[12:28:25] *** rickmak has quit IRC
[12:30:22] *** buzzedword has quit IRC
[12:30:43] *** Z00t has quit IRC
[12:30:58] *** dan2k3k4 has quit IRC
[12:31:47] *** fairuz has quit IRC
[12:32:38] <littleli> how is it possible that http.get observable does not cointain any useful operators? :-O
[12:32:55] <littleli> no .map() no .filter() :-(
[12:34:08] *** aghiuru has quit IRC
[12:34:08] *** itaipu has joined #angularjs
[12:35:59] *** aghiuru has joined #angularjs
[12:37:16] *** Vladimir_ has joined #angularjs
[12:37:45] *** Z00t has joined #angularjs
[12:38:48] *** dopesong has quit IRC
[12:39:12] *** Z00t has quit IRC
[12:40:08] *** Mediogre has quit IRC
[12:40:21] *** dopesong has joined #angularjs
[12:40:35] *** aghiuru has quit IRC
[12:41:15] *** pbgc has joined #angularjs
[12:41:23] *** dopesong has quit IRC
[12:41:28] *** Misere has quit IRC
[12:41:30] *** soee_ has quit IRC
[12:42:05] *** Germanaz0 has joined #angularjs
[12:42:38] *** dan2k3k4 has joined #angularjs
[12:42:40] *** mellernoia has joined #angularjs
[12:42:44] *** sigurding has joined #angularjs
[12:43:11] *** buzzedword has joined #angularjs
[12:43:26] *** dopesong has joined #angularjs
[12:43:38] *** soee has joined #angularjs
[12:44:53] *** aghiuru_ has joined #angularjs
[12:45:52] *** dantix has joined #angularjs
[12:45:53] *** m8 has quit IRC
[12:47:06] *** cocao has joined #angularjs
[12:49:01] *** rud_ has quit IRC
[12:49:10] *** jonno11 has quit IRC
[12:49:52] *** buzzedword has quit IRC
[12:50:45] *** erol has quit IRC
[12:50:58] *** yky_ has quit IRC
[12:51:50] *** comingsoontm_ has quit IRC
[12:51:53] *** rchavik_ has joined #angularjs
[12:52:15] *** soee has quit IRC
[12:53:26] *** soee has joined #angularjs
[12:53:44] *** comingsoontm has joined #angularjs
[12:54:08] *** soee has joined #angularjs
[12:54:24] *** cocao has quit IRC
[12:54:47] *** kk_drop has quit IRC
[12:55:30] *** ishi has joined #angularjs
[12:55:43] *** rchavik has quit IRC
[12:57:27] *** soee_ has joined #angularjs
[12:57:57] *** heavyhorse has joined #angularjs
[12:58:35] *** dopesong has quit IRC
[12:59:19] *** soee has quit IRC
[13:00:29] *** hrusti_ has joined #angularjs
[13:00:56] <waka_flocka> im concatnating files, and i wanna choose some files in order
[13:01:12] <hrusti_> how should I implement pagination in dynamic tables?
[13:01:17] *** ahaeger has joined #angularjs
[13:01:30] *** qdk has joined #angularjs
[13:01:55] *** dszmaj has quit IRC
[13:02:08] *** dopesong has joined #angularjs
[13:02:30] *** heavyhorse has quit IRC
[13:03:24] <icebox> littleli: you need to add the operators
[13:03:59] *** erol has joined #angularjs
[13:05:51] *** Helheim has quit IRC
[13:06:35] *** davi has quit IRC
[13:08:43] *** Vladimir_ has quit IRC
[13:09:36] *** lnrdo has quit IRC
[13:09:56] *** marthinal has quit IRC
[13:10:25] *** buzzedword has joined #angularjs
[13:12:35] *** tangorri has quit IRC
[13:12:56] *** smccarthy has joined #angularjs
[13:13:06] *** kk_drop has joined #angularjs
[13:13:28] <dantix> Hi, I have directive with controllerAs syntax, in controller I have bunch of data (array of complex objects) and filtering criteria (complex object), when I change filtering criteria in child directive, angular spots that change, my $watch fires and data becomes filtered. If I choose another approach and pass a callback to the child directive, which I will call when user changes filters, and will change my
[13:13:29] <dantix> filter criteria in this callback (both with & and = bindings), angular ignores this change. I see that data is changed, but digest cycle is not starting. Can some explain why this happens?
[13:14:07] *** Yelp has joined #angularjs
[13:14:47] <Yelp> hello, how can I repeat an element based on int number instead of length of an array
[13:14:59] <Yelp> $scope.numberOfDivs = 2
[13:15:52] *** buzzedword has quit IRC
[13:17:36] *** db7 has quit IRC
[13:18:00] *** lnrdo has joined #angularjs
[13:18:02] *** db7 has joined #angularjs
[13:18:41] *** dopesong has quit IRC
[13:18:58] *** dopesong has joined #angularjs
[13:21:09] *** marthinal has joined #angularjs
[13:21:55] *** dopesong has quit IRC
[13:22:12] *** Cokeee has joined #angularjs
[13:22:23] *** Vladimir_ has joined #angularjs
[13:24:11] *** comingsoontm_ has joined #angularjs
[13:25:06] *** dopesong has joined #angularjs
[13:25:38] *** Cokee has quit IRC
[13:27:12] *** comingsoontm has quit IRC
[13:27:34] <littleli> icebox: thank you.
[13:28:06] <icebox> littleli: you are welcome
[13:29:02] *** Burgerz has joined #angularjs
[13:29:33] *** dszmaj has joined #angularjs
[13:29:57] *** buzzedword has joined #angularjs
[13:30:24] *** dszmaj has joined #angularjs
[13:31:09] *** diosney has joined #angularjs
[13:31:14] <picheli> @dantix But when you will pass the call back, is the watch working?
[13:31:34] *** tarnus has joined #angularjs
[13:32:00] *** obbs has quit IRC
[13:32:29] *** Griid has joined #angularjs
[13:32:58] *** lnrdo has quit IRC
[13:34:10] *** lnrdo has joined #angularjs
[13:35:52] *** soee has joined #angularjs
[13:36:15] *** tarnus has quit IRC
[13:36:45] *** waka_flocka has quit IRC
[13:36:54] *** Mediogre has joined #angularjs
[13:37:33] *** dopesong has quit IRC
[13:38:06] *** obbs has joined #angularjs
[13:39:19] *** riddle_ has quit IRC
[13:40:02] *** dopesong has joined #angularjs
[13:41:52] *** buzzedword has quit IRC
[13:42:21] *** Yelp has quit IRC
[13:42:52] *** lnrdo has quit IRC
[13:43:02] *** buzzedword has joined #angularjs
[13:43:03] *** Griid has quit IRC
[13:43:27] *** lnrdo has joined #angularjs
[13:43:44] *** dopesong has quit IRC
[13:44:09] *** xdotcommer has quit IRC
[13:44:22] *** nilsi has joined #angularjs
[13:44:22] *** jandresen has joined #angularjs
[13:44:38] *** Burgerz has quit IRC
[13:44:40] *** jandresen has left #angularjs
[13:44:45] *** xdotcommer has joined #angularjs
[13:44:45] *** dopesong has joined #angularjs
[13:47:43] *** buzzedword has quit IRC
[13:48:28] *** senayar has joined #angularjs
[13:48:28] *** senayar has joined #angularjs
[13:48:55] *** nilsi has quit IRC
[13:48:58] *** ngbot has joined #angularjs
[13:48:58]
<ngbot> [angular.js] petebacondarwin pushed 2 new commits to master: http://git.io/vzYAG
[13:48:58] <ngbot> angular.js/master 25bc531 Peter Bacon Darwin: fix($compileProvider): remove the ability to set the `restrict` option on `component()` helper...
[13:48:59] <ngbot> angular.js/master 90975db Peter Bacon Darwin: feat($compileProvider): allow `component()` helper to copy over custom annotations...
[13:48:59] *** ngbot has left #angularjs
[13:52:10] *** yky_ has joined #angularjs
[13:52:37] *** ishi has quit IRC
[13:52:52] *** ali4ever4 has joined #angularjs
[13:55:44] *** riddle_ has joined #angularjs
[13:56:07] *** tangorri has joined #angularjs
[13:56:49] *** Razerglass has joined #angularjs
[13:57:32] *** yky_ has quit IRC
[13:57:40] *** marthinal has quit IRC
[13:58:45] *** heavyhorse has joined #angularjs
[14:00:25] *** tarnus has joined #angularjs
[14:02:25] *** dopesong has quit IRC
[14:03:12] *** eshlox has quit IRC
[14:03:19] *** plutoniix has joined #angularjs
[14:03:22] *** riddle_ has quit IRC
[14:03:35] *** heavyhorse has quit IRC
[14:04:04] *** sbasso has joined #angularjs
[14:04:08] *** rchavik_ has quit IRC
[14:04:38] *** Cokeee has quit IRC
[14:04:39] *** Guest625 has joined #angularjs
[14:04:49] *** dopesong has joined #angularjs
[14:04:50] *** Sayuj has quit IRC
[14:05:15] *** Rou has joined #angularjs
[14:05:53] *** fixl has quit IRC
[14:07:14] <Guest625> Hey guys I need some help with angular and ng-include
[14:07:48] *** quakephil has joined #angularjs
[14:07:53] <Guest625> I'm including some html in my page. But if I do it through ng-include the css style breaks. If I copy and paste the same code in the same spot i put the ng-include everythings works fine
[14:07:57] <Guest625> do you know why?
[14:08:35] *** VeeWee has quit IRC
[14:09:20] *** fknop has joined #angularjs
[14:12:18] *** archon- has quit IRC
[14:13:05] *** ahaeger has quit IRC
[14:15:00] *** spriz has quit IRC
[14:15:30] *** max_dev has quit IRC
[14:15:42] *** spriz has joined #angularjs
[14:15:46] *** fknop has quit IRC
[14:15:47] *** eshlox has joined #angularjs
[14:15:47] *** eshlox has joined #angularjs
[14:15:48] *** Cokee has joined #angularjs
[14:15:49] *** ste_ has joined #angularjs
[14:15:50] *** uday has joined #angularjs
[14:15:51] <ilhami> hey
[14:15:51] <ilhami> anyone here?
[14:15:52] *** archon-_ has joined #angularjs
[14:15:53] <yozilla_> no
[14:15:53] <uday> hi
[14:15:54] *** Guest625 has quit IRC
[14:15:54] <uday> i need angular 2 tutorial
[14:15:55] *** pimlu has quit IRC
[14:15:56] *** uday has quit IRC
[14:15:56] *** morissette has joined #angularjs
[14:15:56] *** max_dev_ has joined #angularjs
[14:16:15] *** buzzedword has joined #angularjs
[14:16:40] *** jieryn has joined #angularjs
[14:16:41] <ilhami> hi
[14:16:58] *** ahaeger has joined #angularjs
[14:17:04] <ilhami> aah he left
[14:17:29] *** dopesong has quit IRC
[14:17:30] *** pimlu has joined #angularjs
[14:18:02] *** Vladimir_ has quit IRC
[14:20:22] *** dopesong has joined #angularjs
[14:20:39] *** eshlox has quit IRC
[14:21:25] *** tbo_ has joined #angularjs
[14:21:32] *** buzzedword has quit IRC
[14:21:41] *** D-Boy has quit IRC
[14:22:11] *** mischat has joined #angularjs
[14:24:23] *** mischat has quit IRC
[14:24:58] *** mellernoia has quit IRC
[14:25:48] *** mischat has joined #angularjs
[14:25:57] *** pbgc has quit IRC
[14:26:02] <ali4ever4> Is there a way to know updated rows in angular UI grid ?
[14:26:48] *** DJDelusional has joined #angularjs
[14:28:42] *** dopesong has quit IRC
[14:29:06] *** mischat_ has joined #angularjs
[14:29:35] *** sigurding has quit IRC
[14:29:46] *** ste_ has quit IRC
[14:30:02] *** CanyonMan has joined #angularjs
[14:30:03] *** mellernoia has joined #angularjs
[14:30:04] *** ahaeger has quit IRC
[14:30:37] *** mischat has quit IRC
[14:30:40] *** ahaeger has joined #angularjs
[14:30:59] *** ngbot has joined #angularjs
[14:31:00]
<ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/vzOLE
[14:31:00] <ngbot> angular.js/master 72b96ef David Rodenas Pico: refact(ngMock.$componentController): use $injector instead of adding new code to angular.min.js...
[14:31:00] *** ngbot has left #angularjs
[14:31:17] *** dopesong has joined #angularjs
[14:32:19] *** TyrfingMjolnir has quit IRC
[14:33:13] *** pimlu has quit IRC
[14:33:23] *** Kapil has joined #angularjs
[14:33:24] *** xdotcommer has quit IRC
[14:33:30] *** D-Boy has joined #angularjs
[14:33:31] *** sbasso has quit IRC
[14:33:45] <Kapil> hello
[14:34:43] *** Kapil has quit IRC
[14:35:58] *** Debnet`Work has joined #angularjs
[14:36:57] *** hank has joined #angularjs
[14:37:45] *** hank has left #angularjs
[14:38:45] *** Debnet`Laptop has joined #angularjs
[14:38:49] *** stfndk has joined #angularjs
[14:39:02] *** Debnet has quit IRC
[14:40:42] *** empyreany has joined #angularjs
[14:41:13] <ilhami> hello
[14:41:44] *** Debnet`Work has quit IRC
[14:42:05] *** tbrb has quit IRC
[14:42:05] *** tbrb has joined #angularjs
[14:43:12] *** trepatudo has quit IRC
[14:43:20] *** dopesong has quit IRC
[14:43:35] *** dopesong has joined #angularjs
[14:45:00] *** buzzedword has joined #angularjs
[14:45:09] *** dopesong has quit IRC
[14:45:46] *** sbasso has joined #angularjs
[14:46:25] *** dopesong has joined #angularjs
[14:46:42] *** iraj has joined #angularjs
[14:46:47] *** dszmaj has quit IRC
[14:46:49] *** encryptd_fractal has joined #angularjs
[14:47:35] *** dszmaj has joined #angularjs
[14:49:19] *** pbgc has joined #angularjs
[14:51:02] *** TyrfingMjolnir has joined #angularjs
[14:51:43] *** sz332 has left #angularjs
[14:52:43] *** buzzedword has quit IRC
[14:54:20] *** trepatudo has joined #angularjs
[14:54:21] *** edrocks has quit IRC
[14:54:31] *** edrocks has joined #angularjs
[14:55:44] *** sbasso has quit IRC
[14:56:13] *** miqui has joined #angularjs
[14:57:13] *** smccarthy has quit IRC
[14:57:45] *** abhi has joined #angularjs
[14:58:27] *** marthinal has joined #angularjs
[14:59:29] *** heavyhorse has joined #angularjs
[15:01:44] *** Misere has joined #angularjs
[15:03:37] *** smccarthy has joined #angularjs
[15:04:23] *** heavyhorse has quit IRC
[15:04:27] <CanyonMan> Why does my system.js bundle need traceur if everythign that went into it has already been compiled with babel?
[15:05:18] *** abhi has quit IRC
[15:05:41] *** ASTP001_ has quit IRC
[15:05:59] *** walden|afk is now known as walden
[15:06:23] *** itaipu has quit IRC
[15:06:30] *** Misere has quit IRC
[15:07:39] *** smccarthy has quit IRC
[15:08:02] *** trepatudo has quit IRC
[15:08:39] *** zeezey has joined #angularjs
[15:08:46] *** dopesong has quit IRC
[15:08:56] *** dopesong has joined #angularjs
[15:09:51] *** trepatudo has joined #angularjs
[15:09:54] *** Marek123 has joined #angularjs
[15:10:28] *** tarsir has joined #angularjs
[15:11:46] *** mary5030 has joined #angularjs
[15:11:50] *** randomdoude has joined #angularjs
[15:12:24] <icebox> CanyonMan: do you mean you set transpiler: 'babel' and it uses traceur?
[15:12:25] *** buzzedword has joined #angularjs
[15:12:58] <CanyonMan> Let me make a pastebin one sec
[15:13:05] *** Poeticode has joined #angularjs
[15:13:32] *** ASTP001 has joined #angularjs
[15:14:00] *** EdwardIII has left #angularjs
[15:15:05] <CanyonMan> So what I'm trying to do is get all the vendor supplied dependencies into vendors.js
[15:15:14] *** nmpribeiro has joined #angularjs
[15:15:19] <CanyonMan> That part seems to work, I get a big vendors.js file with lots of System.registerDynamic( ... ) inside it
[15:15:34] *** sigurding has joined #angularjs
[15:15:57] <nmpribeiro> hi. anyone knows how to combine $translate and $state params in ui-router?
[15:16:13] <nmpribeiro> all my tries have be a complete failure
[15:16:15] <icebox> CanyonMan: when do you see traceur?
[15:17:14]
<CanyonMan> When I go to load the app, in the browser I see: "GET http://localhost:9000/babel.js" or traceur.js (depending on the system.config 'transpiler' option) 404 Not Found
[15:17:25] *** buzzedword has quit IRC
[15:17:30] <CanyonMan> when really, I don't think I want EITHER of those things... but you can't set transpiler 'none' or null or anything (I tried)
[15:17:59] <CanyonMan> I think I'm missing something very fundamental about the workflow here
[15:18:49] <icebox> CanyonMan: yep... I understand you need to load only vendor script (because it is compiled in the build workflow)
[15:18:56] *** miqid has joined #angularjs
[15:19:00] *** dopesong has quit IRC
[15:19:19] <CanyonMan> Yeah, because I'm planning to make a separate bundle for all.js (my app.js plus all my directives services etc)
[15:19:21] <CanyonMan> that's my plan anyway
[15:19:51] <CanyonMan> This should all be possible WITHOUT having to have a transpiler loaded on the browser, shouldn't it?
[15:20:04] <icebox> CanyonMan: yep
[15:20:37] <CanyonMan> If I don't use the bundle AT ALL, them it seems to work without babel etc
[15:20:45] *** kborchers has joined #angularjs
[15:20:51] <CanyonMan> well or does it
[15:21:02] <CanyonMan> let me test that
[15:21:38] <icebox> CanyonMan: basically you have system.js and vendor.js, standard es5 scripts :)
[15:21:43] *** dopesong has joined #angularjs
[15:22:30] <CanyonMan> yeah. So why then does it think it needs a t ranspiler?
[15:22:52] *** coderzm has joined #angularjs
[15:23:03] <icebox> CanyonMan: because it works in that way... it doesn't understand the code, if es5, es6 or something else
[15:23:23] <icebox> CanyonMan: if es5, it transpiles again to es5
[15:23:34] *** zz_dimtruck is now known as dimtruck
[15:26:12] *** ste has joined #angularjs
[15:26:36] *** ste is now known as Guest58946
[15:26:45] *** skyx__ has quit IRC
[15:27:47] *** Cokeee has joined #angularjs
[15:28:41] <CanyonMan> icebox: oh so it ALWAYS needs it? oh
[15:28:47] <CanyonMan> I figured out why it worked BEFORE
[15:29:06] <CanyonMan> it worked because it WAS loading babel.js I just didn't notice it because it was doing so with a fetch, not a <script>
[15:29:28] *** buzzedword has joined #angularjs
[15:29:44] *** tarsir has quit IRC
[15:30:15] *** Guest58946 has quit IRC
[15:30:29] *** thirdknife has quit IRC
[15:30:46] *** Cokee has quit IRC
[15:31:17] <CanyonMan> icebox: on the browser side do you think it matters if I use babel vs. traceur?
[15:31:24] *** pimpin has quit IRC
[15:31:36] *** b_man has joined #angularjs
[15:31:54] *** papastepan has joined #angularjs
[15:31:55] <icebox> CanyonMan: no
[15:32:08] <papastepan> hi all
[15:32:09] <icebox> CanyonMan: from a pure machine point of view
[15:32:27] <CanyonMan> This is all making me fret
[15:32:42] <CanyonMan> What is it doing to startup time to have to have babel or traceur have to look at all this code after the browser loads it?
[15:33:02] *** pimlu has joined #angularjs
[15:33:04] <icebox> CanyonMan: sorry?
[15:33:16] <CanyonMan> And if it's compiling all the es6 to es5 on the browser side anyway, then why am I also calling babel in my gulp file ?
[15:33:37] <icebox> CanyonMan: build time vs. runtime
[15:33:48] <CanyonMan> I want to compile at build time
[15:33:58] <CanyonMan> but I want everything merged into one file
[15:33:59] <icebox> CanyonMan: up to you
[15:34:21] *** dimtruck is now known as zz_dimtruck
[15:34:26] <icebox> kakashiAL: no private messages, please
[15:34:35] *** ASTP001 has quit IRC
[15:35:03] *** ASTP001 has joined #angularjs
[15:35:14] <CanyonMan> So I can gulp.src(path.src).pipe(babel).pipe(concat()).pipe(gulp.dest) blah blah blah ... and that gets all of *my* stuff into one file
[15:35:14] *** Perseus0 has quit IRC
[15:35:17] *** zeezey has quit IRC
[15:35:32] *** moep has quit IRC
[15:35:40] <icebox> CanyonMan: I think so
[15:35:57] *** moep has joined #angularjs
[15:36:02] <CanyonMan> But what do I do about vendor libs then? I still need them put into System.registerDynamic() modules
[15:36:43] *** Germanaz0 has quit IRC
[15:36:54] *** papastepan has quit IRC
[15:36:56] <kakashiAL> icebox: my directive only works if my template is cached or if I visite it once, leave the template and visite it again
[15:36:57] *** nmpribeiro has quit IRC
[15:36:58] <kakashiAL> maybe you know a solution to this problem, in that case I dont have to do that templateCaching stuff
[15:36:59] <icebox> CanyonMan: don't confuse loader and transpiler
[15:37:44] *** nmpribeiro has joined #angularjs
[15:38:10] <icebox> CanyonMan: you need to figure out when to do something with a tool :)
[15:38:48] <icebox> CanyonMan: some tool offers a few overlapping features (loader and transpiler)
[15:39:02] *** pimlu has quit IRC
[15:39:08] <kakashiAL> icebox: any idea?
[15:39:38] *** diegoaguilar has joined #angularjs
[15:39:40] <senayar> kakashiAL: templateUrl will put your html template into templateCache
[15:40:02] *** dopesong has quit IRC
[15:40:21] *** ASTP001 has joined #angularjs
[15:40:23] <senayar> templateCache used in directive prevent this and put it auto in templateCache so on the first hit your template is already in cache
[15:40:29] <dan2k3k4> any front-end related / UX channels? or should I ask in here (it's slightly related to angular anyway)
[15:40:29] <kakashiAL> senayar: whats about a partial that you import with ng-include?
[15:40:43] *** pimpin has joined #angularjs
[15:40:46] <icebox> dan2k3k4: go ahead
[15:41:30] *** Bloomer has joined #angularjs
[15:41:42] *** Zim has joined #angularjs
[15:42:03] *** dopesong has joined #angularjs
[15:42:06] *** Zim is now known as Guest17727
[15:42:11] <dan2k3k4> I'm using ui-grid to display members with a few fields (name/email/registered on etc.) but the last field is Access Type (or Status) - and that can be pending, rejected, accepted, email_confirm for each stage: email_confirm being the member hasn't yet confirmed his email (so I use btn-default)
[15:42:27] <dan2k3k4> reject - btn-danger, accept btn-success class etc.
[15:42:29] *** Z00t has joined #angularjs
[15:43:21] <dan2k3k4> anyway, the admin needs to be able to switch between reject/accept so he could click that field and choose if he wants to accept or reject the member - but unsure on best way to code it
[15:43:34] <dan2k3k4> or how it should look :/
[15:43:40] <CanyonMan> I guess I'm going to use traceur on the browser side because I can't figure out which babel to use, there's a lot of babel.js files in my node_modules and they are all tiny.
[15:43:44] *** smccarthy has joined #angularjs
[15:43:45] <icebox> dan2k3k4: I understand you need a double check validation
[15:44:20] <dan2k3k4> at the moment, it's ng-if ~5 times to show the access type (Accepted with green class background, Rejected with red background etc.)
[15:44:40] *** pbgc has quit IRC
[15:44:50] *** Danielyan has quit IRC
[15:44:53] <icebox> dan2k3k4: a sort of toggle, cycling on the five states
[15:45:01] <dan2k3k4> icebox well sort of - the admins have to validate accounts to approve/reject [school admin has to say whether this student was really one of his students or not]
[15:45:14] <icebox> dan2k3k4: it seems ok to me
[15:45:21] *** nilsi has joined #angularjs
[15:45:37] *** zigzagzig has joined #angularjs
[15:45:37] <icebox> dan2k3k4: what are your concerns?
[15:45:47] <dan2k3k4> where to put the button / how to code it
[15:45:57] *** Guest17727 has quit IRC
[15:46:06] <dan2k3k4> we would need to manage bulk select too - so there'd be buttons outside grid to handle that
[15:46:24] <dan2k3k4> however for a single person - it would be easier to just click on that row and click Accept or Reject
[15:46:24] *** Mattch has quit IRC
[15:46:31] *** CAPITANOOO has joined #angularjs
[15:47:03] *** jr3 has joined #angularjs
[15:47:06] *** zeioth has joined #angularjs
[15:47:20] *** Mattch has joined #angularjs
[15:47:52] *** Mattch has quit IRC
[15:48:17] <kegster> anyone here use ui-grid? getting an error: "Uncaught SyntaxError: Unexpected token ILLEGAL @ ui-grid.css:5" and it's causing all the css to not render. any ideas?
[15:48:19] *** plekplek has quit IRC
[15:48:27] *** Mattch has joined #angularjs
[15:48:43] *** zeezey has joined #angularjs
[15:48:49] <icebox> dan2k3k4: ok... you can have both... in the row as you said... for the bulk, outside the grid (I suppose on the right) there is a combo with the five states and close to it a button... the user chooses a state and confirms with the button the bulk changes
[15:49:12] <icebox> dan2k3k4: like a checkbox applying to all rows
[15:49:19] *** Marek123 has quit IRC
[15:49:36] *** metame has joined #angularjs
[15:49:53] *** jonno11 has joined #angularjs
[15:49:57] <icebox> dan2k3k4: does it make sense?
[15:50:05] *** Z3R0 has joined #angularjs
[15:50:10] *** Daerist` has joined #angularjs
[15:50:24] *** nilsi has quit IRC
[15:50:41] *** rossk has joined #angularjs
[15:51:10] *** dman777_alter has joined #angularjs
[15:51:33] <dan2k3k4> icebox here's what it currently looks like:
[15:51:48] <dan2k3k4> I'll probably change the registered date format display later on
[15:51:56] <icebox> dan2k3k4: yep... I imagined that :)
[15:52:40] <dan2k3k4> and filter uses ng-change and filters on first / last / email - although it uses regex (copied the ui-grid single filter example) but noticed if I type just \ it gives console error
[15:52:53] *** diosney has quit IRC
[15:53:04] *** diosney has joined #angularjs
[15:53:07] <dan2k3k4> so the Access Type - I guess I could split into 2
[15:53:23] *** fscala has quit IRC
[15:53:52] *** yky_ has joined #angularjs
[15:53:59] <dan2k3k4> first half shows the actual/current status, then second part would show the buttons [ Accept / Reject / Potential ] -> potential is only for superAdmins and not for schoolAdmins so might not deal with it now
[15:54:00] <icebox> dan2k3k4: why splitting?
[15:54:22] <icebox> dan2k3k4: it may be a cycle click
[15:54:38] <dan2k3k4> as in click on rejected and it'll be accepted ?
[15:54:57] *** DJDelusional has quit IRC
[15:55:09] <icebox> dan2k3k4: yes... and I would change the background to warn that cell is changed
[15:55:17] *** Germanaz0 has joined #angularjs
[15:55:17] <dan2k3k4> hmm thing is - if it is really 'reject -> accept or vice versa' - an email would need to be sent out, and we'd want a popup to display to be sure the admin really wants to reject someone
[15:55:31] *** thebastl has joined #angularjs
[15:55:35] <nmpribeiro> how can I only change my url address? I need to understand how can I conceptualize what I need to do...
[15:55:41] <icebox> dan2k3k4: you need a button to confirm the changes
[15:55:49] *** arete74 has joined #angularjs
[15:56:06] <dan2k3k4> like a SAVE/UPDATE button ?
[15:56:13] <icebox> dan2k3k4: like that
[15:56:16] *** sssilver has quit IRC
[15:56:40] *** fscala has joined #angularjs
[15:56:57] <icebox> dan2k3k4: and it would be nice filtering the table with only the changes with a double confirmation... changes -> filter -> confirm
[15:57:17] <dan2k3k4> hmm yeah I see what you mean, I'll see if ui-grid handles whether something has been edited so I can change the background to orange [and would need to figure out how to filter access to all rejects or all potential etc. from drop down]
[15:57:37] <dan2k3k4> like in the popup icebox ?
[15:57:38] <icebox> dan2k3k4: of course, imho :)
[15:57:45] *** guilbep has quit IRC
[15:57:54] <icebox> dan2k3k4: feasible
[15:57:56] <dan2k3k4> anyone used ui-grid to filter via drop down ?
[15:58:01] *** joroci has quit IRC
[15:58:03] *** CAPITANOOO has quit IRC
[15:58:04] *** yky_ has quit IRC
[15:58:11] <icebox> dan2k3k4: but you know, popups are evil
[15:58:30] <dan2k3k4> even swal?
[15:58:32] *** rho has joined #angularjs
[15:58:32] *** rho has joined #angularjs
[15:58:40] <dan2k3k4> (sweet-alerts)
[15:58:52] <dan2k3k4> or bootstrap modals
[15:58:59] *** ahaeger has quit IRC
[15:59:00] *** joroci has joined #angularjs
[15:59:12] *** itaipu has joined #angularjs
[15:59:12] <icebox> dan2k3k4: better toastr
[15:59:13] <dan2k3k4> or I guess I could just hide the grid and show the update/warning like a new page
[15:59:21] *** dopesong has quit IRC
[15:59:32] <icebox> dan2k3k4: you know, modal is not a good things for ux
[16:00:09] <senayar> marketing love modals and popin(s)
[16:00:16] *** heavyhorse has joined #angularjs
[16:00:22] <icebox> senayar: yep :)
[16:00:31] *** macabre has joined #angularjs
[16:00:39] <dan2k3k4> senayar heh probably why it was marketing asking for popup/modals -_-
[16:00:46] <icebox> senayar: only because they are lay to design the right process
[16:00:51] *** dopesong has joined #angularjs
[16:00:54] <senayar> whooooaaa they add an effect to display a new window over another one
[16:00:54] *** tesarek has joined #angularjs
[16:00:55] <icebox> senayar: *lazy
[16:00:55] *** beakman has joined #angularjs
[16:00:56] <senayar> congratz
[16:01:07] *** jonno11 has quit IRC
[16:01:13] *** rscata has quit IRC
[16:01:31] <senayar> dan2k3k4: same for us where I work :)
[16:01:48] <dan2k3k4> maybe we work together? :p
[16:02:03] *** pbgc has joined #angularjs
[16:02:19] *** tarsir has joined #angularjs
[16:02:29] <senayar> same feature three display : one with modal, one full page, one with two steps tabs form
[16:02:37] <senayar> hehe dan2k3k4 maybe :)
[16:02:41] *** ste has joined #angularjs
[16:02:43] <icebox> wizard! :)
[16:03:04] *** ste is now known as Guest61444
[16:03:50] *** jrist has quit IRC
[16:03:56] <senayar> of course using 2 different web services who respond with different object name references
[16:03:57] <senayar> :p
[16:04:35] *** heavyhorse has quit IRC
[16:04:52] *** chairmanmow has joined #angularjs
[16:06:18] *** cmosguy has joined #angularjs
[16:06:51] <ali4ever4> Hi,Is there a way to know updated rows in angular UI grid ?
[16:07:20] *** marthinal has quit IRC
[16:07:23] <dan2k3k4> :o roughly same question
[16:07:26] *** Tmo_ has joined #angularjs
[16:08:18] *** deeb has joined #angularjs
[16:08:50] *** tarsir has quit IRC
[16:09:38] *** PiotrekR has quit IRC
[16:09:47] *** chairmanmow has quit IRC
[16:10:09] <ali4ever4> So got a way for doing so ? Would you share please dan2k3k4
[16:11:11] <icebox> with grid events
[16:11:29] *** cvanball has joined #angularjs
[16:11:37] <dan2k3k4> ali4ever4 not yet - still behind you - need to get one column to be editable and it has to use a select/drop-down list of values [and then set that 1 column with a filter by select] - there's gitter chat though in case you didn't come across it yet
[16:11:43] <CanyonMan> icebox: thanks, let me read that
[16:11:52] *** kuadrosx has joined #angularjs
[16:12:04] *** tarsir has joined #angularjs
[16:12:16] *** ahaeger has joined #angularjs
[16:13:24] *** nikhil360 has joined #angularjs
[16:13:57] *** samcfc has joined #angularjs
[16:13:57] <dan2k3k4> hmm thanks icebox
[16:14:03] <samcfc> hi there
[16:14:27] <samcfc> hi icebox in particular
[16:14:35] <icebox> samcfc: hey
[16:14:41] <ali4ever4> dan2k3k4: looks like I will have hard time as well cause I promised the client that as well the drop down I thought it will be straight forward , in fact I went a level up and promised typeahead as well :D I guess I will not have weekend this week :p
[16:14:57] <ali4ever4> Thanks icebox
[16:15:13] <dan2k3k4> icebox hmm I guess I can just replace $scope with vm ?
[16:15:18] *** jrist has joined #angularjs
[16:15:43] <samcfc> anyone of yours have a thought about what might be the most advaanced and intuitive drag drop form builder?
[16:15:48] *** will____ has joined #angularjs
[16:15:54] <icebox> dan2k3k4: yep... if you are using controller as syntax and var vm = this in the controller :)
[16:16:04] <will____> hello :)
[16:16:14] <icebox> samcfc: dragula
[16:16:16] *** iateadonut has quit IRC
[16:16:24] *** jrist has quit IRC
[16:16:44] *** speeddra_ has joined #angularjs
[16:16:54] *** leolrrj has quit IRC
[16:17:02] <icebox> samcfc: do you mean to design a form?
[16:17:08] *** jrist has joined #angularjs
[16:17:09] *** leolrrj has joined #angularjs
[16:17:14] <dan2k3k4> icebox in the ui-grid.js it defines publicApi object with:
[16:17:19] <dan2k3k4> rowSelectionChangedBatch: function (scope, rows, evt) {
[16:17:26] <dan2k3k4> but it's empty ? {};
[16:17:35] <samcfc> you know
[16:17:36] <dan2k3k4> and isn't called anywhere else
[16:17:39] <samcfc> like angular form for
[16:17:44] *** amdi_ has joined #angularjs
[16:17:47] <samcfc> droppint textflied
[16:17:54] <samcfc> dropping integer field
[16:17:57] <samcfc> sorting them
[16:18:06] <samcfc> defin form metedata
[16:18:19] <samcfc> date field, image field
[16:18:21] *** bayousoft has joined #angularjs
[16:18:22] <icebox> samcfc: are you developing that tools?
[16:18:24] <samcfc> and so on
[16:18:40] *** u0m3 has joined #angularjs
[16:18:57] <samcfc> there are solutions out there, but not really miiting my needs
[16:19:03] *** speeddragon has quit IRC
[16:19:05] *** tarsir has quit IRC
[16:19:11] *** mven has joined #angularjs
[16:19:18] *** randomdoude has quit IRC
[16:19:46]
<will____> I've got an problem, I'm trying to inject dynamic html using $apply and nginclude inside that code, but I can't interpolate $index on ng-click, I wrote the whole problem here https://github.com/angular/angular.js/issues/13750 but they closed and tell me to go here :)
[16:19:47] *** dopesong has quit IRC
[16:19:49] *** tarsir has joined #angularjs
[16:20:02] <will____> can anyone help me?
[16:20:32] <CanyonMan> Icebox: I guess my question is: can you PRECOMPILE your es6 while using System.builder ?
[16:20:58] <icebox> CanyonMan: nice question and I think it is the correct one :)
[16:21:12] *** dopesong has joined #angularjs
[16:21:41] <icebox> CanyonMan: better.. if I compile the code in the build workflow, do I need System.builder?
[16:22:26] *** kam270 has quit IRC
[16:22:36] *** ziyadb has quit IRC
[16:22:44] <icebox> samcfc: really I don't like that approach
[16:22:55] *** dopesong has quit IRC
[16:23:10] *** dutis has quit IRC
[16:23:14] <icebox> samcfc: I mean, form builders help for the 50% of the work... but the rest is manual
[16:23:39] <icebox> samcfc: so... why do I need to add another layer of complexity?
[16:23:41] *** Ir1sh has joined #angularjs
[16:24:00] *** brollypop has quit IRC
[16:24:06] *** dopesong has joined #angularjs
[16:24:22] <icebox> samcfc: maybe there are use cases fitting in that approach
[16:24:26] <samcfc> to enable admin to define their own form to consult their own data stored in our GIS database
[16:24:40] *** VictorCL_ has joined #angularjs
[16:25:12] <samcfc> i mean user "admin"
[16:25:15] *** sbasso has joined #angularjs
[16:25:23] <icebox> samcfc: it is not a business requirements... it is a technical one...
[16:25:33] <ali4ever4> samcfc: I think coding the form with you hand will be more useful and more controllable
[16:25:49] <icebox> samcfc: I second ali4ever4 :)
[16:26:00] *** miqid has quit IRC
[16:26:01] <samcfc> i can code my own form
[16:26:04] <samcfc> but they cant
[16:26:14] <samcfc> they got 0 skill
[16:26:19] *** realies has quit IRC
[16:26:27] <samcfc> they are GIS administrators
[16:26:27] *** Helheim has joined #angularjs
[16:26:49] <icebox> samcfc: and why do they develop an app?
[16:27:17] <icebox> samcfc: maybe I don't understand the context
[16:27:35] <icebox> samcfc: or what are you asking for? :)
[16:27:38] <samcfc> it is not devlopping an app, it is about accessing through and agnostic app to their own data wxith form that they should define
[16:27:51] *** sixr420 has quit IRC
[16:28:16] <kegster> i'm having an issue with ui-grid default pagination showing up using the example code from the site ha
[16:28:16] <kegster> any ui-grid users here? :D
[16:28:22] <samcfc> i was juste asking if someone here has experienced with one of the 5 librairies on link below
[16:28:29] *** manu89 has joined #angularjs
[16:28:54] <icebox> will____: it seems you need to develop a directive
[16:28:56] *** Z00t has quit IRC
[16:29:04] <icebox> samcfc: ah ok
[16:29:05] *** tesarek has quit IRC
[16:29:12] <ali4ever4> samcfc: so you need to develop a screen where your user can select control and assign it to a data entry , wow that's complex
[16:29:36] <icebox> samcfc: no experience with those tools
[16:29:59] <samcfc> ali4ever4 : yes but it can be quite straight forward
[16:30:03] <samcfc> with some optimism !
[16:30:11] *** ansimation has quit IRC
[16:30:16] *** Daerist has quit IRC
[16:30:21] *** realies has joined #angularjs
[16:30:21] *** realies has joined #angularjs
[16:30:31] <ali4ever4> samcfc: good luck can't help on this at all
[16:30:40] *** Daerist` is now known as Daerist
[16:30:41] *** dandaman has joined #angularjs
[16:31:29] <manu89> hi there, do you know by chance when will be released the stable version?
[16:31:37] *** Z00t has joined #angularjs
[16:31:38] *** jditto_ has joined #angularjs
[16:31:54] <dan2k3k4> icebox yeah I've browsed through it
[16:31:58] <will____> how can I contact a developer?
[16:31:59] <dan2k3k4> seems I need to use $scope for param
[16:32:25] <metame> will____: i think you just did
[16:32:34] <icebox> manu89: angular 1 rc or anbular 2 beta?
[16:32:51] *** j_ has joined #angularjs
[16:33:12] *** tarsir has quit IRC
[16:33:13] <kschlesselmann> How would I create an angular2 typescript component that can be installed via npm later on? IS there any official documention for that?
[16:33:16] *** zz_dimtruck is now known as dimtruck
[16:34:03] *** phrozensilver has joined #angularjs
[16:34:21] *** antpocas has joined #angularjs
[16:36:20] <antpocas> hi
[16:36:27] <antpocas> i'm having an angular2 issue
[16:36:37] <icebox> only one? :)
[16:36:41] <antpocas> haha
[16:36:42] *** sbasso has quit IRC
[16:36:46] <antpocas> so far :)
[16:36:46] <manu89> I'd use angular 2 for a new project, there is really not much around, What I need you are to use the SDK API pubnub , google map API , oauth2.0
[16:37:11] <antpocas> basically i have code that's essentially identical in two separate classes
[16:37:17] <antpocas> and in one it works fine
[16:37:23] <antpocas> and in the other it doesn't work at all
[16:37:38] <antpocas> it's resolving a promise fine in one class, and failing to do so in the other
[16:37:47] *** catuca has joined #angularjs
[16:38:06] *** tarsir has joined #angularjs
[16:38:14] *** bbankes_ has joined #angularjs
[16:38:18] *** ahaeger has quit IRC
[16:38:31] *** dopesong has quit IRC
[16:38:34] <antpocas> at least i think that's what's going on, because if I just pass my mock data directly it works fine
[16:38:51] *** Debnet`Work has joined #angularjs
[16:39:17] <icebox> manu89: 1.5 is a prudent choice
[16:39:35] *** diegoaguilar has quit IRC
[16:39:47] <icebox> antpocas: ah... so called quantistic code :)
[16:40:07] <manu89> yes, i think so
[16:40:14] *** dcherman has joined #angularjs
[16:40:19] <icebox> antpocas: now... we should imagine the code or you are so kind to provide a plunker :)
[16:40:20] *** tesarek has joined #angularjs
[16:40:28] <antpocas> just a sec :)
[16:41:04] *** dopesong has joined #angularjs
[16:41:07] <antpocas> although plunker doesn't seem like the best place to paste it as it probably won't work at all
[16:41:19] <manu89> 1.5 support will be present until 2018 right?
[16:41:29] <icebox> antpocas: ok... paste whare you want :)
[16:41:38] <icebox> manu89: why you say until 2018?
[16:41:48] <manu89> just rumors
[16:41:49] <icebox> manu89: presidential elections?
[16:42:12] <manu89> ahahah
[16:42:12] *** Bomber4Chats has joined #angularjs
[16:42:17] *** Debnet`Laptop has quit IRC
[16:42:39] <icebox> manu89: and for support what do you mean? it is open source
[16:43:29] <icebox> manu89: anyway if it was true, two years are an era in frontend domain :)
[16:43:37] *** comingsoontm has joined #angularjs
[16:43:52] *** sssilver has joined #angularjs
[16:43:58] *** catuca has quit IRC
[16:44:11] *** xylen_ has joined #angularjs
[16:44:13] *** Debnet`Work has quit IRC
[16:44:18] <antpocas> how the hell do i share a plunker
[16:44:43] <icebox> antpocas: you need to call Nasa :)
[16:44:54] <icebox> antpocas: no Nasa number... no support :)
[16:45:01] *** sbasso has joined #angularjs
[16:45:05] <antpocas> damn
[16:45:47] <icebox> antpocas: pastebin
[16:45:57] <icebox> antpocas: ro gist
[16:46:06] <manu89> anyway thank you icebox
[16:46:14] <icebox> manu89: you are welcome
[16:46:26] <antpocas> there you go
[16:46:37] <manu89> just a question are you a member of angular team?
[16:46:54] <icebox> antpocas: resolved... patients are died
[16:47:04] <manu89> just curiosity
[16:47:07] *** comingsoontm_ has quit IRC
[16:47:10] <antpocas> basically, in request-view getRequests() is working fine and doing what it's supposed to do
[16:47:17] <icebox> antpocas: that is alot of code... what do I should give a look at?
[16:47:20] <antpocas> and patient-view getPatient() is not working at all
[16:47:28] <icebox> manu89: no
[16:47:28] <kegster> everything i see online with ui-grid pagination issue are 3.0.0-RC issues, and those are beyond fixed.
[16:47:31] <antpocas> mock-data.ts is just the mock objects
[16:47:38] <icebox> manu89: only contributor
[16:47:50] <antpocas> data-service.ts is the data provider
[16:47:53] *** Perseus0 has joined #angularjs
[16:48:00] <antpocas> i don't think you need to look at those
[16:48:07] *** s has joined #angularjs
[16:48:08] <s> s
[16:48:15] *** s has quit IRC
[16:48:16] *** joroci has quit IRC
[16:48:18] <icebox> antpocas: the code fails in the tests?
[16:48:23] <manu89> i see.. bye!
[16:48:28] <antpocas> just the exported component classes
[16:48:35] *** manu89 has quit IRC
[16:48:40] *** conan_the_destro has quit IRC
[16:49:12] *** diegoaguilar has joined #angularjs
[16:49:13] <antpocas> icebox: the method that's failing is getPatient in the PatientViewComponent class
[16:49:21] *** LeDiegue has joined #angularjs
[16:49:50] <icebox> antpocas: (that paste service is evil)
[16:50:05] *** icfantv has joined #angularjs
[16:50:21] <antpocas> i was too lazy to open a proper paste bin :v
[16:50:33] <icebox> antpocas: what do you mean for "failing"?
[16:50:37] <Perseus0> on the console im getting a status error of 0 with data:null ... on the network im getting an 500 error
[16:51:20] <antpocas> i mean that the data from mock-data.ts (PATIENT) is not being passed to the patient attribute
[16:51:28] *** Pierce has joined #angularjs
[16:51:29] <Perseus0> what seems to be the problem for status error difference=
[16:51:30] <Perseus0> ?
[16:51:43] <antpocas> in PatientViewComponent
[16:51:59] *** sixr420 has joined #angularjs
[16:52:31] *** VictorCL_ has quit IRC
[16:52:49] <antpocas> if i replace the "return Promise.resolve(PATIENT);" with just "return PATIENT;" in data-service.ts and replace getPatient() with "this.patient = _dataService.getPatient();" it works fine
[16:52:50] *** Jammy_Work has joined #angularjs
[16:52:51] *** maximski has joined #angularjs
[16:52:57] <icebox> antpocas: I imagine you debugged it...
[16:53:05] *** Zalabinsky has joined #angularjs
[16:53:58] <antpocas> that's what i'm trying to do :v
[16:54:27] <icebox> antpocas: ok.. firstly do you see the http call in devtools network tab?
[16:54:31] <antpocas> front-end development is basically hell for me
[16:55:07] *** coderzm has quit IRC
[16:55:09] <icebox> antpocas: because I see where you resolve the promise... but not where you create the promise
[16:55:24] <antpocas> icebox: line 49
[16:55:39] <antpocas> isn't that it?
[16:55:43] <icebox> antpocas: no... there you resolve the promise
[16:55:49] *** Germanaz0 has quit IRC
[16:56:05] *** elsevero has quit IRC
[16:56:13] <antpocas> oh right
[16:56:13] *** Hammy_Work has quit IRC
[16:56:15] <icebox> antpocas: you try to resolve a promise with any promise... smart :)
[16:56:15] *** Bae has quit IRC
[16:56:23] <antpocas> line 84 then?
[16:56:28] *** Jardayn has joined #angularjs
[16:56:28] *** ziyadb has joined #angularjs
[16:56:53] *** j_mcnally has joined #angularjs
[16:56:54] <icebox> antpocas: no... that is the layer on the top of that
[16:57:24] <icebox> antpocas: indeed if you give a look at netwrok tab, I am afraid you don't see any call
[16:57:30] <Perseus0> hey bro icebox
[16:57:41] <icebox> antpocas: need to go... see you later
[16:57:44] <icebox> Perseus0: hey
[16:57:46] <antpocas> i just can't understand why the hell the method defined on line 115 works
[16:57:49] *** guilbep has joined #angularjs
[16:57:52] <antpocas> and the one on line 84 doesn't
[16:58:11] *** rhp has joined #angularjs
[16:58:20] <icebox> antpocas: with mock data it works
[16:58:46] <antpocas> icebox: the one on like 84 doesn't work with mock data though...
[16:58:51] <antpocas> *line
[16:59:05] <icebox> antpocas: really need to go
[16:59:11] <icebox> off bye
[16:59:12] <antpocas> thanks anyway :/
[16:59:13] *** donguston has joined #angularjs
[16:59:32] <antpocas> fuck i wanna go back to backend development
[16:59:34] *** dopesong has quit IRC
[16:59:48] *** dopesong has joined #angularjs
[17:00:14] *** kuadrosx has quit IRC
[17:00:38] *** icebox has quit IRC
[17:00:45] *** bayousoft has quit IRC
[17:00:57] *** heavyhorse has joined #angularjs
[17:00:57] *** Limarson has quit IRC
[17:01:18] *** j_ has quit IRC
[17:02:09] *** erve has joined #angularjs
[17:02:43] *** dopesong_ has joined #angularjs
[17:02:49] *** kuadrosx has joined #angularjs
[17:02:52] *** shinnya has joined #angularjs
[17:02:56] *** dopesong has quit IRC
[17:03:00] *** indenihilist has joined #angularjs
[17:03:18] *** asteele has joined #angularjs
[17:03:22] *** soee_ has quit IRC
[17:03:27] *** soee has quit IRC
[17:04:22] *** melter has joined #angularjs
[17:04:27] *** soee has joined #angularjs
[17:04:32] *** pimpin_ has joined #angularjs
[17:04:54] *** soee has quit IRC
[17:04:58] *** josdeha_rt has joined #angularjs
[17:05:10] *** Habakuk0815 has joined #angularjs
[17:05:14] *** zivester has joined #angularjs
[17:05:29] *** soee has joined #angularjs
[17:05:30] *** dopesong_ has quit IRC
[17:05:32] *** dopesong has joined #angularjs
[17:05:33] <Habakuk0815> Hey I looking for some explanation about the System.config
[17:05:40] *** heavyhorse has quit IRC
[17:05:46] *** soee_ has joined #angularjs
[17:05:58] *** chairmanmow has joined #angularjs
[17:06:38] *** erol has quit IRC
[17:06:46] *** pimpin has quit IRC
[17:07:05] *** aghiuru has joined #angularjs
[17:07:35] *** nanuko has joined #angularjs
[17:07:37] *** aghiuru__ has joined #angularjs
[17:07:48] *** george_v has quit IRC
[17:08:10] *** dopesong has quit IRC
[17:08:22] *** dopesong has joined #angularjs
[17:08:26] *** Habakuk0815 has quit IRC
[17:08:42] *** dopesong has quit IRC
[17:08:49] *** ycon_ has joined #angularjs
[17:09:03] *** ASTP001 has quit IRC
[17:09:23] *** ASTP001 has joined #angularjs
[17:09:45] *** zivester has quit IRC
[17:10:50] *** aghiuru_ has quit IRC
[17:11:24] <jlebrech> how does everyone here deploy their angularjs code?
[17:11:50] *** aghiuru has quit IRC
[17:12:35] <Perseus0> jlebrech: ftp
[17:13:28] <jlebrech> I currently do ssh + git pull but I also have a github webhook which is currently broken. i'm thinking capistrano or an alternative
[17:13:30] *** bayousoft has joined #angularjs
[17:14:46] *** whitenoise has joined #angularjs
[17:15:02] <whitenoise> how are folks using Angular front-ends dealing with MsgPack? Is there a handy dandy library for this?
[17:15:26] <icfantv> jlebrech: we use chef
[17:16:09] <icfantv> jlebrech: if you're deploying to multiple machines in multiple data centers - chef rocks
[17:16:18] *** tobachi has joined #angularjs
[17:16:26] *** Rou has quit IRC
[17:16:27] <icfantv> probably overkill for one or two machiens
[17:16:30] <jlebrech> icfantv: just the one for now
[17:16:39] <icfantv> yea, so probably overkill
[17:16:50] <jlebrech> one machine is hosting static html/js the other a rails backend
[17:16:59] <whitenoise> i would still automate it, actually.
[17:17:09] <whitenoise> i don't think automating is ever a waste, and it would prepare you for scaling out.
[17:17:11] <icfantv> oh, not saying you shouldn't automate it
[17:17:20] <icfantv> you could write something in ruby to do it
[17:17:34] <icfantv> a few jobs ago that's what we did
[17:17:42] <icfantv> that was also before chef…
[17:17:52] <whitenoise> yeah. i would just go ahead and use puppet/chef/ansible, except I would never start a new project in Puppet now.
[17:17:56] <jlebrech> yeah, i'm automating thats for sure. i was just doing it with a webhook but the app in the backend aint working that well
[17:17:57] *** nikhil360 has left #angularjs
[17:18:23] <picheli> Guys, anyone knows a good generator for AngularJS? I can't find a good one
[17:18:47] <whitenoise> has anyone been using MsgPack with AngularJS?
[17:19:23] *** mchammer has quit IRC
[17:19:47] *** erol has joined #angularjs
[17:20:24] *** mchammer has joined #angularjs
[17:20:42] <picheli> @jlebrech sorry, I mean AngularJS2
[17:20:52] *** benjamingr_ has joined #angularjs
[17:22:48] *** Z3R0 has quit IRC
[17:25:23] *** tobachi has quit IRC
[17:25:35] <dan2k3k4> ok I need to figure out for ui-grid: cellEditableCondition: function ($scope) { // TODO: get current cell value }
[17:25:39] *** erol has quit IRC
[17:26:56] *** tobachi has joined #angularjs
[17:26:58] *** phrozensilver has quit IRC
[17:27:52] *** ESpiney has joined #angularjs
[17:28:34] <dan2k3k4> hmm something aroudn $scope.row.entity.isActive
[17:28:49] *** ahaeger has joined #angularjs
[17:28:59] *** charuru has joined #angularjs
[17:29:09] *** ycon__ has joined #angularjs
[17:30:26] *** genta_boy has joined #angularjs
[17:30:59] *** ycon_ has quit IRC
[17:32:08] *** sonofdirt has joined #angularjs
[17:32:10] <picheli> senayar, thanks, I will test this one, i never saw this starter pack
[17:32:18] *** ASTP001 has quit IRC
[17:32:23] <senayar> it's not a generator :p
[17:33:00] *** Daerist has quit IRC
[17:33:15] *** Fusselwurm has quit IRC
[17:33:17] *** hefox has joined #angularjs
[17:33:20] <senayar> fox have his one too, but I don't remember the name
[17:34:32] *** ASTP001 has joined #angularjs
[17:35:33] <picheli> senayar, yeah, I noticed hahaha But is looking better then the others
[17:36:27] *** jenelizabeth has quit IRC
[17:37:07] *** ngbot has joined #angularjs
[17:37:08] <ngbot> angular.js/v1.4.x 512c081 Matias Niemelä: feat(ngMock): add support for `$animate.closeAndFlush()`...
[17:37:08] <ngbot> angular.js/v1.4.x 2fc954d Matias Niemelä: fix(ngAnimate): only copy over the animation options once...
[17:37:08] *** ngbot has left #angularjs
[17:37:53] *** thirdknife has joined #angularjs
[17:38:23] <senayar> at least he is up to date picheli :)
[17:38:52] *** ycon__ has quit IRC
[17:39:27] <picheli> senayar, and hava test! haha The others don't and same ones the typescript is compiled on the browser :'(
[17:39:37] <picheli> senayar, Have*
[17:39:46] *** Mounica has joined #angularjs
[17:40:06] *** aghiuru__ has quit IRC
[17:42:09] *** will____ has quit IRC
[17:43:16] *** aghiuru has joined #angularjs
[17:44:57] *** vpi has quit IRC
[17:45:53] *** DoctorDalek has left #angularjs
[17:46:08] *** nilsi has joined #angularjs
[17:46:51] *** mchammer has quit IRC
[17:49:02] <dan2k3k4> cellEdit done but now to figure out what to do with afterCellEdit: function... so that after edit, I show it as orange row - until saved
[17:49:14] *** thirdknife has quit IRC
[17:49:35] *** Hounddog has quit IRC
[17:50:16] *** nmpribeiro has quit IRC
[17:50:34] *** mischat has joined #angularjs
[17:51:04] *** mchammer has joined #angularjs
[17:51:22] *** nilsi has quit IRC
[17:51:47] *** Poeticode1 has joined #angularjs
[17:52:38] *** Poeticode has quit IRC
[17:53:35] *** mischat_ has quit IRC
[17:53:51] *** mchammer has quit IRC
[17:54:41] *** bbtech has joined #angularjs
[17:55:15] *** davi has joined #angularjs
[17:55:16] *** davi has joined #angularjs
[17:55:17] *** ASTP001 has quit IRC
[17:55:48] *** bradjones has quit IRC
[17:55:53] *** Leon has quit IRC
[17:56:12] *** ddelrio1986 has joined #angularjs
[17:56:30] *** ASTP001 has joined #angularjs
[17:56:52] *** ddelrio1986 has quit IRC
[17:57:12] *** ddelrio1986 has joined #angularjs
[17:58:13] *** coaster has joined #angularjs
[17:58:24] *** bradjones has joined #angularjs
[17:58:25] *** bradjones has joined #angularjs
[18:00:07] *** mischat_ has joined #angularjs
[18:00:07] *** ilhami has quit IRC
[18:00:18] *** maximski has quit IRC
[18:00:45] *** thebastl has quit IRC
[18:01:47] *** heavyhorse has joined #angularjs
[18:03:10] *** mischat has quit IRC
[18:03:19] *** tomfriedhof has joined #angularjs
[18:03:55] *** ilmgb_ has quit IRC
[18:04:04] *** tarsir has quit IRC
[18:04:24] *** ilmgb has joined #angularjs
[18:06:06] *** heavyhorse has quit IRC
[18:06:57] *** guilbep has quit IRC
[18:07:29] *** dopesong has joined #angularjs
[18:07:47] *** deez79 has joined #angularjs
[18:07:54] *** mrjmd has joined #angularjs
[18:08:26] *** ilmgb has quit IRC
[18:08:28] *** dantix has quit IRC
[18:09:43] *** cigarshark has joined #angularjs
[18:10:14] *** step1step2 has quit IRC
[18:10:34] *** schneider has joined #angularjs
[18:11:20] *** senayar has quit IRC
[18:11:48] *** phelix has joined #angularjs
[18:12:11] *** dopesong has quit IRC
[18:12:24] *** j_mcnally has quit IRC
[18:12:33] *** j_mcnally has joined #angularjs
[18:12:34]
<phelix> I am trying to use a removeClass in a controller and it doesn't seem to be working. Could it be possible that its because its trying to run before the directive adds the HTML or something is out of order? Here is the contents of my file. http://pastie.org/10685892
[18:13:03] *** ansimation has joined #angularjs
[18:13:39] *** dopesong has joined #angularjs
[18:14:06] *** jenelizabeth_ has joined #angularjs
[18:14:16] *** mischat has joined #angularjs
[18:14:52] <kegster> anyone using ui-grid here? lol
[18:15:37] *** petaniweb has joined #angularjs
[18:15:55] <petaniweb> halloo
[18:16:26] *** regedit_ has joined #angularjs
[18:16:35] *** svycka has quit IRC
[18:16:46] *** thirdknife has joined #angularjs
[18:16:49] *** dan2k3k4 has quit IRC
[18:17:07] *** dcherman has quit IRC
[18:17:14] *** dcherman has joined #angularjs
[18:17:25] *** vytautas_ has quit IRC
[18:17:46] <petaniweb> hello
[18:18:07] *** mischat_ has quit IRC
[18:18:36] *** comingsoontm_ has joined #angularjs
[18:19:14] *** ahaeger has quit IRC
[18:20:17] *** ASTP001 has quit IRC
[18:20:33] *** petaniweb has quit IRC
[18:20:39] *** ASTP001 has joined #angularjs
[18:21:34] *** comingsoontm has quit IRC
[18:22:31] *** aghiuru_ has joined #angularjs
[18:22:42] *** tbo_ has quit IRC
[18:23:12] *** mischat has quit IRC
[18:23:12] *** tesarek has quit IRC
[18:23:28] *** tangorri has quit IRC
[18:23:48] *** tobias47n9e_ has joined #angularjs
[18:23:48] *** Pierce has quit IRC
[18:25:28] *** tobachi has quit IRC
[18:25:37] *** phrozensilver has joined #angularjs
[18:25:55] *** yozilla_ has quit IRC
[18:25:56] *** aghiuru has quit IRC
[18:26:22] *** phrozensilver has quit IRC
[18:26:34] *** aghiuru has joined #angularjs
[18:26:35] *** Tmo_ has quit IRC
[18:27:02] *** tobias47n9e__ has quit IRC
[18:27:07] *** Germanaz0 has joined #angularjs
[18:27:29] *** phrozensilver has joined #angularjs
[18:28:03] *** Rou has joined #angularjs
[18:28:11] *** phrozensilver has joined #angularjs
[18:28:29] *** phrozensilver has quit IRC
[18:28:34] *** OtherAllan has joined #angularjs
[18:28:55] *** macobo has joined #angularjs
[18:29:01] *** pimpin_ has quit IRC
[18:29:46] *** aghiuru_ has quit IRC
[18:29:47] *** j_mcnally has quit IRC
[18:30:03] *** k1ng4400 has joined #angularjs
[18:30:03] *** k1ng4400 has joined #angularjs
[18:30:21] *** phrozensilver has joined #angularjs
[18:30:47] *** cyan__ has joined #angularjs
[18:30:55] *** kam270 has joined #angularjs
[18:30:57] *** morissette has quit IRC
[18:31:28] *** ansimation has quit IRC
[18:31:28] *** ansimation has joined #angularjs
[18:31:40] *** kam270 has quit IRC
[18:32:18] *** kam270 has joined #angularjs
[18:33:14] *** kam270 has quit IRC
[18:33:45] *** kam270 has joined #angularjs
[18:33:56] *** k1ng440 has quit IRC
[18:34:15] *** kk_drop has quit IRC
[18:34:33] *** Mounica has quit IRC
[18:34:47] *** kam270 has quit IRC
[18:35:19] *** kam270 has joined #angularjs
[18:36:07] *** step1step2 has joined #angularjs
[18:36:25] *** kam270 has quit IRC
[18:36:57] *** kam270 has joined #angularjs
[18:37:08] *** phrozensilver has quit IRC
[18:37:26] *** stevenroose has quit IRC
[18:37:39] *** stevenroose has joined #angularjs
[18:37:43] *** sixr420 has quit IRC
[18:37:54] *** kam270 has quit IRC
[18:38:07] *** sixr420 has joined #angularjs
[18:38:27] *** kam270 has joined #angularjs
[18:38:30] *** stevenroose has quit IRC
[18:39:29] *** kam270 has quit IRC
[18:39:46] *** Mounica has joined #angularjs
[18:40:52] *** punknroll has quit IRC
[18:41:14] <picheli> phelix, man, you can't use ng-class?
[18:42:41] *** conan_the_destro has joined #angularjs
[18:43:23] *** gambl0re has joined #angularjs
[18:43:29] *** ASTP001 has quit IRC
[18:43:36] *** comingsoontm_ has quit IRC
[18:43:48] *** ASTP001 has joined #angularjs
[18:43:55] *** Bomber4Chats has quit IRC
[18:44:14] *** jamesch has quit IRC
[18:44:21] *** dromar56 has quit IRC
[18:44:40] *** Sky[x] has joined #angularjs
[18:44:42] <picheli> phelix, answering your question, its not working beacause the template its not rederized yet, so the elemente its no there when you use the removeClass, if you put a setTimeout should work. But this is no the "pretty" way, its better use ngClass
[18:45:29] <Perseus0> wrong window -.- soz
[18:45:45] *** GeekJon has quit IRC
[18:46:04] *** GeekJon has joined #angularjs
[18:47:28] *** Aliks has joined #angularjs
[18:47:50] *** zigzagzig has quit IRC
[18:48:16] *** Aliks has quit IRC
[18:48:26] *** itaipu has quit IRC
[18:48:45] *** cotko has quit IRC
[18:48:57] *** tesarek has joined #angularjs
[18:49:00] *** bayousoft has quit IRC
[18:49:03] *** randomdoude has joined #angularjs
[18:50:07] *** tesarek has quit IRC
[18:50:37] *** ryanpotternz has quit IRC
[18:51:27] *** bbtech has quit IRC
[18:51:48] *** sergey_ has joined #angularjs
[18:53:46] *** squeakytoy2 has joined #angularjs
[18:54:02] *** aghiuru_ has joined #angularjs
[18:54:51] *** sbasso has quit IRC
[18:55:40] *** aghiuru__ has joined #angularjs
[18:55:53] *** tarsir has joined #angularjs
[18:57:14] *** aghiuru has quit IRC
[18:57:21] *** BigPoppa has joined #angularjs
[18:57:28] *** SpikeSpiegel has joined #angularjs
[18:58:35] *** aghiuru_ has quit IRC
[18:59:43] *** evilaliv4 has quit IRC
[18:59:46] *** nanuko has quit IRC
[19:00:33] *** aghiuru has joined #angularjs
[19:00:38] *** ASTP001 has quit IRC
[19:00:58] *** ASTP001 has joined #angularjs
[19:01:07] *** evilaliv3 has joined #angularjs
[19:01:11] *** samcfc has quit IRC
[19:01:15] *** itaipu has joined #angularjs
[19:01:23] *** LeDiegue has quit IRC
[19:01:41] *** Agilities has left #angularjs
[19:01:44] *** tomfriedhof has quit IRC
[19:02:08] *** tomfriedhof has joined #angularjs
[19:02:22] *** realies has quit IRC
[19:02:49] *** heavyhorse has joined #angularjs
[19:03:07] *** amortimer has quit IRC
[19:03:15] *** sigurding has quit IRC
[19:03:20] *** marthinal has joined #angularjs
[19:03:37] *** ngbot has joined #angularjs
[19:03:37]
<ngbot> [angular.js] petebacondarwin pushed 1 new commit to master: http://git.io/vzsTc
[19:03:37] <ngbot> angular.js/master 5afd545 dmitriz: docs(CONTRIBUTING): add warning about forced push...
[19:03:37] *** ngbot has left #angularjs
[19:03:41] *** kk_drop has joined #angularjs
[19:03:47] *** ngbot has joined #angularjs
[19:03:47]
<ngbot> [angular.js] petebacondarwin pushed 1 new commit to v1.4.x: http://git.io/vzsT8
[19:03:47] <ngbot> angular.js/v1.4.x 63ffe5c dmitriz: docs(CONTRIBUTING): add warning about forced push...
[19:03:47] *** ngbot has left #angularjs
[19:03:49] *** Perseus0 has quit IRC
[19:04:12] *** aghiuru__ has quit IRC
[19:04:23] *** jr3 has quit IRC
[19:04:26] *** Guest16 has joined #angularjs
[19:04:34] *** arete74 has left #angularjs
[19:05:39] *** jenelizabeth_ has quit IRC
[19:06:38] *** Burgerz has joined #angularjs
[19:06:58] *** jenelizabeth has joined #angularjs
[19:07:01] *** beakman has quit IRC
[19:07:09] *** jlebrech has quit IRC
[19:07:33] *** p0k0 has joined #angularjs
[19:07:47] *** Burgerz has quit IRC
[19:08:00] *** heavyhorse has quit IRC
[19:08:29] *** dan2k3k4 has joined #angularjs
[19:08:31] *** PrinceAMD has joined #angularjs
[19:08:36] *** Johnny- has quit IRC
[19:08:46] *** zigzagzig has joined #angularjs
[19:08:55] *** zizzl has quit IRC
[19:08:55] *** realies has joined #angularjs
[19:08:56] *** realies has joined #angularjs
[19:09:44] *** fddlr has joined #angularjs
[19:09:45] *** demosthe has quit IRC
[19:09:51] *** aghiuru_ has joined #angularjs
[19:10:53] *** dan2k3k4 has quit IRC
[19:11:31] *** dan2k3k4 has joined #angularjs
[19:12:23] *** ASTP001 has quit IRC
[19:12:27] *** ziro` has quit IRC
[19:13:18] *** pbgc has quit IRC
[19:13:22] *** aghiuru has quit IRC
[19:14:39] *** Johnny- has joined #angularjs
[19:15:41] *** tarsir has quit IRC
[19:17:36] *** tarsir has joined #angularjs
[19:18:10] *** tesarek has joined #angularjs
[19:19:43] *** edrocks has quit IRC
[19:19:53] *** edrocks has joined #angularjs
[19:20:38] *** tobachi has joined #angularjs
[19:22:50] *** tobachi has quit IRC
[19:24:05] *** aghiuru_ has quit IRC
[19:24:45] *** fridder has joined #angularjs
[19:26:52] *** erve_ has joined #angularjs
[19:28:17] *** erve has quit IRC
[19:30:21] *** tarsir has quit IRC
[19:30:50] *** Vladimirski has joined #angularjs
[19:31:32] *** sengottuvel has joined #angularjs
[19:31:54] *** tobachi has joined #angularjs
[19:31:54] *** Tmo_ has joined #angularjs
[19:32:15] *** regedit_ has quit IRC
[19:32:20] *** Bloomer has quit IRC
[19:32:50] *** Z00t has quit IRC
[19:32:51] *** fiddo has quit IRC
[19:33:33] <sengottuvel> Hi everyone, I'm new to angularJS. I have been trying to implement a form validation and based on that I want to controll the "submit" button. But I have been facing issues with the $scope object updatability.
[19:33:40] <sengottuvel> Can anyone help me out?
[19:34:06] *** morissette has joined #angularjs
[19:34:13] *** dman777_alter has quit IRC
[19:34:37] <sengottuvel> If so, I can explain more about the issue in more details.
[19:35:10] *** stevenroose|BNC has joined #angularjs
[19:37:02] <phelix> picheli: Just noticed your answer. Is there a way to do this inside the controller without having to do it inside a ng-class? if the controller has access to a function should I be able to access it with ng-class="dialogService.open()" ?
[19:37:42] *** itaipu has quit IRC
[19:38:01] *** fridder has quit IRC
[19:38:11] *** sigurding has joined #angularjs
[19:40:20] *** Cokeee has quit IRC
[19:40:31] <picheli> phelix, Sure, you can put a function on the ng-class like: ng-class="{ 'openDialog' : isOpen() } and implenent the function isOpen, or create a function who check if the pram is undefined and you pass the function
[19:40:58] <picheli> phelix, p.s: On the isOpen need to return a boolean value
[19:41:22] <phelix> ahh ok. let me play with that. Thank you
[19:41:24] *** comingsoontm has joined #angularjs
[19:42:37] *** ansimation has quit IRC
[19:42:59] <picheli> phelix, no prob man, im leaving... Good Luck
[19:43:29] *** juddey has joined #angularjs
[19:43:35] *** picheli has quit IRC
[19:44:02] *** sfan786 has joined #angularjs
[19:44:07] *** ansimation has joined #angularjs
[19:44:18] *** maximski has joined #angularjs
[19:44:38] *** markfknight has quit IRC
[19:45:35] *** itaipu has joined #angularjs
[19:46:56] *** nilsi has joined #angularjs
[19:48:55] *** lemur has joined #angularjs
[19:49:50] <fullstack> is there a good angular JWT module?
[19:49:50] *** markfknight has joined #angularjs
[19:50:18] *** elsevero has joined #angularjs
[19:51:33] *** cigarshark has quit IRC
[19:52:20] *** nilsi has quit IRC
[19:52:59] *** thirdknife has quit IRC
[19:53:06] *** Aliks has joined #angularjs
[19:54:14] *** ste has joined #angularjs
[19:54:20] *** Guest61444 has quit IRC
[19:54:25] *** jr3 has joined #angularjs
[19:54:26] *** aghiuru has joined #angularjs
[19:54:39] *** ste is now known as Guest2783
[19:58:33] *** cyan__ has quit IRC
[19:58:37] *** tarsir has joined #angularjs
[19:59:31] *** sengottuvel has quit IRC
[19:59:57] *** Guest41 has joined #angularjs
[20:00:42] *** lemur has quit IRC
[20:00:47] *** Guest2783 has quit IRC
[20:01:55] *** bayousoft has joined #angularjs
[20:01:57] *** smccarthy has quit IRC
[20:03:33] *** heavyhorse has joined #angularjs
[20:03:34] *** jbocook has joined #angularjs
[20:04:34] *** smccarthy has joined #angularjs
[20:04:56] *** lnrdo_ has joined #angularjs
[20:08:15] *** heavyhorse has quit IRC
[20:08:35] *** fscala has quit IRC
[20:08:35] *** lnrdo has quit IRC
[20:09:47] *** lnrdo_ has quit IRC
[20:09:57] *** dan2k3k4 has quit IRC
[20:10:09] *** Mounica has quit IRC
[20:10:18] *** frem has joined #angularjs
[20:10:32] *** fscala has joined #angularjs
[20:11:14] *** xigolle has joined #angularjs
[20:11:47] <xigolle> Hello I am using AngularJS now but I want to add bootstrap to my project. I did some research that it is best to use Angular-ui bootstrap
[20:12:00] <xigolle> But I am kinda confused on how to use this anyone can maybe help me out ?
[20:13:27] *** sfan786 has quit IRC
[20:13:37] *** cnap has joined #angularjs
[20:14:25] *** mrmargolis has joined #angularjs
[20:14:31] *** lnrdo has joined #angularjs
[20:15:33] *** Aliks has quit IRC
[20:15:39] *** george__ has joined #angularjs
[20:16:02] *** b_man has quit IRC
[20:17:31] *** jamesch has joined #angularjs
[20:18:01] *** jamesch has quit IRC
[20:18:18] *** monk12_ has joined #angularjs
[20:18:31] <skullcrasher> can someone point me on how to use angular templates as rails assets?
[20:19:37] *** coaster has quit IRC
[20:19:56] *** Mounica has joined #angularjs
[20:19:57] *** dascodeman has joined #angularjs
[20:20:01] <icfantv> xigolle: sure, what do you need?
[20:20:09] <icfantv> xigolle: did you read the project documentation?
[20:20:21] *** jstroem has quit IRC
[20:20:24] *** aghiuru_ has joined #angularjs
[20:20:31] <icfantv> xigolle: we tried to make it easy to follow - but if you're new, i could see how it might be overwhelming
[20:20:32] *** smccarthy has quit IRC
[20:20:35] *** qdk has quit IRC
[20:20:40] <monk12> hey, i upgraded from angular 1.3 to 1.4... just curious im getting this error: "LiveReload disabled because it could not find its own <SCRIPT> tag" and "Cannot read property 'addPlugin' of undefined"... do i have to include a livereload .js file nowadays to my index.html? Doesn't seem like a harmful error. just when I startup my project via grunt at the beginning.
[20:20:42] *** Mounica has quit IRC
[20:21:09] <monk12> maybe something new is expected for livereload in the grunt file to not get this error?
[20:21:11] <icfantv> monk12: i'd first check where that error is originating.
[20:22:10] <xigolle> I have read the documentation indeed. What I did was the following I NPM install the angular bootstrap thing. I added this line of code : var bootstrap = angular.module("myBootstrap",['ui.bootstrap']) into my app.js but I am not sure how I can use this now for example adding a button
[20:22:31] <monk12> icfantv: originiting as in the js file in the error message? I believe its livereload.js file and i also get this error after that "Cannot read property 'addPlugin' of undefined". gotta check when i get home, projects on my home computer.
[20:23:03] <icfantv> ok. I can't think of what in angular 1.4 would cause that
[20:23:35] *** aghiuru has quit IRC
[20:23:52] *** b_man has joined #angularjs
[20:24:03] <BigPoppa> CALL OF BOOTY BLACK COCKS
[20:24:15] *** ddelrio1986_ has joined #angularjs
[20:24:25] *** JohnT has joined #angularjs
[20:25:01] *** ddelrio1986 has quit IRC
[20:25:27] *** smccarthy has joined #angularjs
[20:26:05] *** mrjmd has quit IRC
[20:26:09] *** Mounica has joined #angularjs
[20:26:26] *** AndrewIsh has quit IRC
[20:26:28] <aendrew> Well. Not sure I can top the last message in this channel, but anyone know where I can find a list of component libraries for Angular2?
[20:26:42] *** ddelrio1986__ has joined #angularjs
[20:26:48] *** lemur has joined #angularjs
[20:26:53] *** PeterMetz has joined #angularjs
[20:26:54] *** ddelrio1986_ has quit IRC
[20:27:12] *** mrjmd has joined #angularjs
[20:27:12] <icfantv> aendrew: i don't think there's a definitive list anywhere to my knowlege. it just went beta a few weeks back and there are still some significant changes going on
[20:27:28] <icfantv> not as volatile as in alpha, but there are still changes
[20:27:33] <icfantv> makes it really hard to write a library
[20:27:39] <icfantv> …well, write it correctly anyway
[20:27:42] *** Mounica_ has joined #angularjs
[20:28:01] *** drptbl has quit IRC
[20:28:05] *** Mounica_ has quit IRC
[20:29:58] *** ddelrio1986_ has joined #angularjs
[20:30:01] *** fairuz has joined #angularjs
[20:30:57] *** ddelrio1986__ has quit IRC
[20:31:12] *** ASTP001 has joined #angularjs
[20:31:35] *** Mounica has quit IRC
[20:34:28] *** Wilson has joined #angularjs
[20:34:29] <Wilson> Hi
[20:34:30] *** Pierce has joined #angularjs
[20:34:52] *** Wilson is now known as Guest28737
[20:35:19] <Guest28737> I have a problem using angular
[20:36:23] *** jsoh has joined #angularjs
[20:36:34] *** cotko has joined #angularjs
[20:36:35] *** xylen_ has quit IRC
[20:37:26] *** Pierce has quit IRC
[20:37:43] <aendrew> icfantv: That makes sense. :D Thanks!
[20:38:11] <aendrew> Does Angular Material work in A2? I seem to remember folks using that at AngularConnect...
[20:38:53] *** mary5030_ has joined #angularjs
[20:39:13] *** Mounica has joined #angularjs
[20:39:39] *** Guest28737 has quit IRC
[20:40:02] *** mary5030 has quit IRC
[20:40:06] *** fairuz has left #angularjs
[20:40:21] *** Sky[x] has quit IRC
[20:40:48] *** dandaman has quit IRC
[20:40:54] <monk12> icfantv: should I open a bug/issue request on the angular project?
[20:41:07] *** sbellina has joined #angularjs
[20:41:27] *** Sky[x] has joined #angularjs
[20:41:33] <monk12> icfantv: or is there a livereload project i should report it to.
[20:41:40] *** sfan786 has joined #angularjs
[20:41:50] *** pbgc has joined #angularjs
[20:42:22] *** marthinal has quit IRC
[20:42:26] *** mrjmd has quit IRC
[20:42:39] *** tarsir has quit IRC
[20:43:16] <icfantv> monk12: i would say the latter
[20:43:27] *** ali4ever4 has quit IRC
[20:43:30] <icfantv> but i don't use grunt so i can't say for sure.
[20:44:48] <monk12_> icfantv: curious, do you use gulp instead in your projects? (ps i was reading some angula github issues yesterday and remember your usename :), guessing you are a main contributer of many angular projects? )
[20:45:02] *** sfan786 has quit IRC
[20:45:49] *** monk12 has quit IRC
[20:46:03] *** sfan786 has joined #angularjs
[20:46:11] *** mrjmd has joined #angularjs
[20:46:15] <icfantv> monk12_: no, we use webpack
[20:46:24] <icfantv> it's totally esoteric, but it rocks
[20:46:52] <icfantv> monk12_: i have it configured to pull in all my HTML templates and put them into the $templateCache as part of my bundle.js
[20:46:57] *** Sky[x] has quit IRC
[20:47:05] <icfantv> monk12_: it also takes all my JS dependencies and packs them in to bundle.js
[20:47:08] <icfantv> so i have one JS file
[20:47:10] <icfantv> compressed
[20:47:25] *** Guest41 has quit IRC
[20:48:18] <icfantv> monk12_: grunt is kinda dead. gulp is better. webpack or broccoli are even better. the angluar team is using broccoli for ng2
[20:48:41] *** ste has joined #angularjs
[20:48:48] *** josdeha_rt has quit IRC
[20:48:56] *** Vladimirski has quit IRC
[20:49:04] *** ste is now known as Guest87516
[20:49:06] <icfantv> and gulp
[20:49:11] *** sfan786 has quit IRC
[20:49:26] <icfantv> wait, they WERE using broccoli
[20:49:59] <monk12_> icfantv: wow things change so fast... heh, what they using now?
[20:50:13] <icfantv> gulp
[20:50:15] *** sfan786 has joined #angularjs
[20:50:22] *** erve_ has quit IRC
[20:50:54] <icfantv> i know the team flew to london to meet with jo liss
[20:51:34] *** pbgc has quit IRC
[20:51:36] <monk12_> Wonder if grunt tasks are still supported. a year ago i thought there were much more grunt-tasks than gulp-tasks.
[20:52:00] <icfantv> grunt is kinda dead. not a lot of activity on github
[20:52:01] <monk12_> icfantv: webpack, broccoli, gulp... they can do the same things livereload as Grunt?
[20:52:03] <monk12_> k
[20:52:17] <monk12_> livereaload, template caching, css/js min
[20:52:19] <icfantv> i think that's just a plugin, no? and yes, webpack does that
[20:52:29] *** sfan786 has quit IRC
[20:52:47] <monk12_> k. ill take a look at them. do you find anyone of them much easier/more intuitive? webpack?
[20:52:53] *** lnrdo has quit IRC
[20:52:56] *** jamesch has joined #angularjs
[20:52:59] *** mrjmd has quit IRC
[20:53:05] <icfantv> oh god no. webpack's docs are horrible
[20:53:18] <icfantv> i mean, really really horrible
[20:53:32] *** lnrdo has joined #angularjs
[20:53:38] <sakustar> what, why did grunt die
[20:53:38] *** sfan786 has joined #angularjs
[20:53:41] <icfantv> look for foxandxss' webpack angular project
[20:53:55] <icfantv> sakustar: why does any JS project die
[20:54:00] *** rossk_ has joined #angularjs
[20:54:20] <sakustar> ah right
[20:54:22] *** ril has joined #angularjs
[20:54:44] *** tobachi has quit IRC
[20:55:00] *** tobachi has joined #angularjs
[20:55:27] *** patrick99e99 has joined #angularjs
[20:55:44] *** sfan786 has quit IRC
[20:55:53] *** ansimation has quit IRC
[20:56:25] <patrick99e99> hi everyone.. if I have a ui-sref="some.state" and an ng-click="someFunc($event)" ... and my scope.someFunc = function(event) { event.preventDefault(); }... should not that prevent the ui-sref from changing state? because it's still changing state.
[20:56:55] *** rossk has quit IRC
[20:56:59] *** sfan786 has joined #angularjs
[20:57:21] <patrick99e99> my markup is more like <a ui-sref="some.state">foo bar baz<span ng-click="delete($event)">X</span></a> ...
[20:57:31] <patrick99e99> where clicking the X is still changing state...
[20:57:40] <patrick99e99> despite the fact that the function calls preventDefault on the event
[20:57:42] *** ril is now known as ril[away]
[20:57:49] *** ril[away] is now known as ril
[20:57:52] *** lnrdo has quit IRC
[20:58:23] *** mischat has joined #angularjs
[20:58:35] *** lemur has quit IRC
[20:58:44] *** vrockai has quit IRC
[20:58:51] *** ansimation has joined #angularjs
[20:58:56] *** sfan786 has quit IRC
[20:59:00] *** yky_ has joined #angularjs
[20:59:07] *** sigurding has quit IRC
[21:00:00] *** sfan786 has joined #angularjs
[21:01:19] *** ril is now known as ril[away]
[21:01:54] *** sfan786 has quit IRC
[21:02:19] *** ril[away] is now known as ril
[21:02:25] *** tarsir has joined #angularjs
[21:03:36] *** Guest41 has joined #angularjs
[21:03:47] *** mischat has quit IRC
[21:03:59] *** maximski has quit IRC
[21:04:17] *** heavyhorse has joined #angularjs
[21:04:40] *** mischat has joined #angularjs
[21:04:52] *** ril is now known as ril[away]
[21:05:26] *** Guest87516 has quit IRC
[21:06:05] *** ddelrio1986_ has quit IRC
[21:06:19] *** ddelrio1986 has joined #angularjs
[21:07:58] *** siba has joined #angularjs
[21:08:42] *** heavyhorse has quit IRC
[21:08:52] *** Germanaz0 has quit IRC
[21:09:16] *** elyssonmr has quit IRC
[21:09:59] *** Germanaz0 has joined #angularjs
[21:10:36] *** jr3 has quit IRC
[21:10:46] *** Juanchito has quit IRC
[21:13:00] *** tarsir has quit IRC
[21:13:28] *** ril[away] is now known as ril
[21:13:41] *** Aliks has joined #angularjs
[21:14:03] *** heyts has joined #angularjs
[21:14:11] *** archon-_ is now known as archon-
[21:14:14] *** jamesch has quit IRC
[21:14:24] *** pbgc has joined #angularjs
[21:14:44] *** huyec has joined #angularjs
[21:14:50] *** huyec has left #angularjs
[21:14:51] *** eagles0513875_ has quit IRC
[21:15:24] *** jbocook has quit IRC
[21:16:10] <heyts> Hi everybody, I'm trying to test an application that features a backend auth using a JSON web token. Anyone has any idea of how I can authenticate against the server before preforming the e2e testing
[21:18:01] <zomg> heyts: you'd probably put the authentication logic into a before or beforeEach hook
[21:18:03] *** Codefria_ has joined #angularjs
[21:18:14] *** rtucker88_ has quit IRC
[21:18:25] <zomg> although as usual I would suggest using unit level or integration tests, where you mock out the backend stuff so the test is less complex
[21:19:27] <heyts> zomg: The roadblock im facing is that the auth is not angular based. I guess I can just use supertest and test the backend this way
[21:20:00] *** Codefria_ has quit IRC
[21:20:28] <heyts> zomg: Even with unit tests I would need to auth against the backend to access the front-end
[21:21:01] <zomg> I don't see what it not being angular based has anything to do with it. You just put whatever code to enable the auth in there
[21:21:09] *** PeterMetz has quit IRC
[21:21:28] <zomg> As for unit tests, no, you don't need to auth. You would just replace the auth mechanism with a fake object which always says you've authenticated
[21:21:40] <zomg> (or which says you've not authenticated if you're testing that logic)
[21:22:15] <heyts> zomg: Thanks, that is really helpful. Angular testing is a bit difficult to grok
[21:22:31] *** tomfriedhof has quit IRC
[21:22:56] <heyts> zomg: Im going to look into this further
[21:22:56] <zomg> yeah, angular adds its own complexity into that :)
[21:23:01] *** jr3 has joined #angularjs
[21:23:10] *** tesarek has quit IRC
[21:23:25] *** crusty has joined #angularjs
[21:23:26] *** crusty has joined #angularjs
[21:23:35] *** rtucker88 has joined #angularjs
[21:23:45] <zomg> as an example, let's say you have a service called auth, you would just replace that with a stub (for example using Sinonjs)
[21:24:14] <zomg> or if you really want to do e2e, then you would use a beforeEach hook in your test to run some scripts that sets up your auth service in a way that it's ready
[21:24:32] <zomg> that's the basic idea anyway
[21:24:51] *** VictorCL has joined #angularjs
[21:25:21] *** mrbubble_ has quit IRC
[21:25:30] <phelix> $rootScope.$on('userstats.show', function(event, directive, type) { } could someone tell me what the 'userstats.show' would be for? Is that something that would need to be in the html? to get this to work?
[21:25:39] *** adko has quit IRC
[21:26:00] *** mven_ has joined #angularjs
[21:26:40] *** eagles0513875_ has joined #angularjs
[21:26:43] <zomg> phelix: who knows, that could be anything
[21:27:03] <zomg> $on listens to events, so 'userstats.show' would just be some event your code emits
[21:28:01] *** nanuko has joined #angularjs
[21:28:06] <phelix> hmm ok, thanks
[21:28:07] *** deeb has quit IRC
[21:29:19] *** mven has quit IRC
[21:29:21] *** lnrdo has joined #angularjs
[21:30:20] *** SET002 has quit IRC
[21:30:38] *** GustavoChalco has quit IRC
[21:30:55] *** eagles0513875_ has quit IRC
[21:30:57] *** SET002 has joined #angularjs
[21:30:58] *** joroci has joined #angularjs
[21:31:50] *** Tmo_ has quit IRC
[21:34:35] *** rossk_ has quit IRC
[21:35:05] *** jamesch has joined #angularjs
[21:35:41] *** aghiuru_ has quit IRC
[21:35:50] *** dandaman has joined #angularjs
[21:36:01] *** Tmo_ has joined #angularjs
[21:36:02] *** tesarek has joined #angularjs
[21:37:20] *** BigPoppa has quit IRC
[21:37:38] *** heyts has quit IRC
[21:37:49] *** ansimation has quit IRC
[21:40:01] *** arizzo has joined #angularjs
[21:41:27] *** s3shs has joined #angularjs
[21:41:47] *** peterR`` has joined #angularjs
[21:42:01] *** arizzo has quit IRC
[21:42:07] <peterR``> anyone using angular2 with visual studio?
[21:42:36] *** Germanaz0 has quit IRC
[21:42:36] *** arizzo has joined #angularjs
[21:42:40] *** eagles0513875_ has joined #angularjs
[21:43:34] *** jstroem has joined #angularjs
[21:43:44] *** mrjmd has joined #angularjs
[21:44:38] *** arizzo has quit IRC
[21:44:40] *** sbellina has quit IRC
[21:44:53] *** arizzo has joined #angularjs
[21:45:58] *** aghiuru has joined #angularjs
[21:46:53] <metame> peterR``: i use vscode with ng2
[21:46:59] *** mrjmd has quit IRC
[21:47:25] *** eagles0513875_ has quit IRC
[21:47:46] *** nilsi has joined #angularjs
[21:47:55] *** DJDelusional has joined #angularjs
[21:48:17] *** VictorCL has quit IRC
[21:48:18] *** JohnT has quit IRC
[21:48:35] *** Aliks has quit IRC
[21:48:39] *** sbellina has joined #angularjs
[21:48:53] *** Aliks has joined #angularjs
[21:50:18] *** rtucker88 has quit IRC
[21:50:35] *** Zalabinsky has quit IRC
[21:51:33]
<peterR``> metame, I just have no idea how to make VS look for the angular files - complete beginner :( https://imgur.com/fXA9NHz
[21:51:38] <peterR``> that's the error there
[21:51:45] <peterR``> it's looking in thr wrong place
[21:52:15] *** dromar56 has joined #angularjs
[21:52:24] <metame> peterR``: are you following the quick start guide?
[21:52:26] <peterR``> I right-clicked on package.json and installed everything - the files are there, but I need to force VS to see them in that place
[21:52:34] <peterR``> metame, yes
[21:52:40] *** nilsi has quit IRC
[21:52:42] <peterR``> but it's not much help with vs
[21:52:59] <metame> sure. did you already run `npm install`
[21:53:23] *** dromar56 has quit IRC
[21:53:24] *** phrozensilver has joined #angularjs
[21:53:27] <peterR``> I right-clicked and VS did that
[21:53:35] <peterR``> I mean on packages.json
[21:53:36] *** rtucker88 has joined #angularjs
[21:53:52] *** dromar56 has joined #angularjs
[21:53:56] *** joroci has quit IRC
[21:54:06] <metame> hmm... ok. just don't see the node_modules dir in your working tree
[21:54:12] *** joroci has joined #angularjs
[21:54:19] <peterR``> I have to add that?
[21:54:26] *** TyrfingMjolnir has quit IRC
[21:54:45] *** josdeha_rt has joined #angularjs
[21:54:46] <metame> no auto-generated on `npm install`
[21:55:07] <metame> i'd just verify it's there manually, perhaps vs is hiding it by default
[21:55:55] <metame> but I use the open-source VS Code which has a different layout than the full VS (and a lot that's different) so won't be much help with VS specifically
[21:55:57] *** TyrfingMjolnir has joined #angularjs
[21:56:18] *** deeb has joined #angularjs
[21:56:27] <peterR``> it's in the project folder, just no reference to it in the project
[21:56:32] *** Aliks has quit IRC
[21:56:35] *** jef79m has left #angularjs
[21:56:41] <Jaycob_> it's all about react now!
[21:56:43] *** Jaycob_ has left #angularjs
[21:57:03] *** heyts has joined #angularjs
[21:57:04] *** joroci has quit IRC
[21:57:11] <metame> k then it's a VS specific problem which I won't be much help with. good luk
[21:57:14] <metame> *luck
[21:59:15] *** lemur has joined #angularjs
[21:59:30] <peterR``> hmm, you can't add a folder to VS project anyway - just individual files
[22:00:11] *** ril has quit IRC
[22:01:16] *** Germanaz0 has joined #angularjs
[22:01:18] *** maximski has joined #angularjs
[22:02:19] *** mrjmd has joined #angularjs
[22:02:30] *** tarsir has joined #angularjs
[22:03:06] *** mven has joined #angularjs
[22:03:35] *** diegoaguilar has quit IRC
[22:03:42] *** mven_ has quit IRC
[22:03:45] *** maximski has quit IRC
[22:04:11] *** lemur has quit IRC
[22:04:17] *** maximski has joined #angularjs
[22:05:27] *** VictorCL has joined #angularjs
[22:05:45] *** leolrrj has quit IRC
[22:06:58] *** VictorCL has quit IRC
[22:07:45] *** angularjs_bot has quit IRC
[22:07:52] *** angularjs_bot has joined #angularjs
[22:08:20] *** PrinceAMD has quit IRC
[22:09:13] *** leolrrj has joined #angularjs
[22:09:45] *** lclc has joined #angularjs
[22:10:59] *** Mounica has quit IRC
[22:11:24] *** mischat_ has joined #angularjs
[22:11:27] *** dascodeman has quit IRC
[22:11:35] *** sbellina has quit IRC
[22:11:44] *** mischat has quit IRC
[22:11:55] *** rtucker88 has quit IRC
[22:11:59] <peterR``> hmm, new problem now: '"Q:/swt1/swt1/node_modules/angular2/core"' has no exported member 'component'.
[22:12:24] *** Rou has quit IRC
[22:12:34] *** ste has joined #angularjs
[22:12:35] *** p0k0 has quit IRC
[22:12:37] *** cnap has quit IRC
[22:12:43] *** kuadrosx has quit IRC
[22:12:58] *** ste is now known as Guest14412
[22:13:02] *** kuadrosx has joined #angularjs
[22:13:39] *** sbellina has joined #angularjs
[22:13:49] *** leolrrj has quit IRC
[22:13:58] *** leolrrj has joined #angularjs
[22:14:24] *** buzzedword has quit IRC
[22:15:20] *** dascodeman has joined #angularjs
[22:15:31] *** bayousoft has quit IRC
[22:15:41] *** buzzedword has joined #angularjs
[22:16:01] <lclc> Is there a way to set the starting date for input type="date" without setting a default value? So that it starts 18 years from now instead of the current date.
[22:16:46] *** quantalrabbit has joined #angularjs
[22:17:11] *** Aliks has joined #angularjs
[22:17:42] *** Germanaz0 has quit IRC
[22:18:09] *** Aliks has quit IRC
[22:18:17] *** firelinks has joined #angularjs
[22:18:52] <quantalrabbit> I want to create a directive that will open the keyboard for text input on mobile and receive text input events but I don't actually want any text input field to be displayed. What is the best way of going about this?
[22:19:20] *** diegoaguilar has joined #angularjs
[22:19:48] *** Aliks has joined #angularjs
[22:20:36] *** rtucker88 has joined #angularjs
[22:20:39] *** kuadrosx has quit IRC
[22:20:50] *** metame has quit IRC
[22:21:53] *** CanyonMan has quit IRC
[22:22:59] *** Guest14412 has quit IRC
[22:23:36] *** thuynguyen has quit IRC
[22:25:20] *** iraj has quit IRC
[22:25:44] *** lemur has joined #angularjs
[22:25:51] <zomg> quantalrabbit: I don't know if that's actually even possible
[22:26:09] <zomg> the only way to trigger the keyboard on mobile AFAIK is to focus an input box or a textarea
[22:26:21] *** jstroem has quit IRC
[22:26:36] <zomg> so I guess you could try creating a directive that outputs an invisible inputbox and focuses it, but I don't know if that'll work or not
[22:26:47] *** tobachi has quit IRC
[22:27:20] *** lemur has quit IRC
[22:27:42] *** jstroem has joined #angularjs
[22:28:26] *** bayousoft has joined #angularjs
[22:28:59] *** Mediogre has quit IRC
[22:29:01] *** ste_ has joined #angularjs
[22:29:37] *** Guest16 has quit IRC
[22:30:04] *** diosney has quit IRC
[22:30:14] *** diosney has joined #angularjs
[22:30:34] *** sssilver has quit IRC
[22:30:45] *** edrocks has quit IRC
[22:31:27] *** lemur has joined #angularjs
[22:32:23] *** kuadrosx has joined #angularjs
[22:33:17] *** xigolle has quit IRC
[22:33:51] <peterR``> can you see the exports from a module?
[22:33:58] *** ansimation has joined #angularjs
[22:34:04] *** rtucker88 has quit IRC
[22:34:09] *** dcherman2 has joined #angularjs
[22:34:33] *** ste_ has quit IRC
[22:35:02] *** ste_ has joined #angularjs
[22:35:14] *** baweaver has quit IRC
[22:35:18] *** lemur is now known as baweaver
[22:35:50] *** lemur has joined #angularjs
[22:36:50] *** dcherman has quit IRC
[22:36:58] *** metame has joined #angularjs
[22:37:54] *** RyanHirsch has quit IRC
[22:38:36] *** Guest41 has quit IRC
[22:39:43] *** quantalrabbit has quit IRC
[22:40:33] *** Guest16 has joined #angularjs
[22:40:34] *** kuadrosx has quit IRC
[22:41:07] <skullcrasher> does it make sense to use angular just as a replacement for jquery? so without client-side routing etc. just like having some modules that are bootstrapped on each page?
[22:41:10] *** kuadrosx has joined #angularjs
[22:41:16] *** sssilver has joined #angularjs
[22:41:53] *** sbellina has quit IRC
[22:42:31] <zomg> skullcrasher: depends on the complexity of those pages
[22:42:33] <skullcrasher> It's that I think the way angular works seems more elegant to maintain and easier to get better results (ajax requests with databinding etc.)
[22:42:59] <zomg> if you think you'll get some benefit from using angular then I don't see why not
[22:43:27] *** Mounica has joined #angularjs
[22:44:33] *** maximski has quit IRC
[22:44:59] <skullcrasher> zomg, well I would say the use would look promising. The only thing that makes appearing some problems is the use of ruby on rails and its asset pipline (quite not mode for angular / modulare frontend stuff) :/
[22:45:23] *** phrozensilver has quit IRC
[22:45:31] <skullcrasher> But that ofc is not related to angular itself
[22:46:12] *** davi has quit IRC
[22:46:13] *** Aliks has quit IRC
[22:46:45] *** Aliks has joined #angularjs
[22:48:10] *** mven_ has joined #angularjs
[22:48:22] *** ASTP001 has quit IRC
[22:49:05] *** dascodeman has quit IRC
[22:49:25] *** dascodeman has joined #angularjs
[22:50:27] *** ASTP001 has joined #angularjs
[22:50:29] *** Germanaz0 has joined #angularjs
[22:50:34] <zomg> yeah don't really know much about the rails asset stuff :)
[22:50:46] *** Burgerz has joined #angularjs
[22:51:15] *** baweaver has quit IRC
[22:51:32] *** rtucker88 has joined #angularjs
[22:52:07] *** dascodeman has joined #angularjs
[22:52:50] *** lclc has left #angularjs
[22:54:05] *** tarsir has quit IRC
[22:54:23] *** aghiuru has quit IRC
[22:54:52] *** Germanaz0 has quit IRC
[22:55:29] *** Uptime has quit IRC
[22:55:30] *** xiinotulp has joined #angularjs
[22:56:09] *** Ir1sh has quit IRC
[22:56:51] *** raijin has joined #angularjs
[22:58:38] *** plutoniix has quit IRC
[22:59:15] *** Uptime has joined #angularjs
[22:59:19] *** tobachi has joined #angularjs
[23:01:05] *** ansimation has quit IRC
[23:01:59] *** yky_ has quit IRC
[23:03:06] *** rtucker88 has quit IRC
[23:03:45] *** zigzagzig has quit IRC
[23:05:02] *** DJDelusional has quit IRC
[23:05:15] *** ngbot has joined #angularjs
[23:05:16] <ngbot> angular.js/master a31c082 Martin Staffa: docs($animate): clarify info about from and to for animate()...
[23:05:16] *** ngbot has left #angularjs
[23:05:52] *** rtucker88 has joined #angularjs
[23:06:36] *** heyts has quit IRC
[23:06:55] *** jotbe has joined #angularjs
[23:07:29] *** baweaver has joined #angularjs
[23:07:53] *** jlebrech has joined #angularjs
[23:07:59] *** morissette has quit IRC
[23:08:32] *** jhirley has joined #angularjs
[23:08:34] *** sbellina has joined #angularjs
[23:09:29] *** DJDelusional has joined #angularjs
[23:09:40] *** Germanaz0 has joined #angularjs
[23:10:20] *** ahhhndi has quit IRC
[23:11:16] *** Ir1sh has joined #angularjs
[23:11:24] *** sergey_ has quit IRC
[23:12:17] *** jlebrech has quit IRC
[23:12:59] *** xiinotulp has quit IRC
[23:15:33] *** ansimation has joined #angularjs
[23:15:55] *** yky_ has joined #angularjs
[23:16:27] *** Ir1sh has quit IRC
[23:17:47] *** Aliks has quit IRC
[23:17:59] *** Poeticode1 has quit IRC
[23:19:02] *** jamesch has quit IRC
[23:20:35] *** morissette has joined #angularjs
[23:21:04] *** cnap has joined #angularjs
[23:21:38] *** bbarke has joined #angularjs
[23:21:44] *** metame has quit IRC
[23:22:03] *** arizzo has quit IRC
[23:22:48] *** Aliks has joined #angularjs
[23:22:56] <patrick99e99> skullcrasher: i use rails with angular, and it all works just fine with the pipeline
[23:23:07] *** tesarek has quit IRC
[23:23:43] *** Tuca has joined #angularjs
[23:23:48] <skullcrasher> patrick99e99, did you use any additional gems? especially for the templates?
[23:23:50] *** ngbot has joined #angularjs
[23:23:51] <ngbot> angular.js/v1.4.x a412622 Martin Staffa: docs($animate): clarify info about from and to for animate()
[23:23:51] *** ngbot has left #angularjs
[23:23:51] *** aremaref has joined #angularjs
[23:23:51] *** mrjmd has quit IRC
[23:23:56] *** DJDelusional has quit IRC
[23:24:19] *** cnap has quit IRC
[23:24:30] <aremaref> i'm trying to create a directive that loads a html5 video dynamically, it loads the tags but doesn't display the video
[23:24:48] *** SomeKittens has joined #angularjs
[23:25:02] <patrick99e99> skullcrasher: nope
[23:25:18] <skullcrasher> patrick99e99, may I write you a pm to not clutter the chat here?
[23:25:22] <patrick99e99> skullcrasher: ok
[23:26:06] <aremaref> is there something i'm missing? I just need to use <video> and <source> tags in the template correct?
[23:26:12] *** mrjmd has joined #angularjs
[23:26:41] *** qdk has joined #angularjs
[23:26:43] *** ngbot has joined #angularjs
[23:26:44] <ngbot> angular.js/master b78b129 Martin Staffa: docs($animate): correct fn parameters for js animation
[23:26:44] *** ngbot has left #angularjs
[23:27:21] *** saurabhsood_work has joined #angularjs
[23:27:28] *** jstroem has quit IRC
[23:27:40] *** ievgen has joined #angularjs
[23:28:11] *** metame has joined #angularjs
[23:28:18] *** ste_ has quit IRC
[23:29:06] *** rtucker88 has quit IRC
[23:31:20] *** diegoaguilar has quit IRC
[23:31:40] *** wrramerson has joined #angularjs
[23:31:54] *** wrramerson has left #angularjs
[23:32:25] *** byarger has joined #angularjs
[23:32:35] *** diosney has quit IRC
[23:32:43] *** byarger_ has joined #angularjs
[23:33:21] *** ievgen has quit IRC
[23:34:35] *** rtucker88 has joined #angularjs
[23:34:37] *** dcherman has joined #angularjs
[23:35:43] *** tomfriedhof has joined #angularjs
[23:35:55] *** phelix has quit IRC
[23:36:05] *** dcherman2 has quit IRC
[23:37:32] *** mrbubble_ has joined #angularjs
[23:37:49] *** byarger has quit IRC
[23:38:15] *** dascodeman has quit IRC
[23:38:44] *** amdi_ has quit IRC
[23:38:56] *** cyan__ has joined #angularjs
[23:39:26] *** amdi_ has joined #angularjs
[23:40:08] *** s00pcan has quit IRC
[23:40:25] *** s00pcan has joined #angularjs
[23:41:20] *** cotko has quit IRC
[23:41:55] *** rtucker88 has quit IRC
[23:42:10] *** Mounica has quit IRC
[23:42:11] *** sonofdirt has quit IRC
[23:42:27] *** ste has joined #angularjs
[23:42:51] *** ste is now known as Guest83295
[23:42:58] *** walden is now known as walden|afk
[23:44:26] *** rtucker88 has joined #angularjs
[23:45:43] *** baweaver has quit IRC
[23:45:48] *** encryptd_fractal has quit IRC
[23:46:22] *** jtimon has quit IRC
[23:47:25] *** tomfriedhof has quit IRC
[23:47:26] *** sonofdirt has joined #angularjs
[23:48:32] *** nilsi has joined #angularjs
[23:48:46] *** Mounica has joined #angularjs
[23:49:02] *** rtucker88 has quit IRC
[23:49:15] *** schneider has quit IRC
[23:49:19] *** Germanaz0 has quit IRC
[23:49:33] *** macobo has quit IRC
[23:49:42] *** TyrfingMjolnir has quit IRC
[23:49:54] *** raijin has quit IRC
[23:50:02] *** mischat_ has quit IRC
[23:50:28] *** ddelrio1986 has quit IRC
[23:50:32] *** tomfriedhof has joined #angularjs
[23:50:59] *** ddelrio1986 has joined #angularjs
[23:53:35] *** nilsi has quit IRC
[23:54:12] *** mischat has joined #angularjs
[23:54:41] *** josdeha_rt has quit IRC
[23:55:19] *** bayousoft has quit IRC
[23:57:02] *** rtucker88 has joined #angularjs
[23:57:26] *** baweaver has joined #angularjs
[23:58:32] *** heavyhorse has joined #angularjs
[23:58:44] *** mischat has quit IRC