[00:00:06] <lnrdo> But most of times developers underestimate the lifespan of most applications.
[00:00:26] *** tristanp has quit IRC
[00:00:29] <lnrdo> quangl: Just do not call it a Web Application, it is just not Web then!
[00:00:33] <quangl> what about csv?
[00:00:41] <lnrdo> quangl: CSV?
[00:00:47] <quangl> ya
[00:00:52] *** tristanp has joined #angularjs
[00:00:55] <lnrdo> Instead of?
[00:00:56] *** miqid has quit IRC
[00:01:02] <quangl> json-rpc
[00:01:23] <lnrdo> quangl: Something like CSV-RPC?
[00:01:40] <lnrdo> It would be pre-90's RPC
[00:01:43] *** monk12 has quit IRC
[00:02:25] <quangl> i mean i had to integrate with credit card companies once they had bitlength format
[00:02:29] <quangl> it was the worst thing ever
[00:03:05] <lnrdo> quangl: But that is exchanging files, batch process, not synchronous calls, right?
[00:03:20] <David______> please?
[00:03:23] <quangl> make payments
[00:03:34] <quangl> it was synchronous
[00:03:49] <lnrdo> quangl: So, you have the same problems as with JSON-RPC.
[00:03:55] <lnrdo> out-of-band information
[00:04:03] *** sbellina has quit IRC
[00:04:05] <lnrdo> interface by contract
[00:04:15] <quangl> u dont have that with rest?
[00:04:37] <lnrdo> quangl: You shouldn't, or you are not making it Rest.
[00:04:57] <lnrdo> That's why Swagger is not Rest.
[00:04:58] <quangl> ya
[00:05:05] <quangl> we use swagger here
[00:05:11] <lnrdo> quangl: I do also use it.
[00:05:12] <quangl> first time seeing it
[00:05:16] *** tristanp has quit IRC
[00:05:18] <quangl> whats the point of it?
[00:05:33] <lnrdo> It is easier to provide some out of band information :D
[00:05:34] *** leolrrj has quit IRC
[00:05:45] <quangl> they put swagger around rest
[00:05:56] <quangl> is that right?
[00:06:22] <lnrdo> quangl: That does not make much sense, at least should not be needed. but please consider that most people do call JSON-RPC as Rest.
[00:06:32] <lnrdo> For JSON-RPC Swagger really helps.
[00:06:51] <quangl> they say it makes it easier to have a .net or java webservice talk to apps
[00:06:53] <quangl> idk
[00:07:24] <lnrdo> quangl: Java WebService is the producer, right?
[00:07:39] <lnrdo> Swagger is generated on Java/.Net side, correct?
[00:07:45] *** baweaver has joined #angularjs
[00:08:01] <quangl> well i am not sure
[00:08:08] <quangl> i saw the swagger webpage
[00:08:11] <lnrdo> quangl: Apps are Client side, right?
[00:08:13] <quangl> and they got json
[00:08:15] <quangl> ya
[00:08:30] <quangl> and they said it makes it easier cuz they got both java and .net web services
[00:08:37] <lnrdo> So, App Developers will look at the Swagger and understand the interface contract.
[00:08:52] *** ycon_ has quit IRC
[00:08:59] <lnrdo> Swagger automates the "out-of-band" contract generation.
[00:09:12] <quangl> oh ok
[00:09:17] <quangl> is it for testing?
[00:09:29] <lnrdo> It helps testers
[00:09:37] <lnrdo> in the same way as app developers
[00:09:48] <lnrdo> but, let's say you want to got Rest?
[00:09:53] <lnrdo> And use json-schema
[00:10:05] *** Z3R0 has quit IRC
[00:10:18] *** mischat has joined #angularjs
[00:10:20] <lnrdo> quangl: Than the Json Schema and the Json Hyper Schema would provide everything Swagger provides and more.
[00:10:34] *** blitheBoudica has joined #angularjs
[00:10:48] <Madmallard> If I have a directive with a datatable being created in the link function (as a variable in $scope), and I am changing the provider for the data in that table, how would I properly destroy & recreate that datatable?
[00:10:53] <lnrdo> quangl: But your application would then consume json schema and hyper schema and meta schema.
[00:11:16] <lnrdo> So as an App Developer, you'd create something like a browser
[00:11:19] *** dopesong has quit IRC
[00:11:54] <lnrdo> You'd be extending your web browsers to support all media types described in the meta schema.
[00:11:59] <quangl> so wait u are saying swagger is religated?
[00:12:29] <quangl> by json shema?
[00:12:49] *** dimtruck is now known as zz_dimtruck
[00:12:50] <lnrdo> json-schema aims to support Rest developement.
[00:12:59] *** baweaver has quit IRC
[00:13:01] <lnrdo> swagger aims to support json-rpc development
[00:13:08] <quangl> man wtf
[00:13:14] <quangl> are we using swagger
[00:13:15] *** baweaver has joined #angularjs
[00:13:26] <quangl> is it cause its got a cooler name than json-schema?
[00:13:54] <quangl> swagger sounds like some marketing campiagn
[00:14:00] <lnrdo> I guess it is because that it is easier to implement web services
[00:14:06] *** mdedetrich has joined #angularjs
[00:14:11] *** Autolycus has quit IRC
[00:14:16] <lnrdo> using json-rpc than rest
[00:14:36] <lnrdo> Rest is hard to understand, it is hard to design.
[00:14:43] *** fiddo has joined #angularjs
[00:15:12] <lnrdo> Rest is more robust, more resilient.
[00:15:25] *** leptone has joined #angularjs
[00:15:45] <leptone> sry for noobing so hard
[00:15:49] <lnrdo> but a lot of people believes that rest is a json alternative to soap
[00:15:50] *** blitheBoudica has quit IRC
[00:16:00] <quangl> rest is just badass
[00:16:00] <leptone> i cant get the log form inside my controller to sshow
[00:16:12] <leptone> must be a typo but i cant find it
[00:16:21] <lnrdo> quangl: The problem is that Rest is much harder to implement.
[00:16:31] <quangl> i mean rest is just knowing when to use get post put delete and knowing how to make urls
[00:16:45] <lnrdo> quangl: Nops
[00:16:56] <quangl> why not
[00:17:12] <lnrdo> quangl: (1) Rest is not tight to HTTP
[00:17:27] <lnrdo> tyied
[00:18:00] <lnrdo> quangl: (2) If you don't have hypermedia (a.k.a. document with links to other documents) you don't have rest
[00:18:12] <quangl> huh
[00:18:39] <quangl> what if u dont have to upload stuff
[00:18:39] *** baweaver has quit IRC
[00:18:40] <lnrdo> quangl: (3) The only thing a Rest Client needs to know about your API is the ROOT URI and support all MEDIA TYPES
[00:18:52] <quangl> ok man
[00:19:04] <quangl> but i aint trying to make megaupload
[00:19:08] <lnrdo> quangl: By documents I do not mean Word/Latex, but a JSON
[00:19:23] <quangl> ya
[00:19:25] <quangl> ok then
[00:19:44] *** dcherman has quit IRC
[00:19:45] <quangl> u can give a definition of rest
[00:19:56] <lnrdo> I probably can give some...
[00:19:59] <lnrdo> Just a minute.
[00:20:11] <quangl> but i am saying to make a good webservice with rest u just need to know when to use get post put delete and make proper urls
[00:21:46] *** bbankes has quit IRC
[00:22:26] <lnrdo> quangl: It will obviously lack the talk, but you'll probably find a not so short definition there
[00:22:55] *** SergioFilhow_ has joined #angularjs
[00:22:56] *** csharper has quit IRC
[00:23:14] <lnrdo> quangl: Using correct verbs when designing web applications is important so you do not run into infrastructure problems.
[00:23:19] *** Aliks has joined #angularjs
[00:24:05] *** blitheBoudica has joined #angularjs
[00:24:07] <lnrdo> quangl: But using GET for all INDEPONDENT and SAFE requests, although correct from the HTTP perspective, will not make your application to be hypermedia driven.
[00:24:16] *** Tmo_ has quit IRC
[00:24:18] *** csharper has joined #angularjs
[00:24:35] <lnrdo> quangl: It is actually harder to implement Rest using JSON than it would be using XML.
[00:25:48] *** SergioFilhow has quit IRC
[00:25:49] <lnrdo> quangl: You could implement a Rest Application using just markup with XML tech stack (XForms, XML DB, XSLT, XSD, WADL)
[00:26:07] *** vader699 has joined #angularjs
[00:26:08] <lnrdo> quangl: Today that is not possible with JSON
[00:26:12] <Madmallard> If I have a directive with a datatable being created in the link function (as a variable in $scope), and I am changing the provider for the data in that table, how would I properly destroy & recreate that datatable?
[00:26:49] *** drej has quit IRC
[00:27:35] *** zigzagzig has quit IRC
[00:27:35] <quangl> damn
[00:27:37] <lnrdo> quangl: Anyway, Rest or JSON-RPC, it is important to make correct use of HTTTP verbs
[00:27:45] <quangl> so u saying json fucked up rest?
[00:27:53] <lnrdo> quangl: HARD
[00:28:22] <lnrdo> quangl: I can't even evaluate the damage
[00:28:32] *** randomdoude has quit IRC
[00:28:36] <lnrdo> quangl: If you consider cultural backoffs
[00:29:14] <lnrdo> quangl: Let's talk about time. We travelled 15 years back in terms of technology.
[00:29:41] *** Z3R0 has joined #angularjs
[00:30:06] *** LckyBy517 has joined #angularjs
[00:30:21] <lnrdo> quangl: We are still far from where we were with XML when JSON become a trend, today.
[00:30:49] *** CanyonMan has joined #angularjs
[00:30:51] *** vader699 has quit IRC
[00:31:41] <lnrdo> The whole Swagger, json-schema, hal-alps we are trying to get working are just trying to emulate XML technology available since 2000's
[00:31:56] *** Z3R0 has quit IRC
[00:33:06] *** rhp has quit IRC
[00:33:42] <lnrdo> The hardest example? Links.
[00:34:09] <lnrdo> Node Attributes clearly separated from inner nodes.
[00:34:55] *** macabre has quit IRC
[00:35:04] <lnrdo> God, XML allows namespaces... you can name a tag within a namespace, using ":"
[00:35:25] *** cyan__ has quit IRC
[00:35:31] <lnrdo> Have you heard of some JSON alternative to XSLT?
[00:35:37] *** bbankes has joined #angularjs
[00:36:02] <lnrdo> And, worst, almost everything is supported by all browsers since ever.
[00:37:09] *** mischat has quit IRC
[00:37:25] *** David______ has quit IRC
[00:37:31] *** italoacasas has quit IRC
[00:38:31] *** cyan__ has joined #angularjs
[00:38:58] *** baweaver has joined #angularjs
[00:39:06] *** conan_the_destro has joined #angularjs
[00:39:06] *** aghiuru has quit IRC
[00:39:47] <CanyonMan> shouldn't I be able to get angular-ui out of npm ?
[00:40:12] <CanyonMan> oh it might be called angular-ui-bootstrap, not just angular-ui
[00:41:15] *** walden is now known as walden|afk
[00:41:16] *** tahj has left #angularjs
[00:41:54] <BahamutWC|Work> CanyonMan: for UI Bootstrap, it's angular-ui-bootstrap
[00:42:51] *** mary5030_ has joined #angularjs
[00:43:14] *** beakman has quit IRC
[00:43:35] *** chairmanmow has quit IRC
[00:43:50] *** aghiuru has joined #angularjs
[00:44:12] *** VictorCL has quit IRC
[00:44:39] <CanyonMan> ok, thanks, hopefully this just drops in. Right now I have something called angular-bootstrap and inside the .js it says it's version 0.14.0 and I couldn't figure out where the hell that came from
[00:44:56] *** ddelrio1986 has quit IRC
[00:45:24] <CanyonMan> and I'm having a crazy problem with systemjs and I can't figure out how to solve it so I need to find an unminified version I can tweak to output when the $uibModal provider gets declared so I can try to nail down why things aren't happening in the right order
[00:46:12] *** mary5030 has quit IRC
[00:46:30] *** zero_coder has quit IRC
[00:48:19] *** vader699 has joined #angularjs
[00:48:30] *** Aliks has quit IRC
[00:48:48] *** Aliks has joined #angularjs
[00:49:02] *** zero_coder has joined #angularjs
[00:49:46] *** dandaman has quit IRC
[00:49:59] *** dcherman has joined #angularjs
[00:50:32] *** dandaman has joined #angularjs
[00:51:06] *** Ldip has joined #angularjs
[00:51:35] *** Ldip has joined #angularjs
[00:52:01] *** jordandotdev has joined #angularjs
[00:52:06] *** zivester has quit IRC
[00:53:16] *** beakman has joined #angularjs
[00:55:45] *** lemur has joined #angularjs
[00:56:37] *** Jusuchin has joined #angularjs
[00:57:01] *** EoN has joined #angularjs
[00:57:16] *** vader699 has quit IRC
[00:57:24] *** blitheBoudica has quit IRC
[00:58:47] *** lorezzed has joined #angularjs
[00:58:59] *** mylord has joined #angularjs
[00:59:34] *** italoacasas has joined #angularjs
[00:59:35] *** tristanp has joined #angularjs
[00:59:55] *** lemur has quit IRC
[01:00:05] *** apneic has quit IRC
[01:01:28] *** Jusuchin_ has joined #angularjs
[01:02:39] *** uNki has joined #angularjs
[01:02:54] *** mrbubbles has joined #angularjs
[01:03:16] *** Jusuchin has quit IRC
[01:04:02] *** drej has joined #angularjs
[01:04:17] *** Codefria_ has joined #angularjs
[01:05:03] *** Razerglass has joined #angularjs
[01:06:23] *** vader699 has joined #angularjs
[01:07:10] *** uNki has quit IRC
[01:07:52] *** Ldip has quit IRC
[01:08:15] *** Jusuchin_ has quit IRC
[01:09:30] *** virt has joined #angularjs
[01:09:39] *** OnkelTem has quit IRC
[01:09:54] *** virt is now known as Guest91615
[01:10:03] *** Madmallard has quit IRC
[01:10:26] *** vader699 has quit IRC
[01:11:41] *** Guest91615 is now known as virt-
[01:13:53] *** vader699 has joined #angularjs
[01:14:04] *** Tachaikowsky has joined #angularjs
[01:14:12] *** johnnyfive has quit IRC
[01:14:41] *** Erati has joined #angularjs
[01:15:16] *** Erati has quit IRC
[01:19:38] *** dcherman has quit IRC
[01:22:32] *** v90` has joined #angularjs
[01:22:35] *** Bomber4Chats has quit IRC
[01:22:53] *** Limix has quit IRC
[01:23:16] *** madprofessor has quit IRC
[01:25:11] *** prbc has quit IRC
[01:26:52] *** cmoneylulz has quit IRC
[01:30:03] *** sbasso has quit IRC
[01:30:07] *** Ruzzy has joined #angularjs
[01:30:14] *** buzzedword has quit IRC
[01:30:21] *** italoacasas has quit IRC
[01:30:31] *** buzzedword has joined #angularjs
[01:30:47] *** sbellina has joined #angularjs
[01:33:03] *** aoeu256_ has joined #angularjs
[01:34:26] *** aoeu256 has quit IRC
[01:34:38] *** Guest16 has joined #angularjs
[01:35:07] *** jditto_ has quit IRC
[01:35:49] *** OnkelTem has joined #angularjs
[01:37:41] *** mischat has joined #angularjs
[01:38:01] *** jamesch has quit IRC
[01:38:12] *** Aliks has quit IRC
[01:38:54] *** dashu has quit IRC
[01:39:13] *** jieryn has joined #angularjs
[01:39:19] *** mischat_ has joined #angularjs
[01:39:37] *** LckyBy517 has quit IRC
[01:39:40] *** Aliks has joined #angularjs
[01:40:23] *** prbc has joined #angularjs
[01:41:08] *** Aliks has quit IRC
[01:41:33] *** iateadonut has joined #angularjs
[01:42:35] *** SergioFilhow_ has quit IRC
[01:42:46] *** mischat has quit IRC
[01:42:47] *** Aliks has joined #angularjs
[01:43:11] *** SergioFilhow_ has joined #angularjs
[01:43:46] *** mischat_ has quit IRC
[01:44:56] *** JohnT has quit IRC
[01:47:02] *** Codefria_ has quit IRC
[01:47:32] *** SergioFilhow_ has quit IRC
[01:47:38] *** dashu has joined #angularjs
[01:47:59] *** Sht0 has joined #angularjs
[01:49:07] *** rchavik has joined #angularjs
[01:49:20] *** sqwishy has left #angularjs
[01:49:47] *** ngbot has joined #angularjs
[01:49:48] *** ngbot has left #angularjs
[01:50:08] *** icfantv has quit IRC
[01:50:31] *** enykeev has quit IRC
[01:51:02] *** enykeev has joined #angularjs
[01:51:39] *** bengillies has joined #angularjs
[01:51:52] *** peterR`` has quit IRC
[01:52:27] *** LckyBy517 has joined #angularjs
[01:52:37] *** p0k0 has quit IRC
[01:52:58] *** antpocas has quit IRC
[01:53:40] *** nilsi has joined #angularjs
[01:55:17] *** Tmo_ has joined #angularjs
[01:55:38]
<burzum> what is the reason UI router keeps throwing this at me? Error: Param values not valid for state 'lang.projects?size'(…) These are my params http://pastebin.com/XQmkUqzL in the router config and I'm passing exactly the values provided there. Even then it keeps throwing that. It also throws it if I pass the plain $stateParams object to it
[01:55:46] *** TyrfingMjolnir has quit IRC
[01:56:28] *** bengillies has quit IRC
[01:57:54] *** TyrfingMjolnir has joined #angularjs
[01:58:21] *** ansimation has quit IRC
[01:58:31] *** nilsi has quit IRC
[01:58:39] *** ansimation has joined #angularjs
[01:59:12] *** ngbot has joined #angularjs
[01:59:13] *** ngbot has left #angularjs
[01:59:27] *** ansimation has quit IRC
[01:59:57] *** ngbot has joined #angularjs
[01:59:58] *** ngbot has left #angularjs
[02:00:22] *** ngbot has joined #angularjs
[02:00:23] *** ngbot has left #angularjs
[02:00:40] *** mrbubbles has quit IRC
[02:02:26] *** Tmo_ has quit IRC
[02:02:55] *** kborchers has quit IRC
[02:02:55] *** m_gol has quit IRC
[02:03:02] *** elsevero has quit IRC
[02:03:37] *** m_gol has joined #angularjs
[02:06:19] *** ycon_ has joined #angularjs
[02:07:35] *** plutoniix has joined #angularjs
[02:08:03] *** JD-Robbs has quit IRC
[02:09:20] *** ycon_ has quit IRC
[02:10:47] *** johnnyfive has joined #angularjs
[02:11:12] *** shinnya has quit IRC
[02:11:20] *** aghiuru has quit IRC
[02:12:31] *** zivester has joined #angularjs
[02:15:02] *** Codefria_ has joined #angularjs
[02:15:29] *** apneic has joined #angularjs
[02:15:44] *** Obelich has quit IRC
[02:15:45] *** Rou has quit IRC
[02:16:35] *** mrbubbles has joined #angularjs
[02:17:14] *** kakashiAL has quit IRC
[02:17:15] *** jimklo has quit IRC
[02:19:06] *** Imaginativeone has joined #angularjs
[02:19:15] *** aghiuru has joined #angularjs
[02:21:11] *** madprofessor has joined #angularjs
[02:22:35] *** Codefria_ has quit IRC
[02:23:20] *** cotko has quit IRC
[02:23:51] *** buzzedword has quit IRC
[02:24:30] *** aghiuru has quit IRC
[02:24:44] *** zz_dimtruck is now known as dimtruck
[02:26:02] *** Mounica has quit IRC
[02:27:03] *** aghiuru has joined #angularjs
[02:27:03] *** kakashiAL has joined #angularjs
[02:31:17] *** Aliks has quit IRC
[02:31:26] *** mrjmd has joined #angularjs
[02:31:36] *** aghiuru has quit IRC
[02:33:06] *** sctskw has joined #angularjs
[02:33:15] *** p0k0 has joined #angularjs
[02:33:31] *** canyonero has joined #angularjs
[02:33:48] *** Codefria_ has joined #angularjs
[02:33:50] *** buzzedword has joined #angularjs
[02:34:50] *** aghiuru has joined #angularjs
[02:34:50] *** itamarjp has joined #angularjs
[02:34:51] *** itamarjp has joined #angularjs
[02:35:55] *** Aliks has joined #angularjs
[02:36:09] *** canyonero has quit IRC
[02:36:35] *** canyonero has joined #angularjs
[02:37:35] *** zivester has quit IRC
[02:37:47] *** dimtruck is now known as zz_dimtruck
[02:39:15] <CanyonMan> I switched to angular-ui-bootstrap and now there is no $modalInstance to inject
[02:39:35] *** aghiuru has quit IRC
[02:39:56] *** AimerPaddle has quit IRC
[02:40:00] <CanyonMan> oh it's $uibModalInstance now
[02:42:42] *** aghiuru has joined #angularjs
[02:42:54] *** mrbubbles has quit IRC
[02:43:55] *** mdedetrich has quit IRC
[02:43:56] *** mrjmd has quit IRC
[02:45:07] *** ddelrio1986 has joined #angularjs
[02:46:44] *** Codefria_ has quit IRC
[02:46:54] *** aghiuru has quit IRC
[02:47:50] *** ddelrio1986 has quit IRC
[02:48:12] *** Aliks has quit IRC
[02:48:15] *** mven has joined #angularjs
[02:48:54] *** sctskw has quit IRC
[02:49:14] *** sctskw has joined #angularjs
[02:50:06] *** Aliks has joined #angularjs
[02:50:29] *** aghiuru has joined #angularjs
[02:50:44] <CanyonMan> I like systemjs but it needs to have better debugging tools.
[02:50:44] *** mdedetrich has joined #angularjs
[02:50:48] *** itamarjp has quit IRC
[02:50:54] <CanyonMan> or, perhaps it's more correct to say it needs to have debugging tools.
[02:51:18] *** BigPoppa has joined #angularjs
[02:51:41] *** graphettion has joined #angularjs
[02:51:56] *** dfcarpenterak has quit IRC
[02:52:15] *** baweaver has quit IRC
[02:52:19] *** greatdex has joined #angularjs
[02:52:30] *** drej has quit IRC
[02:52:52] *** sctskw has quit IRC
[02:52:59] *** bengillies has joined #angularjs
[02:53:51] *** czsr has joined #angularjs
[02:53:52] *** czsr has joined #angularjs
[02:53:54] *** ferr has quit IRC
[02:54:35] *** aghiuru has quit IRC
[02:54:55] *** Tmo_ has joined #angularjs
[02:56:20] *** ferr has joined #angularjs
[02:56:29] *** baweaver has joined #angularjs
[02:56:37] *** prbc has quit IRC
[02:57:26] *** bengillies has quit IRC
[02:57:32] *** mdedetrich has quit IRC
[02:58:09] *** prbc has joined #angularjs
[02:58:25] *** Limix has joined #angularjs
[02:58:46] *** aghiuru has joined #angularjs
[02:58:59] *** ron_frown has joined #angularjs
[02:59:10] *** rickmak has joined #angularjs
[02:59:31] *** mary5030 has joined #angularjs
[02:59:32] *** conan_the_destro has quit IRC
[02:59:53] *** mary5030_ has quit IRC
[03:00:27] *** Limarson has joined #angularjs
[03:01:21] *** baweaver has quit IRC
[03:02:46] *** OtherAllan has quit IRC
[03:03:11] *** aghiuru has quit IRC
[03:03:37] *** ron_frown has quit IRC
[03:04:11] *** spriz has quit IRC
[03:04:31] <kegster> when using ui-grid under columnDefs, field attribute, i'm trying to go up a complex dataset-- like field:'foo["bar"]["data"]'
[03:04:40] <kegster> having an issue. is there some trick to this?
[03:05:20] *** macabre has joined #angularjs
[03:05:44] *** Guest16 has quit IRC
[03:06:39] *** chimeara has joined #angularjs
[03:06:39] *** aghiuru has joined #angularjs
[03:06:57] *** zigzagzig has joined #angularjs
[03:07:35] *** marr has quit IRC
[03:07:44] <chimeara> is there a way to easily change the year in ui.bootstrap.datepicker to ascending instead of descending?
[03:08:29] *** jordandotdev has quit IRC
[03:09:10] *** ron_frown has joined #angularjs
[03:10:00] *** macabre has quit IRC
[03:10:59] *** aghiuru has quit IRC
[03:11:23] <kegster> maybe i'll just do a celltemplate lol
[03:12:46] *** apneic has quit IRC
[03:13:26] *** Jardayn has quit IRC
[03:14:06] *** rho has quit IRC
[03:14:17] *** macabre has joined #angularjs
[03:14:25] *** aghiuru has joined #angularjs
[03:15:58] *** Codefria_ has joined #angularjs
[03:16:34] *** baweaver has joined #angularjs
[03:16:35] *** burzum2 has joined #angularjs
[03:16:37] *** czsr has quit IRC
[03:17:11] *** nilsi has joined #angularjs
[03:17:18] *** lnrdo has quit IRC
[03:17:30] *** burzum has quit IRC
[03:18:46] *** aghiuru has quit IRC
[03:20:33] *** erste has quit IRC
[03:21:00] *** tango0o has joined #angularjs
[03:22:04] *** Garfield-fr has quit IRC
[03:23:52] *** marcules has joined #angularjs
[03:24:23] *** nanuko has quit IRC
[03:26:48] *** prbc has quit IRC
[03:26:55] *** cosmo1t has quit IRC
[03:27:00] *** drej has joined #angularjs
[03:27:21] *** zz_dimtruck is now known as dimtruck
[03:27:43] *** moep has quit IRC
[03:28:21] *** macabre has quit IRC
[03:29:34] *** ron_frown has quit IRC
[03:30:09] *** beakman has quit IRC
[03:30:16] *** aghiuru has joined #angularjs
[03:31:00] *** ron_frown has joined #angularjs
[03:31:45] *** codeitloadit has quit IRC
[03:32:06] *** italoacasas has joined #angularjs
[03:32:46] *** dodobrain has quit IRC
[03:32:47] *** GoddessPapa has joined #angularjs
[03:35:01] *** beakman has joined #angularjs
[03:35:46] *** GoddessPapa has quit IRC
[03:36:01] *** Heli has joined #angularjs
[03:36:35] *** aghiuru has quit IRC
[03:36:42] *** cosmo1t has joined #angularjs
[03:37:06] *** drej has quit IRC
[03:38:05] *** mischat has joined #angularjs
[03:39:38] *** aghiuru has joined #angularjs
[03:40:38] *** Heli has quit IRC
[03:40:52] *** ron_frown has quit IRC
[03:41:06] *** buzzedword has quit IRC
[03:42:42] *** frem has quit IRC
[03:43:10] *** mischat has quit IRC
[03:43:32] *** ron_frown has joined #angularjs
[03:43:48] *** SergioFilhow_ has joined #angularjs
[03:44:26] *** dimtruck is now known as zz_dimtruck
[03:44:28] *** Imaginativeone has quit IRC
[03:45:51] *** chimeara has quit IRC
[03:46:08] *** fourfourfourfour has joined #angularjs
[03:46:18] *** jae has joined #angularjs
[03:46:18] *** aghiuru has quit IRC
[03:46:34] *** buzzedword has joined #angularjs
[03:47:07] *** dfcarpenterak has joined #angularjs
[03:48:33] *** Aliks has quit IRC
[03:48:45] *** macabre has joined #angularjs
[03:48:48] *** joshontheweb has joined #angularjs
[03:49:04] *** italoacasas has quit IRC
[03:49:22] *** SergioFilhow_ has quit IRC
[03:51:19] *** spriz has joined #angularjs
[03:51:54] *** v90` has quit IRC
[03:52:43] *** Bloomer has joined #angularjs
[03:53:22] *** s3shs has joined #angularjs
[03:53:31] *** bengillies has joined #angularjs
[03:53:46] *** aoeu256 has joined #angularjs
[03:54:24] *** aoeu256_ has quit IRC
[03:55:34] *** zz_dimtruck is now known as dimtruck
[03:56:40] *** mrjmd has joined #angularjs
[03:57:05] *** mary5030 has quit IRC
[03:58:23] *** bengillies has quit IRC
[03:59:21] *** drej has joined #angularjs
[03:59:25] *** quakephil has quit IRC
[03:59:30] *** mven has quit IRC
[03:59:41] *** drej has quit IRC
[04:00:32] *** aoeu256_ has joined #angularjs
[04:01:48] *** mary5030 has joined #angularjs
[04:02:40] *** aoeu256 has quit IRC
[04:03:18] *** Tmo_ has quit IRC
[04:03:43] *** Drew| has joined #angularjs
[04:04:18] *** Tmo_ has joined #angularjs
[04:05:10] *** SpikeSpiegel has joined #angularjs
[04:05:37] *** SpikeSpiegel has left #angularjs
[04:08:22] *** m_o_d has quit IRC
[04:09:26] *** Tmo_ has quit IRC
[04:09:49] *** Limix has quit IRC
[04:11:16] *** Limix has joined #angularjs
[04:12:00] *** zivester has joined #angularjs
[04:12:28] *** fedenunez has joined #angularjs
[04:12:49] *** Limix has quit IRC
[04:14:39] *** diegoaguilar has quit IRC
[04:15:19] *** dimtruck is now known as zz_dimtruck
[04:15:44] *** ferr has quit IRC
[04:16:07] *** tristanp has quit IRC
[04:16:40] *** drej has joined #angularjs
[04:16:56] *** mdedetrich has joined #angularjs
[04:17:58] *** nanuko has joined #angularjs
[04:19:17] *** Ruzzy has quit IRC
[04:20:46] *** beakman has quit IRC
[04:21:37] *** beakman has joined #angularjs
[04:22:01] *** devians has joined #angularjs
[04:24:17] *** Guest16 has joined #angularjs
[04:24:31] *** zz_dimtruck is now known as dimtruck
[04:26:21] *** jr3 has joined #angularjs
[04:27:50] *** tilerendering has quit IRC
[04:28:13] *** cosmo1t has quit IRC
[04:28:16] *** tilerendering has joined #angularjs
[04:28:23] *** Jammy_Work has joined #angularjs
[04:28:34] *** SergioFilhow_ has joined #angularjs
[04:28:50] *** beakman has quit IRC
[04:30:02] *** s3shs has quit IRC
[04:30:25] *** s3shs has joined #angularjs
[04:31:44] *** Hammy_Work has quit IRC
[04:32:08] *** mrjmd has quit IRC
[04:32:43] *** LckyBy517 has quit IRC
[04:33:37] *** tristanp has joined #angularjs
[04:33:53] *** s3shs has quit IRC
[04:33:54] *** LckyBy517 has joined #angularjs
[04:34:16] *** blitheBoudica has joined #angularjs
[04:35:08] *** Tmo_ has joined #angularjs
[04:35:19] *** mtho11 has joined #angularjs
[04:35:25] *** smccarthy has quit IRC
[04:35:41] *** mven has joined #angularjs
[04:37:02] *** webdev007 has quit IRC
[04:39:50] *** s3shs has joined #angularjs
[04:39:52] *** dimtruck is now known as zz_dimtruck
[04:40:07] *** buzzedword has quit IRC
[04:42:45] *** baweaver has quit IRC
[04:44:59] *** zz_dimtruck is now known as dimtruck
[04:46:28] *** fourfourfourfour has quit IRC
[04:47:26] *** Sht0 has quit IRC
[04:48:15] *** plutoniix has quit IRC
[04:49:15] *** buzzedword has joined #angularjs
[04:49:38] *** zivester has quit IRC
[04:52:48] *** dimtruck is now known as zz_dimtruck
[04:53:23] *** kadamwhite_ has quit IRC
[04:53:42] *** plutoniix has joined #angularjs
[04:54:15] *** bengillies has joined #angularjs
[04:54:30] *** s3shs has quit IRC
[04:55:06] *** drej has quit IRC
[04:55:20] *** kadamwhite has joined #angularjs
[04:57:17] *** baweaver has joined #angularjs
[04:57:50] *** jae has quit IRC
[04:57:53] *** b0x has joined #angularjs
[04:57:54] *** b0x has joined #angularjs
[04:59:05] *** bengillies has quit IRC
[04:59:52] *** buzzedword has quit IRC
[05:00:03] *** charuru has quit IRC
[05:01:35] *** baweaver has quit IRC
[05:02:37] *** p0k0 has quit IRC
[05:03:12] *** greatdex has quit IRC
[05:04:24] *** amdi_ has quit IRC
[05:05:49] *** zigzagzig has quit IRC
[05:06:54] *** sbellina has quit IRC
[05:07:27] *** Tmo_ has quit IRC
[05:07:53] *** Tmo_ has joined #angularjs
[05:08:14] *** sbellina has joined #angularjs
[05:09:18] *** Scott_ has joined #angularjs
[05:09:42] *** Scott_ is now known as Guest86319
[05:11:28] <Guest86319> logout
[05:11:34] *** zeioth has quit IRC
[05:12:06] <Guest86319> how can I log out ?
[05:12:43] *** Codefria_ has quit IRC
[05:13:12] *** Guest86319 has quit IRC
[05:13:37] *** fourfourfourfour has joined #angularjs
[05:13:43] *** sneakerhax has joined #angularjs
[05:14:22] *** rchavik_ has joined #angularjs
[05:15:34] *** rchavik has quit IRC
[05:18:19] *** John has joined #angularjs
[05:18:43] *** John is now known as Guest6608
[05:20:26] *** Guest6608 has quit IRC
[05:21:56] *** blitheBo_ has joined #angularjs
[05:22:26] *** macabre has quit IRC
[05:22:54] *** drej has joined #angularjs
[05:23:15] *** prbc has joined #angularjs
[05:23:26] *** beakman has joined #angularjs
[05:25:26] *** blitheBoudica has quit IRC
[05:26:02] *** astrofog has joined #angularjs
[05:27:02] *** trepatudo has quit IRC
[05:27:28] *** trepatudo has joined #angularjs
[05:27:35] *** nanuko has quit IRC
[05:30:40] *** Tmo_ has quit IRC
[05:32:36] *** tilerendering has quit IRC
[05:35:48] *** Guest16 has quit IRC
[05:36:49] *** JohnT has joined #angularjs
[05:38:50] *** jr3 has quit IRC
[05:39:08] *** Rou has joined #angularjs
[05:42:37] *** s3shs has joined #angularjs
[05:43:03] *** LckyBy517 has quit IRC
[05:44:41] *** prbc has quit IRC
[05:44:51] *** nanuko has joined #angularjs
[05:45:57] *** apneic has joined #angularjs
[05:46:56] *** buzzedword has joined #angularjs
[05:47:24] *** mylord has quit IRC
[05:47:56] *** SergioFilhow_ has quit IRC
[05:48:30] *** SergioFilhow_ has joined #angularjs
[05:50:59] *** dman777_alter has joined #angularjs
[05:51:52] *** buzzedword has quit IRC
[05:52:01] *** nanuko has quit IRC
[05:52:28] *** buzzedword has joined #angularjs
[05:52:51] *** SergioFilhow_ has quit IRC
[05:55:16] *** bengillies has joined #angularjs
[05:57:43] *** buzzedword has quit IRC
[05:59:26] *** bengillies has quit IRC
[06:00:22] *** elsevero has joined #angularjs
[06:00:29] *** jae has joined #angularjs
[06:00:33] *** m5 has joined #angularjs
[06:00:40] *** LckyBy517 has joined #angularjs
[06:00:41] <m5> hi
[06:00:47] *** aoeu256_ has quit IRC
[06:01:21] <m5> hey anyone there?
[06:01:47] <m5> #angular2
[06:02:37] *** m5 has left #angularjs
[06:04:02] *** greatdex has joined #angularjs
[06:04:30] *** elsevero has quit IRC
[06:05:44] *** blitheBoudica has joined #angularjs
[06:06:10] *** cacts has quit IRC
[06:07:06] *** blitheBo_ has quit IRC
[06:09:34] *** diegoaguilar has joined #angularjs
[06:09:58] *** buzzedword has joined #angularjs
[06:10:24] *** baweaver has joined #angularjs
[06:13:46] *** fourfourfourfour has quit IRC
[06:14:38] *** buzzedword has quit IRC
[06:14:59] *** s3shs has quit IRC
[06:15:00] *** JohnT has quit IRC
[06:16:08] *** dman777_alter has quit IRC
[06:17:57] *** aghiuru has joined #angularjs
[06:18:16] *** doginal has quit IRC
[06:19:30] *** doginal has joined #angularjs
[06:20:58] *** zivester has joined #angularjs
[06:21:08] *** CaShY has quit IRC
[06:21:12] *** xAt is now known as xat-
[06:21:46] *** tobias47n9e_ has quit IRC
[06:22:09] *** tobias47n9e_ has joined #angularjs
[06:22:16] *** CaShY has joined #angularjs
[06:22:53] *** apneic has quit IRC
[06:23:16] *** aghiuru has quit IRC
[06:23:20] *** drej has quit IRC
[06:24:07] *** rickmak has quit IRC
[06:24:17] *** drej has joined #angularjs
[06:25:21] *** regedit has joined #angularjs
[06:26:17] *** aghiuru has joined #angularjs
[06:27:14] *** Obelich has joined #angularjs
[06:28:24] *** Obelich has quit IRC
[06:28:42] *** drej has quit IRC
[06:30:47] *** speaking1ode has joined #angularjs
[06:31:18] *** juddey has quit IRC
[06:31:28] *** EoN has quit IRC
[06:33:24] *** aghiuru has quit IRC
[06:35:04] *** ddelrio1986 has joined #angularjs
[06:39:58] *** ron_frown has quit IRC
[06:41:16] *** fedenunez has quit IRC
[06:41:26] *** ddelrio1986 has quit IRC
[06:41:28] *** BigBangUDR has joined #angularjs
[06:43:45] *** BigBangUDR has quit IRC
[06:43:47] *** aghiuru has joined #angularjs
[06:44:39] *** BigBangUDR has joined #angularjs
[06:46:33] *** SergioFilhow_ has joined #angularjs
[06:46:36] *** erol_ has joined #angularjs
[06:48:36] *** aghiuru has quit IRC
[06:51:26] *** BigBangUDR has quit IRC
[06:51:32] *** aghiuru has joined #angularjs
[06:54:01] *** Guest16 has joined #angularjs
[06:54:13] *** doginal has quit IRC
[06:54:56] *** sbellina has quit IRC
[06:55:40] *** zivester has quit IRC
[06:55:57] *** bengillies has joined #angularjs
[06:56:50] *** aghiuru has quit IRC
[06:57:47] *** plutoniix has quit IRC
[06:58:50] *** blindbox has quit IRC
[06:59:12] *** buzzedword has joined #angularjs
[06:59:18] *** whitebook has joined #angularjs
[06:59:27] *** aghiuru has joined #angularjs
[06:59:29] *** ajpiano has quit IRC
[06:59:29] *** Koopz has quit IRC
[06:59:39] *** p_rex has joined #angularjs
[06:59:51] *** Koopz has joined #angularjs
[06:59:59] *** rchavik_ is now known as rchavik
[07:00:23] <p_rex> anyone here familiar with ui-router?
[07:00:25] *** bengillies has quit IRC
[07:00:44] *** graphettion_ has joined #angularjs
[07:01:22] *** graphettion_ has quit IRC
[07:02:04] *** VeeWee has joined #angularjs
[07:02:10] *** regedit has quit IRC
[07:02:15] *** diegoaguilar has quit IRC
[07:02:35] *** JohnT has joined #angularjs
[07:02:49] <p_rex> hi
[07:03:01] <p_rex> anyone
[07:03:05] <p_rex> there
[07:03:11] *** beakman has quit IRC
[07:03:15] *** blindbox has joined #angularjs
[07:03:23] *** ajpiano has joined #angularjs
[07:03:23] *** graphettion has quit IRC
[07:03:23] *** suspicious_e has quit IRC
[07:03:24] *** Left_Turn has quit IRC
[07:03:25] *** plutoniix has joined #angularjs
[07:04:04] *** BigBangUDR has joined #angularjs
[07:04:26] *** aghiuru has quit IRC
[07:04:51] <p_rex> ?
[07:05:20] <p_rex> haha...not much chatter in here
[07:05:21] *** zeezey has quit IRC
[07:06:06] *** TheoMurpse has joined #angularjs
[07:06:39] *** beakman has joined #angularjs
[07:06:56] *** Ed___ has joined #angularjs
[07:07:12] *** aghiuru has joined #angularjs
[07:08:26] <p_rex> What's a pirate's favorite letter?
[07:08:35] *** buzzedword has quit IRC
[07:08:53] <p_rex> anyone....anyone
[07:09:04] <p_rex> bueller
[07:09:18] <Ed___> is it possibe to override function parseDate(viewValue) {} for datepicker
[07:10:14] <Ed___> ??
[07:11:00] <p_rex> sorry Ed...not sure
[07:11:26] <Ed___> I want to parse T-2 as date
[07:11:26] *** Rou has quit IRC
[07:11:31] <Ed___> in datepicker
[07:11:49] *** regedit has joined #angularjs
[07:12:02] *** aghiuru has quit IRC
[07:12:17] <Ed___> so if you type T-1 in textbox of datepicker it should select previous day
[07:12:26] *** {DV8} has joined #angularjs
[07:13:39] *** p_rex has quit IRC
[07:13:54] <Ed___> any help ??
[07:14:03] *** diegoaguilar has joined #angularjs
[07:14:55] *** MohsenRezaei has joined #angularjs
[07:15:02] *** aghiuru has joined #angularjs
[07:15:50] *** sigurding has joined #angularjs
[07:16:24] *** j_mcnally has joined #angularjs
[07:16:34] *** Ed___ has quit IRC
[07:19:45] *** Ozd has joined #angularjs
[07:20:04] *** liubin has joined #angularjs
[07:20:16] *** aghiuru has quit IRC
[07:20:29] *** sbellina has joined #angularjs
[07:22:47] *** aghiuru has joined #angularjs
[07:23:14] *** rscata has joined #angularjs
[07:27:13] *** suspicious_e has joined #angularjs
[07:27:50] *** gambl0re has joined #angularjs
[07:27:52] *** aghiuru has quit IRC
[07:28:13] *** prbc has joined #angularjs
[07:29:18] *** BahamutWC has joined #angularjs
[07:30:10] *** sneakerhax has quit IRC
[07:30:35] *** aghiuru has joined #angularjs
[07:31:35] *** tango0o has quit IRC
[07:32:49] *** sigurding has quit IRC
[07:33:10] *** whiteboo_ has joined #angularjs
[07:33:39] *** canyonero has quit IRC
[07:33:41] *** SergioFilhow_ has quit IRC
[07:34:03] *** ali4ever4 has joined #angularjs
[07:34:13] *** SergioFilhow_ has joined #angularjs
[07:34:24] *** macabre has joined #angularjs
[07:35:28] *** aghiuru has quit IRC
[07:35:38] *** p0k0 has joined #angularjs
[07:35:40] *** blitheBoudica has quit IRC
[07:35:54] *** whitebook has quit IRC
[07:36:20] *** Ozd has quit IRC
[07:36:54] *** punknroll has joined #angularjs
[07:37:10] *** Ozd has joined #angularjs
[07:37:29] *** JohnT has quit IRC
[07:37:48] *** dffdghgfhg has joined #angularjs
[07:38:26] *** aghiuru has joined #angularjs
[07:38:29] *** SergioFilhow_ has quit IRC
[07:38:31] *** dffdghgfhg has quit IRC
[07:38:55] *** macabre has quit IRC
[07:39:12] *** soee has joined #angularjs
[07:40:26] *** Johnny- has quit IRC
[07:42:36] *** Johnny- has joined #angularjs
[07:43:03] *** rickmak_ has joined #angularjs
[07:43:05] *** aghiuru has quit IRC
[07:43:45] *** spriz has quit IRC
[07:45:03] *** comingsoontm_ has joined #angularjs
[07:45:03] *** u0m3__ has joined #angularjs
[07:45:07] *** spriz has joined #angularjs
[07:45:10] *** ImageX_ has joined #angularjs
[07:45:38] *** bradjones has quit IRC
[07:46:28] *** bradjones has joined #angularjs
[07:46:28] *** bradjones has joined #angularjs
[07:46:28] *** spriz has quit IRC
[07:46:28] *** aghiuru has joined #angularjs
[07:47:03] *** Aliks has joined #angularjs
[07:47:03] *** ImageX has quit IRC
[07:47:03] *** spriz has joined #angularjs
[07:48:32] *** fiddo has quit IRC
[07:48:32] *** mdedetrich has quit IRC
[07:48:33] *** jpiasetz1 has quit IRC
[07:48:33] *** spriz has quit IRC
[07:48:33] *** jpiasetz1 has joined #angularjs
[07:48:33] *** comingsoontm has quit IRC
[07:48:33] *** u0m3_ has quit IRC
[07:48:33] *** Leon has joined #angularjs
[07:48:39] *** jieryn has quit IRC
[07:49:24] *** spriz has joined #angularjs
[07:51:03] *** fly_boyz has quit IRC
[07:51:03] *** spriz has quit IRC
[07:51:04] *** elsevero has joined #angularjs
[07:51:18] *** aghiuru has quit IRC
[07:51:30] *** punknroll has quit IRC
[07:51:30] *** spriz has joined #angularjs
[07:52:06] *** fiddo has joined #angularjs
[07:52:06] *** fly_boyz has joined #angularjs
[07:52:27] *** tilerendering has joined #angularjs
[07:53:36] *** Daerist has joined #angularjs
[07:54:05] *** aghiuru has joined #angularjs
[07:54:07] *** sigurding has joined #angularjs
[07:55:23] *** buzzedword has joined #angularjs
[07:55:53] *** fiddo has quit IRC
[07:56:06] *** fiddo has joined #angularjs
[07:56:34] *** bengillies has joined #angularjs
[07:58:42] *** alinou has joined #angularjs
[07:58:50] *** Mustafa_ has joined #angularjs
[07:58:58] <Mustafa_> Hi
[07:59:18] <Mustafa_> Hello Every one
[07:59:22] <Mustafa_> !
[07:59:23] <Mustafa_> !
[07:59:44] *** Mustafa_ has quit IRC
[07:59:49] *** zeezey has joined #angularjs
[08:00:34] *** buzzedword has quit IRC
[08:00:48] *** aghiuru has quit IRC
[08:01:01] *** diegoaguilar has quit IRC
[08:01:13] *** rhp has joined #angularjs
[08:01:20] *** bengillies has quit IRC
[08:02:36] *** dopesong has joined #angularjs
[08:04:18] *** beakman has quit IRC
[08:04:51] *** juddey has joined #angularjs
[08:05:13] <ali4ever4> Chicks ihvihvhivih
[08:05:22] *** jspeck has joined #angularjs
[08:05:27] <ali4ever4> Ops sorry
[08:05:59] *** aghiuru has joined #angularjs
[08:06:00] *** Guest16 has quit IRC
[08:06:01] *** leptone has quit IRC
[08:09:12] *** beakman has joined #angularjs
[08:09:32] *** Guest16 has joined #angularjs
[08:09:32] *** kansi has quit IRC
[08:10:00] *** j_mcnally has quit IRC
[08:10:22] *** buzzedword has joined #angularjs
[08:10:28] *** iateadonut has quit IRC
[08:10:56] *** aghiuru has quit IRC
[08:13:43] *** zeezey has quit IRC
[08:14:35] *** devonzara has quit IRC
[08:14:50] *** punknroll has joined #angularjs
[08:14:51] *** jtimon has quit IRC
[08:15:19] *** diegoaguilar has joined #angularjs
[08:15:31] *** buzzedword has quit IRC
[08:17:24] *** whiteboo_ has quit IRC
[08:17:30] *** marthinal has joined #angularjs
[08:18:24] *** prbc has quit IRC
[08:18:26] *** MattWelch has quit IRC
[08:19:13] *** Aliks has quit IRC
[08:20:05] *** svycka has joined #angularjs
[08:21:40] *** prbc has joined #angularjs
[08:23:52] *** prbc has quit IRC
[08:30:45] *** dutis has joined #angularjs
[08:32:30] *** devonzara has joined #angularjs
[08:32:30] *** {DV8} has quit IRC
[08:33:29] *** {DV8} has joined #angularjs
[08:33:58] *** Debnet has joined #angularjs
[08:34:09] *** dutis has quit IRC
[08:34:56] *** n00bdev has joined #angularjs
[08:35:05] *** buzzedword has joined #angularjs
[08:36:21] *** iraj has joined #angularjs
[08:36:39] *** leolrrj has joined #angularjs
[08:36:40] *** jspeck has quit IRC
[08:36:44] *** leolrrj has quit IRC
[08:36:49] *** codegenie has joined #angularjs
[08:38:14] *** k1ng4400 has quit IRC
[08:40:13] *** buzzedword has quit IRC
[08:40:39] *** wafflejock has quit IRC
[08:41:01] *** {DV8} has quit IRC
[08:41:54] *** liubin has quit IRC
[08:42:30] *** {DV8} has joined #angularjs
[08:46:04] *** devonzara has quit IRC
[08:50:16] *** beakman has quit IRC
[08:51:44] *** sixr420 has quit IRC
[08:53:27] *** george_v has joined #angularjs
[08:53:35] *** beakman has joined #angularjs
[08:54:58] *** tarnus has quit IRC
[08:55:52] *** plekplek has joined #angularjs
[08:56:29] *** realies has quit IRC
[08:57:13] *** prabhu has joined #angularjs
[08:57:21] *** bengillies has joined #angularjs
[08:58:01] <prabhu> Hi
[08:59:12] <prabhu> I have doubt in cascading select options
[08:59:32] *** Left_Turn has joined #angularjs
[08:59:33] <prabhu> if anybody femilier wit dis pls ans
[08:59:54] *** wafflejock has joined #angularjs
[08:59:59] <prabhu> i hav 3 list
[09:00:20] *** prabhu has left #angularjs
[09:01:26] *** rhp has quit IRC
[09:02:18] *** regedit_ has joined #angularjs
[09:02:35] *** regedit has quit IRC
[09:02:35] *** bengillies has quit IRC
[09:04:38] *** zeezey has joined #angularjs
[09:08:12] *** marthinal has quit IRC
[09:08:50] *** dan2k3k4 has joined #angularjs
[09:08:58] *** Garfield-fr has joined #angularjs
[09:09:23] *** mary5030_ has joined #angularjs
[09:10:00] *** Guest16 has quit IRC
[09:10:40] *** realies has joined #angularjs
[09:10:41] *** realies has joined #angularjs
[09:11:14] *** beakman has quit IRC
[09:11:17] *** mary5030 has quit IRC
[09:12:23] *** Guest16 has joined #angularjs
[09:12:56] *** buzzedword has joined #angularjs
[09:13:00] *** devonzara has joined #angularjs
[09:14:37] *** dfcarpenterak has quit IRC
[09:17:56] *** buzzedword has quit IRC
[09:19:18] *** rickmak_ has quit IRC
[09:19:27] *** cotko has joined #angularjs
[09:19:32] *** rickmak_ has joined #angularjs
[09:19:56] *** MattWelch has joined #angularjs
[09:20:05] *** n00bdev has quit IRC
[09:20:15] *** ahaeger has joined #angularjs
[09:21:36] *** Aliks has joined #angularjs
[09:22:25] *** zeezey has quit IRC
[09:25:09] *** TheoMurpse has quit IRC
[09:25:28] *** TheoMurpse has joined #angularjs
[09:25:57] *** b0x has quit IRC
[09:26:26] *** b0x has joined #angularjs
[09:28:02] *** crziter has joined #angularjs
[09:28:15] *** papakai has joined #angularjs
[09:28:52] *** pepijndevos has quit IRC
[09:29:49] *** papakai has left #angularjs
[09:29:55] *** papakai has joined #angularjs
[09:29:59] *** PuruPuru has joined #angularjs
[09:30:08] *** Aliks_ has joined #angularjs
[09:30:22] <papakai> Hi there
[09:30:33] *** baweaver has quit IRC
[09:30:41] <papakai> .. and a good morning from germany :)
[09:31:17] *** rickmak_ has quit IRC
[09:31:33] <crziter> papakai: good afternoon from asia
[09:31:40] <papakai> =)
[09:32:00] <PuruPuru> Hello. I want to build a REST webservice for a forum that I'm writing in angularjs 1.4.8 I would like to discuss some db design and angular REST issues. Is anyone here willing to help me?
[09:32:14] *** vpi has joined #angularjs
[09:32:16] *** rickmak_ has joined #angularjs
[09:32:27] <papakai> has anyone good experience with a package loader combined with angular.js ?
[09:33:01] <papakai> PuruPuru: I'm not experienced enough. sry
[09:33:19] <PuruPuru> Right now I'm looking at a PHP backend. What I don't know is how I should structure my REST webservice and the underlying tables. It feels like there's a huge difference between what I need to give to angular and what I have in my DB
[09:33:35] *** AndrewIsh has joined #angularjs
[09:33:48] *** Aliks has quit IRC
[09:33:55] *** pepijndevos has joined #angularjs
[09:34:15] *** regedit_ has quit IRC
[09:34:16] <papakai> PuruPuru: At least I suggest to base your app on node.js as this makes more sense together with angular.js, but PHP will for sure also work
[09:34:21] <PuruPuru> Because of that, response times are really slow, and the service is not actually REST, I think I'm not understanding the principles correctly
[09:35:01] <PuruPuru> papakai: I have 0 experience in node JS and am not sure if my web hosting service can run that.
[09:35:16] *** guilbep has joined #angularjs
[09:35:24] <papakai> PuruPuru: ok, acknowledged :)
[09:35:51] *** uNki has joined #angularjs
[09:36:03] <papakai> <<<< Searching for package loader suggestions - what's your fav?
[09:41:36] *** Hounddog has joined #angularjs
[09:43:49] *** icebox has joined #angularjs
[09:43:54] *** juddey has quit IRC
[09:45:02] *** marthinal has joined #angularjs
[09:45:55] *** Hounddog has quit IRC
[09:46:06] *** rickmak_ has quit IRC
[09:48:06] *** rickmak has joined #angularjs
[09:48:33] *** fees has joined #angularjs
[09:48:58] *** Hounddog has joined #angularjs
[09:49:06] *** cfloare has quit IRC
[09:49:42] *** zigzagzig has joined #angularjs
[09:50:08] *** cfloare has joined #angularjs
[09:53:35] *** cgfbee has quit IRC
[09:54:11] *** BigBangUDR has quit IRC
[09:54:12] *** Guest16 has quit IRC
[09:54:36] *** Daerist has quit IRC
[09:54:40] *** SamRosi has joined #angularjs
[09:55:10] *** cfloare has quit IRC
[09:55:26] *** zigzagzig has quit IRC
[09:55:46] *** cfloare has joined #angularjs
[09:56:05] *** cgfbee has joined #angularjs
[09:56:34] *** Imaginativeone has joined #angularjs
[09:56:53] <SamRosi> Hi, everyone,I'm very new here and in AngularJS,trying the PhoneCAT tutorial now
[09:57:47] <SamRosi> wondering if someone here did this tutorial before?
[09:58:04] *** bengillies has joined #angularjs
[09:58:17] *** cgfbee has quit IRC
[09:58:18] *** encryptd_fractal has joined #angularjs
[09:59:20] *** zeezey has joined #angularjs
[10:00:24] *** cfloare has quit IRC
[10:00:48] *** SamRosi has quit IRC
[10:01:46] *** aghiuru has joined #angularjs
[10:01:52] *** chub123 has joined #angularjs
[10:02:04] *** marcules is now known as moep
[10:02:09] *** BigBangUDR has joined #angularjs
[10:02:12] *** vrockai has joined #angularjs
[10:02:26] *** bengillies has quit IRC
[10:04:19] <fullstack> no
[10:04:24] <fullstack> not me
[10:04:31] <fullstack> my first tutorial was 50 examples
[10:04:51] <moep> yo
[10:05:14] <fullstack> hi
[10:06:07] *** cgfbee has joined #angularjs
[10:06:17] *** erol_ has quit IRC
[10:06:20] *** cfloare has joined #angularjs
[10:06:30] *** Jellyg00se has joined #angularjs
[10:06:41] *** imZEH has joined #angularjs
[10:06:46] *** Bodin has joined #angularjs
[10:06:50] *** aghiuru has quit IRC
[10:07:00] *** erol_ has joined #angularjs
[10:08:24] <imZEH> I know this question should not be raise here. but I don't have some communication sites for Windows developers .My question is that , Does someone here had develop a windows app using WinRT ?
[10:08:28] *** mary5030 has joined #angularjs
[10:09:34] *** zeezey has quit IRC
[10:09:45] *** luiz_lha has joined #angularjs
[10:10:09] *** luiz_lha is now known as Guest1419
[10:11:10] *** mary5030_ has quit IRC
[10:12:10] *** buzzedword has joined #angularjs
[10:12:11] *** deez79 has quit IRC
[10:12:45] *** cornerma1 has joined #angularjs
[10:12:54] <fullstack> shit my webstorm licence expired and now its $129 subscription
[10:13:17] <imZEH> ah. ok2x. thanks crziter
[10:13:28] *** ali4ever4 has quit IRC
[10:13:35] *** erol_ has quit IRC
[10:13:42] *** VictorCL has joined #angularjs
[10:14:37] *** imZEH has quit IRC
[10:14:48] *** erol_ has joined #angularjs
[10:15:42] *** cfloare has quit IRC
[10:15:59] <icebox> fullstack: use EAP
[10:15:59] *** cornerman has quit IRC
[10:16:08] *** cornerma1 is now known as cornerman
[10:16:23] <fullstack> icebox is that the open source one? how different is it from webstorm?
[10:16:58] <icebox> fullstack: EAP is an early release and it doesn't need a license (however it has an expriration date)
[10:17:02] *** drptbl has joined #angularjs
[10:17:03] *** jamesch has joined #angularjs
[10:17:04] *** buzzedword has quit IRC
[10:17:20] <fullstack> oh.. its buggly then
[10:17:35] <moep> icebox I thought they removed EAP license renewal?
[10:17:47] <moep> fullstack it's not really buggy, I used it for 8months without a problem
[10:17:58] <icebox> fullstack: well... EAP are quite stable... maybe buggy for the new features
[10:18:03] *** cgfbee has joined #angularjs
[10:18:39] <fullstack> even when I paid for webstorm they never fixed the bugs I reported
[10:18:57] <fullstack> Live editing CSS.. they disabled that in Webstorm 10!
[10:19:28] *** cgfbee has quit IRC
[10:19:49] <fullstack> WHY! that was like the entire reason. I'm horrible at CSS and need a live-edit version so I can incrementally figure out what I need to do rapidly.
[10:19:53] <icebox> fullstack: are you sure?
[10:20:36] *** Hounddog has quit IRC
[10:20:45] <fullstack> that bug is 1+ year old on other ticket numbers
[10:21:27] *** cfloare has joined #angularjs
[10:21:32] *** B1x1t0 has joined #angularjs
[10:21:33] <fullstack> icebox, scroll down the comments.
[10:21:39] <icebox> fullstack: please, complain with JetBrains :)
[10:21:52] *** BigBangUDR has quit IRC
[10:21:52] <icebox> fullstack: I am not related at all to JetBrains
[10:22:13] *** peterR`` has joined #angularjs
[10:22:53] <fullstack> icebox its like North Korea. Everything is great. Until you need to eat
[10:22:57] *** SergioFilhow_ has joined #angularjs
[10:23:00] *** Sky[x] has joined #angularjs
[10:23:19] <fullstack> hey while I got everyones attention
[10:23:26] <icebox> fullstack: indeed I have not been using any ide to develop the code
[10:23:47] <papakai> icebox: have you been active in the YUI community? At least I remember this nick name
[10:23:52] <fullstack> has anyone ever had any issues with ui router -> nested -> nested -> view A | view B | view C ... with each <div ng-show="disableViewA" ui-view="viewA">
[10:23:53] <icebox> papakai: yep... :)
[10:24:19] <icebox> papakai: why?
[10:24:26] <papakai> icebox: ah nice, maybe you remember my nick also - had been very active in the YUI2 datatable section
[10:24:28] <fullstack> for some reason, Multiviews don't work, ina nested view
[10:25:06] *** dromar56 has joined #angularjs
[10:25:12] *** benvantende has joined #angularjs
[10:25:54] *** fixl has joined #angularjs
[10:26:19] <icebox> papakai: I was second after davglass as post counter :)
[10:27:08] *** b0x has quit IRC
[10:27:20] <papakai> icebox: at least great to meet someone again out of this community
[10:27:30] *** SergioFilhow_ has quit IRC
[10:27:35] *** b0x has joined #angularjs
[10:27:35] *** b0x has joined #angularjs
[10:27:50] *** siddhartharao17 has joined #angularjs
[10:27:53] *** mary5030 has quit IRC
[10:28:00] *** Guest1419 is now known as uiz_lha
[10:28:21] *** chub123 has quit IRC
[10:28:25] *** uiz_lha is now known as luiz_lha
[10:30:58] *** BigBangUDR has joined #angularjs
[10:32:56] *** bengillies has joined #angularjs
[10:33:07] *** Mizar has joined #angularjs
[10:33:58] *** Nemmo has joined #angularjs
[10:34:06] <icebox> fullstack: are you sure? that setup is very common... usually you have the main view and many subviews... and I cannot reproduce that behaviour
[10:34:06] <Nemmo> Hi everybody!
[10:34:13] *** papakai has left #angularjs
[10:34:50] <Nemmo> Is anybody here who knows how to embed jquery.inputmask
[10:35:21] <fullstack> icebox, <div ui-view=""> then inside that, <div ui-view="">, then inside of that <div ui-view="viewA"> ... when I do that.. if I put a blank ' views : {} ' in my ui router code -- it won't load at all
[10:35:52] <fullstack> But maybe its something with my setup. I'm using one of those fancy template
[10:36:02] *** CentiMelli has joined #angularjs
[10:36:38] *** prbc has joined #angularjs
[10:37:56] *** sbellina has quit IRC
[10:38:19] *** felixn has quit IRC
[10:38:35] *** lorezzed has quit IRC
[10:39:05] *** peterR` has joined #angularjs
[10:41:03] *** dbclk has joined #angularjs
[10:41:45] *** Kovacic has joined #angularjs
[10:41:46] *** peterR`` has quit IRC
[10:42:13] <Kovacic> hi there
[10:42:36] <Kovacic> is there a plugin for gulp that removes comments when uglifying?
[10:42:43] <Kovacic> or an option in the uglify plugin
[10:42:56] *** marr has joined #angularjs
[10:43:18] <davesidious> Kovacic - it apparently removes comments by default...
[10:43:19] <Kovacic> found it
[10:43:25] <Kovacic> oh really
[10:43:30] <Kovacic> great then
[10:43:39] <davesidious> preserveComments: A convenience option for options.output.comments. Defaults to preserving no comments
[10:43:45] *** Mattch has joined #angularjs
[10:43:49] *** cvanball has joined #angularjs
[10:44:37] *** Jellyg00se has quit IRC
[10:45:00] *** jhirley has quit IRC
[10:45:54] *** b0x has quit IRC
[10:45:59] *** Jellyg00se has joined #angularjs
[10:46:04] *** dopesong has quit IRC
[10:46:21] *** sbasso has joined #angularjs
[10:46:35] <Kovacic> davesidious
[10:46:36] *** n00bdev has joined #angularjs
[10:46:40] <Kovacic> im using the following:
[10:48:33] *** jlebrech has joined #angularjs
[10:48:38] <Kovacic> gulp-jshint gulp-uglify gulp-imagemin gulp-rename gulp-concat gulp-notify gulp-cache del gulp-angular-filesort gulp-inject gulp-sourcemaps gulp-ng-ht
[10:48:46] <Kovacic> anything you can recommend that im not using?
[10:49:55] *** mrded has joined #angularjs
[10:51:18] *** mdedetrich has joined #angularjs
[10:51:39] *** drptbl has quit IRC
[10:53:53] <davesidious> It all depends on your workflow and desired output :)
[10:54:08] <davesidious> What might be a great idea in one project might completely suck in another
[10:54:41] <davesidious> Does anyone have any idea why calls to $animate.enter/$animate.leave only work reliably in a $timeout in a directive's controller? It's driving me mad.
[10:55:36] *** BigBangUDR has quit IRC
[10:56:06] *** tarnus has joined #angularjs
[10:56:13] *** ngbot has joined #angularjs
[10:56:14] <ngbot> angular.js/master 42b5ce9 Martin Staffa: docs(guide/filter): clarify how to use filters in controllers...
[10:56:14] *** ngbot has left #angularjs
[10:56:26] *** zeezey has joined #angularjs
[10:57:00] *** ferr has joined #angularjs
[10:57:51] *** Mizar has left #angularjs
[10:58:03] *** jhirley has joined #angularjs
[10:58:26] *** aghiuru has joined #angularjs
[10:58:57] *** n00bdev has quit IRC
[11:00:08] *** siba has quit IRC
[11:00:24] <icebox> davesidious: due to the code inside the attached event handler lives outside of Angular, so you need to use $apply
[11:00:26] *** darkbasic has joined #angularjs
[11:00:48] *** tarnus has quit IRC
[11:02:48] <darkbasic> hi, I'm writing an application which shows several different kind of devices and loads external templates depending on the device type. users will be able to submit custom templates. currently I'm using a custom directive with
[11:02:50] <darkbasic> template: '<ng-include src="getTemplateUrl()"/>'
[11:02:58] <darkbasic> but I would like to sanitize the html
[11:03:22] <darkbasic> I tried template: '<div ng-bind-html="getTemplateUrl()"/></div>' but it doesn't accept urls
[11:03:24] <darkbasic> any idea?
[11:03:54] <icebox> darkbasic: use a routing approach with dynamic views
[11:04:12] *** mischat has joined #angularjs
[11:04:37] *** mischat has joined #angularjs
[11:04:40] <darkbasic> icebox: I will show several different devices in a single page
[11:05:04] <icebox> darkbasic: no problem with multi and nested view with ui router
[11:05:21] <icebox> darkbasic: another approach is using $sanitize service directly
[11:06:08] *** jameswatling has joined #angularjs
[11:07:01] *** uNki has quit IRC
[11:07:02] <icebox> darkbasic: are you sure ng-bind-html doesn't accept urls?
[11:07:07] *** uNki_ has joined #angularjs
[11:07:16] *** donguston has quit IRC
[11:08:08] *** astrofog has quit IRC
[11:08:34] *** mary5030 has joined #angularjs
[11:08:41] *** SrinivasGowda has joined #angularjs
[11:08:59] *** SrinivasGowda has left #angularjs
[11:09:05] <darkbasic> icebox: I just tried and ng-bind-html didn't work with urls... I would like to avoid dealing with async operations like $http inside my directive, so I don't know I could I use $sanitize directlky
[11:09:41] <icebox> darkbasic: hope that helps
[11:09:54] *** prbc has quit IRC
[11:10:15] <ekarlso> in a ng2 app is there a smart way to say have a navbar component get notified or be aware of when a user has authenticated ?
[11:11:17] *** lnrdo has joined #angularjs
[11:12:04] <darkbasic> icebox: I already saw that question on stackoverflow, they don't need to get external data from an url
[11:12:13] <icebox> darkbasic: I see
[11:12:39] <icebox> ekarlso: in the same way you would do in ng1 :)
[11:12:52] <ekarlso> icebox: :o, $wathc icebox ? :p
[11:12:55] *** buzzedword has joined #angularjs
[11:13:05] <icebox> ekarlso: no... data binding
[11:13:39] <ekarlso> icebox: but that's in the html no ?
[11:13:40] *** zeezey has quit IRC
[11:14:07] <icebox> ekarlso: somewhere in a service you have isLogged property... when it is updated, the change is automagically propagated
[11:16:43] <ekarlso> true enough icebox :)
[11:17:05] *** one_zero has quit IRC
[11:17:27] *** drptbl has joined #angularjs
[11:17:45] *** donguston has joined #angularjs
[11:17:45] *** lnrdo has quit IRC
[11:18:05] *** lnrdo has joined #angularjs
[11:18:09] *** Bloomer has quit IRC
[11:19:26] *** erol_ has quit IRC
[11:19:30] <ekarlso> we're making our member portal icebox for a makierspace in ng2
[11:19:40] <ekarlso> + a mobile app in ionic2
[11:19:47] <ekarlso> fun to live in the bleeding edge ;p
[11:20:37] <icebox> ekarlso: nice! :)
[11:21:27] *** nilsi has quit IRC
[11:21:35] *** Browser has quit IRC
[11:21:57] <AndrewIsh> Hey guys, I'm trying to position a footer directive thusly: if the bottom of the footer is above the bottom of the window, move it to the bottom, otherwise leave as is.
[11:22:14] *** mylord has joined #angularjs
[11:22:22] <AndrewIsh> The problem is that the footer is populated asynchronously, so any calculations I do on its height need to be done after it's populated
[11:22:37] <AndrewIsh> Also, it's position on the page isn't known until the entire page is rendered
[11:22:57] *** cvanball has quit IRC
[11:23:13] <AndrewIsh> Does anyone know how I can test if the entire page has rendered, so I can check the position of the footer and re-position accordingly?
[11:23:28] *** devians has quit IRC
[11:23:29] *** dan2k3k4 has quit IRC
[11:23:43] <ekarlso> is there a way if u know icebox to access the window from a2 ?
[11:24:40] *** termleech has quit IRC
[11:25:02] *** dan2k3k4 has joined #angularjs
[11:25:34] *** pimlu has joined #angularjs
[11:26:37] *** buzzedword has quit IRC
[11:27:44] <icebox> ekarlso: do you mean window object? as usual using "window"
[11:28:20] *** jackwhit3 has joined #angularjs
[11:28:21] *** Combined2857 has joined #angularjs
[11:28:21] *** Combined2857 has joined #angularjs
[11:28:33] *** jackwhit3 has left #angularjs
[11:29:18] <davesidious> thanks, Icebox - I just saw this.
[11:29:40] *** senayar has joined #angularjs
[11:29:41] *** senayar has joined #angularjs
[11:30:23] *** corioliss has quit IRC
[11:31:07] *** baweaver has joined #angularjs
[11:34:11] *** bengillies has quit IRC
[11:34:35] *** benvantende has quit IRC
[11:35:55] *** baweaver has quit IRC
[11:36:01] *** dopesong has joined #angularjs
[11:36:05] *** xtreamwayz has quit IRC
[11:36:06] *** drptbl has quit IRC
[11:36:27] *** bengillies has joined #angularjs
[11:36:34] *** xtreamwayz has joined #angularjs
[11:36:57] <ekarlso> icebox: doesn't seem so
[11:38:06] <ekarlso> icebox: if you have a auth svc that's @Injectable and add it in the constructor(auth: Auth) {} then in the template you [hidden]="auth.isAuthed" it will fail saying cannot read property isAuthed of undefined
[11:39:03] <ekarlso> ah, meh forgot to add private in front of the auth:
[11:39:50] *** BigBangUDR has joined #angularjs
[11:40:03] *** mylord has quit IRC
[11:42:37] *** p0k0 has quit IRC
[11:45:04] *** dromar56_ has joined #angularjs
[11:45:47] *** Xatenev has joined #angularjs
[11:45:52] <Xatenev> Heya
[11:45:58] *** dromar56 has quit IRC
[11:46:23] <Xatenev> I got a normal navigation in my angular app running, when I click on it, a state is loaded for example /upload
[11:46:44] <Xatenev> but for some reason on one navigation point it looks like it reolads itself like 15 times
[11:46:46] *** ferr has quit IRC
[11:46:46] <icebox> ekarlso: resolved?
[11:46:49] <Xatenev> before it actually loads the page
[11:46:58] <Xatenev> Any ideas what could cause that? Oo - I cant describe it better
[11:48:06] <Xatenev> icebox: help me out! :p
[11:48:24] *** mylord has joined #angularjs
[11:48:47] <icebox> Xatenev: well... you didn't describe anything...you are saying "it doesn't work" :)
[11:49:11] <Xatenev> icebox: Umm - how?
[11:49:19] <Xatenev> icebox: I click on it and it reloads itself like 15 times
[11:49:34] <Xatenev> icebox: and then it stops and the page is loaded.
[11:49:43] <Xatenev> icebox: thats basically what happends, weird behavior xd
[11:49:55] *** Imaginativeone has quit IRC
[11:50:09] <icebox> Xatenev: ng1 or ng2? with routing or not? in ionic, maybe? how do you create the controllers? and so on...
[11:50:38] <Xatenev> angular ui router
[11:50:48] <Xatenev> I got a state.js with all my states
[11:50:52] *** suvdeep has joined #angularjs
[11:50:53] <icebox> Xatenev: and of course providing a plunker reproducing the issue would be better :)
[11:50:54] <Xatenev> where i define url: templateUrl: controller: etc
[11:51:06] *** buzzedword has joined #angularjs
[11:51:37] <icebox> Xatenev: ok.. and do we need to imagine your routes definition?
[11:52:38] *** plutoniix has quit IRC
[11:53:29] *** zigzagzig has joined #angularjs
[11:54:25] <Xatenev> icebox: theres no other routes definition
[11:54:31] <Xatenev> icebox: just the state.js
[11:54:36] <Xatenev> sec
[11:54:46] *** Combined2857 has quit IRC
[11:55:28] *** zeezey has joined #angularjs
[11:55:53] *** buzzedword has quit IRC
[11:55:55] <Xatenev> state.js is basically the top level states
[11:56:06] <Xatenev> states.js are my "actions" like upload
[11:56:21] <Xatenev> and UploadCtrl.js is the controller where it reloads itself like 15 times
[11:56:21] *** Sht0 has joined #angularjs
[11:56:23] *** codepsycho has joined #angularjs
[11:57:21] *** thrillgore has quit IRC
[11:57:47] <codepsycho> is it possible to use interpolation in an attribute name? if i specify a function for `template` in the directive, the attributes are not yet interpolated so there's no way i can get the value i want
[11:58:00] *** macabre has joined #angularjs
[11:58:05] <Xatenev> icebox: is that all you need? if not just tell me xd
[11:58:06] <codepsycho> my template should use a different directive depending on some attribute's value
[11:58:29] *** crziter has quit IRC
[11:58:30] *** zigzagzig has quit IRC
[11:59:38] *** krusty_ar has quit IRC
[12:00:08] <ekarlso> icebox: except if I try to access the "window" I get that there's no such thing in typescript
[12:00:09] *** Firo has joined #angularjs
[12:00:13] *** krusty_ar has joined #angularjs
[12:00:45] *** buzzedword has joined #angularjs
[12:00:59] *** thrillgore has joined #angularjs
[12:02:05] <ekarlso> oh nvm
[12:02:15] *** macabre has quit IRC
[12:05:38] *** buzzedword has quit IRC
[12:05:43] *** zeezey has quit IRC
[12:07:53] *** codepsycho has quit IRC
[12:08:36] *** jameswatling has quit IRC
[12:11:07] *** SergioFilhow_ has joined #angularjs
[12:11:55] *** cristatus has joined #angularjs
[12:12:17] *** CanyonMan has quit IRC
[12:13:10] *** BigBangUDR has quit IRC
[12:14:38] <darkbasic> Do someone have any idea how to solve this?
[12:15:44] *** SergioFilhow_ has quit IRC
[12:17:45] *** randomdoude has joined #angularjs
[12:22:05] *** Tomdarkness has joined #angularjs
[12:22:27] *** c00ljs has joined #angularjs
[12:23:16] *** cotko has quit IRC
[12:24:00] *** blitheBoudica has joined #angularjs
[12:24:18] *** cristatus has quit IRC
[12:25:27] *** cotko has joined #angularjs
[12:25:29] <senayar> you can make it a filter to use in your view like : ng-bind-html="getTemplateUrl() | sanitize" or simply use $sce into your getTemplate() function inside your directive
[12:26:05] <ekarlso> btw, is typically passport used in browser side stuff ?
[12:26:49] *** angularjs_bot has quit IRC
[12:26:57] *** angularjs_bot has joined #angularjs
[12:28:23] *** blitheBoudica has quit IRC
[12:28:24] *** drptbl has joined #angularjs
[12:28:52] *** svycka has quit IRC
[12:29:01] *** Alina-malina has joined #angularjs
[12:30:13] *** buzzedword has joined #angularjs
[12:30:50] <darkbasic> senayar: can you please show me how am I supposed to sanitize an URL with $sce?
[12:31:33] <icebox> Xatenev: put a few breakpoints in your controller to see if there is a sort of recursion.. that .click() inside the trigger function... or check in the html if there is not any ng-controller, creating controller instance outside the routing
[12:31:39] *** cotko has quit IRC
[12:31:51] <senayar> I answered your post on SO darkbasic
[12:32:20] *** Leon has quit IRC
[12:33:44] *** cotko has joined #angularjs
[12:34:36] *** mdedetrich has quit IRC
[12:35:31] *** buzzedword has quit IRC
[12:35:48] *** mdedetrich has joined #angularjs
[12:36:35] *** jakutis has quit IRC
[12:37:50] *** uNki_ has quit IRC
[12:37:57] *** uNki has joined #angularjs
[12:38:20] *** roby_ has joined #angularjs
[12:39:35] *** jakutis has joined #angularjs
[12:39:44] *** Jardayn has joined #angularjs
[12:40:34] <darkbasic> senayar: thanks, but this is not the solution to my problem. I replied to your answer on SO
[12:41:00] <senayar> $sce.URL ?
[12:42:38] <darkbasic> senayar: this is for URLs that are safe to follow as links
[12:43:31] <senayar> well do you need to sanitize your url or I am lost in wild ?
[12:43:40] *** mdedetrich has quit IRC
[12:43:46] <darkbasic> senayar: I need to sanitize the *content* of my url
[12:44:43] <senayar> what happen if you $sce.trustAsUrl(myUrl); ?
[12:45:36] <darkbasic> senayar: it simply allows you to follow the link, instead of making it non clickable I guess
[12:45:53] <darkbasic> the url points to my expression with not-to-be-trusted html
[12:48:05] *** VictorCL has quit IRC
[12:49:11] *** mischat has quit IRC
[12:49:46] *** Imaginativeone has joined #angularjs
[12:50:29] *** TheoMurpse has joined #angularjs
[12:50:33] *** c00ljs has quit IRC
[12:50:51] *** c00ljs has joined #angularjs
[12:51:04] *** jameswatling has joined #angularjs
[12:52:11] *** buzzedword has joined #angularjs
[12:55:16] *** cvanball has joined #angularjs
[12:56:58] *** buzzedword has quit IRC
[12:58:20] *** Tomdarkness has quit IRC
[12:58:32] *** BigBangUDR has joined #angularjs
[12:59:35] *** Imaginativeone has quit IRC
[13:00:21] *** VictorCL has joined #angularjs
[13:00:59] *** VictorCL has quit IRC
[13:01:29] *** ferr has joined #angularjs
[13:02:03] *** VictorCL has joined #angularjs
[13:02:05] *** rickmak has quit IRC
[13:02:16] *** italoacasas has joined #angularjs
[13:02:42] *** VictorCL has quit IRC
[13:03:07] *** Leon has joined #angularjs
[13:04:31] *** mdedetrich has joined #angularjs
[13:04:35] *** VictorCL has joined #angularjs
[13:04:50] *** dhee has joined #angularjs
[13:05:00] *** aghiuru has quit IRC
[13:05:09] <dhee> hell
[13:05:11] *** jlebrech has quit IRC
[13:05:12] <dhee> fhdsofhdf
[13:05:17] <dhee> difjdsiofj
[13:05:18] <dhee> jsdfji
[13:05:20] <dhee> oidfsjofjsoifj
[13:05:21] <dhee> fjsodifjsiodfjdo
[13:05:22] <dhee> pjfiodsjp
[13:05:23] <dhee> sdiojfoisfjs
[13:05:24] <dhee> oposdfjkpsdo
[13:05:44] *** dhee has quit IRC
[13:05:53] *** buzzedword has joined #angularjs
[13:06:02] *** aghiuru has joined #angularjs
[13:06:18] *** soee_ has joined #angularjs
[13:06:31] *** VictorCL has quit IRC
[13:06:53] *** VictorCL has joined #angularjs
[13:07:36] *** tobias47n9e__ has joined #angularjs
[13:08:23] *** cocao has joined #angularjs
[13:08:46] *** nilsi has joined #angularjs
[13:08:56] *** aoeu256 has joined #angularjs
[13:09:08] *** VictorCL has quit IRC
[13:09:11] *** mdedetrich has quit IRC
[13:09:12] *** fixl has quit IRC
[13:10:15] *** soee has quit IRC
[13:10:55] *** sigurding has quit IRC
[13:11:22] *** tobias47n9e_ has quit IRC
[13:11:53] *** SergioFilhow_ has joined #angularjs
[13:12:07] *** jlebrech has joined #angularjs
[13:15:50] *** buzzedword has quit IRC
[13:16:28] *** srinivas has joined #angularjs
[13:17:46] *** SergioFilhow_ has quit IRC
[13:18:52] *** mrbubbles has joined #angularjs
[13:19:31] *** naniwa has joined #angularjs
[13:19:49] *** svycka has joined #angularjs
[13:20:02] *** cocao has quit IRC
[13:20:16] *** naniwa has quit IRC
[13:21:55] *** termleech has joined #angularjs
[13:22:46] <skullcrasher> are there some "official" angularjs coding guidlines?
[13:23:21] <skullcrasher> I just found the styleguide from johnpapa on github which seems to be very nice. Is it widely adopted?
[13:23:34] *** buzzedword has joined #angularjs
[13:27:28] *** storresi has joined #angularjs
[13:28:49] *** buzzedword has quit IRC
[13:29:14] *** jameswatling has quit IRC
[13:29:58] <Ozd> skullcrasher, it isnt widely adopted. thats why most angular codebases suck.
[13:30:10] <Ozd> but they are very nice.
[13:30:15] *** Coldblackice has quit IRC
[13:31:00] *** Mediocre has joined #angularjs
[13:31:41] *** Sky[x] has quit IRC
[13:32:03] *** VictorCL has joined #angularjs
[13:32:10] *** baweaver has joined #angularjs
[13:32:39] <darkbasic> skullcrasher: thanks for the styleguide hint, this is an interesting lecture indeed
[13:32:56] <skullcrasher> darkbasic, yw :)
[13:32:57] *** c00ljs has quit IRC
[13:33:11] <skullcrasher> Ozd, so you would say adopting it would be a good idea?
[13:33:20] *** VictorCL has quit IRC
[13:33:25] <Ozd> skullcrasher, yeah
[13:33:33] <skullcrasher> ok, done then :P
[13:33:44] *** quakephil has joined #angularjs
[13:33:54] <skullcrasher> looked quite promising, also because some angular members seem to have given input
[13:34:12] <Ozd> skullcrasher, also have an eye on angular2 too. web dev guys are crazy. as long as 2.0 is out, there may be nobody working on 1.x anymore.
[13:35:10] <skullcrasher> Ozd, well yes. my problem is that the app will be done in 1.x as starting with 2.0 is not stable enough right now (for real productive use) right now
[13:35:58] *** pimlu has quit IRC
[13:36:30] <skullcrasher> well waiting is not an option :/
[13:36:55] <skullcrasher> so I think starting with 1.x and change to 2.x in the future will be the way to go
[13:37:20] <Ozd> skullcrasher, if you did not think of using angular 1/100 times the estimated time for the project, then do it.
[13:37:41] <darkbasic> I just started a new Angular 1.x app, even if Angular2 was already stable it still misses the dozens of libraries I like to use with Angular 1.x
[13:37:45] <Ozd> its not easy to switch between versions, let alone switching to some other framework or lib
[13:37:55] *** baweaver has quit IRC
[13:38:07] *** sakustar has quit IRC
[13:39:00] <skullcrasher> Ozd, do you think angular2 would be that much faster in completing a project?
[13:39:32] *** sakustar has joined #angularjs
[13:39:44] <Ozd> skullcrasher, no idea. been using 1.4 for 5 months, busy with my project
[13:39:49] <skullcrasher> the team will be new to angular no matter if its 1.x or 2.0
[13:39:53] <Ozd> its hard to estimate before doing a toy project
[13:40:09] <darkbasic> I don't think so, but it will be faster (in execution time) with very large projects
[13:40:13] *** jj_ has joined #angularjs
[13:40:21] <darkbasic> at least so I heard
[13:40:25] *** c00ljs has joined #angularjs
[13:40:25] <skullcrasher> so 1.x should not be a problem then
[13:40:32] *** jj_ has quit IRC
[13:40:36] <Ozd> skullcrasher, but i guess it may be more steep curve with 2.0 because of the lack of resources and also the `weird` structure
[13:40:39] <skullcrasher> I guess it will be supported some more years
[13:40:49] <skullcrasher> Ozd, yeah, another point against (right now)
[13:41:00] <darkbasic> agree regarding the seep curve, forget angular 2 right now.
[13:41:01] *** plutoniix has joined #angularjs
[13:41:03] <darkbasic> *steep
[13:41:05] *** jv_ has joined #angularjs
[13:41:20] <jv_> yo]
[13:41:40] <jv_> anyone having any issue with pressing letter c\
[13:41:51] <jv_> if i press letter c letter o shows up\
[13:42:00] *** Browser has joined #angularjs
[13:42:19] *** sigurding has joined #angularjs
[13:42:42] *** jv_ has quit IRC
[13:47:11] *** oferhe has joined #angularjs
[13:51:06] *** drptbl has quit IRC
[13:52:13] <Ozd> clear
[13:52:21] <Ozd> sorry was about to /clear
[13:54:49] *** Sky[x] has joined #angularjs
[13:55:29] *** zigzagzig has joined #angularjs
[13:55:46] *** c00ljs has quit IRC
[13:56:09] <Ozd> i like the way how google provides a framework that cannot be crawled correctly by its own search engine
[13:56:29] *** cliluw has quit IRC
[13:56:57] *** cliluw has joined #angularjs
[13:57:00] *** encryptd_fractal has quit IRC
[13:57:02] *** mven has quit IRC
[13:57:09] *** nilsi has quit IRC
[13:57:28] *** italoacasas has quit IRC
[13:57:41] *** nilsi has joined #angularjs
[13:57:50] *** encryptd_fractal has joined #angularjs
[13:57:56] *** mven has joined #angularjs
[13:58:08] *** Shayanjm has quit IRC
[13:59:50] *** Shaboum has joined #angularjs
[14:00:22] *** tarnus has joined #angularjs
[14:00:35] *** zigzagzig has quit IRC
[14:01:03] *** Shayanjm has joined #angularjs
[14:03:22] *** jieryn has joined #angularjs
[14:03:42] *** suvdeep has quit IRC
[14:04:06] *** marthinal has quit IRC
[14:04:42] *** macabre has joined #angularjs
[14:05:40] *** Tomdarkness has joined #angularjs
[14:06:44] *** buzzedword has joined #angularjs
[14:07:47] *** Sturgelose has joined #angularjs
[14:08:37] <senayar> it's not about the framework Ozd
[14:08:52] *** SergioFilhow_ has joined #angularjs
[14:09:15] *** oferhe has quit IRC
[14:09:34] *** blitheBoudica has joined #angularjs
[14:10:31] *** c00ljs has joined #angularjs
[14:11:06] *** Rou has joined #angularjs
[14:11:36] *** smccarthy has joined #angularjs
[14:11:44] *** buzzedword has quit IRC
[14:12:54] *** uNki has quit IRC
[14:13:10] *** uNki has joined #angularjs
[14:13:59] *** blitheBoudica has quit IRC
[14:14:37] <Lowell> I recently heard that Google can crawl js sites just fine, is this wrong?
[14:15:05] *** iateadonut has joined #angularjs
[14:15:33] *** drej has joined #angularjs
[14:16:05] *** stepho has joined #angularjs
[14:16:29] <Xatenev> Lowell: it can - but we don't know how well they are able to.
[14:16:33] *** stepho has quit IRC
[14:16:50] <Xatenev> Lowell: so something like prerender.io will never be wrong until we got a clear statement that it makes no differnece at all
[14:17:18] <Lowell> k, thanks
[14:17:20] *** stepho has joined #angularjs
[14:17:24] *** drptbl has joined #angularjs
[14:17:42] *** stepho has quit IRC
[14:17:51] *** CentiMelli has quit IRC
[14:18:21] *** buzzedword has joined #angularjs
[14:20:06] *** miqid has joined #angularjs
[14:20:08] <senayar> Lowell: they deprecated it in October 2015 sadly
[14:20:13] *** SET003 has joined #angularjs
[14:20:23] *** stepho has joined #angularjs
[14:20:33] *** BigPoppa has quit IRC
[14:20:43] *** stepho has quit IRC
[14:23:09] *** diosney_ has quit IRC
[14:23:26] *** buzzedword has quit IRC
[14:23:58] *** SET002 has quit IRC
[14:24:13] *** jlebrech has quit IRC
[14:25:56] *** macabre has quit IRC
[14:25:58] *** jlebrech has joined #angularjs
[14:26:26] *** buzzedword has joined #angularjs
[14:26:43] <Lowell> thanks senayar, this seems consistent
[14:27:36] *** CanyonMan has joined #angularjs
[14:27:44] <chilversc> I'm curious why ngIf needs an isolated scope, and the purpose behind that?
[14:28:06] *** Tomdarkness has quit IRC
[14:29:53] <CanyonMan> This is a wild guess but it may need it because the authors have no idea how you're going to combine and nest them
[14:30:26] <CanyonMan> though I would have guessed they just had their own scope (scope=true) not necessarily iso
[14:30:31] <chilversc> but ngif doesn't change anything in the scope? it just adds/removes elements to the dom
[14:30:38] <chilversc> sorry, not isolated scope, ment child scope
[14:31:52] *** ahaeger has quit IRC
[14:31:53] *** buzzedword has quit IRC
[14:32:41] <CanyonMan> what version of angular?
[14:32:42] *** zeezey has joined #angularjs
[14:32:59] <chilversc> 1.4.5
[14:34:45] <CanyonMan> \I'm looking at 1.4.7 or something and I'm looking where they declare ngIf and I don't see any scope
[14:34:51] <CanyonMan> and docs seem to indicate the default is scope: false
[14:35:36] *** kaaf has joined #angularjs
[14:35:41] <kaaf> help
[14:36:03] <chilversc> ah, I wonder if its just because transclude creates a new scope?
[14:36:20] <CanyonMan> does it? hrm.
[14:36:21] *** aghiuru has quit IRC
[14:36:49] *** siddhartharao17 has quit IRC
[14:37:08] <kaaf> self.left = function() {return self.note.body.length;}; is not working
[14:38:00] <kaaf> how to access ng-model="note-body" in controllerjs
[14:38:12] <kaaf> for just printing it
[14:39:33] <senayar> well if you are not using controllerAs syntax
[14:39:45] <senayar> your value in controller is $scope.note-body
[14:40:22] *** encryptd_fractal has quit IRC
[14:40:30] *** drej has quit IRC
[14:41:19] *** italoacasas has joined #angularjs
[14:41:43] *** dfcarpenterak has joined #angularjs
[14:43:41] *** Avterri_ has joined #angularjs
[14:43:48] *** aghiuru has joined #angularjs
[14:44:01] <chilversc> ah I think I see now, transclude creates a new child scope in case a directive has an isolated scope
[14:44:14] *** j_mcnally has joined #angularjs
[14:44:17] <chilversc> ngif does not, but transclude is un-aware of that
[14:46:42] *** Garfield-fr_ has joined #angularjs
[14:46:56] *** jlebrech_ has joined #angularjs
[14:47:03] *** k1ng4400 has joined #angularjs
[14:47:04] *** k1ng4400 has joined #angularjs
[14:47:10] *** macabre has joined #angularjs
[14:47:17] *** VeeWee_ has joined #angularjs
[14:47:19] *** Leon_ has joined #angularjs
[14:47:23] *** Jardayn_two has joined #angularjs
[14:47:25] *** robak_ has joined #angularjs
[14:47:38] *** elsevero_ has joined #angularjs
[14:47:41] *** tristanp_ has joined #angularjs
[14:47:45] *** GeekJon0 has joined #angularjs
[14:47:51] *** elsevero_ has quit IRC
[14:48:27] *** ^Migs^ has joined #angularjs
[14:48:31] *** cromtom has joined #angularjs
[14:48:41] *** mary5030_ has joined #angularjs
[14:48:44] *** Marble68_ has joined #angularjs
[14:49:16] *** zerd_ has joined #angularjs
[14:49:17] *** sigurding has quit IRC
[14:49:21] <Kovacic> is there a way to open a combo box with a specific direction
[14:49:23] <Kovacic> or is it css work
[14:49:30] *** el2ro_ has joined #angularjs
[14:49:41] *** kuadrosx_ has joined #angularjs
[14:49:46] *** alanp_ has joined #angularjs
[14:49:47] *** JDorlus_ has joined #angularjs
[14:49:50] *** c00ljs has quit IRC
[14:50:13] *** equilibriumuk has quit IRC
[14:51:23] *** masscrx_ has joined #angularjs
[14:51:26] *** Bennit_GRR has joined #angularjs
[14:51:26] *** comboy_ has joined #angularjs
[14:51:28] *** buzzedword has joined #angularjs
[14:51:28] *** __alex_ has joined #angularjs
[14:51:30] *** fleetfox_ has joined #angularjs
[14:51:31] *** sweeper_ has joined #angularjs
[14:51:32] *** emk_ has joined #angularjs
[14:51:37] *** bytearch1r has joined #angularjs
[14:51:38] *** scottala1 has joined #angularjs
[14:51:40] *** tanj_ has joined #angularjs
[14:51:41] *** sharpper_ has joined #angularjs
[14:51:42] *** cfloare_ has joined #angularjs
[14:51:42] *** jcara_ has joined #angularjs
[14:51:42] *** madprofe1sor has joined #angularjs
[14:51:47] *** kblin_ has joined #angularjs
[14:51:47] *** synta_ has joined #angularjs
[14:51:52] *** tty32_ has joined #angularjs
[14:51:53] *** Downtime has joined #angularjs
[14:51:53] *** BigPoppa has joined #angularjs
[14:51:54] *** sakustar_ has joined #angularjs
[14:51:58] *** dmamills_ has joined #angularjs
[14:52:03] *** riot_ has joined #angularjs
[14:52:03] *** DeusEx_ has joined #angularjs
[14:52:07] *** Villae_ has joined #angularjs
[14:52:10] *** Gabriel413 has joined #angularjs
[14:52:22] *** Uptime has quit IRC
[14:52:27] *** Rou has quit IRC
[14:52:42] *** Downtime is now known as Uptime
[14:52:55] *** Jardayn has quit IRC
[14:53:01] *** c00ljs has joined #angularjs
[14:53:01] *** Jardayn_two has quit IRC
[14:53:47] *** siba has joined #angularjs
[14:53:57] *** drptbl_ has joined #angularjs
[14:54:00] *** CaShY_ has joined #angularjs
[14:54:10] *** skakri` has joined #angularjs
[14:54:33] *** boubbin_ has joined #angularjs
[14:54:35] *** bac0bart has joined #angularjs
[14:54:46] *** dance has joined #angularjs
[14:54:58] *** AciD- has joined #angularjs
[14:55:01] *** skullcrasher_ has joined #angularjs
[14:55:01] *** Guest16 has joined #angularjs
[14:55:02] *** Somatt has joined #angularjs
[14:55:02] *** mayamai has joined #angularjs
[14:55:03] *** boonkerz_ has joined #angularjs
[14:55:09] *** stevenroose|BNC has joined #angularjs
[14:55:09] *** WillMoogle_ has joined #angularjs
[14:55:10] *** krotscheck_ has joined #angularjs
[14:55:12] *** bjoops has joined #angularjs
[14:55:12] *** romana_ has joined #angularjs
[14:55:16] *** freemind_ has joined #angularjs
[14:55:17] *** bradjones_ has joined #angularjs
[14:55:20] *** jef79m_ has joined #angularjs
[14:55:21] *** trepatud- has joined #angularjs
[14:55:24] *** Kussie` has joined #angularjs
[14:55:35] *** Avterri_ has quit IRC
[14:55:46] *** bradjones_ is now known as Guest7791
[14:55:48] *** rsully_ has joined #angularjs
[14:55:50] *** aoeu256_ has joined #angularjs
[14:55:52] *** kblin has quit IRC
[14:55:57] *** kblin_ is now known as kblin
[14:55:58] *** kblin has joined #angularjs
[14:55:58] *** jslootbeek_ has joined #angularjs
[14:56:01] *** plutoniix has quit IRC
[14:56:01] *** sakustar has quit IRC
[14:56:02] *** svycka has quit IRC
[14:56:06] *** fees has quit IRC
[14:56:06] *** guilbep has quit IRC
[14:56:08] *** Garfield-fr has quit IRC
[14:56:09] *** elsevero has quit IRC
[14:56:10] *** CaShY has quit IRC
[14:56:11] *** trepatudo has quit IRC
[14:56:11] *** kadamwhite has quit IRC
[14:56:12] *** tristanp has quit IRC
[14:56:14] *** madprofessor has quit IRC
[14:56:15] *** brodul has quit IRC
[14:56:16] *** kuadrosx has quit IRC
[14:56:16] *** walden|afk has quit IRC
[14:56:17] *** GeekJon has quit IRC
[14:56:18] *** freem|nd has quit IRC
[14:56:19] *** stevenroose has quit IRC
[14:56:21] *** rsully has quit IRC
[14:56:23] *** bionikspoon has quit IRC
[14:56:24] *** Amnez777 has quit IRC
[14:56:25] *** jcara has quit IRC
[14:56:26] *** G1eb has quit IRC
[14:56:26] *** xSke has quit IRC
[14:56:27] *** herme5 has quit IRC
[14:56:28] *** masscrx has quit IRC
[14:56:28] *** mnaser has quit IRC
[14:56:28] *** skakri has quit IRC
[14:56:29] *** woohoo- has quit IRC
[14:56:29] *** Mo0O has quit IRC
[14:56:30] *** skullcrasher has quit IRC
[14:56:31] *** Somatt_ has quit IRC
[14:56:33] *** dancek- has quit IRC
[14:56:34] *** boonkerz has quit IRC
[14:56:34] *** tty32 has quit IRC
[14:56:35] *** braidn has quit IRC
[14:56:35] *** kinabalu has quit IRC
[14:56:38] *** oddalot has quit IRC
[14:56:40] *** Gabriel403 has quit IRC
[14:56:40] *** sweeper has quit IRC
[14:56:41] *** dmamills has quit IRC
[14:56:42] *** riku has quit IRC
[14:56:42] *** synta has quit IRC
[14:56:43] *** delian66 has quit IRC
[14:56:43] *** tanj has quit IRC
[14:56:44] *** jcstewart has quit IRC
[14:56:44] *** JDorlus has quit IRC
[14:56:46] *** ianp has quit IRC
[14:56:47] *** boubbin has quit IRC
[14:56:49] *** jlebrech has quit IRC
[14:56:49] *** drptbl has quit IRC
[14:56:50] *** Leon has quit IRC
[14:56:50] *** angularjs_bot has quit IRC
[14:56:51] *** mary5030 has quit IRC
[14:56:52] *** jhirley has quit IRC
[14:56:52] *** Mattch has quit IRC
[14:56:52] *** cfloare has quit IRC
[14:56:53] *** codegenie has quit IRC
[14:56:54] *** iraj has quit IRC
[14:56:54] *** bradjones has quit IRC
[14:56:55] *** VeeWee has quit IRC
[14:56:55] *** vader699 has quit IRC
[14:56:56] *** Marble68 has quit IRC
[14:57:00] *** zerd has quit IRC
[14:57:01] *** iamayam has quit IRC
[14:57:01] *** el2ro has quit IRC
[14:57:02] *** jef79m has quit IRC
[14:57:03] *** stevednd has quit IRC
[14:57:04] *** robak has quit IRC
[14:57:04] *** Migs has quit IRC
[14:57:05] *** romana has quit IRC
[14:57:05] *** Ankhers has quit IRC
[14:57:06] *** dimas has quit IRC
[14:57:07] *** yurinator has quit IRC
[14:57:07] *** bytearcher has quit IRC
[14:57:09] *** xvure_ has quit IRC
[14:57:09] *** GuiltyLemon has quit IRC
[14:57:10] *** elxris_ has quit IRC
[14:57:11] *** dshoreman has quit IRC
[14:57:12] *** Bennit has quit IRC
[14:57:13] *** thomas has quit IRC
[14:57:15] *** emk has quit IRC
[14:57:15] *** bacobart has quit IRC
[14:57:16] *** AciD` has quit IRC
[14:57:16] *** alanp has quit IRC
[14:57:18] *** fleetfox has quit IRC
[14:57:19] *** dyce has quit IRC
[14:57:19] *** cromulent has quit IRC
[14:57:20] *** CptClever has quit IRC
[14:57:22] *** WillMoogle has quit IRC
[14:57:23] *** jslootbeek has quit IRC
[14:57:23] *** krotscheck has quit IRC
[14:57:24] *** ngladitz has quit IRC
[14:57:25] *** DeusEx has quit IRC
[14:57:26] *** Kussie has quit IRC
[14:57:27] *** tbrb has quit IRC
[14:57:27] *** sharpper has quit IRC
[14:57:29] *** __alex has quit IRC
[14:57:29] *** ubuntu3 has quit IRC
[14:57:30] *** riot has quit IRC
[14:57:32] *** dean|away has quit IRC
[14:57:33] *** fold3 has quit IRC
[14:57:34] *** Villae has quit IRC
[14:57:36] *** DylanJ has quit IRC
[14:57:36] *** comboy has quit IRC
[14:57:37] *** scottalan has quit IRC
[14:57:41] *** brodul_ has joined #angularjs
[14:57:41] *** jcstewar- has joined #angularjs
[14:57:41] *** kinabalu_ has joined #angularjs
[14:57:42] *** xvure has joined #angularjs
[14:57:42] *** stevenroose|BNC is now known as stevenroose
[14:57:43] *** jslootbeek_ is now known as jslootbeek
[14:57:43] *** Marble68_ is now known as Marble68
[14:57:44] *** krotscheck_ is now known as krotscheck
[14:57:45] *** jef79m_ is now known as jef79m
[14:57:46] *** Ankhers has joined #angularjs
[14:57:47] *** g3funk has joined #angularjs
[14:57:49] *** aoeu256 has quit IRC
[14:57:49] *** JDorlus_ is now known as JDorlus
[14:57:50] *** GuiltyLemon has joined #angularjs
[14:57:51] *** delian66 has joined #angularjs
[14:57:52] *** Voltasalt has joined #angularjs
[14:57:53] *** tbrb has joined #angularjs
[14:57:54] *** ngladitz has joined #angularjs
[14:57:54] *** dean has joined #angularjs
[14:58:04] *** LckyBy517 has quit IRC
[14:58:26] *** Amnez777 has joined #angularjs
[14:58:28] *** siba has quit IRC
[14:58:46] *** PeDr0_HuG0 has joined #angularjs
[14:59:04] *** elxris has joined #angularjs
[14:59:06] *** jsonmurphy has joined #angularjs
[14:59:06] *** jsonmurphy has joined #angularjs
[14:59:11] *** buzzedword has quit IRC
[14:59:16] *** PeDr0_HuG0 has quit IRC
[14:59:30] *** cromtom is now known as cromulent
[15:00:10] *** vader699 has joined #angularjs
[15:00:24] *** mnaser has joined #angularjs
[15:00:34] *** zeezey has quit IRC
[15:00:42] *** macabre has quit IRC
[15:00:49] *** Amnez777 has quit IRC
[15:00:49] *** Amnez777 has joined #angularjs
[15:00:51] *** kadamwhite has joined #angularjs
[15:00:55] *** zeezey has joined #angularjs
[15:01:21] *** dshoreman has joined #angularjs
[15:01:41] *** Leon_ has quit IRC
[15:01:49] *** dimas has joined #angularjs
[15:01:53] *** VeeWee_ has quit IRC
[15:02:05] *** Uptime is now known as e
[15:02:07] *** guilbep has joined #angularjs
[15:02:15] *** Mo0O has joined #angularjs
[15:02:20] *** e is now known as Uptime
[15:02:33] *** svycka has joined #angularjs
[15:02:35] *** Jardayn has joined #angularjs
[15:02:43] *** plutoniix has joined #angularjs
[15:02:51] *** jae has quit IRC
[15:03:23] *** stevednd has joined #angularjs
[15:03:27] *** G1eb has joined #angularjs
[15:03:30] *** walden|afk has joined #angularjs
[15:03:32] *** ianp has joined #angularjs
[15:04:02] *** dyce has joined #angularjs
[15:04:03] *** geoid has joined #angularjs
[15:04:03] *** iraj has joined #angularjs
[15:04:12] *** herme5 has joined #angularjs
[15:04:33] *** ubuntu3 has joined #angularjs
[15:04:37] *** fees has joined #angularjs
[15:04:52] *** Mattch has joined #angularjs
[15:04:59] *** franzip has joined #angularjs
[15:04:59] *** marthinal has joined #angularjs
[15:05:05] *** fold3 has joined #angularjs
[15:05:18] *** bionikspoon has joined #angularjs
[15:05:29] *** shinnya has joined #angularjs
[15:05:39] *** jhirley has joined #angularjs
[15:05:44] *** oddalot has joined #angularjs
[15:05:48] *** stepho has joined #angularjs
[15:06:08] *** stepho has quit IRC
[15:06:34] *** jamesch has quit IRC
[15:06:37] *** Sven_vB has quit IRC
[15:06:43] *** bc has joined #angularjs
[15:07:21] *** jvcjunior has joined #angularjs
[15:07:42] *** jvcjunior has quit IRC
[15:08:06] *** bayousoft has joined #angularjs
[15:08:12] *** whiteboo_ has joined #angularjs
[15:08:17] *** zivester has joined #angularjs
[15:08:42] *** equilibriumuk has joined #angularjs
[15:09:45] *** Praneeth_ has joined #angularjs
[15:09:49] *** g3funk is now known as braidn
[15:10:05] *** edrocks has quit IRC
[15:10:16] *** franzip has quit IRC
[15:10:53]
<ekarlso> so I've configure my openid connect provider to redirect to http://localhost:3000/openid and then when it redirects the hash is gone ? :(
[15:11:14] *** Praneeth_ has quit IRC
[15:12:46] *** u0m3__ has quit IRC
[15:13:09] *** Tomdarkness has joined #angularjs
[15:15:12] <chilversc> so its impossible to implement an ngif that doesn't create a new child scope
[15:15:45] *** aghiuru has quit IRC
[15:15:46] *** uNki has quit IRC
[15:16:07] *** uNki has joined #angularjs
[15:16:19] *** Jarvis_ has joined #angularjs
[15:16:39] *** encryptd_fractal has joined #angularjs
[15:17:30] <icebox> chilversc: usually when you don't get an answer, the question is malformed :)
[15:17:33] <Jarvis_> How can we implement Aggregate watchers for better performance
[15:17:51] <icebox> ekarlso: html5 mode?
[15:18:25] <ekarlso> icebox: guess so :o
[15:18:35] <ekarlso> icebox: angular 2
[15:19:06] <chilversc> its more of a statement from what I've previously looked at, and some bug reports
[15:19:07] <icebox> Jarvis_: what do you mean for aggregate watchers?
[15:20:22] *** comingsoontm has joined #angularjs
[15:20:27] <icebox> ekarlso: In Angular 2, however, the HTML5 is the default mode.
[15:20:52] *** buzzedword has joined #angularjs
[15:20:53] *** geoid has quit IRC
[15:21:15] *** franzip has joined #angularjs
[15:21:15] *** Leon has joined #angularjs
[15:21:54] *** leolrrj has joined #angularjs
[15:22:12] *** comingsoontm_ has quit IRC
[15:22:16] <icebox> Jarvis_: please, no private messages
[15:22:24] *** ddelrio1986 has joined #angularjs
[15:22:27] *** dopesong has quit IRC
[15:22:30] *** cmoneylulz has joined #angularjs
[15:22:36] *** Guest16 has quit IRC
[15:23:17] <icebox> Jarvis_: there is a demo there (link in the post); finally you can ask to the author
[15:23:35] *** aghiuru has joined #angularjs
[15:23:39] *** cvanball has quit IRC
[15:24:21] *** dopesong has joined #angularjs
[15:25:22] <CanyonMan> How does angular-ui-bootstrap know where to find fonts? It's trying to find them at the root of the server i.e. /fonts but it needs to be relative to my context root
[15:25:53] *** cvanball has joined #angularjs
[15:26:10] *** cvanball has quit IRC
[15:26:10] *** TheoMurpse has quit IRC
[15:27:29] *** TheoMurpse has joined #angularjs
[15:28:58] <Jarvis_> ok thanks icebox will look into it .. actually i have 1035 watchers so was looking for performance issue do u have any idea to reduce i have through may sites but rest other things i have implemented but need some solid implementation like aggregate watchers
[15:29:20] *** blitheBoudica has joined #angularjs
[15:29:57] <icebox> Jarvis_: well... there are problems with thousands... one thousand is not so much :)
[15:30:00] *** yumaokao has quit IRC
[15:30:35] *** mrjmd has joined #angularjs
[15:30:54] <Jarvis_> it may increase if more elements are added in my page
[15:31:49] <Jarvis_> this is causing my page performance issue
[15:31:54] *** canyonero has joined #angularjs
[15:32:09] *** yumaokao has joined #angularjs
[15:32:22] *** codegenie has joined #angularjs
[15:32:22] *** codegenie has joined #angularjs
[15:32:57] *** Sven_vB has joined #angularjs
[15:33:13] *** zigzagzig has joined #angularjs
[15:34:41] *** jditto_ has joined #angularjs
[15:34:51] *** whitebook has joined #angularjs
[15:34:55] <icebox> Jarvis_: we have about the same number, updating realtime financial quotes... and no issues... the point is not the number itself, but the computational effort to get an update... firstly try to improve the view design, in terms of data binding (what, when and why the data are updated)...
[15:35:03] *** sweeper_ is now known as sweeper
[15:35:26] *** BigPoppa is now known as HouseMD
[15:35:47] *** jamesch has joined #angularjs
[15:35:48] <Jarvis_> i did that
[15:35:50] *** k1ng4400 has quit IRC
[15:36:15] *** whiteboo_ has quit IRC
[15:36:54] <ekarlso> kk icebox
[15:36:56] *** empyreany has quit IRC
[15:37:17] *** kaaf has quit IRC
[15:37:30] <HouseMD> Its never lupus ;)
[15:37:47] <icebox> Jarvis_: eventually use angular 2
[15:37:59] *** s3shs has joined #angularjs
[15:38:04] *** PrinceAMD has joined #angularjs
[15:38:20] *** ^Migs^ is now known as Migs
[15:38:40] *** mylord has quit IRC
[15:38:53] *** kinabalu_ is now known as kinabalu
[15:38:54] *** kinabalu has joined #angularjs
[15:39:43] *** pimlu has joined #angularjs
[15:41:21] <ekarlso> icebox: so, what would the best way be, fix my provider to support query param instead of the hash ?
[15:43:13] *** dopesong has quit IRC
[15:45:15] *** da_wunder has quit IRC
[15:46:13] *** Bloomer has joined #angularjs
[15:47:52] *** morissette has joined #angularjs
[15:49:26] *** dopesong has joined #angularjs
[15:50:08] *** dopesong has quit IRC
[15:50:40] <kegster> Is there a way to force your app to stream all data (in chunks i guess) with node instead of the default way? i remember reading up on this concept but never put it into action. anyone have any starting points?
[15:50:44] *** dopesong has joined #angularjs
[15:50:47] *** blitheBoudica has quit IRC
[15:50:56] *** zigzagzig has quit IRC
[15:52:04] *** Tmo_ has joined #angularjs
[15:52:09] *** ngbot has joined #angularjs
[15:52:10] <ngbot> angular.js/master 6aa111b Adrian Roselli: docs(tutorial/step-6): add alt attribute to images...
[15:52:10] *** ngbot has left #angularjs
[15:53:48] *** breakingthings has quit IRC
[15:53:54] *** zigzagzig has joined #angularjs
[15:53:58] *** dopesong has quit IRC
[15:53:58] *** dopesong_ has joined #angularjs
[15:54:35] *** buzzedword has quit IRC
[15:55:00] *** tesarek has joined #angularjs
[15:55:58] *** Es0teric has joined #angularjs
[15:56:58] *** dfcarpenterak has quit IRC
[15:57:53] *** Bloomer has quit IRC
[15:58:07] <roby_> hey folks
[15:58:45] <roby_> If I'm using angular2 with some other library (openlayers), how can I make the openlayers map start modifying it's div?
[15:59:12] <roby_> like, on startup it should add some stuff on it's div, doesn't seem to work from inside angular2
[15:59:14] *** dabdab has joined #angularjs
[15:59:40] *** bbankes has quit IRC
[15:59:59] *** drptbl_ has quit IRC
[16:00:01] *** Bloomer has joined #angularjs
[16:00:01] *** jr3 has joined #angularjs
[16:00:08] <roby_> nevermind
[16:00:11] <roby_> got it to work <3
[16:00:14] *** drptbl has joined #angularjs
[16:00:20] *** comingsoontm_ has joined #angularjs
[16:00:41] *** mary5030_ has quit IRC
[16:01:23] *** franzip has quit IRC
[16:01:43] *** buzzedword has joined #angularjs
[16:01:51] *** buzzedword has joined #angularjs
[16:02:03] *** Z3R0 has joined #angularjs
[16:02:13] *** LoveAndHappiness has joined #angularjs
[16:02:19] *** Avterri_ has joined #angularjs
[16:02:20] *** riku has joined #angularjs
[16:02:39] *** macabre has joined #angularjs
[16:02:52] *** comingsoontm has quit IRC
[16:03:12] *** frem has joined #angularjs
[16:03:42] *** da_wunder has joined #angularjs
[16:03:43] *** rhp has joined #angularjs
[16:04:03] *** skakri` is now known as skakri
[16:06:25] *** hendricius has joined #angularjs
[16:06:37] *** zz_dimtruck is now known as dimtruck
[16:07:26] *** steven10172_ has joined #angularjs
[16:07:42] *** bengilli_ has joined #angularjs
[16:08:09] *** picheli has joined #angularjs
[16:08:26] *** DylanJ has joined #angularjs
[16:08:26] *** rho has joined #angularjs
[16:08:26] *** dman777_alter has joined #angularjs
[16:08:26] *** thomas has joined #angularjs
[16:08:26] *** yurinator has joined #angularjs
[16:08:34] *** DylanJ has quit IRC
[16:08:38] *** Bloomer has quit IRC
[16:08:42] *** j_mcnally has quit IRC
[16:08:53] *** bbankes has joined #angularjs
[16:09:16] *** DylanJ has joined #angularjs
[16:09:35] *** mven has quit IRC
[16:09:55] *** bengillies has quit IRC
[16:10:02] *** Autolycus has joined #angularjs
[16:10:30] *** s3shs has quit IRC
[16:11:05] *** steven10172 has quit IRC
[16:11:27] *** zeezey has quit IRC
[16:11:48] *** diosney has joined #angularjs
[16:11:49] *** ngbot has joined #angularjs
[16:11:50] <ngbot> angular.js/master bd59335 Lucas Galfaso: test(input): test for #12106...
[16:11:50] *** ngbot has left #angularjs
[16:12:26] *** senayar has quit IRC
[16:13:12] *** Autolycus has quit IRC
[16:13:12] *** picheli has quit IRC
[16:13:13] *** Avterri_ has quit IRC
[16:13:13] *** riku has quit IRC
[16:13:44] *** zeezey has joined #angularjs
[16:14:44] *** crziter has joined #angularjs
[16:16:18] *** vshjxyz has joined #angularjs
[16:16:19] *** uNki has quit IRC
[16:16:41] *** uNki has joined #angularjs
[16:17:10] *** Garfield-fr_ is now known as Garfield-fr
[16:17:11] *** Garfield-fr has joined #angularjs
[16:18:07] *** vshjxyz has quit IRC
[16:18:50] *** benvantende has joined #angularjs
[16:19:10] *** ahaeger has joined #angularjs
[16:19:31] *** dopesong_ has quit IRC
[16:19:46] *** zivester has quit IRC
[16:20:02] *** dopesong has joined #angularjs
[16:22:42] *** dopesong has quit IRC
[16:22:49] *** Ronyrun has joined #angularjs
[16:23:10] *** dopesong has joined #angularjs
[16:23:29] *** quangl has quit IRC
[16:23:35] *** quangl has joined #angularjs
[16:23:43] <quangl> hi
[16:23:55] <quangl> how do i set focus to an item on gridster.js?
[16:23:56] *** Bloomer has joined #angularjs
[16:24:39] *** Z3R0 has quit IRC
[16:24:59] *** LoveAndHappiness has quit IRC
[16:25:15] *** mven has joined #angularjs
[16:25:29] *** picheli has joined #angularjs
[16:26:14] *** s3shs has joined #angularjs
[16:28:10] *** diosney has quit IRC
[16:28:19] *** diosney has joined #angularjs
[16:28:47] <amergin> quangl: better use angular-gridster instead of gridster.js
[16:29:05] *** c00ljs has quit IRC
[16:30:16] <quangl> i am
[16:30:24] <quangl> but how do i set focus on an item
[16:30:26] <quangl> after i add it?
[16:32:22] *** CAPITANOOO has joined #angularjs
[16:33:15] *** TheoMurpse has quit IRC
[16:33:50] *** Sky[x] has quit IRC
[16:34:06] *** Shaboum has quit IRC
[16:34:11] <quangl> hi
[16:35:38] *** CAPITANOOO has quit IRC
[16:36:00] *** 17WABLKDQ has joined #angularjs
[16:38:11] *** CptClever has joined #angularjs
[16:39:34] *** dopesong has quit IRC
[16:39:41] *** picheli has quit IRC
[16:40:01] *** Z3R0 has joined #angularjs
[16:40:20] *** dopesong has joined #angularjs
[16:40:30] *** HouseMD has quit IRC
[16:41:17] *** fiddo has quit IRC
[16:41:52] *** taxilian has left #angularjs
[16:41:56] *** diosney has quit IRC
[16:42:00] *** dopesong has quit IRC
[16:42:05] *** diosney has joined #angularjs
[16:42:25] *** picheli has joined #angularjs
[16:42:31] *** Firo has quit IRC
[16:42:32] *** dopesong has joined #angularjs
[16:42:50] *** ger_ has joined #angularjs
[16:42:58] <ger_> Hola
[16:43:06] *** dandaman has joined #angularjs
[16:43:19] *** Marble68 has quit IRC
[16:43:27] *** thomas has quit IRC
[16:43:41] *** thomas has joined #angularjs
[16:43:46] *** picheli_ has joined #angularjs
[16:44:12] *** picheli has quit IRC
[16:44:26] *** benvantende has quit IRC
[16:44:39] *** zeezey has joined #angularjs
[16:45:01] *** dopesong has quit IRC
[16:45:01] *** morissette has quit IRC
[16:45:28] <ger_> hola
[16:45:31] *** dopesong has joined #angularjs
[16:45:58] *** dopesong has quit IRC
[16:46:16] *** miqid has quit IRC
[16:46:20] *** comingsoontm has joined #angularjs
[16:46:25] *** dabdab has quit IRC
[16:47:11] <roby_> ok so folks
[16:47:46] <roby_> if I have this other library ( openlayers ) that sometime tries to add new divs/spans whatever to the index file yet angular2 doesn't seem to let it do it
[16:47:48] *** rscata has quit IRC
[16:47:53] <roby_> any clue how to get this working?
[16:48:09] *** startupality has joined #angularjs
[16:48:14] *** plekplek has quit IRC
[16:48:22] *** Scombr0 has joined #angularjs
[16:48:30] *** mrjmd has quit IRC
[16:48:34] <CanyonMan> To use angular-ui-bootstrap I still separately need bootstrap.css yes?
[16:48:52] *** mischat has joined #angularjs
[16:49:22] *** dopesong has joined #angularjs
[16:49:24] <icebox> CanyonMan: yes
[16:49:32] *** comingsoontm_ has quit IRC
[16:49:46] <icebox> CanyonMan: include that and for instance ui-bootstrap-tpls-0.14.3.min.js
[16:49:48] <CanyonMan> It thinks my fonts are in the wrong place, I wonder why. It's looking for them at server root
[16:49:57] *** ger_ has quit IRC
[16:50:09] <CanyonMan> see why do my version numbers look nothing like 0.14.3
[16:50:22] <CanyonMan> * angular-ui-bootstrap
[16:50:22] <CanyonMan> * Version: 1.0.3 - 2016-01-11
[16:50:24] *** Ir1sh has joined #angularjs
[16:50:36] *** BigBangUDR has joined #angularjs
[16:50:57] *** suvdeep has joined #angularjs
[16:51:06] *** Sri has joined #angularjs
[16:51:23] <icebox> CanyonMan: because I have an old version... 1.0.0 is 12 days old :)
[16:51:29] *** Sri is now known as Guest60282
[16:51:29] <CanyonMan> oh wow
[16:51:29] <CanyonMan> haha
[16:51:48] <icebox> CanyonMan: thanks... need to update it
[16:52:51] *** dopesong has quit IRC
[16:54:02] *** diosney has quit IRC
[16:54:12] *** diosney has joined #angularjs
[16:55:52] *** citizen-stig has joined #angularjs
[16:56:52] *** Razerglass has quit IRC
[16:57:18] <CanyonMan> This is the problem, bootstrap.css says: src: url('../fonts/glyphicons-halflings-regular.eot'); but they are in just ./fonts
[16:57:24] <CanyonMan> I wonder if I can override that
[16:58:09] <icebox> CanyonMan: I load those resources from cdn... and it works
[16:58:20] *** Bodin has quit IRC
[16:59:05] *** skcin7 has joined #angularjs
[16:59:58] <CanyonMan> I'm systemjs'ing all this crap
[17:00:03] <CanyonMan> very confusing. back in a bit.
[17:00:07] *** diosney has quit IRC
[17:00:17] *** diosney has joined #angularjs
[17:00:18] *** chrisbirk has joined #angularjs
[17:00:23] <icebox> CanyonMan: off... bye
[17:00:25] <CanyonMan> I'm just wondering if I declare @font again later,
[17:00:27] <CanyonMan> will it override
[17:00:40] <CanyonMan> I mean if I declare @font-face
[17:00:46] *** icebox has quit IRC
[17:01:50] *** mary5030 has joined #angularjs
[17:02:02] *** GeekJon0 is now known as GeekJon
[17:02:05] *** zeioth has joined #angularjs
[17:02:09] *** mary5030 has quit IRC
[17:02:46] *** mary5030 has joined #angularjs
[17:02:49] *** Bloomer has quit IRC
[17:03:18] *** Bloomer has joined #angularjs
[17:03:31] *** whitebook has quit IRC
[17:03:59] *** randomdoude has quit IRC
[17:05:56] *** ajmitch has quit IRC
[17:06:23] *** ajmitch has joined #angularjs
[17:06:23] *** ajmitch has joined #angularjs
[17:06:26] *** jef79m has quit IRC
[17:06:35] *** pimlu has quit IRC
[17:06:55] *** Obelich has joined #angularjs
[17:06:56] *** corioliss has joined #angularjs
[17:07:21] *** wallaby has joined #angularjs
[17:08:30] <wallaby> hey, does anyone know where i could find docs for older versions of angular-ui-bootstrap? i can only seem to find docs for 0.14+
[17:08:35] *** jef79m has joined #angularjs
[17:08:57] *** 21WAAUGJO has joined #angularjs
[17:09:01] *** 64MAAT9GK has joined #angularjs
[17:09:22] *** Bloomer has quit IRC
[17:09:33] *** punknroll has quit IRC
[17:10:31] *** HouseMD has joined #angularjs
[17:11:01] *** soee_ has quit IRC
[17:11:25] *** bayousoft has quit IRC
[17:11:31] *** soee has joined #angularjs
[17:11:52] *** soee has quit IRC
[17:12:09] *** dandaman has quit IRC
[17:12:42] *** dandaman has joined #angularjs
[17:13:16] *** henriquecustodia has joined #angularjs
[17:13:31] *** soee has joined #angularjs
[17:13:41] <henriquecustodia> i love angular
[17:13:44] <henriquecustodia> :)
[17:13:51] *** Jarvis_ has quit IRC
[17:13:56] *** soee has quit IRC
[17:14:31] *** henriquecustodia has quit IRC
[17:14:45] *** Limarson has quit IRC
[17:14:51] <steven10172_> I currently have a run that does a post request to get the user credentials and it returns all the allowed states they can acccess. The only problem is that the $stateChangeStart is fired on load and before the data can return so the user is always redirected to the login
[17:15:00] <steven10172_> How can I fix this issue?
[17:15:16] *** soee has joined #angularjs
[17:15:54] *** soee has joined #angularjs
[17:16:00] *** zivester has joined #angularjs
[17:17:42] *** cacts has joined #angularjs
[17:18:05] *** charuru has joined #angularjs
[17:18:30] *** cacts has quit IRC
[17:18:54] *** cacts|works has joined #angularjs
[17:19:30] *** steven10172_ is now known as steven10172
[17:19:42] <steven10172> I currently have a run that does a post request to get the user credentials and it returns all the allowed states they can acccess. The only problem is that the $stateChangeStart is fired on load and before the data can return so the user is always redirected to the login. How can I fix this issue?
[17:19:56] *** sctskw has joined #angularjs
[17:20:20] <steven10172> ^ Sorry if that was a double post. Not sure if it showed up as I was banned due to being unidentified
[17:20:51] *** jimklo has joined #angularjs
[17:20:58] <skullcrasher_> is it ok to use the $window service in tests too?
[17:21:07] <skullcrasher_> just installing eslint :)
[17:21:21] *** h2baik has joined #angularjs
[17:21:55] *** diosney has quit IRC
[17:22:06] *** diosney has joined #angularjs
[17:22:58] *** mischat_ has joined #angularjs
[17:23:31] *** 14WAARAHC has joined #angularjs
[17:24:03] *** wallaby has quit IRC
[17:24:21] *** mischat__ has joined #angularjs
[17:24:26] *** sctskw has quit IRC
[17:25:09] <roby_> icebox: no but managed to fix it
[17:25:46] <roby_> icebox: how do you call a function that's in some other component ? I have the other component listed as a Directive
[17:26:35] *** mischat has quit IRC
[17:26:41] *** lkjhgfds has joined #angularjs
[17:27:14] *** icfantv has joined #angularjs
[17:27:34] *** c00ljs has joined #angularjs
[17:28:05] *** mischat_ has quit IRC
[17:29:24] *** sigurding has joined #angularjs
[17:29:28] *** 21WAAUGJO has quit IRC
[17:29:35] *** 17WABLKDQ has quit IRC
[17:29:41] *** 14WAARAHC has quit IRC
[17:29:42] *** 64MAAT9GK has quit IRC
[17:29:56] *** Bomber4Chats has joined #angularjs
[17:30:34] <lkjhgfds> Help wanted please - I have an angular 2 form (formbuilder) and I want to dynamically add another (possibly many) child element containing additional form inputs. How do I get the additional form inputs to be dynamically added to the formbuilder form?
[17:31:31] *** picheli_ has quit IRC
[17:31:38] *** benvantende has joined #angularjs
[17:32:13] *** diosney has quit IRC
[17:32:22] *** diosney has joined #angularjs
[17:32:28] *** ahaeger has left #angularjs
[17:34:35] *** xat- is now known as xAt
[17:34:44] <AndrewIsh> Hey guys. So, ng-if will only cause an element to be added to the DOM if the expression is true. But, does anyone know, if an element isn't in the DOM because the expression is false, does Angular still create watchers on any expressions it might contain? I'm suspecting not, I just wanted to confirm.
[17:35:09] *** baweaver has joined #angularjs
[17:35:30] *** HouseMD has quit IRC
[17:35:36] *** deeb has joined #angularjs
[17:35:49] *** crziter has quit IRC
[17:36:11] *** marthinal has quit IRC
[17:36:53] *** BigBangUDR has quit IRC
[17:37:32] <AndrewIsh> The reason I ask is that I've got a <div> (inside an ng-repeat) that is causing performance issues (it is repeated a *lot*). The <div>s are initially hidden via ng-if, then toggled individually as needed.
[17:37:50] *** picheli has joined #angularjs
[17:37:58] *** dfcarpenterak has joined #angularjs
[17:38:14] <AndrewIsh> But I'm still getting performance problems even when they're all hidden, yet removing the markup for the <div> solves the problem, suggesting that something is being done, even though the <div>s aren't in the DOM
[17:38:31] <AndrewIsh> Any thoughts anyone?
[17:38:46] *** Debnet has quit IRC
[17:38:47] *** marthinal has joined #angularjs
[17:39:34] *** baweaver has quit IRC
[17:40:32] *** empyreany has joined #angularjs
[17:40:51] *** diosney has quit IRC
[17:41:02] *** Sky[x] has joined #angularjs
[17:41:55] *** picheli has quit IRC
[17:42:01] *** ropeGun has joined #angularjs
[17:42:32] *** rhp2 has joined #angularjs
[17:43:26] *** ropeGun has left #angularjs
[17:43:28] *** Marble68_ has joined #angularjs
[17:43:38] *** {DV8} has quit IRC
[17:43:40] *** roby_ has quit IRC
[17:44:16] *** zivester has quit IRC
[17:44:26] *** wafflejock has quit IRC
[17:44:26] *** busticated has quit IRC
[17:45:06] *** mischat__ has quit IRC
[17:45:42] *** mischat has joined #angularjs
[17:45:46] *** rhp has quit IRC
[17:45:46] *** rhp2 is now known as rhp
[17:46:07] *** startupality has quit IRC
[17:46:08] *** dopesong has joined #angularjs
[17:46:40] *** startupality has joined #angularjs
[17:47:02] *** krusty_ar has quit IRC
[17:47:41] *** busticated has joined #angularjs
[17:49:19] *** bayousoft has joined #angularjs
[17:50:06] *** dopesong has quit IRC
[17:50:55] *** startupality has quit IRC
[17:52:06] *** Erati has joined #angularjs
[17:52:33] *** gogo has joined #angularjs
[17:52:33] <gogo> yo
[17:53:03] *** gogo has quit IRC
[17:53:27] *** rchavik has quit IRC
[17:53:39] *** wafflejock has joined #angularjs
[17:54:02] *** Xatenev has quit IRC
[17:54:15] *** darkbasic has quit IRC
[17:54:48] *** Zalabinsky has joined #angularjs
[17:54:58] *** jhirley has quit IRC
[17:55:12] *** dszmaj has joined #angularjs
[17:55:58] *** Tennis has joined #angularjs
[17:58:00] *** zivester has joined #angularjs
[17:58:28] *** nilsi has quit IRC
[17:59:16] *** zeezey has quit IRC
[17:59:30] *** c00ljs has quit IRC
[18:00:50] *** drptbl has quit IRC
[18:01:11] *** morissette has joined #angularjs
[18:01:22] *** c00ljs has joined #angularjs
[18:02:51] *** xAt is now known as xat-
[18:02:53] *** s3shs has quit IRC
[18:02:54] *** xat- has left #angularjs
[18:03:15] *** svycka has quit IRC
[18:03:35] *** drptbl has joined #angularjs
[18:03:41] *** picheli has joined #angularjs
[18:04:49] *** chrisbirk has quit IRC
[18:05:10] *** ahaeger has joined #angularjs
[18:05:16] *** senayar has joined #angularjs
[18:05:17] *** senayar has joined #angularjs
[18:05:19] *** dcherman has joined #angularjs
[18:05:24] *** Mounica has joined #angularjs
[18:05:26] *** mven_ has joined #angularjs
[18:05:51] *** Bomber4Chats__ has joined #angularjs
[18:06:01] *** angularNoob has joined #angularjs
[18:06:20] *** zeezey has joined #angularjs
[18:06:46] *** ferr has quit IRC
[18:07:50] *** bengilli_ has quit IRC
[18:07:57] *** benvantende has quit IRC
[18:08:03] *** ahaeger has left #angularjs
[18:08:11] *** mven has quit IRC
[18:08:13] *** sigurding has quit IRC
[18:08:34] *** diegoaguilar has quit IRC
[18:08:50] *** bengillies has joined #angularjs
[18:09:56] *** s3shs has joined #angularjs
[18:10:31] <angularNoob> hi
[18:11:00] *** step1step2 has quit IRC
[18:11:03] *** JohnT has joined #angularjs
[18:11:19] *** senayar has quit IRC
[18:11:22] *** icfantv1 has joined #angularjs
[18:11:22] *** roastern has joined #angularjs
[18:11:23] *** sqwk has joined #angularjs
[18:12:33] *** ansimation has joined #angularjs
[18:13:22] *** icfantv has quit IRC
[18:13:27] *** roastern has quit IRC
[18:14:11] *** mary5030 has quit IRC
[18:14:13] *** Autolycus has joined #angularjs
[18:14:37] *** mary5030 has joined #angularjs
[18:14:46] *** deez79 has joined #angularjs
[18:15:22] *** drptbl has quit IRC
[18:15:45] *** step1step2 has joined #angularjs
[18:15:59] *** dan2k3k4 has quit IRC
[18:16:03] *** step1step2 has joined #angularjs
[18:16:22] *** step1step2 has joined #angularjs
[18:16:57] *** step1step2 has joined #angularjs
[18:17:04] *** dszmaj has quit IRC
[18:17:14] *** step1step2 has joined #angularjs
[18:17:33] *** step1step2 has joined #angularjs
[18:17:52] *** step1step2 has joined #angularjs
[18:17:56] *** Leon has quit IRC
[18:18:05] *** javascripter has joined #angularjs
[18:18:11] *** step1step2 has joined #angularjs
[18:18:29] *** uNki has quit IRC
[18:18:30] *** step1step2 has joined #angularjs
[18:18:45] *** step1step2 has joined #angularjs
[18:18:49] *** uNki has joined #angularjs
[18:19:04] *** step1step2 has joined #angularjs
[18:19:19] *** step1step2 has joined #angularjs
[18:19:31] <javascripter> does the angular team foresee allowing es5 for angular 2, and if so, continue to update the docs to show examples in both typescript and es5 for everything?
[18:19:35] *** coaster has joined #angularjs
[18:19:36] *** step1step2 has joined #angularjs
[18:19:41] *** mven_ has quit IRC
[18:19:51] *** step1step2 has joined #angularjs
[18:20:06] *** Ronyrun has quit IRC
[18:20:11] *** step1step2 has joined #angularjs
[18:20:30] *** step1step2 has joined #angularjs
[18:20:42] *** diegoaguilar has joined #angularjs
[18:20:44] *** mven has joined #angularjs
[18:20:49] *** step1step2 has joined #angularjs
[18:21:08] *** step1step2 has joined #angularjs
[18:21:27] *** step1step2 has joined #angularjs
[18:21:47] *** step1step2 has joined #angularjs
[18:21:56] *** krusty_ar has joined #angularjs
[18:22:03] *** step1step2 has joined #angularjs
[18:22:23] *** step1step2 has joined #angularjs
[18:22:42] *** step1step2 has joined #angularjs
[18:22:57] *** mary5030 has quit IRC
[18:22:57] *** step1step2 has joined #angularjs
[18:23:12] *** step1step2 has joined #angularjs
[18:23:33] *** mary5030 has joined #angularjs
[18:23:59] <enlightenmental> I have a processor.service() that pulls from another data.service() and does a forEach() on the data array. however that angular.forEach crashes..
[18:24:00] *** javascripter has quit IRC
[18:24:06] <enlightenmental> where would I start debuggin that?
[18:24:12] *** cotko has quit IRC
[18:24:32] <enlightenmental> is it because the data.service() is changing / in flux when the foreach starts?
[18:25:09] *** buzzedword has quit IRC
[18:25:37] *** buzzedword has joined #angularjs
[18:26:02] *** luhx has joined #angularjs
[18:26:04] <luhx> hi!
[18:26:25] *** HouseMD has joined #angularjs
[18:26:26] *** Mizar has joined #angularjs
[18:26:39] <luhx> I'm developing with laravel as server + angularjs as front. I want to donwload a file from server (this file comes as a response). How could I do that?
[18:28:31] *** p0k0 has joined #angularjs
[18:28:48] *** guilbep has quit IRC
[18:29:07] *** OtherAllan has joined #angularjs
[18:30:26] *** buzzedword has quit IRC
[18:31:04] *** skcin7 has quit IRC
[18:32:30] *** buzzedword has joined #angularjs
[18:33:25] *** speaking1ode has quit IRC
[18:34:03] *** riku has joined #angularjs
[18:34:22] *** Jellyg00se has quit IRC
[18:34:25] *** whitebook has joined #angularjs
[18:34:29] *** chrisbirk has joined #angularjs
[18:34:36] *** ansimati_ has joined #angularjs
[18:34:47] *** speaking1ode has joined #angularjs
[18:34:51] *** bengillies has quit IRC
[18:34:59] *** whitebook has quit IRC
[18:35:14] *** uNki has quit IRC
[18:35:36] *** soee has quit IRC
[18:36:10] *** jsheely has joined #angularjs
[18:36:18] *** whitebook has joined #angularjs
[18:36:23] <jsheely> Having a $watch() issue
[18:36:24] *** soee has joined #angularjs
[18:36:29] *** Shaboum has joined #angularjs
[18:36:42] *** bayousoft has quit IRC
[18:36:48] *** soee has quit IRC
[18:36:52] <jsheely> Watch is getting called multiple times with the same newValue, oldValue so the comparison passes
[18:37:01] <jsheely> What am I doing wrong?
[18:37:39] *** ansimation has quit IRC
[18:38:17] *** step1step2 has joined #angularjs
[18:38:20] *** Shaboum has quit IRC
[18:38:24] *** dandaman1 has joined #angularjs
[18:38:25] *** diosney has joined #angularjs
[18:38:32] *** pimlu has joined #angularjs
[18:38:35] *** dandaman has quit IRC
[18:38:37] *** step1step2 has joined #angularjs
[18:38:38] *** soee has joined #angularjs
[18:38:39] *** Shaboum has joined #angularjs
[18:38:42] *** Mizar has left #angularjs
[18:38:42] *** geoid has joined #angularjs
[18:38:48] *** cocao has joined #angularjs
[18:38:54] *** Shaboum has quit IRC
[18:38:57] *** step1step2 has joined #angularjs
[18:39:17] *** step1step2 has joined #angularjs
[18:39:22] *** edrocks has joined #angularjs
[18:39:37] *** step1step2 has joined #angularjs
[18:39:41] *** conan_the_destro has joined #angularjs
[18:39:57] *** step1step2 has joined #angularjs
[18:40:17] *** step1step2 has joined #angularjs
[18:40:21] *** Tmo_ has quit IRC
[18:40:27] *** Shaboum has joined #angularjs
[18:40:37] *** step1step2 has joined #angularjs
[18:40:57] *** step1step2 has joined #angularjs
[18:41:16] *** step1step2 has joined #angularjs
[18:41:23] *** Shaboum has quit IRC
[18:41:25] <jsheely> omg, I figured it out. Controller got invoked 4 times ><
[18:41:35] *** step1step2 has joined #angularjs
[18:41:40] *** cocao has quit IRC
[18:41:42] *** zivester has quit IRC
[18:41:47] *** Shaboum has joined #angularjs
[18:41:51] *** step1step2 has joined #angularjs
[18:42:11] *** step1step2 has joined #angularjs
[18:42:23] *** whitebook has quit IRC
[18:42:32] *** step1step2 has joined #angularjs
[18:42:52] *** step1step2 has joined #angularjs
[18:43:12] *** step1step2 has joined #angularjs
[18:43:21] *** edrocks has quit IRC
[18:43:32] *** step1step2 has joined #angularjs
[18:43:52] *** step1step2 has joined #angularjs
[18:44:10] *** Shaboum has quit IRC
[18:44:12] *** step1step2 has joined #angularjs
[18:44:28] *** Shaboum has joined #angularjs
[18:44:33] *** step1step2 has joined #angularjs
[18:44:40] *** riku has quit IRC
[18:44:53] *** step1step2 has joined #angularjs
[18:44:57] *** sbasso has quit IRC
[18:45:13] *** step1step2 has joined #angularjs
[18:45:34] *** step1step2 has joined #angularjs
[18:45:40] *** JohnT has quit IRC
[18:45:53] *** step1step2 has joined #angularjs
[18:46:13] *** step1step2 has joined #angularjs
[18:46:30] *** dromar56_ has quit IRC
[18:46:33] *** step1step2 has joined #angularjs
[18:46:41] *** bengillies has joined #angularjs
[18:46:48] *** mrded has quit IRC
[18:46:56] *** step1step2 has joined #angularjs
[18:47:16] *** step1step2 has joined #angularjs
[18:47:36] *** step1step2 has joined #angularjs
[18:47:55] *** step1step2 has joined #angularjs
[18:48:15] *** step1step2 has joined #angularjs
[18:48:35] *** step1step2 has joined #angularjs
[18:48:47] *** Tennis has quit IRC
[18:48:55] *** step1step2 has joined #angularjs
[18:49:02] *** JohnT has joined #angularjs
[18:49:15] *** step1step2 has joined #angularjs
[18:49:33] *** erol_ has joined #angularjs
[18:49:34] *** step1step2 has joined #angularjs
[18:49:54] *** step1step2 has joined #angularjs
[18:50:14] *** step1step2 has joined #angularjs
[18:50:33] *** step1step2 has joined #angularjs
[18:50:53] *** step1step2 has joined #angularjs
[18:51:13] *** step1step2 has joined #angularjs
[18:51:14] *** pimlu has quit IRC
[18:51:33] *** step1step2 has joined #angularjs
[18:51:53] *** step1step2 has joined #angularjs
[18:52:12] *** step1step2 has joined #angularjs
[18:52:24] *** baweaver has joined #angularjs
[18:52:30] *** randomdoude has joined #angularjs
[18:52:30] *** step1step2 has joined #angularjs
[18:52:49] *** step1step2 has joined #angularjs
[18:53:04] *** jr3 has quit IRC
[18:53:05] *** step1step2 has joined #angularjs
[18:53:24] *** step1step2 has joined #angularjs
[18:53:31] *** Jeschli has joined #angularjs
[18:53:44] *** step1step2 has joined #angularjs
[18:53:57] *** Z3R0 has quit IRC
[18:54:04] *** step1step2 has joined #angularjs
[18:54:16] <wafflejock> luhx: so long as the server writes the proper headers the file will come to the browser as a download, look up the appropriate headers to set based on the file type
[18:54:24] *** step1step2 has joined #angularjs
[18:54:44] *** step1step2 has joined #angularjs
[18:55:04] *** step1step2 has joined #angularjs
[18:55:07] <luhx> wafflejock hmm... I'll look for that! I'm just using the download() function from laravel
[18:55:11] <luhx> but it isn't working
[18:55:23] *** SET003 has quit IRC
[18:55:23] *** erol_ has quit IRC
[18:55:24] *** step1step2 has joined #angularjs
[18:55:33] *** geoid has quit IRC
[18:55:35] *** zivester has joined #angularjs
[18:55:44] *** step1step2 has joined #angularjs
[18:55:55] *** Ozd has left #angularjs
[18:56:04] *** step1step2 has joined #angularjs
[18:56:24] *** step1step2 has joined #angularjs
[18:56:35] *** baweaver has quit IRC
[18:56:45] *** step1step2 has joined #angularjs
[18:56:47] *** erol_ has joined #angularjs
[18:57:04] *** step1step2 has joined #angularjs
[18:57:24] *** step1step2 has joined #angularjs
[18:57:41] *** Autolycus has quit IRC
[18:57:44] *** step1step2 has joined #angularjs
[18:57:46] *** ng-newbie has joined #angularjs
[18:57:49] <ng-newbie> hello friends
[18:57:54] *** skcin7 has joined #angularjs
[18:57:55] *** sbellina has joined #angularjs
[18:58:04] *** step1step2 has joined #angularjs
[18:58:10] *** Z3R0 has joined #angularjs
[18:58:24] *** step1step2 has joined #angularjs
[18:58:42] <ng-newbie> HIIIIIIIIIIIIIIIII
[18:58:44] *** step1step2 has joined #angularjs
[18:58:54] *** diosney has quit IRC
[18:58:57] *** Autolycus has joined #angularjs
[18:59:04] *** step1step2 has joined #angularjs
[18:59:07] *** diosney has joined #angularjs
[18:59:23] *** step1step2 has joined #angularjs
[18:59:26] *** skjorrface has joined #angularjs
[18:59:26] *** diosney has quit IRC
[18:59:31] *** felixn has joined #angularjs
[18:59:35] *** diosney has joined #angularjs
[18:59:42] *** step1step2 has joined #angularjs
[18:59:49] *** diosney has joined #angularjs
[18:59:57] *** step1step2 has joined #angularjs
[19:00:12] *** step1step2 has joined #angularjs
[19:00:32] *** step1step2 has joined #angularjs
[19:00:39] *** ng-newbie has quit IRC
[19:00:52] *** step1step2 has joined #angularjs
[19:01:07] <skjorrface> hi. I'm using angular-meteor with angular material and ui-router. Angular material's got his own elements and animations (tabs for example). I've noticed that using ui-router on these elements (<md-tabs>), built in angular animations are not working anymore. Is there any way I can workaround this behaviour? I don't know, maybe turning ui-router animations off
[19:01:11] *** step1step2 has joined #angularjs
[19:01:31] *** step1step2 has joined #angularjs
[19:01:37] *** vpi has quit IRC
[19:01:39] *** mrjmd has joined #angularjs
[19:01:40] *** ansimati_ has quit IRC
[19:01:53] *** Shaboum has quit IRC
[19:01:56] *** iateadonut has quit IRC
[19:01:57] *** step1step2 has joined #angularjs
[19:02:16] *** step1step2 has joined #angularjs
[19:02:33] *** VictorC__ has joined #angularjs
[19:02:36] *** step1step2 has joined #angularjs
[19:02:56] *** step1step2 has joined #angularjs
[19:03:17] *** step1step2 has joined #angularjs
[19:03:17] *** step1step2 has quit IRC
[19:03:30] *** Shaboum has joined #angularjs
[19:03:36] *** step1step2 has joined #angularjs
[19:03:45] *** Autolycus has quit IRC
[19:03:56] *** step1step2 has joined #angularjs
[19:04:16] *** step1step2 has joined #angularjs
[19:04:27] *** Shaboum has quit IRC
[19:04:36] *** step1step2 has joined #angularjs
[19:04:56] *** step1step2 has joined #angularjs
[19:05:16] *** step1step2 has joined #angularjs
[19:05:19] *** Shaboum has joined #angularjs
[19:05:36] *** step1step2 has joined #angularjs
[19:05:56] *** step1step2 has joined #angularjs
[19:06:12] *** sqwk has quit IRC
[19:06:16] *** step1step2 has joined #angularjs
[19:06:36] *** step1step2 has joined #angularjs
[19:06:56] *** step1step2 has joined #angularjs
[19:07:18] *** step1step2 has joined #angularjs
[19:07:38] *** step1step2 has joined #angularjs
[19:07:58] *** step1step2 has joined #angularjs
[19:08:14] *** PuruPuru has quit IRC
[19:08:17] *** step1step2 has joined #angularjs
[19:08:37] *** step1step2 has joined #angularjs
[19:08:57] *** step1step2 has joined #angularjs
[19:09:17] *** step1step2 has joined #angularjs
[19:09:23] *** bengillies has quit IRC
[19:09:37] *** step1step2 has joined #angularjs
[19:09:57] *** step1step2 has joined #angularjs
[19:10:18] *** step1step2 has joined #angularjs
[19:10:37] *** step1step2 has joined #angularjs
[19:10:57] *** step1step2 has joined #angularjs
[19:11:05] *** vrockai has quit IRC
[19:11:15] *** bengillies has joined #angularjs
[19:11:17] *** step1step2 has joined #angularjs
[19:11:37] *** step1step2 has joined #angularjs
[19:11:57] *** step1step2 has joined #angularjs
[19:12:05] *** s3shs has quit IRC
[19:12:18] *** step1step2 has joined #angularjs
[19:12:37] *** step1step2 has joined #angularjs
[19:12:57] *** step1step2 has joined #angularjs
[19:13:00] *** Autolycus has joined #angularjs
[19:13:12] *** ddelrio1986_ has joined #angularjs
[19:13:17] *** step1step2 has joined #angularjs
[19:13:30] *** busticat_ has joined #angularjs
[19:13:36] *** mischat_ has joined #angularjs
[19:13:37] *** step1step2 has joined #angularjs
[19:13:54] *** joeco_l_i_q has joined #angularjs
[19:13:57] *** step1step2 has joined #angularjs
[19:14:10] *** picheli_ has joined #angularjs
[19:14:16] *** brain5ide_ has joined #angularjs
[19:14:17] *** step1step2 has joined #angularjs
[19:14:20] *** s3shs has joined #angularjs
[19:14:20] <luhx> wafflejock doesn't seem to work! I'm setting the header as application/zip in server. I can see that the response header contais the same server header
[19:14:25] *** Chadk_ has joined #angularjs
[19:14:27] <luhx> but nothing happens
[19:14:34] *** step1step2 has joined #angularjs
[19:14:50] *** Karasu is now known as raven
[19:14:52] *** sneakerhax has joined #angularjs
[19:14:54] *** step1step2 has joined #angularjs
[19:14:57] *** c00ljs has quit IRC
[19:15:14] *** step1step2 has joined #angularjs
[19:15:15] *** nodist has joined #angularjs
[19:15:19] *** chrisbir_ has joined #angularjs
[19:15:34] *** step1step2 has joined #angularjs
[19:15:38] *** plex0r has joined #angularjs
[19:15:47] *** Shaboum has quit IRC
[19:15:51] *** step1step2 has joined #angularjs
[19:16:02] *** Downtime has joined #angularjs
[19:16:10] *** cvanball has joined #angularjs
[19:16:12] *** step1step2 has joined #angularjs
[19:16:24] *** Shrooms` has joined #angularjs
[19:16:29] *** realcliluw has joined #angularjs
[19:16:31] *** step1step2 has joined #angularjs
[19:16:37] *** cliluw has quit IRC
[19:16:41] *** realcliluw is now known as cliluw
[19:16:43] *** ngbot has joined #angularjs
[19:16:44] <ngbot> angular.js/v1.4.x a84393e Matias Niemelä: chore($AnimateRunner): examine the document more carefully...
[19:16:44] *** ngbot has left #angularjs
[19:16:57] *** step1step2 has joined #angularjs
[19:17:06] *** skcin7_ has joined #angularjs
[19:17:11] *** dmamills has joined #angularjs
[19:17:13] *** Villae has joined #angularjs
[19:17:14] *** c00ljs has joined #angularjs
[19:17:17] *** step1step2 has joined #angularjs
[19:17:22] *** xvlcwk_ has joined #angularjs
[19:17:22] *** SpikeSpiegel has joined #angularjs
[19:17:32] *** TBSliver_ has joined #angularjs
[19:17:32] *** step1step2 has joined #angularjs
[19:17:45] *** Maxxed_ has joined #angularjs
[19:17:47] *** step1step2 has joined #angularjs
[19:17:54] *** SpikeSpiegel has left #angularjs
[19:17:59] *** tarnus_ has joined #angularjs
[19:18:02] *** step1step2 has joined #angularjs
[19:18:21] *** step1step2 has joined #angularjs
[19:18:37] *** rikkus_ has joined #angularjs
[19:18:37] *** Shaboum has joined #angularjs
[19:18:41] *** step1step2 has joined #angularjs
[19:18:43] *** andrew_ has joined #angularjs
[19:18:46] *** TakumoKatekari has joined #angularjs
[19:18:48] *** TakumoKatekari has joined #angularjs
[19:19:01] *** step1step2 has joined #angularjs
[19:19:09] *** drj__ has joined #angularjs
[19:19:12] *** Immutef_ has joined #angularjs
[19:19:21] *** step1step2 has joined #angularjs
[19:19:31] *** skjorrface has quit IRC
[19:19:41] *** step1step2 has joined #angularjs
[19:19:53] *** Uptime has quit IRC
[19:19:56] *** Downtime is now known as Uptime
[19:20:02] *** step1step2 has joined #angularjs
[19:20:06] *** frem_ has joined #angularjs
[19:20:07] *** chrisbir_ has quit IRC
[19:20:17] *** pimlu has joined #angularjs
[19:20:19] *** step1step2 has joined #angularjs
[19:20:24] *** xtreamwayz_ has joined #angularjs
[19:20:28] *** mal``` has joined #angularjs
[19:20:29] *** dancek- has joined #angularjs
[19:20:32] *** skakri` has joined #angularjs
[19:20:39] *** step1step2 has joined #angularjs
[19:20:54] *** jpiasetz2 has joined #angularjs
[19:20:59] *** step1step2 has joined #angularjs
[19:21:00] *** step1step2 has quit IRC
[19:21:20] *** step1step2 has joined #angularjs
[19:21:20] *** ahhhndi has joined #angularjs
[19:21:39] *** step1step2 has joined #angularjs
[19:21:42] *** Ankhers_ has joined #angularjs
[19:21:48] *** JmZ- has joined #angularjs
[19:21:55] *** m_gol- has joined #angularjs
[19:21:59] *** stevenroose|BNC has joined #angularjs
[19:22:00] *** step1step2 has joined #angularjs
[19:22:00] *** bengillies has quit IRC
[19:22:01] *** VictorC__ has quit IRC
[19:22:02] *** skcin7 has quit IRC
[19:22:03] *** zivester has quit IRC
[19:22:03] *** conan_the_destro has quit IRC
[19:22:04] *** chrisbirk has quit IRC
[19:22:05] *** picheli has quit IRC
[19:22:05] *** busticated has quit IRC
[19:22:06] *** mischat has quit IRC
[19:22:06] *** zeioth has quit IRC
[19:22:07] *** frem has quit IRC
[19:22:07] *** ddelrio1986 has quit IRC
[19:22:08] *** walden|afk has quit IRC
[19:22:08] *** plutoniix has quit IRC
[19:22:09] *** kadamwhite has quit IRC
[19:22:10] *** Ankhers has quit IRC
[19:22:11] *** xvure has quit IRC
[19:22:11] *** jslootbeek has quit IRC
[19:22:11] *** rsully_ has quit IRC
[19:22:12] *** stevenroose has quit IRC
[19:22:13] *** dance has quit IRC
[19:22:13] *** skakri has quit IRC
[19:22:14] *** Villae_ has quit IRC
[19:22:14] *** dmamills_ has quit IRC
[19:22:17] *** tarnus has quit IRC
[19:22:18] *** Mediocre has quit IRC
[19:22:18] *** xtreamwayz has quit IRC
[19:22:19] *** luiz_lha has quit IRC
[19:22:19] *** AndrewIsh has quit IRC
[19:22:20] *** jpiasetz1 has quit IRC
[19:22:21] *** m_gol has quit IRC
[19:22:21] *** dulax has quit IRC
[19:22:22] *** Immutef has quit IRC
[19:22:22] *** rikkus has quit IRC
[19:22:23] *** ManneW has quit IRC
[19:22:24] *** joeco_l_i has quit IRC
[19:22:25] *** crusty has quit IRC
[19:22:26] *** jdorfman_ has quit IRC
[19:22:26] *** TBSliver has quit IRC
[19:22:27] *** Chadk has quit IRC
[19:22:27] *** frostyfrog has quit IRC
[19:22:28] *** xvlcwk has quit IRC
[19:22:29] *** jimallanson has quit IRC
[19:22:29] *** Shrooms has quit IRC
[19:22:31] *** Maxxed has quit IRC
[19:22:31] *** ulkesh has quit IRC
[19:22:33] *** Alina-malina has quit IRC
[19:22:33] *** willeponken has quit IRC
[19:22:34] *** mal`` has quit IRC
[19:22:35] *** Takumo has quit IRC
[19:22:37] *** JmZ_ has quit IRC
[19:22:37] *** s2hc_johan has quit IRC
[19:22:37] *** zz_KLUTCH- has quit IRC
[19:22:38] *** uly has quit IRC
[19:22:38] *** drj_ has quit IRC
[19:22:39] *** brain5ide has quit IRC
[19:22:39] *** paolo has quit IRC
[19:22:40] *** ootje has quit IRC
[19:22:41] *** nausea has quit IRC
[19:22:42] *** derrzzaa has quit IRC
[19:22:42] *** Shrooms` is now known as Shrooms
[19:22:43] *** rsully has joined #angularjs
[19:22:45] *** step1step2 has joined #angularjs
[19:22:46] *** frostyfrog has joined #angularjs
[19:22:47] *** frostyfrog has joined #angularjs
[19:22:47] *** stevenroose|BNC is now known as stevenroose
[19:22:47] *** kadamwhite has joined #angularjs
[19:22:49] *** nausea has joined #angularjs
[19:22:50] *** nausea has joined #angularjs
[19:22:51] *** xvure has joined #angularjs
[19:22:51] *** step1step2 has joined #angularjs
[19:22:52] *** step1step2 has quit IRC
[19:22:52] *** ootje has joined #angularjs
[19:22:52] *** jdorfman_ has joined #angularjs
[19:22:53] *** s2hc_johan has joined #angularjs
[19:22:53] *** xtreamwayz has joined #angularjs
[19:22:54] *** crusty has joined #angularjs
[19:22:54] *** crusty has joined #angularjs
[19:22:55] *** nodist has quit IRC
[19:22:55] *** luiz_lha has joined #angularjs
[19:22:58] *** step1step2 has joined #angularjs
[19:23:08] *** jslootbeek has joined #angularjs
[19:23:08] *** ferr has joined #angularjs
[19:23:15] *** luiz_lha is now known as Guest11472
[19:23:18] *** step1step2 has joined #angularjs
[19:23:30] *** luhx has quit IRC
[19:23:39] *** step1step2 has joined #angularjs
[19:23:55] *** frem_ is now known as frem
[19:23:55] *** step1step2 has joined #angularjs
[19:24:02] *** Ankhers_ is now known as Ankhers
[19:24:11] *** VictorCL_ has joined #angularjs
[19:24:15] *** step1step2 has joined #angularjs
[19:24:32] *** ManneW_ has joined #angularjs
[19:24:35] *** step1step2 has joined #angularjs
[19:24:48] *** brk has joined #angularjs
[19:24:56] *** benvantende has joined #angularjs
[19:24:58] *** dulax has joined #angularjs
[19:24:58] *** zz_KLUTCH- has joined #angularjs
[19:24:58] *** uly has joined #angularjs
[19:24:58] *** paolo has joined #angularjs
[19:24:58] *** willeponken has joined #angularjs
[19:24:59] *** step1step2 has joined #angularjs
[19:25:18] *** step1step2 has joined #angularjs
[19:25:32] *** jlebrech_ has quit IRC
[19:25:32] *** Mattch has quit IRC
[19:25:33] *** step1step2 has joined #angularjs
[19:25:34] *** step1step2 has quit IRC
[19:25:48] *** step1step2 has joined #angularjs
[19:26:09] *** step1step2 has joined #angularjs
[19:26:13] *** rikkus_ is now known as rikkus
[19:26:25] *** erol_ has quit IRC
[19:26:28] *** step1step2 has joined #angularjs
[19:26:46] *** Immutef_ is now known as Immutef
[19:26:48] *** step1step2 has joined #angularjs
[19:26:57] *** JohnT has quit IRC
[19:27:08] *** step1step2 has joined #angularjs
[19:27:13] *** erol_ has joined #angularjs
[19:27:16] *** JohnT has joined #angularjs
[19:27:27] <brk> Hi, im trying to create a little app which uses the google url shortening apis and I need to send my api key with each request. I am a bit unsure how I can send it along using $http.post(..) etc. - any hints what it is i am looking for?
[19:27:28] *** step1step2 has joined #angularjs
[19:27:36] *** Alina-malina has joined #angularjs
[19:27:48] *** step1step2 has joined #angularjs
[19:28:07] *** bengillies has joined #angularjs
[19:28:08] *** step1step2 has joined #angularjs
[19:28:26] *** zeioth has joined #angularjs
[19:28:28] *** codeitloadit has joined #angularjs
[19:28:28] *** step1step2 has joined #angularjs
[19:28:29] *** mattw has joined #angularjs
[19:28:39] *** plutoniix has joined #angularjs
[19:28:48] *** step1step2 has joined #angularjs
[19:29:08] *** step1step2 has joined #angularjs
[19:29:13] *** tesarek has quit IRC
[19:29:28] *** step1step2 has joined #angularjs
[19:29:36] *** walden|afk has joined #angularjs
[19:29:43] *** boneskull has joined #angularjs
[19:29:45] <mattw> since this was linked to from the angular google group, I'm curious if anyone here could give me a feeling on whether the angularJS group is job-posting-friendly, or if there's a better spot devs actually read
[19:29:45] *** ulkesh has joined #angularjs
[19:29:48] *** step1step2 has joined #angularjs
[19:29:53] *** VictorCL_ has quit IRC
[19:30:08] *** step1step2 has joined #angularjs
[19:30:28] *** knownasilya has joined #angularjs
[19:30:28] *** step1step2 has joined #angularjs
[19:30:48] *** step1step2 has joined #angularjs
[19:31:08] *** empyreany has quit IRC
[19:31:08] *** step1step2 has joined #angularjs
[19:31:09] *** zivester has joined #angularjs
[19:31:28] *** step1step2 has joined #angularjs
[19:31:58] *** step1step2 has joined #angularjs
[19:32:00] *** whitebook has joined #angularjs
[19:32:17] *** step1step2 has joined #angularjs
[19:32:37] *** step1step2 has joined #angularjs
[19:32:49] *** icfantv has joined #angularjs
[19:32:57] *** step1step2 has joined #angularjs
[19:33:17] *** step1step2 has joined #angularjs
[19:33:33] *** mischat_ has quit IRC
[19:33:36] *** step1step2 has joined #angularjs
[19:33:47] *** Erati has quit IRC
[19:33:47] *** mylord has joined #angularjs
[19:33:53] *** step1step2 has joined #angularjs
[19:34:08] *** brk has quit IRC
[19:34:08] *** step1step2 has joined #angularjs
[19:34:24] *** step1step2 has joined #angularjs
[19:34:30] *** Meow-J has quit IRC
[19:34:43] *** step1step2 has joined #angularjs
[19:35:02] *** step1step2 has joined #angularjs
[19:35:14] *** harikesh has joined #angularjs
[19:35:15] *** icfantv1 has quit IRC
[19:35:22] *** step1step2 has joined #angularjs
[19:35:42] *** dulax has quit IRC
[19:35:42] *** uly has quit IRC
[19:35:43] *** zz_KLUTCH- has quit IRC
[19:35:43] *** paolo has quit IRC
[19:35:44] *** willeponken has quit IRC
[19:35:45] *** step1step2 has joined #angularjs
[19:36:02] *** step1step2 has joined #angularjs
[19:36:05] *** xtreamwayz has quit IRC
[19:36:17] *** xtreamwayz_ is now known as xtreamwayz
[19:36:22] *** step1step2 has joined #angularjs
[19:36:38] *** step1step2 has joined #angularjs
[19:36:49] *** VictorCL has joined #angularjs
[19:36:57] *** step1step2 has joined #angularjs
[19:37:04] *** benvantende has quit IRC
[19:37:19] *** step1step2 has joined #angularjs
[19:37:23] <harikesh> Hello Every one, I'm getting problem when i'm try to import { CORE_DIRECTIVES, FORM_DIRECTIVES } from 'angular2/common'; because common is not exist
[19:37:50] *** dulax has joined #angularjs
[19:37:51] *** zz_KLUTCH- has joined #angularjs
[19:37:51] *** uly has joined #angularjs
[19:37:51] *** paolo has joined #angularjs
[19:37:51] *** willeponken has joined #angularjs
[19:38:49] <harikesh> during Angular 2 installation no any common.js found in 'angular2/common '
[19:39:45] <harikesh> Any one can say, how to import core directives in angular 2?
[19:40:19] *** brunex has joined #angularjs
[19:40:23] <harikesh> ?
[19:40:31] *** barum has quit IRC
[19:40:41] *** italoacasas has quit IRC
[19:40:42] *** whitebook has quit IRC
[19:41:40] *** step1step2 has quit IRC
[19:42:14] *** barum has joined #angularjs
[19:42:40] *** picheli_ has quit IRC
[19:43:47] *** chrisbirk has joined #angularjs
[19:44:09] *** JohnT has quit IRC
[19:44:20] *** harikesh has quit IRC
[19:45:04] *** Erati has joined #angularjs
[19:45:17] *** JohnT has joined #angularjs
[19:45:44] *** sergey_ has joined #angularjs
[19:46:08] *** uNki has joined #angularjs
[19:46:41] *** Erati has quit IRC
[19:47:40] *** sergey_ has quit IRC
[19:48:18] *** barum has quit IRC
[19:48:19] *** dulax has quit IRC
[19:48:19] *** uly has quit IRC
[19:48:20] *** zz_KLUTCH- has quit IRC
[19:48:20] *** paolo has quit IRC
[19:48:22] *** willeponken has quit IRC
[19:48:40] *** barum has joined #angularjs
[19:48:41] *** dulax has joined #angularjs
[19:48:41] *** zz_KLUTCH- has joined #angularjs
[19:48:41] *** uly has joined #angularjs
[19:48:41] *** paolo has joined #angularjs
[19:48:41] *** willeponken has joined #angularjs
[19:49:20] *** step1step2 has joined #angularjs
[19:49:28] *** whitebook has joined #angularjs
[19:49:39] *** step1step2 has joined #angularjs
[19:49:54] *** step1step2 has joined #angularjs
[19:50:01] *** sergey_ has joined #angularjs
[19:50:09] *** step1step2 has joined #angularjs
[19:50:10] *** wonder95 has joined #angularjs
[19:50:17] *** uNki_ has joined #angularjs
[19:50:18] *** pimlu has quit IRC
[19:50:25] *** uNki has quit IRC
[19:50:28] *** step1step2 has joined #angularjs
[19:50:29] *** dlam has joined #angularjs
[19:50:47] *** step1step2 has joined #angularjs
[19:51:02] *** step1step2 has joined #angularjs
[19:51:21] *** step1step2 has joined #angularjs
[19:51:25] *** SergioFilhow_ has quit IRC
[19:51:36] *** step1step2 has joined #angularjs
[19:51:38] *** uNki_ has quit IRC
[19:51:55] *** step1step2 has joined #angularjs
[19:51:57] *** uNki has joined #angularjs
[19:52:14] *** step1step2 has joined #angularjs
[19:52:29] *** step1step2 has joined #angularjs
[19:52:45] *** uNki has quit IRC
[19:52:48] *** step1step2 has joined #angularjs
[19:53:07] *** step1step2 has joined #angularjs
[19:53:11] *** baweaver has joined #angularjs
[19:53:21] *** Tmo_ has joined #angularjs
[19:53:26] *** step1step2 has joined #angularjs
[19:53:41] <dlam> mm noob here, whats the "best practice" way to change the current route? i'm thinking it's now $location.path() ...which is what im doing right now
[19:53:45] *** step1step2 has joined #angularjs
[19:53:54] *** andrew_ has quit IRC
[19:54:03] *** step1step2 has joined #angularjs
[19:54:18] *** step1step2 has joined #angularjs
[19:54:29] *** MohsenRezaei has quit IRC
[19:54:32] *** step1step2 has joined #angularjs
[19:54:51] *** step1step2 has joined #angularjs
[19:55:06] *** step1step2 has joined #angularjs
[19:55:08] *** ngbot has joined #angularjs
[19:55:09] *** ngbot has left #angularjs
[19:55:25] *** sergey__ has joined #angularjs
[19:55:25] *** step1step2 has joined #angularjs
[19:55:44] *** step1step2 has joined #angularjs
[19:55:47] *** Tomdarkness has quit IRC
[19:56:02] *** step1step2 has joined #angularjs
[19:56:21] *** step1step2 has joined #angularjs
[19:56:36] *** step1step2 has joined #angularjs
[19:56:56] *** step1step2 has joined #angularjs
[19:57:00] *** riot_ has quit IRC
[19:57:00] *** riot_ has joined #angularjs
[19:57:14] *** step1step2 has joined #angularjs
[19:57:15] *** baweaver has quit IRC
[19:57:32] *** step1step2 has joined #angularjs
[19:57:37] *** squeakytoy has joined #angularjs
[19:57:40] *** bayousoft has joined #angularjs
[19:57:41] *** jditto_ has quit IRC
[19:57:41] *** jditto_ has joined #angularjs
[19:57:59] *** Guest60282 has quit IRC
[19:58:00] *** Guest60282 has joined #angularjs
[19:58:04] *** corioliss has quit IRC
[19:58:04] *** corioliss has joined #angularjs
[19:58:11] *** mylord has quit IRC
[19:58:21] *** angularNoob has quit IRC
[19:58:22] *** angularNoob has joined #angularjs
[19:58:22] *** icfantv has quit IRC
[19:58:28] *** p0k0 has quit IRC
[19:58:28] *** p0k0 has joined #angularjs
[19:58:46] *** sergey_ has quit IRC
[19:59:06] *** bayousoft has quit IRC
[19:59:08] *** barum has quit IRC
[19:59:08] *** dulax has quit IRC
[19:59:09] *** uly has quit IRC
[19:59:09] *** zz_KLUTCH- has quit IRC
[19:59:09] *** paolo has quit IRC
[19:59:10] *** willeponken has quit IRC
[19:59:13] *** icfantv has joined #angularjs
[19:59:15] *** Immutef has quit IRC
[19:59:15] *** Immutef has joined #angularjs
[19:59:16] *** frem has quit IRC
[19:59:16] *** frem has joined #angularjs
[19:59:17] *** xtreamwayz has quit IRC
[19:59:17] *** xtreamwayz has joined #angularjs
[19:59:20] *** m_gol- has quit IRC
[19:59:20] *** m_gol- has joined #angularjs
[19:59:21] *** kadamwhite has quit IRC
[19:59:21] *** kadamwhite has joined #angularjs
[19:59:27] *** mattw has quit IRC
[19:59:28] *** mattw has joined #angularjs
[19:59:28] *** knownasilya has quit IRC
[19:59:28] *** knownasilya has joined #angularjs
[19:59:30] *** walden|afk has quit IRC
[19:59:30] *** walden|afk has joined #angularjs
[20:00:14] *** dcherman2 has joined #angularjs
[20:01:35] *** Shaboum has quit IRC
[20:02:30] *** Erati has joined #angularjs
[20:02:41] *** lnrdo has quit IRC
[20:03:15] *** dcherman has quit IRC
[20:03:53] *** dcherman has joined #angularjs
[20:03:56] *** tisepti has joined #angularjs
[20:03:58] *** Shaboum has joined #angularjs
[20:04:14] *** Shaboum has quit IRC
[20:04:30] *** italoacasas has joined #angularjs
[20:04:38] *** plekplek has joined #angularjs
[20:05:31] *** Z3R0 has quit IRC
[20:05:36] *** dcherman2 has quit IRC
[20:06:03] *** Shaboum has joined #angularjs
[20:07:14] *** PrinceAMD has quit IRC
[20:07:18] *** jacksonmills has joined #angularjs
[20:07:56] *** Embassy has joined #angularjs
[20:07:59] *** B1x1t0 has quit IRC
[20:08:03] *** bengillies has quit IRC
[20:09:59] *** DShark has joined #angularjs
[20:10:26] *** erol_ has quit IRC
[20:10:27] *** dopesong has joined #angularjs
[20:10:59] *** dopesong has joined #angularjs
[20:11:25] *** smccarthy has quit IRC
[20:11:40] *** jr3 has joined #angularjs
[20:13:29] *** Shaboum has quit IRC
[20:13:51] *** Shaboum has joined #angularjs
[20:13:52] <tisepti> hello, im looking to use protractor for some end to end tests. However I cant seem to find how/where to start up the test dependencies. ie: $ start_backend.sh && start_web_server.sh
[20:13:54] *** dodobrain has joined #angularjs
[20:13:55] *** wnwnzhou has joined #angularjs
[20:13:59] *** dodobrain has quit IRC
[20:13:59] *** dodobrain has joined #angularjs
[20:14:02] *** bengillies has joined #angularjs
[20:14:12] *** dandaman has joined #angularjs
[20:14:31] *** dandaman1 has quit IRC
[20:14:32] *** walden|afk is now known as walden
[20:15:43] *** juddey has joined #angularjs
[20:17:12] *** peterR` has quit IRC
[20:17:26] *** peterR`` has joined #angularjs
[20:17:51] *** Shaboum has quit IRC
[20:18:17] *** dokma has quit IRC
[20:18:51] *** Shaboum has joined #angularjs
[20:18:58] *** Aliks has joined #angularjs
[20:18:59] *** bengillies has quit IRC
[20:19:21] *** sqwk has joined #angularjs
[20:21:23] *** baweaver has joined #angularjs
[20:21:39] *** dandaman1 has joined #angularjs
[20:22:24] *** dandaman has quit IRC
[20:23:48] *** Autolycus has quit IRC
[20:24:09] *** mylord has joined #angularjs
[20:25:01] *** m_gol- is now known as m_gol
[20:26:30] *** Guest60282 has quit IRC
[20:26:58] *** Drew| has quit IRC
[20:27:03] *** boneskull has left #angularjs
[20:27:36] *** s3shs has quit IRC
[20:27:36] *** Drew| has joined #angularjs
[20:28:52] *** Drew| has quit IRC
[20:29:18] *** PrinceAMD has joined #angularjs
[20:29:31] *** Drew| has joined #angularjs
[20:29:40] *** dandaman has joined #angularjs
[20:30:11] *** Left_Turn has quit IRC
[20:30:50] *** dandaman1 has quit IRC
[20:31:16] *** baweaver has quit IRC
[20:32:40] *** angularNoob has quit IRC
[20:33:11] *** ferr has quit IRC
[20:34:01] *** tesarek has joined #angularjs
[20:34:12] *** tesarek has quit IRC
[20:34:13] *** c00ljs has quit IRC
[20:34:52] *** erol_ has joined #angularjs
[20:35:16] *** s3shs has joined #angularjs
[20:35:19] *** VictorCL has quit IRC
[20:35:46] *** c00ljs has joined #angularjs
[20:36:36] *** c00ljs has quit IRC
[20:37:47] *** dandaman1 has joined #angularjs
[20:38:03] *** hendryau has joined #angularjs
[20:38:29] *** dandaman has quit IRC
[20:41:19] *** Embassy has quit IRC
[20:41:37] *** tesarek has joined #angularjs
[20:41:46] *** s3shs has quit IRC
[20:42:02] *** bayousoft has joined #angularjs
[20:42:38] *** Embassy has joined #angularjs
[20:43:10] *** tesarek has quit IRC
[20:43:11] *** Aliks has quit IRC
[20:44:34] *** tesarek has joined #angularjs
[20:45:12] *** dandaman has joined #angularjs
[20:45:14] *** Z3R0 has joined #angularjs
[20:46:05] *** tomaw is now known as 02HAAAAAD
[20:46:11] *** Guevara has joined #angularjs
[20:46:31] *** dandaman1 has quit IRC
[20:46:41] *** dopesong has quit IRC
[20:48:17] *** 02HAAAAAD is now known as tomaw
[20:48:36] *** plex0r has quit IRC
[20:48:48] <Guevara> Hello! I'm trying to upload a file, but the "type" is empty:
[20:48:48] <Guevara> File {name: "file.csv", size: 381, type: ""} this is my input: <input type="file" ng-file-model="files" name="datafile" />
[20:48:50] *** austinsk8s has joined #angularjs
[20:49:02] *** s3shs has joined #angularjs
[20:49:13] <Guevara> type:"" <--- why?
[20:49:59] *** BuLKi has joined #angularjs
[20:50:32] *** dandaman1 has joined #angularjs
[20:50:33] *** mrjmd has quit IRC
[20:51:06] *** dandaman has quit IRC
[20:51:08] *** lnrdo has joined #angularjs
[20:51:12] <BuLKi> Hey I'm looking for help
[20:52:16] *** mischat has joined #angularjs
[20:52:58] *** soee has quit IRC
[20:53:52] *** plex0r has joined #angularjs
[20:54:13] <austinsk8s> I have an edit controller that gets data via ajax and creates a javascript object based on that data and based on form manipulation from angular the edit form. I want to pass this data to a show controller. I know I could simply make the ajax call a second time in the show controller, but I am aware that the better practice thing would be to have a service or factory that utilizes a promise to carry out this procedure. Does anyone know of a
[20:54:29] *** plex0r has quit IRC
[20:54:40] *** mrjmd has joined #angularjs
[20:54:52] *** Guevara has left #angularjs
[20:55:13] *** plex0r has joined #angularjs
[20:55:24] *** sbellina has quit IRC
[20:56:02] *** lnrdo has quit IRC
[20:56:26] *** s3shs has quit IRC
[20:56:35] *** dandaman has joined #angularjs
[20:57:44] *** dandaman1 has quit IRC
[20:58:25] *** marthinal has quit IRC
[21:00:20] *** riot_ has left #angularjs
[21:00:35] *** buzzedword has quit IRC
[21:02:53] *** eltigre has joined #angularjs
[21:03:21] <enlightenmental> if my directive has intervals do I need to make sure I kill them? or is it automatic ?
[21:03:27] <enlightenmental> $interval
[21:04:06] <eltigre> this is probably a common question... but I am trying to update a $scope from an asynchronous callback. Inside the callback, $scope is still the same, but its attributes are not updated on the page when I change them....
[21:04:36] *** plex0r has quit IRC
[21:04:39] <eltigre> and when I try something like $scope.$apply(function(){ code making changes }) I just get errors
[21:05:58] *** ngbot has joined #angularjs
[21:05:59] <ngbot> angular.js/master 0f2926d Edgar Flores: docs(guide/Interpolation): fix links...
[21:05:59] *** ngbot has left #angularjs
[21:06:28] *** Germanaz0 has joined #angularjs
[21:06:57] *** Z3R0 has quit IRC
[21:07:24] <enlightenmental> eltigre, your async call should return a promise... asyncCall().then(function(response) { $scope = response; })
[21:07:31] *** soee has joined #angularjs
[21:07:39] <eltigre> it does
[21:08:34] *** buzzedword has joined #angularjs
[21:08:46] *** baweaver has joined #angularjs
[21:09:20] <eltigre> enlightenmental, I'm doing exactly this
[21:09:49] *** s3shs has joined #angularjs
[21:10:10] *** cvanball has quit IRC
[21:10:58] *** dopesong has joined #angularjs
[21:11:00] *** Shaboum has quit IRC
[21:11:37] *** Shaboum has joined #angularjs
[21:11:42] *** baweaver has quit IRC
[21:12:27] *** erol_ has quit IRC
[21:13:19] *** cvanball has joined #angularjs
[21:14:34] *** coaster has quit IRC
[21:15:32] *** zivester has quit IRC
[21:18:04] *** uly has joined #angularjs
[21:18:04] *** cstipkovic has joined #angularjs
[21:18:05] *** SergioFilhow_ has joined #angularjs
[21:18:05] *** BernhardPosselt has joined #angularjs
[21:18:05] *** dulax has joined #angularjs
[21:18:05] *** barum has joined #angularjs
[21:18:06] *** zz_KLUTCH- has joined #angularjs
[21:18:06] *** paolo has joined #angularjs
[21:18:06] *** willeponken has joined #angularjs
[21:18:07] *** barum has quit IRC
[21:18:07] *** barum has joined #angularjs
[21:18:07] *** dulax has quit IRC
[21:18:08] *** dulax has joined #angularjs
[21:18:08] *** cstipkovic has quit IRC
[21:18:08] *** cstipkovic has joined #angularjs
[21:18:26] *** soee has quit IRC
[21:18:56] *** monk12 has joined #angularjs
[21:19:09] *** soee has joined #angularjs
[21:19:29] *** deeb has quit IRC
[21:20:25] *** drej has joined #angularjs
[21:21:26] *** remysharp_ has quit IRC
[21:21:55] *** remysharp_ has joined #angularjs
[21:22:07] *** JohnT has quit IRC
[21:22:39] *** Alina-malina has quit IRC
[21:22:39] *** Alina-malina has joined #angularjs
[21:23:43] *** Erati has quit IRC
[21:23:48] *** cvanball has quit IRC
[21:24:08] *** Autolycus has joined #angularjs
[21:24:18] *** Erati has joined #angularjs
[21:25:28] <BuLKi> Is it possible to use AngularJS in another js-file. In this file we create the html structure
[21:25:53] *** prbc has joined #angularjs
[21:27:14] *** kuadrosx_ is now known as kuadrosx
[21:27:34] *** drej has quit IRC
[21:28:09] *** zivester has joined #angularjs
[21:28:39] *** uly has quit IRC
[21:28:39] *** cstipkovic has quit IRC
[21:28:40] *** SergioFilhow_ has quit IRC
[21:28:40] *** BernhardPosselt has quit IRC
[21:28:40] *** dulax has quit IRC
[21:28:41] *** barum has quit IRC
[21:28:41] *** zz_KLUTCH- has quit IRC
[21:28:41] *** paolo has quit IRC
[21:28:42] *** willeponken has quit IRC
[21:29:17] *** Ir1sh_ has joined #angularjs
[21:29:39] *** baweaver has joined #angularjs
[21:29:55] *** eltigre has quit IRC
[21:30:12] *** VictorCL has joined #angularjs
[21:30:13] *** Ir1sh_ has quit IRC
[21:30:33] *** Ir1sh_ has joined #angularjs
[21:30:36] *** VictorCL has quit IRC
[21:32:16] *** s3shs has quit IRC
[21:32:26] *** Ir1sh has quit IRC
[21:33:00] *** c00ljs has joined #angularjs
[21:33:23] *** Shaboum has quit IRC
[21:33:48] *** Shaboum has joined #angularjs
[21:33:50] *** dandaman has quit IRC
[21:33:58] *** beakman has joined #angularjs
[21:33:59] *** dandaman has joined #angularjs
[21:34:02] *** c00ljs has quit IRC
[21:34:04] *** Shaboum has quit IRC
[21:34:55] *** KnightsOfNi has quit IRC
[21:35:06] *** areologist has joined #angularjs
[21:35:14] *** Shaboum has joined #angularjs
[21:35:21] *** areologist has quit IRC
[21:35:25] *** Marble68_ has quit IRC
[21:36:13] *** Embassy has quit IRC
[21:36:27] *** infurno has joined #angularjs
[21:36:47] *** VictorCL has joined #angularjs
[21:36:48] <G1eb> BuLKi can you elaborate on that? are you using a different js lib/framework to build html?
[21:37:48] *** Embassy has joined #angularjs
[21:37:55] *** c00ljs has joined #angularjs
[21:38:12] *** sssilver_ has quit IRC
[21:39:35] *** dcherman has quit IRC
[21:39:54] *** wnwnzhou has quit IRC
[21:39:59] *** dcherman has joined #angularjs
[21:40:27] <BuLKi> yes, i'm using a framework, it's called SMCDL
[21:40:46] *** Mounica has quit IRC
[21:41:52] <BuLKi> it's generating modules in iframes ... for every modul we use a js
[21:42:51] *** Aliks has joined #angularjs
[21:42:53] *** uly has joined #angularjs
[21:42:53] *** cstipkovic has joined #angularjs
[21:42:54] *** SergioFilhow_ has joined #angularjs
[21:42:54] *** BernhardPosselt has joined #angularjs
[21:42:54] *** dulax has joined #angularjs
[21:42:54] *** barum has joined #angularjs
[21:42:55] *** zz_KLUTCH- has joined #angularjs
[21:42:55] *** paolo has joined #angularjs
[21:42:55] *** willeponken has joined #angularjs
[21:42:56] *** barum has quit IRC
[21:42:56] *** barum has joined #angularjs
[21:42:57] *** dulax has quit IRC
[21:42:57] *** dulax has joined #angularjs
[21:42:57] *** cstipkovic has quit IRC
[21:42:57] *** cstipkovic has joined #angularjs
[21:43:15] *** picheli has joined #angularjs
[21:43:36] *** drej has joined #angularjs
[21:43:52] *** Shaboum has quit IRC
[21:44:10] *** MJD has quit IRC
[21:44:12] *** Shaboum has joined #angularjs
[21:44:18] *** MJD has joined #angularjs
[21:44:31] *** Shaboum has quit IRC
[21:44:37] *** austinsk8s has quit IRC
[21:44:50] *** Shaboum has joined #angularjs
[21:45:10] *** smccarthy has joined #angularjs
[21:46:57] *** sbellina has joined #angularjs
[21:47:15] *** dandaman has quit IRC
[21:47:33] *** dandaman has joined #angularjs
[21:47:39] *** dandaman has quit IRC
[21:47:52] *** dandaman has joined #angularjs
[21:47:56] *** picheli has quit IRC
[21:48:12] *** Ir1sh_ has quit IRC
[21:48:42] *** BuLKi has quit IRC
[21:49:26] *** dandaman has quit IRC
[21:49:43] *** SergioFilhow_ has quit IRC
[21:49:53] *** dandaman has joined #angularjs
[21:50:19] *** SergioFilhow_ has joined #angularjs
[21:50:20] *** dandaman has quit IRC
[21:50:40] *** dandaman has joined #angularjs
[21:50:59] *** dandaman has joined #angularjs
[21:51:06] *** sbellina has quit IRC
[21:51:51] *** Ir1sh has joined #angularjs
[21:52:28] <jpstone> Hi all, I have a really bizarre issue...I have a <div ui-view=""></div> as a direct child of the <body>. When I load a promise in the ui-view, the div height changes to 4 pixels larger than the body, and we get a scroll bar. I'm not even assigning a scope variable to the promise...just loading the promise and doing nothing with the result.
[21:52:36] <jpstone> How in the world could that change the div height?!
[21:52:52] *** dandaman has quit IRC
[21:52:55] *** bayousoft has quit IRC
[21:53:04] *** dandaman has joined #angularjs
[21:53:21] *** Ir1sh has quit IRC
[21:53:24] *** smccarthy has quit IRC
[21:53:26] *** uly has quit IRC
[21:53:26] *** cstipkovic has quit IRC
[21:53:27] *** BernhardPosselt has quit IRC
[21:53:27] *** dulax has quit IRC
[21:53:27] *** barum has quit IRC
[21:53:28] *** zz_KLUTCH- has quit IRC
[21:53:28] *** paolo has quit IRC
[21:53:29] *** willeponken has quit IRC
[21:53:51] *** lemur has joined #angularjs
[21:54:39] *** squeakytoy has quit IRC
[21:55:51] *** buzzedword has quit IRC
[21:56:57] *** sbellina has joined #angularjs
[21:56:57] *** dandaman has quit IRC
[21:57:08] *** dandaman has joined #angularjs
[21:57:53] *** randomdoude has quit IRC
[21:58:15] *** lemur has quit IRC
[21:59:42] *** jedimind has joined #angularjs
[22:00:24] *** s3shs has joined #angularjs
[22:00:31] *** mattw has quit IRC
[22:00:39] *** drej has quit IRC
[22:01:15] *** jamesch has quit IRC
[22:02:15] *** zivester has quit IRC
[22:02:34] *** aoeu256 has joined #angularjs
[22:02:37] *** p0k0 has quit IRC
[22:02:37] *** jedimind is now known as drej
[22:02:41] *** storresi has quit IRC
[22:03:07] *** aoeu256_ has quit IRC
[22:03:20] *** PrinceAMD has quit IRC
[22:03:36] <Scombr0> Bye all :)
[22:03:49] *** chrisbirk has quit IRC
[22:03:50] *** Scombr0 has quit IRC
[22:04:04] *** tesarek has quit IRC
[22:04:13] *** dandaman has quit IRC
[22:04:23] *** Autolycus has quit IRC
[22:04:24] *** dandaman has joined #angularjs
[22:04:31] *** Germanaz0 has quit IRC
[22:05:03] *** dandaman has quit IRC
[22:05:08] *** infurno has quit IRC
[22:05:20] *** dandaman has joined #angularjs
[22:05:51] <quangl> wth
[22:05:52] *** dandaman has quit IRC
[22:05:54] *** Arth has joined #angularjs
[22:06:01] <Arth> Hello
[22:06:09] <quangl> in the code i see return inside of a return
[22:06:20] <quangl> return function () {return "");
[22:06:24] <quangl> is that right?
[22:06:36] <quangl> is the outer return redundant?
[22:06:41] *** tesarek has joined #angularjs
[22:06:44] <quangl> or is this an angular thing?
[22:06:54] *** ngbot has joined #angularjs
[22:06:55] *** ngbot has left #angularjs
[22:07:33] <Arth> Can I ask a question about Angular2? I have little problem
[22:07:40] *** Ir1sh has joined #angularjs
[22:07:55] *** dandaman has joined #angularjs
[22:08:08] *** doginal has joined #angularjs
[22:08:18] <quangl> no
[22:08:29] *** Shaboum has quit IRC
[22:08:30] <Arth> Why not? :x
[22:08:38] <quangl> cuz u asked
[22:08:51] *** bayousoft has joined #angularjs
[22:08:57] *** Shaboum has joined #angularjs
[22:09:15] *** Zalabinsky has quit IRC
[22:09:16] *** Shaboum has quit IRC
[22:09:34] <Arth> Anyway I'm going to try ;x
[22:09:40] *** Shaboum has joined #angularjs
[22:10:01] <quangl> ok
[22:11:00] *** dandaman has quit IRC
[22:11:05] *** dandaman1 has joined #angularjs
[22:11:37] *** Germanaz0 has joined #angularjs
[22:11:42] *** JackFruh has joined #angularjs
[22:11:53] *** Shaboum has quit IRC
[22:12:16] *** Autolycus has joined #angularjs
[22:12:44] *** conan_the_destro has joined #angularjs
[22:13:15] *** Erati has quit IRC
[22:13:25] *** Sky[x] has quit IRC
[22:13:33] *** mylord has quit IRC
[22:13:57] <Arth> I've made component with some css and I want to get some element properties. I am using getProperty(this.elementView, 'height') but it says its undefined, so I uses hasProperty() and it says false. I checked in browser how this element looks and it have two css elemets. One is element{} and second is one I've defined. When I add style by using setStyle() it adds it to element{}. Why is that?
[22:14:08] *** Erati has joined #angularjs
[22:14:12] <Arth> used*
[22:14:15] *** buzzedword has joined #angularjs
[22:14:56] *** graphettion has joined #angularjs
[22:14:59] <Arth> How can I get style/property from class I've defined?
[22:16:08] *** zivester has joined #angularjs
[22:18:31] *** Erati has quit IRC
[22:18:55] *** buzzedword has quit IRC
[22:19:10] *** cotko has joined #angularjs
[22:20:22] <BahamutWC|Work> Arth: have you taken a look into elementRef.nativeElement?
[22:20:55] *** davi has joined #angularjs
[22:20:56] *** davi has joined #angularjs
[22:21:11] <Arth> not yet, gonna read about it
[22:22:47] *** buzzedword has joined #angularjs
[22:23:26] <Arth> It says "Use this API as the last resort when direct access to DOM is needed." So is there better way to do this?
[22:24:32] *** s123 has joined #angularjs
[22:25:28] *** dandaman1 has left #angularjs
[22:25:30] *** Sky[x] has joined #angularjs
[22:25:44] *** zivester has quit IRC
[22:27:26] *** joelwallis has joined #angularjs
[22:28:10] *** dascodeman has joined #angularjs
[22:31:52] *** drej has quit IRC
[22:32:30] *** kuadrosx has quit IRC
[22:32:48] *** kuadrosx has joined #angularjs
[22:33:03] *** whitebook has quit IRC
[22:33:22] *** cotko has quit IRC
[22:33:30] *** miqid has joined #angularjs
[22:34:47] *** tarnus has joined #angularjs
[22:35:03] *** tarnus_ has quit IRC
[22:35:33] *** Erati has joined #angularjs
[22:35:46] *** jacksonmills has quit IRC
[22:37:22] *** Erati has quit IRC
[22:38:45] *** kuadrosx has quit IRC
[22:38:45] *** dszmaj has joined #angularjs
[22:38:48] *** zivester has joined #angularjs
[22:41:10] *** Jeschli has quit IRC
[22:43:08] *** cyan__ has quit IRC
[22:44:25] *** Drew| has quit IRC
[22:45:22] *** Arth has quit IRC
[22:46:37] *** pimlu has joined #angularjs
[22:47:19] *** JD-Robbs has joined #angularjs
[22:47:41] *** cstipkovic has joined #angularjs
[22:47:44] *** dulax has joined #angularjs
[22:47:53] *** smccarthy has joined #angularjs
[22:48:02] *** Mounica has joined #angularjs
[22:48:10] *** plex0r has joined #angularjs
[22:48:24] *** barum has joined #angularjs
[22:48:26] *** kuadrosx has joined #angularjs
[22:48:55] *** uly has joined #angularjs
[22:49:24] *** davi has quit IRC
[22:50:28] *** drej has joined #angularjs
[22:51:00] *** Garfield-fr has quit IRC
[22:51:54] *** fscala has quit IRC
[22:52:07] *** zigzagzig has quit IRC
[22:52:10] *** Drew| has joined #angularjs
[22:52:40] *** fscala has joined #angularjs
[22:53:00] *** s00pcan has quit IRC
[22:53:09] *** sergey__ has quit IRC
[22:53:30] *** lnrdo has joined #angularjs
[22:53:50] *** whitebook has joined #angularjs
[22:53:52] *** bayousoft has quit IRC
[22:54:01] *** tesarek has quit IRC
[22:54:41] *** s00pcan has joined #angularjs
[22:55:55] *** whiteboo_ has joined #angularjs
[22:56:17] *** Garfield-fr has joined #angularjs
[22:56:38] *** dszmaj has quit IRC
[22:56:46] *** ferr has joined #angularjs
[22:57:08] *** plex0r has quit IRC
[22:57:12] *** zigzagzig has joined #angularjs
[22:57:27] *** sssilver has joined #angularjs
[22:57:51] *** Aliks has quit IRC
[22:58:04] *** lnrdo has quit IRC
[22:58:05] *** chrisbirk has joined #angularjs
[22:58:13] *** Rou has joined #angularjs
[22:58:27] *** cyan__ has joined #angularjs
[22:58:59] *** whitebook has quit IRC
[22:59:47] *** sssilver has quit IRC
[23:00:25] *** zigzagzig has quit IRC
[23:00:31] *** sssilver has joined #angularjs
[23:00:35] *** lkjhgfds has quit IRC
[23:01:01] *** diosney has quit IRC
[23:01:10] *** whiteboo_ has quit IRC
[23:01:10] *** diosney has joined #angularjs
[23:01:17] *** mischat has quit IRC
[23:01:23] *** willeponken has joined #angularjs
[23:01:23] *** zz_KLUTCH- has joined #angularjs
[23:01:24] *** paolo has joined #angularjs
[23:01:57] *** siba has joined #angularjs
[23:02:24] *** soee has quit IRC
[23:02:31] *** whitebook has joined #angularjs
[23:02:38] *** baweaver has quit IRC
[23:02:48] *** Z3R0 has joined #angularjs
[23:03:08] *** Germanaz0 has quit IRC
[23:04:36] *** Germanaz0 has joined #angularjs
[23:05:05] *** whitebook has quit IRC
[23:05:08] *** drej has quit IRC
[23:05:11] *** dan2k3k4 has joined #angularjs
[23:06:32] *** ahhhndi has quit IRC
[23:06:39] *** Erati has joined #angularjs
[23:06:43] *** whitebook has joined #angularjs
[23:06:56] *** jsonmurphy has quit IRC
[23:07:53] *** mrjmd has quit IRC
[23:08:39] *** ngbot has joined #angularjs
[23:08:40] *** ngbot has left #angularjs
[23:09:31] *** Erati has quit IRC
[23:10:29] *** CanyonMan has quit IRC
[23:10:57] *** Aliks has joined #angularjs
[23:11:15] *** whitebook has quit IRC
[23:11:30] *** willeponken has quit IRC
[23:11:31] *** zz_KLUTCH- has quit IRC
[23:11:31] *** paolo has quit IRC
[23:11:52] *** Drew| has quit IRC
[23:11:57] *** willeponken has joined #angularjs
[23:11:57] *** zz_KLUTCH- has joined #angularjs
[23:11:57] *** paolo has joined #angularjs
[23:13:04] *** Erati has joined #angularjs
[23:13:06] *** greatdex has quit IRC
[23:13:50] *** mary5030 has quit IRC
[23:14:00] *** dszmaj has joined #angularjs
[23:14:36] *** bayousoft has joined #angularjs
[23:14:45] *** Erati has quit IRC
[23:17:17] *** Germanaz0 has quit IRC
[23:20:25] *** bayousoft has quit IRC
[23:20:26] *** Sky[x] has quit IRC
[23:20:42] *** empyreany has joined #angularjs
[23:21:27] *** dascodeman has quit IRC
[23:21:49] *** Erati has joined #angularjs
[23:22:10] *** willeponken has quit IRC
[23:22:11] *** zz_KLUTCH- has quit IRC
[23:22:11] *** paolo has quit IRC
[23:23:02] *** Rou_ has joined #angularjs
[23:23:12] *** Embassy has quit IRC
[23:23:30] *** Erati has quit IRC
[23:23:36] *** Rou has quit IRC
[23:24:12] *** dszmaj has quit IRC
[23:25:07] *** D-Boy has quit IRC
[23:25:39] *** Aliks has quit IRC
[23:26:06] *** jlebrech has joined #angularjs
[23:26:27] *** bayousoft has joined #angularjs
[23:26:41] *** Aliks has joined #angularjs
[23:28:27] *** chrisbirk has quit IRC
[23:28:55] *** ferr has quit IRC
[23:30:35] *** jlebrech has quit IRC
[23:30:37] *** joelwallis has quit IRC
[23:30:42] *** webdev007 has joined #angularjs
[23:31:26] *** greengriminal has joined #angularjs
[23:31:27] *** cyan__ has quit IRC
[23:31:59] *** teamplayer has joined #angularjs
[23:32:15] *** chrisbirk has joined #angularjs
[23:33:13] *** skcin7 has joined #angularjs
[23:34:23] *** diosney has quit IRC
[23:34:32] *** diosney has joined #angularjs
[23:34:42] *** bayousoft has quit IRC
[23:34:49] *** Erati has joined #angularjs
[23:35:11] *** bayousoft has joined #angularjs
[23:35:26] *** skcin7_ has quit IRC
[23:35:28] *** bayousoft has quit IRC
[23:36:48] *** sbasso has joined #angularjs
[23:36:59] *** zigzagzig has joined #angularjs
[23:37:24] *** Es0teric has quit IRC
[23:38:06] *** skcin7 has quit IRC
[23:38:07] *** ddelrio1986_ has quit IRC
[23:38:44] *** dan2k3k4 has quit IRC
[23:39:23] *** Guevara has joined #angularjs
[23:39:35] *** greatdex has joined #angularjs
[23:40:07] *** fees has quit IRC
[23:40:26] *** zigzagzig has quit IRC
[23:41:04] *** mischat has joined #angularjs
[23:41:49] *** Z3R0 has quit IRC
[23:43:02]
<Guevara> Hello! When I upload a .tab file using angularjs the "type" is empty. What do I need to recognize this type of file? http://i.imgur.com/l6SLB4g.png
[23:43:44] *** buzzedword has quit IRC
[23:43:46] *** aghiuru has quit IRC
[23:44:24] *** italoacasas has quit IRC
[23:44:28] *** Erati has quit IRC
[23:44:36] *** buzzedword has joined #angularjs
[23:45:21] *** cyan__ has joined #angularjs
[23:46:06] *** sbellina has quit IRC
[23:46:45] *** cyan__ has quit IRC
[23:47:21] *** cyan__ has joined #angularjs
[23:48:19] *** one_zero has joined #angularjs
[23:48:56] *** dcherman has quit IRC
[23:50:06] *** diosney has quit IRC
[23:50:13] *** diosney has joined #angularjs
[23:51:20] *** aghiuru has joined #angularjs
[23:52:02] *** Z3R0 has joined #angularjs
[23:53:31] *** aghiuru has quit IRC
[23:53:45] *** aghiuru has joined #angularjs
[23:54:03] *** D-Boy has joined #angularjs
[23:54:28] *** prbc has quit IRC
[23:54:37] *** baweaver has joined #angularjs
[23:56:43] *** dman777_alter has quit IRC
[23:56:48] *** ferr has joined #angularjs
[23:57:01] *** dcherman has joined #angularjs
[23:57:43] *** dimtruck is now known as zz_dimtruck
[23:59:00] *** Ir1sh has quit IRC
[23:59:29] *** Ir1sh has joined #angularjs
[23:59:30] *** baweaver has quit IRC
[23:59:37] *** Mounica has quit IRC