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

Toggle Join/Part | bottom
[00:00:20] <Vladimirski> I'm following an angular tutorial and they keep saying ".something" in the index.html file. What does the dot represent, there's no .something in the file
[00:01:23] *** sbellina has quit IRC
[00:02:17] *** OnkelTem has quit IRC
[00:02:29] *** dman777_alter has quit IRC
[00:02:55] *** OnkelTem has joined #angularjs
[00:03:12] *** annlewis has joined #angularjs
[00:03:26] *** mandric has quit IRC
[00:05:32] *** owenjones has joined #angularjs
[00:05:35] *** macwinner has quit IRC
[00:06:05] *** macwinner has joined #angularjs
[00:06:08] *** mandric has joined #angularjs
[00:07:54] *** annlewis has quit IRC
[00:08:51] *** thirdknife has quit IRC
[00:10:11] *** chairmanmow1 has joined #angularjs
[00:10:26] *** macwinner has quit IRC
[00:12:51] *** jareddlc has joined #angularjs
[00:13:02] *** chairmanmow has quit IRC
[00:14:03] *** greengriminal has quit IRC
[00:14:20] *** chairmanmow1 has quit IRC
[00:15:22] *** raininja has quit IRC
[00:16:32] *** owenjones has quit IRC
[00:17:07] *** bayousoft has joined #angularjs
[00:17:40] *** jareddlc has quit IRC
[00:19:00] *** sbellina has joined #angularjs
[00:19:04] *** bayousoft has quit IRC
[00:21:12] *** bengillies has joined #angularjs
[00:21:43] *** ringzer0 has joined #angularjs
[00:24:04] *** mandric has quit IRC
[00:24:49] *** poach2k has joined #angularjs
[00:25:33] *** fedenunez has joined #angularjs
[00:26:07] *** bengillies has quit IRC
[00:26:37] *** arizzo has joined #angularjs
[00:27:50] *** arizzo has quit IRC
[00:28:21] *** arizzo has joined #angularjs
[00:28:54] *** poacher2k has quit IRC
[00:29:07] *** alowaniak has joined #angularjs
[00:29:22] *** dcherman has quit IRC
[00:30:27] *** lnrdo has joined #angularjs
[00:31:06] *** debster has joined #angularjs
[00:32:26] *** philipd has quit IRC
[00:32:30] *** arizzo has quit IRC
[00:33:26] *** edrocks has joined #angularjs
[00:37:31] *** marcusalmeida has joined #angularjs
[00:38:47] *** poach2k has quit IRC
[00:39:29] <marcusalmeida> hi guys! I have problem with custom filter, it is show on page the angular markup {{ }} before to apply ! I tried to use ng-cloak but didn't work.
[00:39:41] <marcusalmeida> Anyone could help me?
[00:41:07] *** Oleander has joined #angularjs
[00:42:26] *** ringzer0 has quit IRC
[00:43:34] *** smccarthy has quit IRC
[00:43:51] *** roonie has quit IRC
[00:46:25] *** Oleander has quit IRC
[00:47:26] *** annlewis has joined #angularjs
[00:51:13] *** zeioth__ has quit IRC
[00:51:59] *** Embassy has joined #angularjs
[00:52:03] <edrocks> marcusalmeida: you probably need to add the css for `ng-cloak`
[00:52:10] *** joelwallis has quit IRC
[00:52:23] <edrocks> marcusalmeida: https://docs.angularjs.org/api/ng/directive/ngCloak
[00:52:29] <edrocks> see the first code block
[00:53:22] <marcusalmeida> edrocks: i fixed it. using ng-bind instead {{ }}
[00:53:33] <marcusalmeida> edrocks: thx!
[00:53:37] *** Aliks has quit IRC
[00:53:49] <edrocks> marcusalmeida: np `ng-bind` is generally better then `{{ }}`
[00:54:06] <edrocks> marcusalmeida: also take a look at `ng-bind-template` so you can avoid `{{ }}` even more
[00:54:20] *** lnrdo has quit IRC
[00:54:21] *** Misere has joined #angularjs
[00:54:47] *** italoacasas has joined #angularjs
[00:54:53] *** kakashiAL has joined #angularjs
[00:55:18] *** kakashiAL has joined #angularjs
[00:55:27] *** CanyonMan has joined #angularjs
[00:55:56] *** LeBlaaanc has quit IRC
[00:56:01] <CanyonMan> I'm modifying my template by adding stuff to a <div> ... like elem.children().first(0.append( compiled )
[00:56:03] <marcusalmeida> edrocks: i forgot it!
[00:56:03] *** LeBlaaan_ has joined #angularjs
[00:56:24] <CanyonMan> Can I somehow retrieve that html now? i.e. all the things inside that <div> as a stirng of html
[00:56:29] <edrocks> marcusalmeida: yea it's usually overlooked. they should make it big and red
[00:56:36] *** Ravenus has quit IRC
[00:56:39] *** ron_frown has quit IRC
[00:56:55] *** Embassy has quit IRC
[00:57:05] <edrocks> CanyonMan: elem.children.first().children().first()
[00:57:14] <edrocks> .html or whatever to get the string
[00:57:17] *** Aliks has joined #angularjs
[00:57:26] <marcusalmeida> edrocks: it's more "ugly" on html but it's better
[00:57:54] *** ringzer0 has joined #angularjs
[00:58:02] *** diegoaguilar has joined #angularjs
[00:58:28] <CanyonMan> is it .html() ? I'm getting ... hmm. Something, but it doesn't look like what i awnt
[00:58:36] *** tayfun has joined #angularjs
[00:59:02] *** elton has joined #angularjs
[00:59:03] *** buzzedword has joined #angularjs
[00:59:09] <edrocks> CanyonMan: through it in a console.log() and see what methods it has
[00:59:11] *** BlinkyBill has joined #angularjs
[00:59:46] <JamesKZOO> seeking google keywords: datepicker updates textbox but not ng-model value. seems like ng-model is only being updated by keyboard entry, and not external scripts?
[00:59:50] *** p0k0 has joined #angularjs
[01:00:41] *** DBordello has quit IRC
[01:00:50] *** annlewis has quit IRC
[01:01:11] *** maikowblue has quit IRC
[01:01:34] *** alowaniak has quit IRC
[01:02:04] *** Vladimirski has quit IRC
[01:03:30] *** buzzedword has quit IRC
[01:03:55] *** edrocks has quit IRC
[01:03:55] *** elton has quit IRC
[01:04:20] *** mikeones has quit IRC
[01:04:39] *** raininja has joined #angularjs
[01:05:51] *** Schalla has joined #angularjs
[01:05:52] *** Schalla has joined #angularjs
[01:06:03] *** iraj has joined #angularjs
[01:06:16] *** mikeones has joined #angularjs
[01:06:22] *** yky_ has joined #angularjs
[01:06:42] *** fedenunez has quit IRC
[01:09:02] *** blitheBoudica has joined #angularjs
[01:09:31] *** kadamwhite has quit IRC
[01:09:45] *** LeBlaaan_ has quit IRC
[01:09:45] *** jrist has quit IRC
[01:09:59] *** JamesKZOO has quit IRC
[01:10:14] *** Coldblackice has joined #angularjs
[01:10:19] *** FIFOd has joined #angularjs
[01:10:27] *** DrShoggoth has quit IRC
[01:11:13] *** fedenunez has joined #angularjs
[01:11:22] *** kadamwhite has joined #angularjs
[01:11:35] *** Guest8662 has quit IRC
[01:11:39] *** JamesKZOO has joined #angularjs
[01:12:02] *** nya_ has joined #angularjs
[01:13:56] *** jareddlc has joined #angularjs
[01:14:40] *** Aliks has quit IRC
[01:15:06] *** pkn has joined #angularjs
[01:15:08] *** jrist has joined #angularjs
[01:16:36] *** nya_ has quit IRC
[01:17:00] *** LeBlaaanc has joined #angularjs
[01:17:17] *** DrShoggoth has joined #angularjs
[01:18:23] *** jareddlc has quit IRC
[01:22:08] *** bengillies has joined #angularjs
[01:23:03] *** BlinkyBill_ has joined #angularjs
[01:25:10] *** cacts|works has quit IRC
[01:25:21] *** sixr420 has quit IRC
[01:25:39] *** wonder95 has quit IRC
[01:25:50] *** BlinkyBill has quit IRC
[01:26:19] *** sixr420 has joined #angularjs
[01:26:46] *** bengillies has quit IRC
[01:28:17] *** empyreanx has joined #angularjs
[01:30:08] *** ron_frown has joined #angularjs
[01:30:51] *** Ir1sh has quit IRC
[01:31:13] *** sc2015 has joined #angularjs
[01:32:20] *** siba has joined #angularjs
[01:32:20] *** BlinkyBill has joined #angularjs
[01:32:22] *** Aliks has joined #angularjs
[01:33:34] *** ahhhndi has quit IRC
[01:34:14] *** BlinkyBill_ has quit IRC
[01:34:58] *** mellernoia has quit IRC
[01:36:54] *** fscala has quit IRC
[01:37:59] *** EdwardIII has quit IRC
[01:38:18] *** fscala has joined #angularjs
[01:39:28] *** LeBlaaanc has quit IRC
[01:40:23] *** LeBlaaanc has joined #angularjs
[01:40:48] *** macabre has quit IRC
[01:41:50] *** pkn has quit IRC
[01:42:30] *** swordfish has quit IRC
[01:42:38] *** icfantv has quit IRC
[01:43:13] *** Oleander has joined #angularjs
[01:43:43] *** iateadonut has joined #angularjs
[01:45:26] *** BlinkyBill has quit IRC
[01:48:03] *** one_zero has joined #angularjs
[01:49:20] *** Oleander has quit IRC
[01:49:37] *** BlinkyBill has joined #angularjs
[01:51:42] *** BlinkyBill_ has joined #angularjs
[01:52:18] *** QueenBeeee61 has quit IRC
[01:53:28] *** Embassy has joined #angularjs
[01:53:46] *** LeBlaaanc has quit IRC
[01:54:27] *** jiggliemon has joined #angularjs
[01:55:15] *** BlinkyBill has quit IRC
[01:55:50] *** OddDuck has quit IRC
[01:56:11] *** baweaver has joined #angularjs
[01:56:25] *** BlinkyBill__ has joined #angularjs
[01:57:11] *** ron_frown has quit IRC
[01:57:18] *** LeBlaaanc has joined #angularjs
[01:57:29] *** annlewis has joined #angularjs
[01:57:56] *** tayfun has quit IRC
[01:58:05] *** Embassy has quit IRC
[01:59:18] *** BlinkyBill has joined #angularjs
[01:59:23] *** GitGud has joined #angularjs
[01:59:26] *** BlinkyBill_ has quit IRC
[02:00:32] *** jieryn has joined #angularjs
[02:00:45] *** nya_ has joined #angularjs
[02:01:00] *** FIFOd has quit IRC
[02:01:15] *** BlinkyBill_ has joined #angularjs
[02:01:18] *** jcooke has quit IRC
[02:01:39] *** fedenunez has quit IRC
[02:01:46] *** BlinkyBill__ has quit IRC
[02:01:47] *** diegoaguilar has quit IRC
[02:01:49] *** fedenunez has joined #angularjs
[02:02:15] *** annlewis has quit IRC
[02:02:39] *** nya_ has quit IRC
[02:02:48] *** nya_ has joined #angularjs
[02:02:54] *** D9 has joined #angularjs
[02:04:32] *** BlinkyBill__ has joined #angularjs
[02:04:35] *** BlinkyBill has quit IRC
[02:06:27] *** BlinkyBill_ has quit IRC
[02:06:33] *** roonie has joined #angularjs
[02:11:06] *** BlinkyBill__ has quit IRC
[02:13:55] *** fedenunez has quit IRC
[02:16:15] *** rchavik has joined #angularjs
[02:16:55] *** mven has joined #angularjs
[02:17:38] *** ringzer0 has quit IRC
[02:19:59] *** illume has joined #angularjs
[02:20:42] *** macabre has joined #angularjs
[02:20:48] *** joshontheweb has quit IRC
[02:20:55] *** marr has quit IRC
[02:23:03] *** bengillies has joined #angularjs
[02:27:27] *** bengillies has quit IRC
[02:27:41] *** saysora has joined #angularjs
[02:28:04] *** duclv has joined #angularjs
[02:28:58] *** duclv has quit IRC
[02:29:40] *** philipd has joined #angularjs
[02:30:19] *** junmin has quit IRC
[02:30:20] *** fixl has joined #angularjs
[02:31:22] *** ringzer0 has joined #angularjs
[02:31:48] *** junmin has joined #angularjs
[02:32:11] *** rho has quit IRC
[02:33:12] *** dlam has joined #angularjs
[02:34:14] *** Foxandxss has quit IRC
[02:34:17] <dlam> I got a ng-class="['foo-bar', {showAll: 'expanded'}]" ...and the showAll thing is coming out as [object Object] in the html instead of "expanded" anyone know wat to do?
[02:35:14] *** philipd has quit IRC
[02:36:18] *** doppio|Laptop has joined #angularjs
[02:36:41] *** macabre has quit IRC
[02:37:45] *** dszmaj has quit IRC
[02:39:01] *** junmin has quit IRC
[02:39:28] *** cacts has joined #angularjs
[02:47:00] *** randomdoude has quit IRC
[02:47:15] *** one_zero has quit IRC
[02:48:02] *** one_zero has joined #angularjs
[02:49:28] *** thatslifeson has quit IRC
[02:52:36] *** moep has quit IRC
[02:56:13] *** siba has quit IRC
[02:58:05] *** marcusalmeida has quit IRC
[02:58:14] *** annlewis has joined #angularjs
[03:00:12] *** clivejo has quit IRC
[03:00:32] *** elton has joined #angularjs
[03:01:04] *** buzzedword has joined #angularjs
[03:02:31] *** jareddlc has joined #angularjs
[03:03:22] *** annlewis has quit IRC
[03:03:25] *** corioliss has joined #angularjs
[03:03:48] *** davlefou_ has joined #angularjs
[03:03:48] *** nya_ has quit IRC
[03:04:07] *** nya_ has joined #angularjs
[03:04:16] *** rchavik has quit IRC
[03:04:43] *** xcesariox has joined #angularjs
[03:05:10] *** elton has quit IRC
[03:05:43] *** buzzedword has quit IRC
[03:05:48] *** davlefou has quit IRC
[03:06:40] *** elton has joined #angularjs
[03:06:45] *** owenjones has joined #angularjs
[03:06:46] *** Coldblackice has quit IRC
[03:06:51] *** jareddlc has quit IRC
[03:08:52] *** Codefriar has joined #angularjs
[03:11:50] *** owenjones has quit IRC
[03:12:14] *** doppio has quit IRC
[03:12:15] *** debster has quit IRC
[03:14:13] *** Aliks has quit IRC
[03:16:17] *** nya__ has joined #angularjs
[03:16:36] *** nya_ has quit IRC
[03:19:23] *** luizer has joined #angularjs
[03:22:07] *** fedenunez has joined #angularjs
[03:23:10] *** Aliks has joined #angularjs
[03:23:19] *** debster has joined #angularjs
[03:24:43] *** blitheBoudica has quit IRC
[03:24:53] *** elton has quit IRC
[03:26:38] *** Coldblackice has joined #angularjs
[03:27:29] *** Aliks has quit IRC
[03:28:05] *** iraj has quit IRC
[03:28:52] *** Ravenus has joined #angularjs
[03:29:03] *** fedenunez has quit IRC
[03:29:09] *** edrocks_ has joined #angularjs
[03:29:52] *** italoacasas has quit IRC
[03:32:27] *** dlam has quit IRC
[03:35:19] *** Schalla has quit IRC
[03:38:49] *** xylen has joined #angularjs
[03:39:08] *** diegoaguilar has joined #angularjs
[03:39:49] *** illume has quit IRC
[03:39:59] *** BlinkyBill_ has joined #angularjs
[03:40:53] *** owenjones has joined #angularjs
[03:41:49] *** Embassy has joined #angularjs
[03:42:47] *** xylen has quit IRC
[03:44:13] *** Aliks has joined #angularjs
[03:45:16] *** BlinkyBill__ has joined #angularjs
[03:47:20] *** Oleander has joined #angularjs
[03:47:43] *** BlinkyBill_ has quit IRC
[03:48:10] *** Embassy has quit IRC
[03:50:15] *** junmin has joined #angularjs
[03:52:01] *** cocao has joined #angularjs
[03:52:40] *** Oleander has quit IRC
[03:53:46] *** FenikkusuOsiris has joined #angularjs
[03:53:59] *** nodist has joined #angularjs
[03:56:03] *** nodist has quit IRC
[03:56:09] *** fedenunez has joined #angularjs
[03:56:34] *** BlinkyBill_ has joined #angularjs
[03:56:44] *** diegoaguilar has quit IRC
[03:56:56] *** diegoaguilar has joined #angularjs
[03:59:02] *** annlewis has joined #angularjs
[03:59:42] *** BlinkyBill__ has quit IRC
[04:02:38] *** elton has joined #angularjs
[04:03:25] *** buzzedword has joined #angularjs
[04:03:32] *** annlewis has quit IRC
[04:05:41] *** fedenunez1 has joined #angularjs
[04:05:41] *** fedenunez has quit IRC
[04:08:30] *** saysora has quit IRC
[04:09:10] *** BlinkyBill_ has quit IRC
[04:09:11] *** buzzedword has quit IRC
[04:11:36] *** LeBlaaanc has quit IRC
[04:12:52] *** doppio|Laptop is now known as doppio|Away
[04:13:05] *** diegoaguilar has quit IRC
[04:13:23] *** joshontheweb has joined #angularjs
[04:13:34] *** Aliks_ has joined #angularjs
[04:13:50] *** Aliks has quit IRC
[04:15:30] *** elton has quit IRC
[04:16:10] *** elton has joined #angularjs
[04:16:49] *** Codefriar has quit IRC
[04:18:22] *** zz_dimtruck is now known as dimtruck
[04:19:04] *** Phenix_ has joined #angularjs
[04:19:20] *** MistahKurtz has joined #angularjs
[04:21:00] *** elton has quit IRC
[04:21:14] *** Aliks_ has quit IRC
[04:21:36] *** FenikkusuOsiris has quit IRC
[04:22:26] *** doppio|Away is now known as doppio|Laptop
[04:22:47] *** doppio|Laptop is now known as doppio|Away
[04:24:19] *** bengillies has joined #angularjs
[04:24:56] *** atula has joined #angularjs
[04:25:36] *** elton has joined #angularjs
[04:26:25] *** joshontheweb has quit IRC
[04:28:30] *** bengillies has quit IRC
[04:29:05] *** diegoaguilar has joined #angularjs
[04:29:17] *** yky_ has quit IRC
[04:29:59] <mekhami> https://gist.github.com/mekhami/9194480c10d3fc694ea1 is this somehow inaccurate? my 'rsvplist' is length 1, and in the dom, one <tr> block shows up, but it doesn't show any values, just empty
[04:30:12] <mekhami> i console.logged the $scope.rsvplist and it's accurate
[04:30:23] <mekhami> it's an array of length one with one object in it witha ll those attributes
[04:31:49] <mekhami> here's the controller for reference https://gist.github.com/mekhami/8184dd42ebb353cdeac0
[04:34:11] *** FenikkusuOsiris has joined #angularjs
[04:34:22] *** debster has quit IRC
[04:37:52] <mekhami> ah so the ng-repeat directive has to be the direct parent of the dom element that has the expressions
[04:38:04] *** DV8_ has quit IRC
[04:38:30] *** DV8_ has joined #angularjs
[04:38:54] <CanyonMan> edrocks_: when I get the element, I then do element.clone(), compile the result, then children().first(0.append( compiled )
[04:39:37] <edrocks_> CanyonMan: did you say something else before that? I don't have history
[04:39:41] <CanyonMan> edrocks_: but then when I go to retrieve it from element.children().first().children() what I'm looking at looks like the template directive, not the directive, can I get the directive?
[04:39:42] <edrocks_> only since 10:11
[04:39:56] <CanyonMan> edrocks_: yeah I did, but it was before I went out for indian food so it was hours ago :)
[04:40:01] <edrocks_> o
[04:40:13] *** thatslifeson has joined #angularjs
[04:40:15] <CanyonMan> I'm questioning whether my strategy here is a terrible one.
[04:40:41] <CanyonMan> I'm using html5 drag and drop, when I drop I do an element.clone() now I want to save the whole layout the user made
[04:40:55] <CanyonMan> think of it like a 'screen builder' where he can drop widgets on to a <div> at a certain x,y
[04:41:27] <CanyonMan> So I have to persist what he did somehow, and my thought at first was to grab what's in the <div> and save it. Then when I want to retrieve it, ngInclude it or equivalent.
[04:41:32] <edrocks_> i get it
[04:41:49] <CanyonMan> so what I would be persisting would be like a mini, dymanically created template.
[04:41:52] <edrocks_> i have to do something similar for a dashboard and analytics page soon
[04:42:13] <CanyonMan> Yeah this is very similar I bet. What I'm doing is for building automation systems, and I want the operators to be able to design their own HMI screens
[04:42:27] <edrocks_> my plan was to keep a layout object and use that layout object in a template to build the dashboard dynamically
[04:42:58] <CanyonMan> so like you have a this.widgets = [ ] ; then onDrop you append to that list, but it's a list of some descriptive objects for each of the things you place on the page?
[04:43:10] <edrocks_> basically have each widget/card/square/etc have a directive and save the name and coords in an object
[04:43:37] <edrocks_> I'd probably just keep a list of strings with the directive name then create it based on that
[04:43:47] <edrocks_> and make every widget a directive
[04:43:50] <CanyonMan> then place them how? ng-repeat=widget in widgets then a big ng-if or case block?
[04:43:57] <CanyonMan> yeah my widgets are all directives
[04:44:26] <edrocks_> you could place them with the typical ng-repeat and ng-if/switch or you could make a directive to do it in a cleaner way
[04:44:41] <CanyonMan> what would THAT directive do?
[04:44:41] *** philipd_ has joined #angularjs
[04:44:45] <edrocks_> basically create element named foo and append it as a child
[04:45:08] <CanyonMan> hmm
[04:45:24] <CanyonMan> so i would mkae kind of a 'basewidget' directive
[04:45:35] <edrocks_> something like `ng-repeat="widget in widgets" dyna-widget="widget"` where `widget` is either a name of a directive widget or an object with the name and some other config
[04:45:53] <edrocks_> dyna-widget would be your directive that places your widgets
[04:46:24] <edrocks_> basically just do a `element.append(window.newElement(widget.Name))` or something like that
[04:46:44] <edrocks_> you'd probably have to read up on the link functions etc to make sure you do it correctly though
[04:46:52] <CanyonMan> what woudl you do with all the other attributes etc. that go with text widget i.e. <text-widget alarm-color="red" binding="hvac1.position" ... >
[04:47:18] <edrocks_> I'd have all my widgets take a `config` field and just make it a dynamic object
[04:47:21] *** owenjones has quit IRC
[04:47:33] <CanyonMan> oh okay yeah
[04:47:47] <edrocks_> then you dyna-widget adder doesn't need to know about them
[04:47:58] <CanyonMan> so <text-widget config="blahblahblah">
[04:48:01] <edrocks_> you just make all widgets basically use the same interface
[04:48:02] <edrocks_> yea
[04:48:06] <CanyonMan> then from the database I retrieve: widgetName,config
[04:48:13] *** empyreanx has quit IRC
[04:48:17] <edrocks_> where blabla is just a key value object with widget specific settings
[04:48:20] <edrocks_> yep
[04:48:33] <CanyonMan> and in my ng-repeat, use widgetName to name the thing with only one attribute, config, which the widget bindToController { config: '=something' }
[04:48:35] <CanyonMan> ok
[04:48:36] <edrocks_> and probably do some checks to make sure the config is sane for each widget type on your backend
[04:48:37] *** macabre has joined #angularjs
[04:48:46] <edrocks_> yea
[04:49:06] <edrocks_> add in some fancy drag n drop and you got a million dollar dashboard
[04:49:12] <CanyonMan> ok yeah. Great. Thanks for letting me bounce that off you. i was kind of mentally stuck on how to design it
[04:49:20] <CanyonMan> The drag and drop man, ,it was a pain to get working but boy it's beautiful
[04:49:31] <CanyonMan> I have one bug I have'nt figured out yet but i'm ignoring it
[04:49:37] <CanyonMan> it took me a while to figure out all the various coordinate systems
[04:49:54] <edrocks_> any chance I can see it? I looked into drag n drop a while ago with plans to make this system but it's on my todo list now
[04:50:04] <CanyonMan> how do i explain this
[04:50:16] <CanyonMan> imagine your widget is 50x80
[04:50:26] <CanyonMan> when you click it to drop it on the page OR even wrose when it's on the page and you just MOVE it
[04:50:43] <edrocks_> yea
[04:50:49] <CanyonMan> the onDrop only tells you where you let go of the mouse, but you have to keep track of where it got picked up
[04:51:01] <CanyonMan> because you didn't click the widget at 0,0 or the middle, you clicked it anywhwere within the widget
[04:51:02] *** dimtruck is now known as zz_dimtruck
[04:51:22] <CanyonMan> so html5 d-n-d gives you a way to set some data on the pick-up event and retrieve it on the drop event, but the mechanism is awful
[04:51:34] *** elton has quit IRC
[04:51:44] <CanyonMan> and it was far easier for me to make a dragAndDropService that I use to track the location WITHIN the widget on the pick-up.
[04:51:49] <edrocks_> yea I read some article basically saying to skip html5 dnd and roll your own with the mouse events
[04:52:05] <edrocks_> all the libs for drag n drop grids are crappy too
[04:52:06] <CanyonMan> Really
[04:52:10] <CanyonMan> That wseems like giving up to me
[04:52:33] <edrocks_> i think it was from a few years ago when basically only the latest ie had a decent dnd
[04:52:38] <CanyonMan> ngDraggable was ok, I tried it, it uses jquery like mouse click events and stuff. It's OK. But not really better than the html5 one I didn't think
[04:52:57] <edrocks_> idc about ie though so I'll probably use html5 dnd
[04:53:18] <CanyonMan> but the communications between drag and drop events in html5 is pretty terrible, and basically the only object type you can use is text, so what do you do, toJson() fromJson() it? Sucks. Every solution I came up with sucked, and also, the data sharing is one of the risk items for browser compatibility
[04:53:24] <CanyonMan> so I said screw it I've got angular,, I'm using an angular service
[04:53:30] *** macabre has quit IRC
[04:53:33] <CanyonMan> so yeah I'll share snippets with you for sure
[04:53:39] <CanyonMan> I can't share the whole thing though :(
[04:53:48] *** junmin has joined #angularjs
[04:53:53] <edrocks_> no problem was just interested in how you did it
[04:53:57] *** baweaver has quit IRC
[04:54:17] <edrocks_> i have to do the same thing soon. was wondering how the war would be lol
[04:56:25] <CanyonMan> edrocks_: here: http://pastebin.com/eypEP97J
[04:56:47] <CanyonMan> I put it all on one page, and it's just snippets, but that's the working parts of the draggable component as well as the target droppable component
[04:57:26] <edrocks_> thanks
[04:57:45] <CanyonMan> so the only issue I've got is that if you put 2 widgets on the page, then you try to mvoe one to on top of the other, it doesn't like that and one of them ends up at 0,0
[04:57:47] <CanyonMan> so that's super annoying
[04:58:06] <CanyonMan> and I know the way to fix it. The way to fix it is to somehow use that dragOver event to indicate "Hey you're on top of another widget you can't do that"
[04:58:44] <CanyonMan> but that's kind of a mess of coordinate systems again ... so I'll get to fixing that later, because I feel like it's solveable, but I kind of want to get the whole thing working first even if there's a small 'move widget' bug
[04:58:58] <edrocks_> I feel like this is going to be multi field address autocompletion all over. that was buggy as hell and took a year to get right
[04:59:23] <CanyonMan> it could be
[04:59:48] *** annlewis has joined #angularjs
[05:00:07] <CanyonMan> I really find the idea of doing it jquery style awful though, I want it to be more angular-y ... and at least i thought if i used the html5 feature that I'd be working with some kind of a standard, rather than the whim of some random developer
[05:00:41] <edrocks_> you get jq lite with angular
[05:00:41] <CanyonMan> and ng2 isn't backed by jquery or jquerylite so what's that 3rd party ngDraggable going to do then? who knows
[05:00:53] <edrocks_> really?
[05:01:02] <edrocks_> i didn't know they dropped jq lite
[05:01:16] <edrocks_> do you get anything to help ?
[05:01:48] <CanyonMan> well you know now ng2 is kind of a moving target? This is something I remembered, and maybe they backed off on it like they backed off on two-way binding, Id on't know
[05:02:07] <CanyonMan> but the idea was that you do everything with just normal tempaltes and webcomponents, and polyfill webcomponents if your browser doesn't have them
[05:02:35] <edrocks_> but don't the components still need to mess with their internal dom?
[05:03:01] <CanyonMan> crap. I'm not sure. This is at the limits of my knowledge on the subject.
[05:03:14] <edrocks_> i know hardly anything about ng2 too
[05:03:36] <edrocks_> i just started looking into setting up babel or switching to typescript to start preping
[05:04:42] *** annlewis has quit IRC
[05:06:02] <CanyonMan> I paid enough attention about ng2 to try to write ng1 in a way that it'll transition easily. And so far that has worked out really well for me because it has forced me to do more with directives, not write controllers (except for in directives), use controllerAs everywhere, NOT depend on scope anywhere
[05:06:08] <CanyonMan> it has all been very freeing
[05:06:33] <CanyonMan> yeah I used bable and the other one for a project, so I coudl do ES6 in ng1
[05:06:36] <CanyonMan> It was great, I learned a lot
[05:06:40] <CanyonMan> I blogged about it
[05:06:41] *** saysora has joined #angularjs
[05:06:54] <CanyonMan> on http://chrispnerd.blogspot.com/
[05:07:05] <edrocks_> I've been switching old stuff to controllerAs and making everything new use it for the past few months
[05:07:15] *** jieryn has quit IRC
[05:08:16] *** th_masv has quit IRC
[05:09:11] *** doppio|Away is now known as doppio|laptop
[05:10:57] <CanyonMan> huh so the ng2 router is NOT ui-router it's yet something else? :(
[05:11:14] <edrocks_> I think it's state.js or something
[05:11:25] *** fedenunez1 has quit IRC
[05:11:29] <edrocks_> they are drawing inspiration from ui-router but they made something new
[05:11:37] <edrocks_> theres a design doc about it somewhere
[05:13:20] <CanyonMan> you know i guess i could do what you said but make my object definition like: { directive: 'text-tool', attrs: { x: 0, y: 100, title: 'plugh' } }
[05:13:28] <CanyonMan> then just use attrs to place attrs on the driective it generates
[05:15:15] <edrocks_> that would work
[05:15:27] *** speaking1ode has joined #angularjs
[05:15:36] *** FenikkusuOsiris has quit IRC
[05:15:40] *** philipd_ has quit IRC
[05:17:23] *** sbellina has quit IRC
[05:17:25] *** debster has joined #angularjs
[05:21:12] *** davlefou__ has joined #angularjs
[05:21:33] *** th_masv has joined #angularjs
[05:22:18] *** davlefou_ has quit IRC
[05:23:50] *** debster has quit IRC
[05:24:31] *** doppio|laptop has quit IRC
[05:25:08] *** bengillies has joined #angularjs
[05:29:49] *** yky_ has joined #angularjs
[05:29:54] *** bengillies has quit IRC
[05:30:43] *** Embassy has joined #angularjs
[05:33:07] *** joshontheweb has joined #angularjs
[05:33:08] *** FenikkusuOsiris has joined #angularjs
[05:34:34] *** yky_ has quit IRC
[05:37:54] *** asteele has quit IRC
[05:39:45] *** Embassy has quit IRC
[05:40:46] *** FenikkusuOsiris has quit IRC
[05:44:59] *** burzum2 has joined #angularjs
[05:47:11] *** burzum has quit IRC
[05:47:27] *** xylen has joined #angularjs
[05:48:47] *** fscala has quit IRC
[05:52:11] *** davlefou_ has joined #angularjs
[05:52:28] *** p0k0 has quit IRC
[05:53:38] *** fscala has joined #angularjs
[05:54:00] *** denkijin has joined #angularjs
[05:54:09] *** davlefou__ has quit IRC
[05:54:32] *** baweaver has joined #angularjs
[05:54:36] *** raininja has quit IRC
[06:00:33] *** annlewis has joined #angularjs
[06:00:48] *** baweaver has quit IRC
[06:04:06] *** diegoaguilar has quit IRC
[06:04:59] *** annlewis has quit IRC
[06:05:22] *** tplaner has quit IRC
[06:05:28] *** doppio|Laptop has joined #angularjs
[06:05:33] *** iateadonut has quit IRC
[06:06:12] <luizer> Hello guys
[06:06:16] <luizer> quick question
[06:06:30] <luizer> I noticed that angular.io is using TS for its examples
[06:06:38] *** iateadonut has joined #angularjs
[06:06:41] <luizer> and I found some TS vs ES5 comparisons
[06:06:53] <luizer> what about ES6?
[06:07:05] <luizer> is anyone using ES6+ angular? is it recomended?
[06:07:42] *** kakashiAL has quit IRC
[06:08:40] *** saysora has quit IRC
[06:09:27] *** casf has quit IRC
[06:17:11] *** debster has joined #angularjs
[06:19:23] *** cornerma1 has joined #angularjs
[06:21:25] *** mischat has quit IRC
[06:21:36] *** shtonia has joined #angularjs
[06:21:43] *** cornerman has quit IRC
[06:21:52] *** cornerma1 is now known as cornerman
[06:22:36] *** shtonia has quit IRC
[06:24:36] *** debster has quit IRC
[06:26:00] <edrocks_> luizer: I think there is a dropdown to switch the examples to es6
[06:26:38] <edrocks_> luizer: year right at the top of each page under the document title
[06:26:54] <edrocks_> it says "Angular for X" where x is typescript js dart etc
[06:27:46] *** Aces_Charles has joined #angularjs
[06:27:47] *** jmfcool has quit IRC
[06:28:19] *** Deeewayne has quit IRC
[06:29:00] *** willeponken has quit IRC
[06:29:17] *** atula has quit IRC
[06:31:04] *** yky_ has joined #angularjs
[06:32:24] *** elton has joined #angularjs
[06:33:54] *** willeponken has joined #angularjs
[06:33:54] *** denkijin has quit IRC
[06:34:47] *** Aces_Charles has quit IRC
[06:35:05] *** Aces_Charles has joined #angularjs
[06:35:10] *** blitheBoudica has joined #angularjs
[06:35:26] *** yky_ has quit IRC
[06:37:18] *** Embassy has joined #angularjs
[06:38:10] *** raininja has joined #angularjs
[06:41:48] *** yky_ has joined #angularjs
[06:42:05] *** atula has joined #angularjs
[06:43:14] *** blitheBoudica has quit IRC
[06:43:22] *** diegoaguilar has joined #angularjs
[06:43:37] *** blitheBoudica has joined #angularjs
[06:45:51] *** blitheBoudica has quit IRC
[06:46:07] *** blitheBoudica has joined #angularjs
[06:47:28] *** VaticanCameos has joined #angularjs
[06:48:59] *** wontoner has joined #angularjs
[06:50:10] *** blitheBoudica has quit IRC
[06:50:21] *** blitheB__ has joined #angularjs
[06:50:28] *** Aces_Charles has left #angularjs
[06:51:58] *** blitheBoudica has joined #angularjs
[06:52:03] *** Embassy has quit IRC
[06:52:31] *** atula has quit IRC
[06:54:51] *** blitheB__ has quit IRC
[06:55:18] *** phrozensilver has quit IRC
[06:55:50] *** s-o-r-o-u-s-h has joined #angularjs
[06:56:27] *** blitheBoudica has quit IRC
[06:56:43] *** blitheBoudica has joined #angularjs
[06:58:15] *** Aces_Charles has joined #angularjs
[06:58:38] *** s-o-r-o-u-s-h has quit IRC
[06:59:54] *** kakashiAL has joined #angularjs
[07:01:19] *** annlewis has joined #angularjs
[07:03:33] *** jxv has quit IRC
[07:03:59] *** jmfcool has joined #angularjs
[07:05:05] *** jmfcool has quit IRC
[07:05:21] *** p0k0 has joined #angularjs
[07:06:02] *** annlewis has quit IRC
[07:06:48] *** buzzedword has joined #angularjs
[07:09:02] *** raininja has quit IRC
[07:09:45] *** obbs has quit IRC
[07:11:27] <luizer> edrocks_: That is for ES5 old javascript not ES6 the one that just was standarized
[07:11:29] *** buzzedword has quit IRC
[07:11:45] *** doppio|Laptop has quit IRC
[07:11:49] <edrocks_> luizer: o sorry thought they were using es6 on the js part
[07:12:24] <luizer> edrocks_: what do you use?
[07:13:15] <edrocks_> es5 right now. I'm looking into setting up babel with es6 or switching to typescript soon
[07:13:23] <edrocks_> trying to prepare for ng2
[07:13:51] <luizer> edrocks_: I am about to do a project in ng2 and I don't know where to start :P
[07:14:20] <edrocks_> I don't think it's ready for prod stuff yet but im not starting a new project anytime soon
[07:14:51] *** nilsi has joined #angularjs
[07:14:52] <luizer> edrocks_: Wasn't it supposed to be released this year?
[07:15:08] <edrocks_> I doubt it
[07:15:17] <edrocks_> but i haven't been keeping up with it too much
[07:15:48] <luizer> edrocks_: Well its for some backend admin tool for a site that is being developed, like proof of concept of the tech
[07:16:10] <luizer> edrocks_: what worries me about TS is that is not JS and might not be adopted
[07:16:15] *** rchavik has joined #angularjs
[07:16:19] <edrocks_> o I think I'd just go with ng2 minded ng1 right now
[07:16:23] <luizer> edrocks_: however, google, microsoft are really pushing it
[07:16:25] <edrocks_> I was worried about that too
[07:16:45] <edrocks_> but google tends to drop shit like hot poatatos
[07:17:04] <edrocks_> and microsoft is inherently unstable
[07:17:24] <luizer> edrocks_: unstable?
[07:17:45] <edrocks_> look at there history they were in the slums for so many years
[07:17:53] <edrocks_> now they are just starting to come back but for how long?
[07:18:17] <edrocks_> and how many people will they get on the ts bandwagon really it's one framework pushing it
[07:18:17] *** th_masv has quit IRC
[07:18:35] <luizer> edrocks_: I know, but the tool they released seems good... visual studio code, and it works on mac and linux
[07:18:50] <edrocks_> es6 seems safer to me from a business perspective right now
[07:18:54] *** th_masv has joined #angularjs
[07:19:03] <edrocks_> you could always switch to ts later once they prove themselves a bit more
[07:19:28] <edrocks_> it's going in the right direction but they haven't really locked themselves in with it 100% yet
[07:19:49] <luizer> edrocks_: well that tool seems to use TS related stuff to even autocomplete ES5, so I wonder if it really works...
[07:20:14] <edrocks_> idk I need to look into it a bit more before I decide
[07:20:21] <luizer> edrocks_: Microsoft is using Angular for internal development
[07:20:28] <edrocks_> o they are?
[07:20:30] <luizer> edrocks_: so they are really betting on it
[07:20:47] <edrocks_> well thats good. I didn't know they were using it for anything
[07:20:55] <luizer> edrocks_: yes, for tools and internal sites
[07:21:16] <luizer> edrocks_: I was surprised to hear that.
[07:21:37] <luizer> edrocks_: I worked there and left 2 years ago and they were not but I still have lots of friends there and they tell me
[07:21:53] *** mischat has joined #angularjs
[07:21:54] <luizer> edrocks_: however they seem to be using angular 1.x still
[07:21:58] <edrocks_> o thats pretty cool. I wonder when they will make it more public
[07:22:16] <luizer> edrocks_: which is strange since they are betting on TS and ng2
[07:22:52] <edrocks_> i don't think ng2 is really ready yet though they aren't even doing beta builds yet
[07:23:25] <edrocks_> and thats coming from me completly switching to angular-material when it was at 0.5 which was early as can be
[07:23:36] <luizer> edrocks_: well they are not hiding the fact since they are posting jobs about it LOL
[07:23:36] *** Shai-Tan has joined #angularjs
[07:24:31] <luizer> edrocks_: I tried angular material and it was to incomplete, however they did a 1.0alpha/beta release like a week ago, but I have not chekced it out
[07:25:11] *** shinnya has quit IRC
[07:25:18] <edrocks_> if you try it use this https://github.com/epelc/bower-material the current rc has broken tooltips
[07:25:31] <edrocks_> I'm working on getting it resolved but that fork has a fix in it locked on rc4
[07:26:12] *** bengillies has joined #angularjs
[07:26:39] *** baweaver has joined #angularjs
[07:26:42] <luizer> what is bower-material?
[07:26:59] <edrocks_> just angular-material built for usage with bower
[07:27:19] <luizer> is that angular-material for 1.x or 2.0?
[07:27:30] <edrocks_> it's my fork I use for whenever they break stuff and I'm waiting for a fix to be released in master
[07:27:32] <edrocks_> 1.x
[07:27:59] *** mischat has quit IRC
[07:28:49] <luizer> I see, maybe I should stick with ng 1 for this project, IDK, its up to me :P Client wants to try new technologies, since he still using backbone/jquery
[07:29:32] <edrocks_> I'd say use ng1 and es6 then upgrade to ng2 and maybe switch to typescript if it proves worthy later on
[07:29:47] <luizer> edrocks_: and you are correct, ng2 is not even labeled beta or RC
[07:30:04] <luizer> edrocks_: so I wonder if the spec is even finalized
[07:30:41] <luizer> edrocks_: I know how to use ES6+ng1, I have done projects on that alread
[07:31:15] *** bengillies has quit IRC
[07:32:39] *** leolove has quit IRC
[07:34:02] *** iateadonut has quit IRC
[07:35:27] *** fixl has quit IRC
[07:36:03] *** th_masv has quit IRC
[07:38:42] *** edrocks_ has quit IRC
[07:40:26] *** jareddlc has joined #angularjs
[07:40:35] *** davlefou_ has quit IRC
[07:41:01] *** iateadonut has joined #angularjs
[07:41:22] *** davlefou_ has joined #angularjs
[07:42:12] *** leolove has joined #angularjs
[07:45:05] *** jareddlc has quit IRC
[07:45:22] *** erve has quit IRC
[07:45:38] *** Aliks has joined #angularjs
[07:48:26] *** VaticanCameos has quit IRC
[07:49:08] *** Embassy has joined #angularjs
[07:51:43] *** jetpackjoe has joined #angularjs
[07:53:10] *** fixl has joined #angularjs
[07:56:25] *** Ravenus has quit IRC
[07:57:42] *** blitheBoudica has quit IRC
[07:58:19] *** jetpackjoe has quit IRC
[08:02:13] *** annlewis has joined #angularjs
[08:02:33] *** Oleander has joined #angularjs
[08:03:17] *** iateadonut has quit IRC
[08:03:34] *** jetpackjoe has joined #angularjs
[08:03:59] *** Aces_Charles has quit IRC
[08:04:40] *** Aces_Charles has joined #angularjs
[08:07:08] *** fixl has quit IRC
[08:07:11] *** annlewis has quit IRC
[08:07:17] *** tomas has quit IRC
[08:07:54] *** buzzedword has joined #angularjs
[08:08:34] *** Oleander has quit IRC
[08:10:12] *** yky_ has quit IRC
[08:10:58] *** `Reflector` has joined #angularjs
[08:11:11] *** fixl has joined #angularjs
[08:11:36] *** davi has joined #angularjs
[08:11:36] *** davi has joined #angularjs
[08:12:47] *** buzzedword has quit IRC
[08:13:31] *** jetpackjoe has quit IRC
[08:14:02] *** junmin has quit IRC
[08:15:43] *** Aliks has quit IRC
[08:15:52] *** Phenix_ has left #angularjs
[08:16:09] *** Gaurav__ has joined #angularjs
[08:16:28] *** Oleander has joined #angularjs
[08:16:29] <Gaurav__> Hii
[08:17:40] *** Gaurav__ has quit IRC
[08:18:10] *** roonie has quit IRC
[08:19:06] *** `Reflector` has quit IRC
[08:20:05] *** VaticanCameos has joined #angularjs
[08:20:13] *** Oleander has quit IRC
[08:21:13] *** Aliks has joined #angularjs
[08:23:08] *** obbs has joined #angularjs
[08:23:09] *** Oleander has joined #angularjs
[08:23:46] *** mischat has joined #angularjs
[08:24:26] *** VaticanCameos has quit IRC
[08:24:39] *** fixl_ has joined #angularjs
[08:26:05] *** VaticanCameos has joined #angularjs
[08:26:47] *** fixl has quit IRC
[08:27:25] *** jmfcool has joined #angularjs
[08:27:39] *** bengillies has joined #angularjs
[08:28:50] *** mischat has quit IRC
[08:29:35] *** obbs has quit IRC
[08:30:38] *** Aliks has joined #angularjs
[08:30:42] *** doppio|Laptop has joined #angularjs
[08:31:50] *** bengillies has quit IRC
[08:31:57] *** Oleander has quit IRC
[08:32:42] *** Aliks has quit IRC
[08:32:55] *** xylen has quit IRC
[08:33:03] *** Aliks has joined #angularjs
[08:34:15] *** debster has joined #angularjs
[08:36:39] *** Oleander has joined #angularjs
[08:37:58] *** speakingcode has quit IRC
[08:38:36] *** Aliks has quit IRC
[08:40:49] *** Oleander has quit IRC
[08:41:47] *** baweaver has quit IRC
[08:42:00] *** elton has quit IRC
[08:43:19] *** elton has joined #angularjs
[08:45:03] *** Aliks has joined #angularjs
[08:45:16] *** saysora has joined #angularjs
[08:45:49] *** Oleander has joined #angularjs
[08:47:16] *** iraj has joined #angularjs
[08:48:05] *** elton has quit IRC
[08:48:53] *** Pspfolio has joined #angularjs
[08:48:59] *** wontoner has quit IRC
[08:49:34] *** elton has joined #angularjs
[08:49:39] *** sbellina has joined #angularjs
[08:49:45] *** ringzer0 has quit IRC
[08:50:50] *** Oleander has quit IRC
[08:52:15] *** joshontheweb has quit IRC
[08:52:43] *** shinnya has joined #angularjs
[08:52:52] *** doppio|Laptop has quit IRC
[08:53:23] *** fixl_ has quit IRC
[08:54:58] *** tarnus has quit IRC
[08:56:55] *** Oleander has joined #angularjs
[09:00:55] *** annlewis has joined #angularjs
[09:02:42] *** davi has quit IRC
[09:02:43] *** Oleander has quit IRC
[09:04:31] *** doppio|Laptop has joined #angularjs
[09:04:47] *** Aliks has quit IRC
[09:05:07] *** doppio|Laptop has quit IRC
[09:06:00] *** joshontheweb has joined #angularjs
[09:06:46] *** Oleander has joined #angularjs
[09:09:43] *** Theowning has quit IRC
[09:09:47] *** Theowningone has joined #angularjs
[09:10:14] *** Oleander has quit IRC
[09:12:20] *** macabre has joined #angularjs
[09:13:26] *** annlewis has quit IRC
[09:16:14] *** Garfield-fr has quit IRC
[09:16:41] *** Oleander has joined #angularjs
[09:16:50] *** macabre has quit IRC
[09:19:43] *** davi has joined #angularjs
[09:19:44] *** davi has joined #angularjs
[09:19:48] *** Zalabinsky has joined #angularjs
[09:20:25] *** Oleander has quit IRC
[09:23:05] *** thatslif_ has joined #angularjs
[09:25:21] *** mischat has joined #angularjs
[09:25:35] *** thatslifeson has quit IRC
[09:25:50] *** xcesariox has quit IRC
[09:26:27] *** xcesariox has joined #angularjs
[09:27:11] *** Oleander has joined #angularjs
[09:29:41] *** jareddlc has joined #angularjs
[09:30:00] *** Aliks has joined #angularjs
[09:30:14] *** mischat has quit IRC
[09:30:19] *** Oleander has quit IRC
[09:31:43] *** CitizenNine has joined #angularjs
[09:33:31] *** Aliks has quit IRC
[09:33:55] *** jareddlc has quit IRC
[09:34:44] *** Oleander has joined #angularjs
[09:37:06] *** luizer has quit IRC
[09:38:50] <kitcat711_> hey there: I am seeking a angular scrolling table solution, working with v1.4.8, no-one that I found worked.
[09:42:11] *** speakingcode has joined #angularjs
[09:42:15] *** yky_ has joined #angularjs
[09:46:01] *** diegoaguilar has quit IRC
[09:46:01] *** Oleander has quit IRC
[09:47:13] *** Manu_SST has joined #angularjs
[09:47:20] *** bengillies has joined #angularjs
[09:47:32] <Manu_SST> hello
[09:48:27] *** Manu_SST has quit IRC
[09:51:49] *** Oleander has joined #angularjs
[09:52:10] *** bengillies has quit IRC
[09:52:37] *** rickmak has joined #angularjs
[09:53:11] *** CitizenNine has left #angularjs
[09:54:05] *** geoid has joined #angularjs
[09:56:30] *** Oleander has quit IRC
[09:57:15] *** iateadonut has joined #angularjs
[09:58:15] *** ahhhndi has joined #angularjs
[10:03:20] *** Oleander has joined #angularjs
[10:03:55] *** elton has quit IRC
[10:04:17] *** fscala has quit IRC
[10:06:59] *** fscala has joined #angularjs
[10:07:00] *** Oleander has quit IRC
[10:07:31] *** ahhhndi has quit IRC
[10:07:39] *** mekhami has quit IRC
[10:08:04] *** VaticanCameos has quit IRC
[10:08:31] *** iraj has quit IRC
[10:09:51] *** buzzedword has joined #angularjs
[10:09:59] *** annlewis has joined #angularjs
[10:13:32] *** geoid has quit IRC
[10:14:20] *** buzzedword has quit IRC
[10:14:35] *** Oleander has joined #angularjs
[10:15:00] *** geoid has joined #angularjs
[10:15:02] *** annlewis has quit IRC
[10:16:45] *** elton has joined #angularjs
[10:18:14] *** asteele has joined #angularjs
[10:18:35] *** lite_ has joined #angularjs
[10:20:04] *** marr has joined #angularjs
[10:20:41] *** saysora has quit IRC
[10:20:59] *** Oleander has quit IRC
[10:22:59] *** Leon has joined #angularjs
[10:23:04] *** DoubleAW has joined #angularjs
[10:26:23] *** mischat has joined #angularjs
[10:26:30] *** Oleander has joined #angularjs
[10:26:54] *** zeioth has joined #angularjs
[10:27:08] *** juanluisrp has quit IRC
[10:28:00] *** iraj has joined #angularjs
[10:28:02] *** DoubleAW has quit IRC
[10:28:31] *** DoubleAW has joined #angularjs
[10:30:24] *** Oleander has quit IRC
[10:30:53] *** fixl_ has joined #angularjs
[10:31:25] *** mischat has quit IRC
[10:33:14] *** SomeKittens has quit IRC
[10:34:07] *** VaticanCameos has joined #angularjs
[10:34:39] *** Embassy has quit IRC
[10:35:21] *** Alina-malina has joined #angularjs
[10:35:35] *** juddey has quit IRC
[10:36:54] *** Oleander has joined #angularjs
[10:38:48] *** thatslifeson has joined #angularjs
[10:40:21] *** Oleander has quit IRC
[10:41:06] *** rodr1go has joined #angularjs
[10:41:11] *** thatslif_ has quit IRC
[10:41:29] *** rodr1go is now known as Guest42906
[10:42:22] *** Guest42906 is now known as rodr1go
[10:42:22] *** baweaver has joined #angularjs
[10:42:37] *** rodr1go has quit IRC
[10:42:37] *** rodr1go has joined #angularjs
[10:44:14] *** iateadonut1 has joined #angularjs
[10:45:26] *** Alina-malina has left #angularjs
[10:45:50] *** iateadonut has quit IRC
[10:46:58] *** Oleander has joined #angularjs
[10:48:10] *** baweaver has quit IRC
[10:48:52] *** ome has joined #angularjs
[10:50:44] *** Oleander has quit IRC
[10:54:13] *** sergey has joined #angularjs
[10:54:52] *** VaticanCameos has quit IRC
[10:55:09] *** Oleander has joined #angularjs
[10:55:12] *** elton has quit IRC
[10:55:18] *** xcesariox has quit IRC
[10:55:56] *** tarnus has joined #angularjs
[10:56:07] *** leolove has quit IRC
[10:56:35] *** lite_ has quit IRC
[10:56:54] *** leolove has joined #angularjs
[10:59:29] *** nilsi has quit IRC
[11:00:46] *** tarnus has quit IRC
[11:01:03] *** Oleander has quit IRC
[11:01:11] *** thatslifeson has quit IRC
[11:01:52] *** juddey has joined #angularjs
[11:02:26] <wafflejock> kitcat711_: check out ui-grid if that's not helpful try to be more specific
[11:04:29] <kitcat711_> wafflejock: seems to be what I was looking for as far as I am reading
[11:04:41] <kitcat711_> wafflejock: thanx a lot
[11:04:50] <wafflejock> no prob
[11:04:59] *** Oleander has joined #angularjs
[11:05:33] *** Sky[x] has joined #angularjs
[11:05:48] *** SET003 has joined #angularjs
[11:05:58] *** marr has quit IRC
[11:06:33] *** VaticanCameos has joined #angularjs
[11:08:01] *** juro has joined #angularjs
[11:08:26] *** SET002 has quit IRC
[11:08:34] *** davlefou_ has quit IRC
[11:10:44] *** annlewis has joined #angularjs
[11:10:45] *** Oleander has quit IRC
[11:11:10] *** davlefou has joined #angularjs
[11:11:47] *** buzzedword has joined #angularjs
[11:15:02] *** juro has quit IRC
[11:15:23] *** nodist has joined #angularjs
[11:15:42] *** annlewis has quit IRC
[11:16:05] *** Oleander has joined #angularjs
[11:16:39] *** buzzedword has quit IRC
[11:16:50] *** leolove has quit IRC
[11:17:25] *** leolove has joined #angularjs
[11:18:20] *** jareddlc has joined #angularjs
[11:18:59] *** sbellina has quit IRC
[11:22:47] *** jareddlc has quit IRC
[11:23:57] *** egamonal has joined #angularjs
[11:24:25] *** nodist has quit IRC
[11:24:35] *** juddey has quit IRC
[11:25:32] *** Oleander has quit IRC
[11:25:45] *** uNki has joined #angularjs
[11:27:51] *** mischat has joined #angularjs
[11:28:47] *** asteele has quit IRC
[11:29:21] *** Oleander has joined #angularjs
[11:32:05] *** dsquuler has joined #angularjs
[11:33:18] *** Oleander has quit IRC
[11:33:30] *** mischat has quit IRC
[11:34:44] *** dsquuler has quit IRC
[11:34:45] *** mnzaki has joined #angularjs
[11:35:40] *** evilaliv3 has joined #angularjs
[11:36:06] *** zeioth has quit IRC
[11:36:25] *** daslicht has joined #angularjs
[11:37:02] *** zeioth has joined #angularjs
[11:37:59] *** lnrdo has joined #angularjs
[11:38:56] *** Oleander has joined #angularjs
[11:39:10] *** davlefou_ has joined #angularjs
[11:39:24] *** davlefou_ has joined #angularjs
[11:39:26] *** aendrew has quit IRC
[11:39:34] *** aendrew has joined #angularjs
[11:39:57] *** davlefou_ has quit IRC
[11:40:05] *** davlefou_ has joined #angularjs
[11:40:26] *** Pspfolio has quit IRC
[11:40:28] *** davlefou_ has quit IRC
[11:41:23] *** davlefou has quit IRC
[11:41:57] *** Oleander has quit IRC
[11:42:54] *** davlefou has joined #angularjs
[11:44:35] *** uNki has quit IRC
[11:46:26] *** Oleander has joined #angularjs
[11:46:55] *** cvanball has joined #angularjs
[11:47:21] *** zeioth_ has joined #angularjs
[11:47:27] *** zeioth has quit IRC
[11:47:43] *** dpicky has joined #angularjs
[11:48:51] *** dopesong has joined #angularjs
[11:49:06] *** dpicky_ has joined #angularjs
[11:49:08] *** cotko has joined #angularjs
[11:49:11] *** Embassy has joined #angularjs
[11:49:50] *** asteele has joined #angularjs
[11:51:27] *** tobias47n9e__ has joined #angularjs
[11:52:06] *** dpicky has quit IRC
[11:53:03] *** Oleander has quit IRC
[11:54:38] *** tobias47n9e_ has quit IRC
[11:55:00] *** tarnus has joined #angularjs
[11:55:41] *** elton has joined #angularjs
[11:57:46] *** Oleander has joined #angularjs
[11:58:41] *** dopesong has quit IRC
[12:00:22] *** geoid has quit IRC
[12:01:00] *** elton has quit IRC
[12:01:05] *** Oleander has quit IRC
[12:01:25] *** Embassy has quit IRC
[12:02:08] *** Embassy has joined #angularjs
[12:02:20] *** asteele has quit IRC
[12:02:33] *** lite_ has joined #angularjs
[12:04:51] *** Oleander has joined #angularjs
[12:04:56] *** lnrdo has quit IRC
[12:05:44] *** cvanball has quit IRC
[12:05:44] <OnkelTem> Folks, I've implemented server-side rendering of an SPA site and I wonder if I did everything right. How to check that?
[12:06:02] <OnkelTem> I thought I can use TB, but not sure actually
[12:09:59] *** Leon has quit IRC
[12:11:19] *** Oleander has quit IRC
[12:11:31] *** annlewis has joined #angularjs
[12:11:36] *** ekleog has quit IRC
[12:11:40] *** zero_coder has quit IRC
[12:11:57] *** zero_coder has joined #angularjs
[12:13:18] *** Embassy has quit IRC
[12:14:22] *** buzzedword has joined #angularjs
[12:16:04] *** ekleog has joined #angularjs
[12:16:22] *** annlewis has quit IRC
[12:16:50] *** evilaliv3 has quit IRC
[12:17:33] *** Embassy has joined #angularjs
[12:17:43] *** kk_drop has joined #angularjs
[12:21:03] *** buzzedword has quit IRC
[12:21:11] *** lite_ has quit IRC
[12:23:10] *** alowaniak has joined #angularjs
[12:23:30] *** Somatt has quit IRC
[12:23:30] *** Mo0O has quit IRC
[12:23:31] *** Kehet has quit IRC
[12:23:51] *** pkiller has quit IRC
[12:24:47] *** iszak has quit IRC
[12:25:43] *** tumdedum has quit IRC
[12:25:51] *** sbasso has joined #angularjs
[12:26:40] *** dopesong has joined #angularjs
[12:28:40] *** Somatt has joined #angularjs
[12:29:18] *** nya__ has quit IRC
[12:29:47] *** mischat has joined #angularjs
[12:29:50] *** nya has joined #angularjs
[12:30:14] *** nya is now known as Guest85753
[12:30:25] *** Imaginativeone has joined #angularjs
[12:31:50] *** Embassy has quit IRC
[12:32:24] *** tumdedum has joined #angularjs
[12:32:33] *** iszak has joined #angularjs
[12:32:34] *** iszak has joined #angularjs
[12:32:43] *** mischat_ has joined #angularjs
[12:33:46] *** VaticanCameos has quit IRC
[12:34:34] *** Guest85753 has quit IRC
[12:35:17] *** Mo0O has joined #angularjs
[12:35:26] *** kam270 has joined #angularjs
[12:35:56] *** MalteJ has quit IRC
[12:36:16] *** MalteJ has joined #angularjs
[12:36:50] *** mischat has quit IRC
[12:37:10] *** evilaliv3 has joined #angularjs
[12:37:44] *** leolove has quit IRC
[12:37:45] *** uNki has joined #angularjs
[12:38:18] *** roek has quit IRC
[12:38:28] *** Kehet has joined #angularjs
[12:39:10] *** roek has joined #angularjs
[12:39:35] *** yky_ has quit IRC
[12:39:43] *** one_zero has quit IRC
[12:41:11] *** pkiller has joined #angularjs
[12:47:18] *** thatslifeson has joined #angularjs
[12:49:20] *** uNki has quit IRC
[12:49:55] *** VaticanCameos has joined #angularjs
[12:51:13] *** joelwallis has joined #angularjs
[12:51:20] *** kaspar_ has joined #angularjs
[12:54:33] *** JBreit2 has quit IRC
[12:55:19] *** sbasso has quit IRC
[12:56:52] *** kaspar_ has quit IRC
[12:57:44] *** mischat_ has quit IRC
[12:57:50] *** kaspar_ has joined #angularjs
[12:58:13] *** elton has joined #angularjs
[12:58:16] *** george_v has joined #angularjs
[12:58:30] *** obbs has joined #angularjs
[12:58:31] *** george_v has quit IRC
[12:59:41] *** asteele has joined #angularjs
[12:59:46] *** thatslif_ has joined #angularjs
[13:00:23] *** sbasso has joined #angularjs
[13:00:35] *** fixl_ has quit IRC
[13:01:03] *** JBreit has joined #angularjs
[13:01:11] *** thatslifeson has quit IRC
[13:02:15] *** elton has quit IRC
[13:05:16] *** asteele has quit IRC
[13:06:51] *** mischat has joined #angularjs
[13:07:08] *** thanos has joined #angularjs
[13:07:08] *** jareddlc has joined #angularjs
[13:10:07] *** thanos has quit IRC
[13:10:51] *** davlefou_ has joined #angularjs
[13:11:55] *** jareddlc has quit IRC
[13:12:00] *** cebor has quit IRC
[13:12:25] *** annlewis has joined #angularjs
[13:13:19] *** davlefou has quit IRC
[13:13:43] *** dopesong has quit IRC
[13:14:53] *** Oleander has joined #angularjs
[13:15:49] *** davlefou__ has joined #angularjs
[13:16:50] *** annlewis has quit IRC
[13:17:40] *** davlefou_ has quit IRC
[13:19:52] *** dpicky_ has quit IRC
[13:19:57] *** xcesariox has joined #angularjs
[13:20:28] *** dpicky has joined #angularjs
[13:20:44] *** GitGud has quit IRC
[13:22:14] *** Imaginativeone has quit IRC
[13:23:35] *** egamonal has quit IRC
[13:23:35] *** Oleander has quit IRC
[13:23:52] *** davlefou_ has joined #angularjs
[13:24:19] *** philipd_ has joined #angularjs
[13:24:25] *** zeezey has quit IRC
[13:24:54] *** lite_ has joined #angularjs
[13:24:56] *** philipd_ has quit IRC
[13:25:59] *** davlefou__ has quit IRC
[13:26:43] *** Oleander has joined #angularjs
[13:28:03] *** egamonal has joined #angularjs
[13:29:02] *** lite_ has quit IRC
[13:29:19] *** egamonal has quit IRC
[13:29:45] *** davlefou_ has quit IRC
[13:31:00] *** nya has joined #angularjs
[13:31:19] *** GitGud has joined #angularjs
[13:31:23] *** nya is now known as Guest8015
[13:31:56] *** annlewis has joined #angularjs
[13:34:03] *** uNki has joined #angularjs
[13:37:22] *** ome has quit IRC
[13:37:34] *** Schalla has joined #angularjs
[13:37:34] *** Schalla has joined #angularjs
[13:37:35] *** sbasso has quit IRC
[13:37:43] *** Guest96777 has joined #angularjs
[13:39:22] *** mischat has quit IRC
[13:40:10] *** thatslif_ has quit IRC
[13:41:25] *** davlefou has joined #angularjs
[13:42:42] *** annlewis has quit IRC
[13:44:38] *** k3rb5 has joined #angularjs
[13:45:56] *** dpicky has quit IRC
[13:46:02] *** GitGud has quit IRC
[13:48:24] *** siba has joined #angularjs
[13:49:35] *** Bodin has joined #angularjs
[13:50:10] *** cacts has quit IRC
[13:50:50] *** dpicky has joined #angularjs
[13:51:24] *** spartacvs has joined #angularjs
[13:51:52] *** thirdknife has joined #angularjs
[13:52:02] *** mnzaki has quit IRC
[13:52:22] *** K4j___ has quit IRC
[13:53:27] *** k3rb5 has quit IRC
[13:54:05] *** K4j___ has joined #angularjs
[13:54:15] *** Pspfolio has joined #angularjs
[13:54:36] *** jan_oelze___ has quit IRC
[13:55:01] *** jan_oelze___ has joined #angularjs
[13:55:15] *** rickhanlonii has joined #angularjs
[13:56:08] *** Sky[x] has quit IRC
[13:56:50] *** Sky[x] has joined #angularjs
[13:57:11] *** storresi has joined #angularjs
[13:58:35] *** thirdknife has quit IRC
[13:59:20] *** thirdknife has joined #angularjs
[14:00:38] *** uNki has quit IRC
[14:02:18] *** killa_kyle has quit IRC
[14:02:50] *** DeveloperMohamad has joined #angularjs
[14:03:10] *** geoid has joined #angularjs
[14:03:11] *** dpicky has quit IRC
[14:05:03] <DeveloperMohamad> hey all!
[14:06:01] *** thirdkni_ has joined #angularjs
[14:06:24] *** DeveloperMohamad has left #angularjs
[14:06:32] *** Magik6k has quit IRC
[14:06:36] *** thirdknife has quit IRC
[14:07:07] *** kaspar_ has quit IRC
[14:07:54] *** uNki has joined #angularjs
[14:08:29] *** uNki_ has joined #angularjs
[14:12:35] *** uNki has quit IRC
[14:16:00] *** LopezT has joined #angularjs
[14:16:25] *** spartacvs has quit IRC
[14:16:46] *** fscala has quit IRC
[14:16:53] *** uNki_ has quit IRC
[14:18:11] *** buzzedword has joined #angularjs
[14:19:38] *** thirdkni_ has quit IRC
[14:19:51] *** fscala has joined #angularjs
[14:20:57] *** daslicht has quit IRC
[14:21:00] *** Shai-Tan has quit IRC
[14:22:51] *** buzzedword has quit IRC
[14:23:08] *** soee_ has joined #angularjs
[14:24:06] *** thirdknife has joined #angularjs
[14:25:35] *** Coldblackice has quit IRC
[14:26:35] *** soee has quit IRC
[14:26:51] *** hohl has joined #angularjs
[14:27:30] *** davi has quit IRC
[14:28:40] *** mnzaki has joined #angularjs
[14:28:53] *** hohl has left #angularjs
[14:29:40] *** k3rb5 has joined #angularjs
[14:29:50] *** davlefou_ has joined #angularjs
[14:30:46] *** codeme has joined #angularjs
[14:31:24] *** Aces_Charles has quit IRC
[14:31:34] *** dopesong has joined #angularjs
[14:32:09] *** davlefou has quit IRC
[14:32:32] *** Magik6k has joined #angularjs
[14:33:36] *** Magik6k has joined #angularjs
[14:33:40] *** davlefou_ has quit IRC
[14:33:52] *** davlefou has joined #angularjs
[14:33:55] *** thirdknife has quit IRC
[14:35:52] *** fcanela has joined #angularjs
[14:35:52] *** fcanela has joined #angularjs
[14:37:33] *** ASHISH has joined #angularjs
[14:37:47] <ASHISH> ANYONE?
[14:37:56] *** ASHISH is now known as Guest9659
[14:38:08] <Guest9659> hey anyone der?
[14:38:36] *** annlewis has joined #angularjs
[14:38:47] <SET003> guys, how this directive can be simplified?
[14:38:48] <SET003> http://plnkr.co/edit/DdVlBHAytdGVFVEXwCSB?p=preview
[14:38:49] <Guest9659> can anyone help me?
[14:39:06] <SET003> all it do is just store values of few chekcboxes in simgle variable
[14:40:13] <Guest9659> how do i share variables between 2 controllers?
[14:40:46] *** davlefou_ has joined #angularjs
[14:41:24] <SET003> Guest9659, using services
[14:41:53] <Guest9659> what should i google?
[14:42:00] *** Magik6k has quit IRC
[14:42:15] *** davlefou has quit IRC
[14:42:20] *** Magik6k has joined #angularjs
[14:42:28] *** p0k0 has quit IRC
[14:42:36] *** mkulke has joined #angularjs
[14:43:23] *** annlewis has quit IRC
[14:43:29] <mkulke> hello there, i am currently looking at how to future-proof our code and try to replace $scope uses in controller
[14:43:42] <SET003> Guest9659, ==> "angular share data between controllers"
[14:44:46] *** evilaliv3 has quit IRC
[14:44:51] *** Magik6k has joined #angularjs
[14:45:20] *** Magik6k has joined #angularjs
[14:45:36] <mkulke> i have an asynchronous request which eventually sets a value on service, the current code uses $watch in a controller to set the new value on the view
[14:45:48] <mkulke> what would be considered a good alternative?
[14:46:12] <mkulke> (the asynchronous event being a "user" object, btw)
[14:47:20] *** Magik6k has joined #angularjs
[14:48:03] *** ahhhndi has joined #angularjs
[14:49:04] *** WizJin has quit IRC
[14:49:25] *** fedenunez has joined #angularjs
[14:50:04] *** rickhanlonii has quit IRC
[14:52:54] *** WizJin has joined #angularjs
[14:55:07] *** VaticanCameos has quit IRC
[14:55:56] *** jareddlc has joined #angularjs
[14:57:05] *** aabril has joined #angularjs
[15:00:39] *** jareddlc has quit IRC
[15:02:10] *** mandric has joined #angularjs
[15:02:13] *** WizJin has quit IRC
[15:03:00] *** jae has quit IRC
[15:03:43] *** Cyberkatze has joined #angularjs
[15:03:52] *** dpicky has joined #angularjs
[15:04:54] <Cyberkatze> hi guys! can you tell me please -> can I fetch data from remote server, before I start my app? I created factory, but data coming later as I get data from server...
[15:05:19] *** iateadonut1 has quit IRC
[15:06:09] *** dpicky has quit IRC
[15:06:27] *** step1step2 has quit IRC
[15:06:28] *** dpicky has joined #angularjs
[15:06:41] *** step1step2 has joined #angularjs
[15:06:47] *** iateadonut has joined #angularjs
[15:07:38] *** joelwallis has quit IRC
[15:07:47] <mkulke> you can use "resolves" in the router
[15:08:05] *** IvailoStoianov has quit IRC
[15:08:07] <mkulke> they work with promises
[15:08:32] <Cyberkatze> mkulke, do you have maybe some code-snippet for this?
[15:08:50] *** thirdknife has joined #angularjs
[15:08:51] <mkulke> http://odetocode.com/blogs/scott/archive/2014/05/20/using-resolve-in-angularjs-routes.aspx
[15:08:51] *** joelwallis has joined #angularjs
[15:09:33] <Cyberkatze> thank you very much!
[15:09:35] *** IvailoStoianov has joined #angularjs
[15:10:12] *** Guest9659 has left #angularjs
[15:10:49] *** WizJin has joined #angularjs
[15:10:55] *** jacksparrow007 has joined #angularjs
[15:10:59] *** dpicky has quit IRC
[15:11:50] *** evilaliv3 has joined #angularjs
[15:12:19] *** thirdknife has quit IRC
[15:13:05] *** kaspar_ has joined #angularjs
[15:13:53] *** ashish123123 has joined #angularjs
[15:14:31] *** illume has joined #angularjs
[15:14:36] <ashish123123> HELP ME
[15:15:38] *** Schalla has quit IRC
[15:15:43] *** fedenunez has quit IRC
[15:15:46] <ashish123123> i need to use an array (variable) on two separate web pages of the same app
[15:15:51] <ashish123123> how do i do that
[15:15:54] *** fedenunez has joined #angularjs
[15:16:15] *** LopezT has quit IRC
[15:16:58] <ashish123123> anyone there?\
[15:17:54] *** mnzaki has quit IRC
[15:18:22] *** mnzaki has joined #angularjs
[15:18:26] <ashish123123> anybody has a git repo for shopping cart app?
[15:18:35] <ashish123123> in angularjs
[15:18:38] *** Raja has joined #angularjs
[15:19:02] *** Raja is now known as Guest21672
[15:19:47] *** LopezT has joined #angularjs
[15:19:55] *** Guest21672 has quit IRC
[15:20:05] *** buzzedword has joined #angularjs
[15:22:39] *** italoacasas has joined #angularjs
[15:23:36] *** shinnya has quit IRC
[15:25:51] *** buzzedword has quit IRC
[15:27:24] *** jhirley has quit IRC
[15:28:10] *** Sky[x] has quit IRC
[15:29:13] *** WizJin has quit IRC
[15:29:51] *** asteele has joined #angularjs
[15:30:02] *** Pspfolio has quit IRC
[15:34:15] *** speaking1ode has quit IRC
[15:34:56] *** thirdknife has joined #angularjs
[15:36:07] *** davlefou has joined #angularjs
[15:39:15] *** annlewis has joined #angularjs
[15:40:54] *** asteele has quit IRC
[15:41:30] *** HarunTy has joined #angularjs
[15:41:46] *** siba has quit IRC
[15:42:20] *** egamonal has joined #angularjs
[15:43:25] *** swordfish has joined #angularjs
[15:43:53] *** annlewis has quit IRC
[15:45:32] *** clivejo has joined #angularjs
[15:45:48] *** asteele has joined #angularjs
[15:47:30] *** egamonal has left #angularjs
[15:48:13] *** nilsi has joined #angularjs
[15:48:43] *** Hounddog has quit IRC
[15:49:30] *** Z3R0 has joined #angularjs
[15:50:42] *** Z3R0 has quit IRC
[15:50:54] *** davi has joined #angularjs
[15:50:55] *** davi has joined #angularjs
[15:53:09] *** cebor has joined #angularjs
[15:55:29] *** mkulke has quit IRC
[15:58:20] *** Jardayn has joined #angularjs
[16:05:04] *** arizzo has joined #angularjs
[16:05:28] *** lebster has quit IRC
[16:05:45] *** kaspar_ has quit IRC
[16:05:51] *** Shai-Tan has joined #angularjs
[16:06:55] *** kaspar_ has joined #angularjs
[16:07:21] *** lebster has joined #angularjs
[16:07:24] *** dpicky has joined #angularjs
[16:07:26] *** fedenunez has quit IRC
[16:07:31] *** fedenunez1 has joined #angularjs
[16:11:03] *** diegoaguilar has joined #angularjs
[16:12:59] *** dpicky has quit IRC
[16:14:06] *** joshontheweb has quit IRC
[16:14:16] *** Uptime has quit IRC
[16:15:46] *** fedenunez1 has quit IRC
[16:15:48] *** Uptime has joined #angularjs
[16:16:59] *** owenjones has joined #angularjs
[16:21:09] *** rickhanlonii has joined #angularjs
[16:22:00] *** Cyberkatze has left #angularjs
[16:22:32] *** jae has joined #angularjs
[16:25:42] *** mharris has joined #angularjs
[16:26:31] *** rickhanlonii has quit IRC
[16:27:19] *** joelwallis has quit IRC
[16:30:40] *** killa_kyle has joined #angularjs
[16:31:01] *** ashish123123 has quit IRC
[16:32:59] *** Uptime has quit IRC
[16:34:18] *** thirdknife has quit IRC
[16:36:47] *** Temteq has joined #angularjs
[16:37:25] *** dopesong has quit IRC
[16:38:11] *** iraj has quit IRC
[16:39:48] *** Z3R0 has joined #angularjs
[16:41:26] *** mandric has quit IRC
[16:43:55] *** CanyonMan has quit IRC
[16:44:04] *** Z3R0 has quit IRC
[16:44:41] *** jareddlc has joined #angularjs
[16:44:55] *** dszmaj has joined #angularjs
[16:45:30] *** fnx has joined #angularjs
[16:46:42] *** kirfu has joined #angularjs
[16:46:50] *** CanyonMan has joined #angularjs
[16:47:14] *** kirfu has left #angularjs
[16:48:16] *** direveri_ has joined #angularjs
[16:48:17] *** debster has quit IRC
[16:49:21] *** denisra has joined #angularjs
[16:49:22] *** jareddlc has quit IRC
[16:51:42] *** direveri has quit IRC
[16:51:43] *** denisra_ has quit IRC
[16:53:44] *** denisra has quit IRC
[16:54:08] *** debster has joined #angularjs
[16:54:09] *** denisra has joined #angularjs
[16:54:35] *** HarunTy has quit IRC
[16:55:18] *** HarunTy has joined #angularjs
[16:55:38] *** thirdknife has joined #angularjs
[16:56:34] *** swordfish has quit IRC
[16:57:58] *** rchavik has quit IRC
[16:58:36] *** Misere has quit IRC
[16:59:21] *** rho has joined #angularjs
[16:59:22] *** rho has joined #angularjs
[16:59:34] *** joelwallis has joined #angularjs
[17:01:23] *** kirfu has joined #angularjs
[17:01:57] *** Shai-Tan has quit IRC
[17:02:00] *** fedenunez has joined #angularjs
[17:02:43] *** kirfu has quit IRC
[17:03:01] *** Shai-Tan has joined #angularjs
[17:03:09] *** Zalabinsky has quit IRC
[17:03:30] *** dcherman has joined #angularjs
[17:04:46] *** fnx has quit IRC
[17:04:53] *** zeezey has joined #angularjs
[17:05:13] *** illume has quit IRC
[17:05:15] *** ringzer0 has joined #angularjs
[17:05:36] *** HarunTy has quit IRC
[17:07:02] *** tplaner has joined #angularjs
[17:08:01] *** daslicht has joined #angularjs
[17:09:20] *** dpicky has joined #angularjs
[17:10:05] *** thirdknife has quit IRC
[17:10:58] *** Zalabinsky has joined #angularjs
[17:12:38] *** illume has joined #angularjs
[17:14:06] *** dpicky has quit IRC
[17:17:20] *** fedenunez has quit IRC
[17:18:06] *** JBreit2 has joined #angularjs
[17:18:12] *** pradeep_ has joined #angularjs
[17:18:18] *** direveri has joined #angularjs
[17:18:30] <pradeep_> hi
[17:18:47] *** angular_mike__ has quit IRC
[17:20:39] *** direveri_ has quit IRC
[17:20:39] *** JBreit has quit IRC
[17:20:55] <pradeep_> need help in understanding scope events. any one has some idea
[17:20:55] <pradeep_> ?
[17:21:50] *** mnzaki has quit IRC
[17:22:26] *** tapout has joined #angularjs
[17:23:55] *** ahhhndi has quit IRC
[17:24:15] *** ahhhndi has joined #angularjs
[17:26:18] *** sssilver has joined #angularjs
[17:26:53] *** illume has quit IRC
[17:28:53] *** ringzer0 has quit IRC
[17:32:25] *** Uptime has joined #angularjs
[17:33:04] *** rew has joined #angularjs
[17:33:06] *** platzhirsch has joined #angularjs
[17:33:32] *** angular_mike__ has joined #angularjs
[17:33:45] *** swordfish has joined #angularjs
[17:35:24] *** rew is now known as helpme8
[17:36:04] *** helpme8 is now known as wer
[17:36:45] *** Schalla has joined #angularjs
[17:36:46] *** Schalla has joined #angularjs
[17:36:53] *** kam270 has quit IRC
[17:37:10] *** mnzaki has joined #angularjs
[17:37:15] <wer> is it advisable to move to angularjs 2 now or should one wait for it to mature first?
[17:38:51] *** davlefou has quit IRC
[17:38:51] *** swordfish has quit IRC
[17:39:54] *** daslicht has quit IRC
[17:40:15] <platzhirsch> What do I have to do with my jshintrc so I doesn't complain about all the angular references?
[17:40:54] *** annlewis has joined #angularjs
[17:43:34] <CanyonMan> This thing says "Looking up elements via selectors is not supported in jqlite" but I'm actually trying to use angular.element() to CREATE an element, not look one up, what's with that
[17:43:34] *** drej has joined #angularjs
[17:45:17] *** OnkelTem has quit IRC
[17:45:35] *** annlewis has quit IRC
[17:46:11] *** OnkelTem has joined #angularjs
[17:47:06] <CanyonMan> oh it's because I didn't put < and >
[17:47:08] <CanyonMan> yow.
[17:52:39] *** shinnya has joined #angularjs
[17:52:43] *** dcherman has quit IRC
[17:54:48] *** wer has quit IRC
[17:55:22] *** stephen has joined #angularjs
[17:56:13] *** dcherman has joined #angularjs
[17:59:56] *** erve has joined #angularjs
[18:03:12] *** sssilver has quit IRC
[18:06:39] *** sssilver has joined #angularjs
[18:07:46] *** Coldblackice has joined #angularjs
[18:08:36] *** sssilver has quit IRC
[18:10:29] *** dpicky has joined #angularjs
[18:11:14] *** obbs has quit IRC
[18:11:25] *** arizzo has quit IRC
[18:12:09] *** arizzo has joined #angularjs
[18:15:35] *** Coldblackice has quit IRC
[18:16:11] *** dpicky has quit IRC
[18:22:39] *** gpositive has joined #angularjs
[18:23:33] <CanyonMan> if you have multiple ng-style or ng-class on a single directive do they just add?
[18:23:44] *** rickhanlonii has joined #angularjs
[18:24:13] *** cacts has joined #angularjs
[18:24:49] *** mandric has joined #angularjs
[18:25:24] *** Rou has quit IRC
[18:25:30] *** roek has quit IRC
[18:25:44] *** Schalla has quit IRC
[18:26:49] *** roek has joined #angularjs
[18:27:02] *** owenjones has quit IRC
[18:27:47] *** encryptd_fractal has joined #angularjs
[18:28:18] *** Brak has quit IRC
[18:28:24] *** swordfish has joined #angularjs
[18:28:30] *** rickhanlonii has quit IRC
[18:30:25] *** gpositive has quit IRC
[18:30:26] *** jareddlc has joined #angularjs
[18:31:39] *** Brak has joined #angularjs
[18:31:56] *** tplaner has quit IRC
[18:32:40] *** swordfish has quit IRC
[18:32:54] *** buzzedword has joined #angularjs
[18:34:50] *** jareddlc has quit IRC
[18:35:47] *** mven has quit IRC
[18:36:24] *** magellanicloud has joined #angularjs
[18:36:51] *** mischat has joined #angularjs
[18:37:39] *** buzzedword has quit IRC
[18:39:08] *** JD-Robbs has joined #angularjs
[18:39:16] *** jenelizabeth__ has quit IRC
[18:39:56] *** jenelizabeth has joined #angularjs
[18:41:17] *** xcesariox has quit IRC
[18:41:39] *** annlewis has joined #angularjs
[18:41:47] *** F^3 has left #angularjs
[18:44:10] *** n3ssi3 has quit IRC
[18:44:20] *** debster has quit IRC
[18:44:39] *** n3ssi3 has joined #angularjs
[18:45:11] *** jenelizabeth has quit IRC
[18:46:00] *** annlewis has quit IRC
[18:46:42] *** jenelizabeth has joined #angularjs
[18:47:04] *** owenjones has joined #angularjs
[18:49:12] *** joelwallis has quit IRC
[18:49:18] *** baweaver has joined #angularjs
[18:50:35] *** Ronyrun has joined #angularjs
[18:52:51] *** debster has joined #angularjs
[18:53:40] *** fedenunez has joined #angularjs
[18:53:56] *** mnzaki has quit IRC
[18:56:50] *** mischat has quit IRC
[18:56:52] *** sbellina has joined #angularjs
[18:57:14] *** sixr420 has quit IRC
[18:57:51] *** diprotic has joined #angularjs
[18:57:52] *** diprotic has joined #angularjs
[18:58:10] *** fedenunez has quit IRC
[18:59:09] *** arizzo has quit IRC
[18:59:32] *** mven has joined #angularjs
[18:59:40] *** iraj has joined #angularjs
[18:59:40] *** arizzo has joined #angularjs
[18:59:41] *** SomeKittens has joined #angularjs
[19:00:10] *** iraj has quit IRC
[19:00:21] *** iraj has joined #angularjs
[19:00:59] *** monoprotic has quit IRC
[19:01:06] *** ayeganov has joined #angularjs
[19:02:45] *** elton has joined #angularjs
[19:04:05] *** arizzo has quit IRC
[19:04:21] *** mischat has joined #angularjs
[19:06:26] *** FenikkusuOsiris has joined #angularjs
[19:06:33] *** jacksparrow007 has quit IRC
[19:07:02] *** elton has quit IRC
[19:07:50] *** jacksparrow007 has joined #angularjs
[19:08:37] *** FenikkusuOsiris has quit IRC
[19:11:40] *** joelwallis has joined #angularjs
[19:11:59] *** dpicky has joined #angularjs
[19:15:46] *** doppio|Laptop has joined #angularjs
[19:16:23] *** dpicky has quit IRC
[19:18:06] *** diprotic has quit IRC
[19:18:10] *** jxv has joined #angularjs
[19:18:14] *** Ronyrun has quit IRC
[19:18:43] *** monoprotic has joined #angularjs
[19:18:44] *** monoprotic has joined #angularjs
[19:20:17] *** joshontheweb has joined #angularjs
[19:20:42] *** nilsi has quit IRC
[19:21:02] *** pchittum has quit IRC
[19:21:30] *** evilaliv3 has quit IRC
[19:23:37] *** RangerRick has quit IRC
[19:24:10] *** elton has joined #angularjs
[19:24:18] *** encryptd_fractal has quit IRC
[19:25:07] *** erve has quit IRC
[19:25:26] *** rickhanlonii has joined #angularjs
[19:25:52] *** RangerRick has joined #angularjs
[19:26:38] *** pchittum has joined #angularjs
[19:27:03] *** sssilver has joined #angularjs
[19:27:22] <ayeganov> I am working on a web app/service. I would like to do the UI side in Angular, and have it be future proof. What parts of current 1.5 release should I avoid in order to be compatible with 2.0?
[19:29:09] *** SrPx has joined #angularjs
[19:29:21] <caitp> supposedly work was being done on a compatibility layer so that you could run 1.x code in 2.0
[19:29:31] <caitp> no idea if that ever got off the ground or not
[19:29:45] *** dcherman has quit IRC
[19:29:53] <caitp> but, 2.0 isn't an evolution from 1.x, it was started from scratch
[19:30:05] <caitp> so it's not really possible to answer that
[19:30:22] *** rickhanlonii has quit IRC
[19:31:31] *** monoprotic has quit IRC
[19:31:50] *** monoprotic has joined #angularjs
[19:31:52] *** monoprotic has joined #angularjs
[19:32:05] <ayeganov> caitp: does it even make sense to start with 1.x then?
[19:32:21] *** erve has joined #angularjs
[19:32:27] <caitp> start with whichever one you like
[19:32:39] <caitp> it doesn't really matter
[19:33:05] *** eago has joined #angularjs
[19:33:29] *** rickmak has quit IRC
[19:33:34] *** buzzedword has joined #angularjs
[19:34:06] *** debster has quit IRC
[19:34:20] *** owenjones has quit IRC
[19:34:21] *** lite_ has joined #angularjs
[19:35:00] *** debster has joined #angularjs
[19:35:36] *** mandric has quit IRC
[19:35:42] *** Theowningone is now known as Theowning
[19:35:51] *** arizzo has joined #angularjs
[19:36:38] *** erve has quit IRC
[19:36:54] *** doppio|Laptop has quit IRC
[19:37:22] *** sssilver has quit IRC
[19:38:19] *** buzzedword has quit IRC
[19:38:20] *** Guest8015 has quit IRC
[19:38:21] *** erve has joined #angularjs
[19:38:46] *** nya_ has joined #angularjs
[19:39:49] *** _matix has joined #angularjs
[19:42:17] *** luke has joined #angularjs
[19:42:21] *** luke is now known as dldl
[19:42:24] <dldl> hello
[19:42:26] *** annlewis has joined #angularjs
[19:42:40] *** elton has quit IRC
[19:42:59] <dldl> http://pastebin.com/DEy3z6ZK
[19:43:17] *** nya_ has quit IRC
[19:43:19] <dldl> can someone help me understand why I am not getting anything in my php $_POST variable?
[19:45:51] *** lite_ has quit IRC
[19:46:26] *** thirdknife has joined #angularjs
[19:47:11] *** annlewis has quit IRC
[19:47:56] <dldl> welp, i figured it out
[19:48:07] <dldl> didn't realize you had to read from php://input
[19:48:13] <dldl> (in the php file)
[19:48:20] <dldl> that kind of really really bothers me
[19:48:28] <dldl> IS $_POST NOT GOOD ENOUGH?
[19:49:10] *** dandaman has joined #angularjs
[19:49:38] <da_wunder> you need to make some transformation in that angular post if you want to use $_POST
[19:50:05] *** SrPx has quit IRC
[19:50:36] *** encryptd_fractal has joined #angularjs
[19:51:12] <da_wunder> dldl: http://stackoverflow.com/questions/15707431/http-post-using-angular-js
[19:51:25] *** brodul has quit IRC
[19:51:30] *** sssilver has joined #angularjs
[19:53:25] *** SrPx has joined #angularjs
[19:55:07] *** markfknight has quit IRC
[19:55:27] *** junmin has joined #angularjs
[19:55:35] *** brodul has joined #angularjs
[19:56:14] *** Vladimirski has joined #angularjs
[19:57:58] *** Rou has joined #angularjs
[19:58:30] *** clivejo has quit IRC
[19:58:30] *** thirdknife has quit IRC
[19:59:06] *** thirdknife has joined #angularjs
[19:59:54] <dldl> is the method I am using not good? (reading from php://input)
[20:00:10] <dldl> I would prefer to have clean simple JS, and put extra work in the backend
[20:00:20] *** markfknight has joined #angularjs
[20:01:28] <da_wunder> that could be messy
[20:01:55] <da_wunder> eg. if you have some checks in backend side if some parameter is passed or not
[20:02:44] *** SrPx has quit IRC
[20:02:51] <dldl> It seems like the other option is to use JQUERY $.param()
[20:03:03] <dldl> but I would rather not import Jquery just for that one function
[20:03:04] *** joelwallis has quit IRC
[20:03:05] *** sssilver has quit IRC
[20:03:09] *** SrPx has joined #angularjs
[20:03:13] *** Rou_ has joined #angularjs
[20:04:12] *** thirdknife has quit IRC
[20:04:18] *** Rou has quit IRC
[20:04:28] *** george_v has joined #angularjs
[20:06:35] <da_wunder> imho not a big deal
[20:09:11] *** dldl has quit IRC
[20:09:22] <da_wunder> and i think that .param() is already in jqlite which angular uses
[20:09:33] *** bionikspoon has quit IRC
[20:10:20] *** jacksparrow007 has quit IRC
[20:11:00] *** magellanicloud has quit IRC
[20:11:03] *** owenjones has joined #angularjs
[20:13:02] *** dpicky has joined #angularjs
[20:14:18] *** bionikspoon has joined #angularjs
[20:16:07] *** davi has quit IRC
[20:16:30] *** moep has joined #angularjs
[20:17:01] *** Bodin has quit IRC
[20:17:15] *** swordfish has joined #angularjs
[20:17:35] *** Bodin has joined #angularjs
[20:17:40] *** cotko has quit IRC
[20:17:43] *** dopesong has joined #angularjs
[20:18:27] *** dpicky has quit IRC
[20:19:08] *** jareddlc has joined #angularjs
[20:20:10] *** kakashiAL has quit IRC
[20:21:43] *** swordfish has quit IRC
[20:23:33] *** jareddlc has quit IRC
[20:26:33] *** rickhanlonii has joined #angularjs
[20:26:42] *** logix812 has quit IRC
[20:27:12] *** stephen has quit IRC
[20:27:34] *** stephen has joined #angularjs
[20:28:31] *** junmin has quit IRC
[20:30:53] *** rickhanlonii has quit IRC
[20:33:48] *** Rou has joined #angularjs
[20:33:51] *** elton has joined #angularjs
[20:34:22] *** owenjones has quit IRC
[20:35:05] *** Rou_ has quit IRC
[20:36:54] *** MJD has quit IRC
[20:42:05] *** Shai-Tan has quit IRC
[20:42:49] *** Rou has quit IRC
[20:43:11] *** annlewis has joined #angularjs
[20:43:29] *** Sky[x] has joined #angularjs
[20:43:56] *** elton has quit IRC
[20:44:04] *** SteenJobs has joined #angularjs
[20:45:23] *** Rou has joined #angularjs
[20:46:42] *** yky_ has joined #angularjs
[20:46:48] *** Shai-Tan has joined #angularjs
[20:47:11] *** pradeep_ has quit IRC
[20:47:47] *** elton has joined #angularjs
[20:47:51] *** annlewis has quit IRC
[20:48:24] *** sbellina has quit IRC
[20:48:51] *** Chinchill has joined #angularjs
[20:48:58] *** Vladimirski has quit IRC
[20:50:17] <Chinchill> hello, can You guys tell me what is the best way to find out why my application starts to lag on every state change? if i change state by 100 times then operations that at start took fraction of seconds, now takes few seconds
[20:51:52] *** thatslifeson has joined #angularjs
[20:52:23] *** rickmak_ has joined #angularjs
[20:52:34] *** Aliks has joined #angularjs
[20:52:48] *** diegoaguilar has quit IRC
[20:53:17] *** eago has quit IRC
[20:55:24] *** sbellina has joined #angularjs
[20:56:42] *** JD-Robbs has quit IRC
[20:57:12] <Chinchill> https://i.imgur.com/ktWRxim.png take a look please :(
[20:57:18] *** jhirley has joined #angularjs
[20:59:20] *** encryptd_fractal has quit IRC
[20:59:26] <CanyonMan> I have a scope-bound attribute like: 'config': '=widgetConfig' ... but i'm building this list of stuff dynamically. Can I do element.attr('widget-config', someObj) or
[20:59:30] *** rickmak_ has quit IRC
[20:59:38] <CanyonMan> .attr() can only set text values can't it :(
[21:00:43] <CanyonMan> oh i see yeah it is so I just have to e.attr('widgetConfig', angular.toJson( someObj )
[21:00:45] <CanyonMan> to turn it into a string
[21:01:25] *** Aliks has quit IRC
[21:02:00] *** casf has joined #angularjs
[21:02:19] *** SrPx has quit IRC
[21:03:42] *** thatslifeson has quit IRC
[21:04:24] *** c00ljs has quit IRC
[21:04:40] *** SrPx has joined #angularjs
[21:04:48] *** Rou_ has joined #angularjs
[21:05:28] <Chinchill> bump
[21:06:00] *** doppio has joined #angularjs
[21:06:01] *** sssilver has joined #angularjs
[21:06:14] *** Rou has quit IRC
[21:06:23] *** c00ljs has joined #angularjs
[21:06:30] *** dpicky has joined #angularjs
[21:06:39] *** magellanicloud has joined #angularjs
[21:06:53] *** GitGud has joined #angularjs
[21:07:57] *** arizzo has quit IRC
[21:09:00] *** jenelizabeth is now known as superJenElizabet
[21:10:10] *** _matix has quit IRC
[21:10:35] *** _matix has joined #angularjs
[21:11:56] *** Vladimirski has joined #angularjs
[21:12:27] <Vladimirski> Trying to learn angular but what programming skills do I need before learning it?
[21:12:33] *** Rou_ has quit IRC
[21:13:25] <zomg> Vladimirski: being reasonably good with javascript would help
[21:13:46] <Vladimirski> well I did do the codecademy JS course
[21:13:48] <zomg> not a requirement per-se, but you'll have less trouble understanding things if you do
[21:14:12] <SteenJobs> iOS + Rails developer here, needing to integrate Parse into an angular app…i have absolutely no idea where to even start since there’s no native Parse SDK for angular…has anyone here dealt with Parse in any of their apps before?
[21:15:19] *** dopesong has quit IRC
[21:15:19] <Vladimirski> one thing I still don't get is the $scope thingie, not sure what exactly it does and what to call it zomg
[21:16:02] *** debster has quit IRC
[21:16:43] <GitGud> Vladimirski, maybe show some code and we can help with the real life example? :)
[21:17:07] *** debster has joined #angularjs
[21:17:08] <GitGud> post your html and angular code on pastebin and put the link here and i'll try to help
[21:17:49] *** dopesong has joined #angularjs
[21:19:06] <Chinchill> anyone willing to help me with my performance issues?
[21:19:16] <Vladimirski> GitGud: well for instance in this example: https://curran.github.io/screencasts/introToAngular/exampleViewer/#/10
[21:19:20] *** thatslifeson has joined #angularjs
[21:19:32] *** jhirley has quit IRC
[21:19:42] <Vladimirski> GitGud: How can the first and second name be changed live when the function only takes this $scope as an argument?
[21:20:22] <Vladimirski> there's nothing as I can see that changes these names when I type something in the text fields (but they do change!!)
[21:21:00] *** elton has quit IRC
[21:21:32] <Chinchill> because ng-model hooks them up to $scope variables, and all actions are going on at angular.js code
[21:21:42] <Vladimirski> As I see it, the $scope is some kind of mutual variable between the function and the object
[21:22:01] <Vladimirski> Chinchill: hooks?
[21:22:12] *** festercluck has joined #angularjs
[21:22:44] *** stephen has quit IRC
[21:22:51] *** _matix has quit IRC
[21:22:52] *** _matix_ has joined #angularjs
[21:23:44] <Chinchill> if You set up input with ng-model="apple" then You will have variable $scope.apple that takes value of whatever is in input
[21:24:15] *** arrustamyan has joined #angularjs
[21:24:45] *** arrustamyan has quit IRC
[21:24:47] <GitGud> Vladimirski, everything within the body which is enforced by the "ngcontroller = appctrl" is gonna be controlled by the functoin appctrl
[21:24:55] *** p0k0 has joined #angularjs
[21:25:11] <GitGud> think of the scope of like a range within which your controller function has power over
[21:25:21] *** sssilver has quit IRC
[21:26:16] <GitGud> that means any variable within the body (with the ng-controller encasing) (variables look like and can be accessed when like this {{}})
[21:27:01] <Vladimirski> GitGud: What do you mean by "body" the index.html body?
[21:27:06] <GitGud> YES
[21:27:12] <Vladimirski> ok
[21:27:14] <GitGud> any variable within the ng-controller encased body (could be div as well as many others) can be accessed in your javascript thru the function AppCtrl
[21:27:31] *** sssilver has joined #angularjs
[21:27:33] *** rickhanlonii has joined #angularjs
[21:27:43] <GitGud> becausey ou put the ng-controller="AppCtrl" in the body declaration. hope it makes sense :)
[21:28:27] *** _matix_ has quit IRC
[21:28:32] <GitGud> basically in the html, the ng-(declarations) are the way the angular javascript can talk to and edit your html :)
[21:28:38] <Vladimirski> oh so if I have created an angularjs controller named banana, i can access it from the body by typing <body ng-controller="banana">...</body> ? GitGud
[21:28:48] *** elton has joined #angularjs
[21:28:54] <GitGud> that is absolutely correct :D
[21:28:59] <Vladimirski> cool!
[21:29:06] *** davi has joined #angularjs
[21:29:07] *** davi has joined #angularjs
[21:29:16] <Vladimirski> startin slowly understand :)
[21:29:25] <GitGud> yes :)
[21:29:40] <Vladimirski> Thanks alot gud :)
[21:29:40] *** Aliks has joined #angularjs
[21:29:49] <GitGud> dont just read the code. try to do some your own examples as well
[21:29:57] <GitGud> yeah np
[21:30:22] <Vladimirski> well That's what I'm doin actually :) but sometimes I'm not too sharp to understand it all:P
[21:31:50] *** rickhanlonii has quit IRC
[21:32:07] *** SteenJobs has quit IRC
[21:33:03] <GitGud> yeah you'll get it dw. angular is easy
[21:34:09] *** SrPx has quit IRC
[21:34:12] *** SteenJobs has joined #angularjs
[21:34:13] <GitGud> Chinchill, performance issues?
[21:34:16] *** gregzx has joined #angularjs
[21:34:38] *** nocturne777 has joined #angularjs
[21:35:14] *** yky_ has quit IRC
[21:35:39] <Chinchill> yeah, im using ui-router and my application has leak somewhere - when i change state, each time it takes tiny more time to complete, so for loading state that took 300ms normally, it takes 3 seconds eventually
[21:36:36] *** tobias47n9e_ has joined #angularjs
[21:36:56] *** sssilver has quit IRC
[21:36:58] *** sssilver_ has joined #angularjs
[21:37:11] <wafflejock> Chinchill: is there a live version of it running somewhere
[21:37:46] *** SteenJobs has quit IRC
[21:37:57] <Chinchill> https://i.imgur.com/NzPXtFS.png https://i.imgur.com/8R5kfTa.png
[21:38:53] *** SteenJobs has joined #angularjs
[21:39:31] *** SrPx has joined #angularjs
[21:39:38] <Chinchill> there is little outdatet version https://tcss.herokuapp.com/editor-list im waiting for building current one now
[21:39:41] <SteenJobs> angular + parse anyone?
[21:40:08] *** Aliks has quit IRC
[21:40:10] *** tobias47n9e__ has quit IRC
[21:40:10] *** b_rare has quit IRC
[21:40:43] *** SteenJobs has quit IRC
[21:42:13] *** _matix has joined #angularjs
[21:43:51] *** annlewis has joined #angularjs
[21:44:32] *** sssilver_ has quit IRC
[21:45:13] *** sssilver has joined #angularjs
[21:46:00] *** elton has quit IRC
[21:46:43] *** geoid has quit IRC
[21:47:06] *** cotko has joined #angularjs
[21:47:07] *** _matix has quit IRC
[21:48:31] *** annlewis has quit IRC
[21:48:59] *** rickhanlonii has joined #angularjs
[21:49:13] *** _matix has joined #angularjs
[21:50:16] <Chinchill> any ideas?
[21:51:46] *** davi has quit IRC
[21:51:58] *** sssilver has quit IRC
[21:52:15] *** sssilver has joined #angularjs
[21:53:37] *** _matix has quit IRC
[21:53:39] *** platzhirsch has quit IRC
[21:53:55] *** macwinner has joined #angularjs
[21:54:03] *** _matix has joined #angularjs
[21:54:53] *** Coldblackice has joined #angularjs
[21:55:49] *** rickmak_ has joined #angularjs
[21:56:13] *** tristanp_ has quit IRC
[21:56:27] *** elton has joined #angularjs
[21:56:39] *** tristanp has joined #angularjs
[21:56:49] *** Rou has joined #angularjs
[21:56:50] *** storresi has quit IRC
[21:57:50] *** yky_ has joined #angularjs
[22:01:00] *** rickmak_ has quit IRC
[22:01:07] *** ringzer0 has joined #angularjs
[22:01:11] *** _matix has quit IRC
[22:01:34] *** tristanp has quit IRC
[22:01:43] *** sssilver has quit IRC
[22:02:42] *** sssilver has joined #angularjs
[22:02:53] *** stephen_ has joined #angularjs
[22:02:54] *** rickhanlonii has quit IRC
[22:03:03] *** festercluck has quit IRC
[22:03:17] *** stephen_ is now known as Guest50161
[22:05:20] *** sssilver has quit IRC
[22:05:32] *** _matix has joined #angularjs
[22:05:48] *** swordfish has joined #angularjs
[22:07:08] *** Rou has quit IRC
[22:07:33] *** wontoner has joined #angularjs
[22:08:28] *** platzhirsch has joined #angularjs
[22:09:13] *** elton_ has joined #angularjs
[22:09:32] *** elton has quit IRC
[22:09:56] *** swordfish has quit IRC
[22:10:15] *** sssilver has joined #angularjs
[22:11:09] *** jacksparrow007 has joined #angularjs
[22:12:18] *** sbellina has quit IRC
[22:13:42] *** _matix_ has joined #angularjs
[22:13:55] *** elton_ has quit IRC
[22:14:05] <Chinchill> bump :)
[22:14:24] *** _matix has quit IRC
[22:14:45] *** OnkelTem has quit IRC
[22:14:55] *** tplaner has joined #angularjs
[22:15:35] *** jacksparrow007 has quit IRC
[22:17:40] *** erve has quit IRC
[22:18:13] *** OnkelTem has joined #angularjs
[22:19:01] <Vladimirski> do I have to put ng-app into <html ..> always?
[22:20:09] *** owenjones has joined #angularjs
[22:20:26] *** sssilver has quit IRC
[22:21:00] *** _matix_ has quit IRC
[22:22:13] *** rickhanlonii has joined #angularjs
[22:23:56] *** xylen has joined #angularjs
[22:26:19] <SET003> Vladimirski, asl as you want you angular app run - yes
[22:26:33] <SET003> *as long as*
[22:26:59] <SET003> why this is a problem
[22:28:54] *** sssilver has joined #angularjs
[22:30:09] *** _matix has joined #angularjs
[22:32:00] *** wontoner has quit IRC
[22:32:00] *** cocao has quit IRC
[22:32:10] *** mirsaeedi has joined #angularjs
[22:32:15] *** craigsh has joined #angularjs
[22:33:16] <mirsaeedi> Hi, Is Current version of angular 2 recommended for production uses?
[22:33:37] <mirsaeedi> and how much of the API is currently stable?
[22:34:36] *** elton has joined #angularjs
[22:34:42] *** macwinner has quit IRC
[22:35:29] *** _matix has quit IRC
[22:35:31] <Chinchill> seriously, angular is briliant as long as You dont notice memory leaks QQ
[22:36:02] *** sssilver has quit IRC
[22:36:06] *** elton has quit IRC
[22:36:16] <Chinchill> all i can do is to smash my face on keyboard now :(
[22:36:46] *** craigsh has quit IRC
[22:37:27] *** cocao has joined #angularjs
[22:39:08] *** _matix has joined #angularjs
[22:42:16] *** mirsaeedi has quit IRC
[22:44:15] *** Testttttttttt has joined #angularjs
[22:44:35] *** annlewis has joined #angularjs
[22:44:36] *** elton has joined #angularjs
[22:46:28] *** eago has joined #angularjs
[22:46:40] *** owenjones has quit IRC
[22:46:53] *** ahhhndi has quit IRC
[22:47:05] *** sssilver has joined #angularjs
[22:49:09] *** annlewis has quit IRC
[22:49:20] *** elton has quit IRC
[22:49:56] *** _matix has quit IRC
[22:52:18] *** sssilver has quit IRC
[22:52:39] *** itamarjp has joined #angularjs
[22:52:39] *** itamarjp has joined #angularjs
[22:52:40] *** yky_ has quit IRC
[22:53:38] *** sssilver has joined #angularjs
[22:56:27] *** sergey has quit IRC
[22:57:58] *** sergey has joined #angularjs
[22:58:46] *** alowaniak has quit IRC
[22:59:06] *** sergey has quit IRC
[22:59:41] *** sssilver has quit IRC
[22:59:52] *** Testttttttttt has quit IRC
[22:59:58] *** doppio has quit IRC
[23:01:09] *** sssilver has joined #angularjs
[23:02:45] *** speaking1ode has joined #angularjs
[23:03:18] *** dpicky has quit IRC
[23:03:40] *** dpicky has joined #angularjs
[23:04:41] *** doppio has joined #angularjs
[23:04:42] *** xylen has quit IRC
[23:05:06] *** JBreit2 has quit IRC
[23:05:45] *** sssilver has quit IRC
[23:06:28] *** sssilver has joined #angularjs
[23:06:58] *** rickmak has joined #angularjs
[23:10:07] *** yky_ has joined #angularjs
[23:11:54] *** annlewis has joined #angularjs
[23:12:02] *** rickmak has quit IRC
[23:12:52] *** cocao has quit IRC
[23:13:13] *** cocao has joined #angularjs
[23:13:54] *** mnzaki has joined #angularjs
[23:15:04] *** doppio has quit IRC
[23:17:25] *** geoid has joined #angularjs
[23:17:39] *** eago has quit IRC
[23:18:02] *** yky_ has quit IRC
[23:19:51] *** joelwallis has joined #angularjs
[23:21:53] *** Razerglass has quit IRC
[23:22:06] *** nilsi has joined #angularjs
[23:22:23] *** annlewis has quit IRC
[23:22:24] *** s00pcan has quit IRC
[23:22:47] *** geoid has quit IRC
[23:23:06] *** Razerglass has joined #angularjs
[23:23:36] *** cocao1 has joined #angularjs
[23:24:21] *** cebor has quit IRC
[23:24:50] *** cebor has joined #angularjs
[23:25:58] *** cebor_ has joined #angularjs
[23:26:12] *** cebor has quit IRC
[23:26:14] *** nilsi has quit IRC
[23:26:51] *** cebor_ is now known as cebor
[23:28:48] *** cocao has quit IRC
[23:30:01] *** s00pcan has joined #angularjs
[23:30:42] *** cocao1 has quit IRC
[23:38:29] *** kakashiAL has joined #angularjs
[23:39:15] *** tplaner has quit IRC
[23:40:33] *** Ragnar has joined #angularjs
[23:40:46] *** eago has joined #angularjs
[23:44:23] *** jlp has joined #angularjs
[23:44:43] *** sbellina has joined #angularjs
[23:45:39] *** elton has joined #angularjs
[23:45:41] *** tristanp has joined #angularjs
[23:46:11] <jlp> Just noticed that subscribe etc. is no longer available on http observable. Is that correct? Can I find some reference on how that should work now?
[23:46:53] *** rickhanlonii has quit IRC
[23:47:19] <Chinchill> can someone suggest me what is causing such performance leaks? https://i.imgur.com/NzPXtFS.png https://i.imgur.com/8R5kfTa.png
[23:47:25] *** ron_frown has joined #angularjs
[23:47:46] *** marr has joined #angularjs
[23:48:01] <Chinchill> i mean, im looking for any way to find out where is source of this :(
[23:48:52] *** balr0g has quit IRC
[23:49:22] *** sbellina has quit IRC
[23:49:46] *** doppio|Laptop has joined #angularjs
[23:50:10] *** elton has quit IRC
[23:52:19] *** jae has left #angularjs
[23:52:31] *** Planet_EN has joined #angularjs
[23:52:48] *** edm23 has joined #angularjs
[23:52:49] <Planet_EN> anyone knows how to do angular2 routes with es5?
[23:54:02] *** swordfish has joined #angularjs
[23:54:14] *** jlp has quit IRC
[23:54:30] *** kaspar_ has quit IRC
[23:54:50] *** sbellina has joined #angularjs
[23:56:50] *** edm23 has quit IRC
[23:57:07] *** elton has joined #angularjs
[23:58:26] *** swordfish has quit IRC
[23:59:24] *** ron_frown has quit IRC
[23:59:33] *** yky_ has joined #angularjs
[23:59:56] *** encryptd_fractal has joined #angularjs
top

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