[00:00:01] *** squeaky-clean has quit IRC
[00:00:39] *** evilaliv3 has quit IRC
[00:01:03] *** ctanga has quit IRC
[00:01:13] *** patrick99e99 has joined #angularjs
[00:01:42] *** Linell has quit IRC
[00:01:45] <m0> If I have <tabpane><tab><lazycomp /></tab></tabpane> How can I design it so that tabpane communicate back to lazycomp? I don't want to broadcast global messages like htat
[00:02:09] *** mccarron_ has quit IRC
[00:02:45] *** joroc has joined #angularjs
[00:03:00] *** foofoobar_ has joined #angularjs
[00:03:21] *** glosoli has joined #angularjs
[00:03:35] <subone> m0: The approach I'm imagining is: You have a tab-container and tabs. The tab-container exposes a controller, which a tab requires in the directive definition. When a tab is added it calls a method on the tab-container controller to add itself (and its controller) to the tab-container's list of tabs. There are methods on tab-container and tab controllers to be able to communicate things like "You are now the active tab", "You
[00:03:48] *** foofoobar has quit IRC
[00:03:48] *** foofoobar_ is now known as foofoobar
[00:03:52] *** morenoh150 has quit IRC
[00:04:32] *** Menorah has joined #angularjs
[00:04:42] <subone> srsgores: not sure what you mean, you want access to the resolved resource before the promise resolves?
[00:05:09] <SomeKittens> What's the browser compatibility of custom elements?
[00:05:22] <drag0nius> how can i insert angular-loader with gulp?
[00:05:29] <srsgores> subzone: of course not! I simply need to resolve the promise as soon as the controller is instantiated
[00:05:53] <SomeKittens> subone: is that any non-standard elements?
[00:05:54] <m0> subone: once you communicate you are the active tab, how would the lazycomp know it is active?
[00:05:57] *** patrick99e99 has quit IRC
[00:06:06] <SomeKittens> I'm getting conflicting opinions on what "Compatibility" means
[00:06:10] *** dllama1 has joined #angularjs
[00:06:30] *** aven1 has quit IRC
[00:06:32] *** KushS has joined #angularjs
[00:06:36] <subone> SomeKittens: not sure what you mean
[00:06:48] <SomeKittens> I mean, FF still loads them.
[00:06:49] *** iribarne has quit IRC
[00:06:54] *** dsdeiz has quit IRC
[00:06:55] <SomeKittens> (pretty sure they're just treated like a div)
[00:06:59] <subone> m0: Wouldn't it know it was active until the next time it gets told it is not active?
[00:07:16] <SomeKittens> i.e. do I need to switch all my directives to `replace: 'A'` ?
[00:08:22] <subone> I think the issues related with using custom elements is mostly <=IE8 related
[00:08:24] <m0> subone: The tab does, maybe my issue is that I have <tabcomponent><tab><lazycomp></tab></tabcomponent>, tab knows, but lazycomp doesn't know. Maybe I need to merge tab and lazycomp and make it lazyPeopleTab
[00:08:47] <subone> o i c
[00:09:17] <SomeKittens> ah, that makes sense.
[00:09:19] *** Dead_Thinker has joined #angularjs
[00:09:25] <SomeKittens> we're not supporting that far down anyway.
[00:09:28] *** Dead_Thinker has left #angularjs
[00:09:30] *** jtimon has quit IRC
[00:09:43] *** dllama has quit IRC
[00:09:58] *** jonasliljestrand has quit IRC
[00:10:15] *** jdivock has quit IRC
[00:11:04] *** RobinBAwesome has quit IRC
[00:11:09] *** chrisshattuck has joined #angularjs
[00:11:14] *** KushS has quit IRC
[00:11:41] *** dcherman2 has joined #angularjs
[00:11:54] *** evotuned has quit IRC
[00:12:05] *** dcherman has quit IRC
[00:12:05] *** annlewis has quit IRC
[00:12:40] *** wallerdev has quit IRC
[00:13:17] *** ripper has joined #angularjs
[00:13:28] <subone> m0: I'm not sure this is the best way, but assuming your tab surrounds your lazycomp, your tab could expose methods on scope that lazycomp can call to configure tab
[00:13:57] *** shackleford has quit IRC
[00:14:09] <subone> for example, so the controller can tell the tab what method to call when it becomes inactive or active
[00:16:15] *** jaredwilli has quit IRC
[00:16:22] *** sonofdirt has quit IRC
[00:17:06] *** apparition168 has joined #angularjs
[00:18:15] *** gunn_ has joined #angularjs
[00:19:13] *** Oxynum has joined #angularjs
[00:19:20] *** gunn has quit IRC
[00:20:51] *** stormbytes has quit IRC
[00:20:58] *** woebtz has joined #angularjs
[00:21:20] *** tfennelly has joined #angularjs
[00:21:32] *** juanpablo_____ has joined #angularjs
[00:21:53] *** chrisshattuck has quit IRC
[00:22:22] *** mmealling has quit IRC
[00:22:23] *** glosoli has quit IRC
[00:22:38] *** dcherman2 has quit IRC
[00:22:48] *** nickgs has joined #angularjs
[00:22:54] *** F1LT3R has joined #angularjs
[00:22:56] *** italoacasas has joined #angularjs
[00:22:57] <Coldice> I need somehelp regarding url and params
[00:23:07] *** bmac has quit IRC
[00:23:14] *** italoacasas has quit IRC
[00:23:14] <Coldice> I may have missunderstod the documentation
[00:23:28] *** fouadm has quit IRC
[00:23:29] *** DevX101 has joined #angularjs
[00:23:37] *** tfennelly has quit IRC
[00:23:58] <subone> gonna need more to go on Coldice
[00:24:06] *** italoacasas has joined #angularjs
[00:24:07] *** jonatas_oliveira has quit IRC
[00:24:14] *** wallerdev has joined #angularjs
[00:24:24] *** juanpablo____ has quit IRC
[00:24:25] <Coldice> When I visist /monitoring/details/1 - it redirects me back to /
[00:24:29] *** chrisshattuck has joined #angularjs
[00:24:43] *** mary5030 has quit IRC
[00:25:08] <subone> Is there a route for /monitoring/details/1 ?
[00:25:12] <subone> or /monitoring/details/:something
[00:25:30] *** macabre has quit IRC
[00:25:30] <Coldice> Look at the pastebin....
[00:25:38] <Coldice> it should be /monitoring/details/:something
[00:25:41] *** oniijin has quit IRC
[00:25:56] *** nc90_ has quit IRC
[00:26:15] *** djvirgen has quit IRC
[00:26:16] *** juanpablo_____ has quit IRC
[00:26:29] *** ninkotech__ has quit IRC
[00:27:17] *** F1LT3R has quit IRC
[00:27:18] <subone> Oh, is this ui-router... idk about that
[00:27:27] *** foofoobar has quit IRC
[00:27:43] <Coldice> Yes it is
[00:27:59] <Coldice> is there a huge difference between that and other?
[00:27:59] *** dave_boling has joined #angularjs
[00:28:05] <wafflej0ck> Coldice: no
[00:28:06] <subone> IDK, never used it
[00:28:11] *** 64MABF41G has joined #angularjs
[00:28:31] <Coldice> kk
[00:28:47] <wafflej0ck> Coldice: make your url for the substate like /details/:hostID
[00:28:54] *** djvirgen has joined #angularjs
[00:28:58] *** araujo has quit IRC
[00:28:58] <wafflej0ck> Coldice: it'll start off with the parent states URL and append whatever you have there
[00:29:02] *** richiebkr has quit IRC
[00:29:15] *** Boneko has joined #angularjs
[00:29:35] <Coldice> Gah, I gotta read.
[00:29:38] <Coldice> Absolute Routes (^)
[00:29:41] *** recidive has quit IRC
[00:30:16] *** morenoh149 has joined #angularjs
[00:30:58] *** DevX101 has quit IRC
[00:31:14] *** shampine has quit IRC
[00:31:24] *** tschundeee has joined #angularjs
[00:31:35] *** morenoh149 has quit IRC
[00:31:37] *** zz_night-owl is now known as night-owl
[00:31:39] *** araujo has joined #angularjs
[00:31:42] *** Soop has joined #angularjs
[00:31:46] *** shampine has joined #angularjs
[00:31:47] *** recurrence has joined #angularjs
[00:31:55] *** morenoh149 has joined #angularjs
[00:31:59] *** dobladez has joined #angularjs
[00:32:09] *** iribarne has joined #angularjs
[00:32:45] *** aven1 has joined #angularjs
[00:34:26] <Coldice> wafflej0ck: you used ui router?
[00:35:21] <wafflej0ck> Coldice: yeah I use it now I started off with ngRoute, it's a bit simpler but the config is almost the same between the two for the basics
[00:35:39] *** dcherman2 has joined #angularjs
[00:35:44] <Coldice> wafflej0ck: having problems passing stateParams onto the controller which is in a seperate file :(
[00:35:46] *** subone has quit IRC
[00:35:51] *** tschundeee has quit IRC
[00:36:10] *** nickgs has quit IRC
[00:36:13] *** shampine has quit IRC
[00:36:45] *** nickgs has joined #angularjs
[00:36:49] *** DevX101 has joined #angularjs
[00:36:57] *** Siecje has joined #angularjs
[00:37:00] *** joroc has quit IRC
[00:37:28] *** chrisshattuck has quit IRC
[00:38:12] *** platonic has quit IRC
[00:38:21] *** ianpirro has quit IRC
[00:38:30] *** mspier is now known as mspier|away
[00:39:06] *** DevX101 has quit IRC
[00:39:17] *** srsgores has left #angularjs
[00:40:55] *** vassagus has quit IRC
[00:41:40] *** DevX101 has joined #angularjs
[00:41:40] *** deanclkclk has quit IRC
[00:42:06] *** caiges has joined #angularjs
[00:42:57] *** Boneko has quit IRC
[00:43:39] *** Aerospark has joined #angularjs
[00:43:44] *** caitp has joined #angularjs
[00:43:53] <d0ngz> hello any help?
[00:44:44] *** zz_moogey is now known as moogey
[00:44:45] *** platonic has joined #angularjs
[00:45:13] *** ries has quit IRC
[00:45:26] *** shaisnir has quit IRC
[00:45:48] *** shaisnir has joined #angularjs
[00:45:49] <Coldice> d0ngz: that doesn't hlep us
[00:45:50] <d0ngz> im using firebase and angularfire. i have an simple ng-repeat for a todo list. im connecting to a firebase url but in my html i get 5 blank elements listed.
[00:45:54] <Coldice> we need more info
[00:46:06] *** h0ru5 has quit IRC
[00:46:06] *** ninkotech has joined #angularjs
[00:47:14] <d0ngz> above code is not working just pasted .js and the partial
[00:47:24] *** iribarne has quit IRC
[00:47:37] <d0ngz> my question is why is listing five checkbox is there is no data in firebase
[00:47:49] *** benjamingr has joined #angularjs
[00:47:54] *** cthrax has quit IRC
[00:48:53] *** Aliks has quit IRC
[00:48:55] *** RobinBAwesome has joined #angularjs
[00:49:28] *** alpha080 has joined #angularjs
[00:49:56] *** DevX101 has quit IRC
[00:50:29] *** DevX101 has joined #angularjs
[00:50:54] *** sheplu has quit IRC
[00:51:45] <wafflej0ck> d0ngz: check the network section in the debug panel to see what's coming back from the request to firebase
[00:52:07] *** wallerdev has quit IRC
[00:53:02] *** AimerPaddle has quit IRC
[00:54:40] *** foofoobar has joined #angularjs
[00:55:10] *** DevX101 has quit IRC
[00:55:13] *** laax has joined #angularjs
[00:55:35] *** dobladez has quit IRC
[00:56:32] *** Nurbs has quit IRC
[00:58:37] *** jrist has quit IRC
[00:59:17] *** earthquake has joined #angularjs
[00:59:45] *** ninkotech has quit IRC
[01:00:22] *** iribarne has joined #angularjs
[01:00:47] *** tripu has joined #angularjs
[01:01:05] *** ninkotech has joined #angularjs
[01:01:20] *** FunnyLookinHat_ has quit IRC
[01:02:00] *** tripu has quit IRC
[01:02:32] *** shampine has joined #angularjs
[01:02:48] *** joroc has joined #angularjs
[01:02:57] *** recurrence has quit IRC
[01:03:05] *** adben- has quit IRC
[01:03:54] <d0ngz> wafflej0ck, i cannot find any debug panel . in my json export i get "null"
[01:04:20] *** djvirgen has quit IRC
[01:04:53] *** ron1 has quit IRC
[01:05:04] *** mzabriskie has joined #angularjs
[01:05:25] *** zivester has joined #angularjs
[01:05:39] *** nemothekid has joined #angularjs
[01:06:02] *** nya has quit IRC
[01:06:30] *** aven1 has quit IRC
[01:06:59] *** djvirgen has joined #angularjs
[01:07:35] *** shampine has quit IRC
[01:08:33] <drag0nius> does that 'angular-loader' even work?
[01:08:45] *** stormbytes has joined #angularjs
[01:08:47] *** tschundeee has joined #angularjs
[01:11:01] *** DevX101 has joined #angularjs
[01:11:24] *** DevX101 has quit IRC
[01:12:07] *** ianpirro has joined #angularjs
[01:12:53] *** Skrypter_ has joined #angularjs
[01:13:49] *** Skrypter has quit IRC
[01:13:50] *** Laserbeak43 has joined #angularjs
[01:14:03] *** shampine has joined #angularjs
[01:14:03] *** shampine has joined #angularjs
[01:14:57] *** shaisnir has quit IRC
[01:15:06] *** elrabin has quit IRC
[01:15:18] *** Laserbeak has quit IRC
[01:15:19] <wafflej0ck> d0ngz: F12 in Chrome
[01:15:42] *** elrabin has joined #angularjs
[01:16:03] *** Aerospark has quit IRC
[01:16:07] *** angymike has joined #angularjs
[01:16:36] *** ianpirro has quit IRC
[01:16:39] *** Aerospark has joined #angularjs
[01:16:59] *** ianpirro has joined #angularjs
[01:18:13] *** Laserbeak43 has quit IRC
[01:18:15] *** seanouimet has joined #angularjs
[01:18:26] <angymike> anyone recommend a good book on angular development?
[01:19:06] *** gauravsaini03 has joined #angularjs
[01:19:43] <Coldice> I have a problem with setting "active" class on an element from Directive
[01:19:47] *** Laserbeak has joined #angularjs
[01:19:56] <Coldice> It works for other pages, except /
[01:20:00] <Coldice> the root page
[01:20:15] *** lewdev has quit IRC
[01:20:22] *** elrabin has quit IRC
[01:20:37] *** DevX101 has joined #angularjs
[01:20:51] <Coldice> Oh, I had to edit "otherwise" url to be correct...
[01:21:19] <Coldice> Also, I love directives<3
[01:21:28] *** Aerospark has quit IRC
[01:22:00] *** juanpablo_____ has joined #angularjs
[01:22:17] *** TommyO has quit IRC
[01:22:23] *** bkuberek has quit IRC
[01:22:51] *** evotuned has joined #angularjs
[01:23:02] *** DevX101 has quit IRC
[01:23:17] <Coldice> angymike: thanks!
[01:23:22] *** ron_frown has joined #angularjs
[01:23:40] <angymike> scrolled to the bottom yet?
[01:24:54] <Coldice> I did, damn
[01:25:14] <Coldice> and all those languages which I don't speak :(
[01:25:20] <Coldice> or read
[01:25:29] *** seanouimet has quit IRC
[01:25:46] *** drag0nius has quit IRC
[01:25:50] *** dave_boling has quit IRC
[01:26:01] *** seanouimet has joined #angularjs
[01:26:06] *** grox has joined #angularjs
[01:26:29] *** juanpablo_____ has quit IRC
[01:26:59] <angymike> the English list is 5 times longer than any of the foreign language lists, you won't have a problem, but I'll have to say, that while learning Backbone I actually found it helpful to read a tutorial in Portugese
[01:27:07] *** evotuned has quit IRC
[01:27:25] *** jiverson has quit IRC
[01:31:24] *** Mxyzpltk has quit IRC
[01:32:12] *** recurrence has joined #angularjs
[01:32:41] *** ianpirro has quit IRC
[01:32:45] *** aven1 has joined #angularjs
[01:32:57] *** bmac has joined #angularjs
[01:33:01] *** ximenean_ has joined #angularjs
[01:33:29] *** vbabiy has quit IRC
[01:35:07] *** gauravsaini03 has quit IRC
[01:35:14] *** alpha080 has quit IRC
[01:35:21] *** dimetron has quit IRC
[01:36:04] *** joroc has quit IRC
[01:36:08] *** jaredwilli has joined #angularjs
[01:37:34] *** ximenean_ has quit IRC
[01:37:58] *** ingsoc has quit IRC
[01:40:34] *** annlewis has joined #angularjs
[01:41:22] *** poolside has joined #angularjs
[01:41:33] *** juampy has quit IRC
[01:41:58] *** angymike has quit IRC
[01:42:24] *** soee_ has joined #angularjs
[01:44:17] *** plekplek has quit IRC
[01:44:20] *** jaredwilli has quit IRC
[01:44:52] *** joshontheweb has quit IRC
[01:45:03] *** metasansana has joined #angularjs
[01:45:14] *** metasansana has joined #angularjs
[01:45:39] *** soee has quit IRC
[01:46:46] *** poolside has left #angularjs
[01:46:48] *** nickgs has quit IRC
[01:48:00] *** gunn_ has quit IRC
[01:48:35] *** cigarshark has joined #angularjs
[01:48:41] *** sjt003 has quit IRC
[01:49:27] *** zerd has joined #angularjs
[01:49:53] *** renlo has joined #angularjs
[01:50:23] *** recurrence has quit IRC
[01:50:49] *** freeman42 has quit IRC
[01:51:26] *** renlo has quit IRC
[01:52:06] *** JeffBuhrt has left #angularjs
[01:52:21] *** freeman42 has joined #angularjs
[01:53:29] *** bmac has quit IRC
[01:53:41] *** mtho11 has quit IRC
[01:54:22] *** nownot has joined #angularjs
[01:54:32] <nownot> looking to build a single app that fits desktop and mobile, does ionic also work as a desktop app? if not is there some way to re-use the controllers across an angular app?
[01:55:03] *** julaboy has quit IRC
[01:55:05] *** tschundeee has quit IRC
[01:55:16] *** vinimdocarmo has joined #angularjs
[01:56:18] *** italoacasas has quit IRC
[01:56:40] *** italoacasas has joined #angularjs
[01:57:00] <Foxandxss> nownot: you can certainly share some code
[01:57:16] <nownot> Foxandxss: any links you can share on how to do this?
[01:57:36] *** Zentdayn has joined #angularjs
[01:57:39] <Foxandxss> I don't have anything at hand
[01:57:44] *** chrisshattuck has joined #angularjs
[01:57:45] *** julaboy has joined #angularjs
[01:58:20] <nownot> just a fyi incase anyone else is wondering
[01:59:04] *** platonic has quit IRC
[01:59:04] <Foxandxss> I like what "luisrudge" does there
[02:00:05] *** earthquake has quit IRC
[02:01:26] *** Me has joined #angularjs
[02:01:39] <Me> hello
[02:01:50] *** Me is now known as Guest27656
[02:02:10] *** patrick99e99 has joined #angularjs
[02:02:13] <Beg> I have a $scope.viewMode=true and I want to use it inside a directive. I have a isolated scope on the directive, how do I solve this ?
[02:02:43] <Guest27656> i am trying to upload a file
[02:02:47] *** joroc has joined #angularjs
[02:03:01] <Guest27656> i append the file to FormData()
[02:03:27] <Guest27656> when trying to view it in the console, the FormData array is empty
[02:03:35] *** nownot has quit IRC
[02:03:48] <Guest27656> however, the $scope.files has the file array data in it
[02:03:49] *** laax_ has joined #angularjs
[02:04:24] *** moogey has quit IRC
[02:04:42] *** Guest27656 has quit IRC
[02:05:14] <seanouimet> Beg: your own directive?
[02:05:15] *** ron1 has joined #angularjs
[02:05:37] *** laax has quit IRC
[02:05:49] *** fouadm has joined #angularjs
[02:05:49] <Beg> seanouimet: yeah
[02:06:05] *** platonic has joined #angularjs
[02:06:22] <Beg> I tried scope:{viewMode:"=viewMode"} but it doesn't throw any errors or react
[02:06:27] *** ericbutters has quit IRC
[02:06:30] *** aven1 has quit IRC
[02:06:37] *** patrick99e99 has quit IRC
[02:06:49] <seanouimet> On your directive definition: scope: { viewMode: "=" } would two-way bind. Then you would <my-directive viewMode="viewMode"></my-directive>
[02:07:00] <wafflej0ck> seanouimet: view-mode in html
[02:07:27] <seanouimet> wafflej0ck: good call, thnx, been in emberjs a little too much these last few weeks
[02:07:45] *** Reskp has quit IRC
[02:08:01] <Beg> seanouimet: ahh alright thanks :))
[02:08:29] <seanouimet> Except < ... view-mode="">, if you didn't see wafflej0ck's comment
[02:09:48] <Beg> seanouimet: Is that the only way to get the scope?
[02:10:01] <seanouimet> Beg: FYI the second use of the same scope/attribute name is on the right (after the =) is redundant and can be removed, unless you want {internalScopeName: "=externalAttributeName"}
[02:10:05] *** ron1 has quit IRC
[02:10:15] <seanouimet> $parent.viewMode is a bit of a tricky you could use too
[02:10:22] *** Oxynum has quit IRC
[02:10:25] <seanouimet> To get the $parent scope, but I generally discourage this
[02:10:42] <Beg> not using it would ruin my semantics
[02:10:50] <seanouimet> Better to give a consistent, reusable hook to your directive. Makes it easier to throw in another place without expectations of how the container is setup.
[02:11:10] *** CanyonMan has quit IRC
[02:11:22] *** Aliks has joined #angularjs
[02:11:22] <Beg> I have a directive to show or edit text
[02:11:37] <Beg> I would like to disable some logic when it's in viewmode
[02:11:44] <vinimdocarmo> You can also get the viewModel as a property of the third argument passed to the link function
[02:11:54] *** dcherman2 has quit IRC
[02:12:00] *** nnals has joined #angularjs
[02:12:23] *** F1LT3R has joined #angularjs
[02:12:32] <seanouimet> Is this a child directive? As in always under another directive?
[02:12:48] *** Oxynum has joined #angularjs
[02:12:48] *** Menorah has quit IRC
[02:12:54] *** alpha080 has joined #angularjs
[02:13:19] *** mzabriskie has quit IRC
[02:13:28] *** Aerospark has joined #angularjs
[02:13:44] *** annlewis has quit IRC
[02:13:58] <seanouimet> <fancy-text><!-- stuff --><toolbar view-mode="viewMode"></toolbar></fancy-text>
[02:14:04] *** DLSteve has quit IRC
[02:14:20] *** nnals has left #angularjs
[02:14:26] <seanouimet> Where fancy-text maintains the original viewMode state?
[02:14:49] *** nuizzy has quit IRC
[02:14:53] * seanouimet is guessing examples based on your loose description
[02:15:01] *** Zren has quit IRC
[02:15:13] *** stormbytes has quit IRC
[02:15:18] *** dcherman has joined #angularjs
[02:15:21] *** Zren has joined #angularjs
[02:17:16] *** F1LT3R has quit IRC
[02:17:26] *** jumpstracks has quit IRC
[02:17:48] *** nuizzy has joined #angularjs
[02:17:50] *** night-owl is now known as zz_night-owl
[02:17:51] <seanouimet> Heading off in a few Beg, last chance to pass an example to me
[02:18:29] *** Reskp has joined #angularjs
[02:18:44] *** jumpstracks has joined #angularjs
[02:19:05] *** Reskp has quit IRC
[02:19:23] <seanouimet> Alright, well, a third option (if so) is the "requires" option, where you can require a parent controller which will be accessible to the link function
[02:19:32] *** Reskp has joined #angularjs
[02:19:48] *** iateadonut has quit IRC
[02:19:50] *** despai has quit IRC
[02:20:09] *** Aerospark has quit IRC
[02:20:41] *** Soop has quit IRC
[02:21:04] *** marr has quit IRC
[02:21:44] *** gunn has joined #angularjs
[02:21:47] *** chrisshattuck has quit IRC
[02:22:07] *** skittles_ has joined #angularjs
[02:22:27] *** doug64k has quit IRC
[02:22:33] *** chrisshattuck has joined #angularjs
[02:22:40] *** johnstorey has joined #angularjs
[02:22:51] <skittles_> hey, I am trying to use revel golfing framework with angular... I have changed the revel delim to [[]] and angular is freaking out over it. does anyone have an idea?
[02:23:01] *** MrBaboon has quit IRC
[02:24:02] *** Reskp has quit IRC
[02:24:06] *** nuizzy has quit IRC
[02:24:40] <vinimdocarmo> skittles_, can you pass a snippet code ?
[02:25:04] <skittles_> never mind, I got it... apparently if you surround the delim in '' it works
[02:25:15] <skittles_> its been a long day, sorry for dumb question lol
[02:25:38] *** Foxandxss has quit IRC
[02:25:52] <vinimdocarmo> that's ok
[02:26:11] *** cigarshark has quit IRC
[02:26:26] *** hell_razer has joined #angularjs
[02:27:19] *** debunk has quit IRC
[02:27:55] *** josh-k has joined #angularjs
[02:29:10] *** djvirgen has quit IRC
[02:29:18] *** morenoh149 has quit IRC
[02:29:22] *** chrisshattuck has quit IRC
[02:30:09] *** vinimdocarmo has left #angularjs
[02:30:24] *** Menorah has joined #angularjs
[02:30:42] *** seanouimet has quit IRC
[02:30:45] *** johnstorey has quit IRC
[02:31:01] *** soee_ has quit IRC
[02:31:04] *** tristanp_ has joined #angularjs
[02:31:59] *** RobinBAwesome has quit IRC
[02:32:48] *** aven1 has joined #angularjs
[02:33:20] *** vinimdocarmo has joined #angularjs
[02:33:46] *** fouadm has quit IRC
[02:34:10] *** laax_ has quit IRC
[02:34:13] <vonnegut> hey, how does angular work?
[02:34:15] <vonnegut> (jk)
[02:34:45] *** iateadonut has joined #angularjs
[02:34:57] *** joroc has quit IRC
[02:35:21] *** TheAceOfHearts1 has joined #angularjs
[02:35:25] *** TheAceOfHearts has quit IRC
[02:37:06] *** SexualRickshaw has joined #angularjs
[02:38:04] *** DevX101 has joined #angularjs
[02:38:35] *** d10n-work has quit IRC
[02:38:47] *** josh-k_ has joined #angularjs
[02:39:40] *** julaboy has quit IRC
[02:40:09] *** tristanp_ has quit IRC
[02:40:34] *** OnkelTem has quit IRC
[02:40:36] *** tristanp_ has joined #angularjs
[02:40:41] *** DevX101 has quit IRC
[02:40:48] *** DoubleAW has quit IRC
[02:41:11] *** rfstats has joined #angularjs
[02:42:01] *** OnkelTem has joined #angularjs
[02:42:14] *** skittles_ has quit IRC
[02:42:32] *** josh-k has quit IRC
[02:42:35] *** DoubleAW has joined #angularjs
[02:43:31] *** sgen__ has joined #angularjs
[02:44:03] *** bbankes has quit IRC
[02:44:16] *** 64MABF41G has quit IRC
[02:44:33] *** earthquake has joined #angularjs
[02:45:25] *** tristanp_ has quit IRC
[02:45:44] *** JeffBuhrt has joined #angularjs
[02:49:54] *** Reskp has joined #angularjs
[02:50:01] *** firelinks has joined #angularjs
[02:50:20] *** josh-k_ has quit IRC
[02:50:57] *** Hestil has quit IRC
[02:50:59] *** xxMatiasFCxx has joined #angularjs
[02:51:13] *** xxMatiasFxx has quit IRC
[02:51:49] *** fairuz has quit IRC
[02:51:51] *** bayousoft has quit IRC
[02:52:03] *** zwacky has joined #angularjs
[02:52:04] *** fairuz has joined #angularjs
[02:52:04] *** g33k5z has joined #angularjs
[02:53:57] *** Reskp has quit IRC
[02:54:34] *** bayousoft has joined #angularjs
[02:56:07] *** iribarne has quit IRC
[02:56:32] *** platonic has quit IRC
[02:56:46] *** jae has joined #angularjs
[02:57:44] *** DevX101 has joined #angularjs
[02:59:31] *** DevX101 has quit IRC
[03:00:33] *** phynweb has quit IRC
[03:01:04] *** numenor has joined #angularjs
[03:01:19] *** alpha080 has quit IRC
[03:01:26] *** earthquake has quit IRC
[03:01:56] *** freeman42 has quit IRC
[03:02:16] *** shampine has quit IRC
[03:02:49] *** joroc has joined #angularjs
[03:03:02] *** ripper has quit IRC
[03:03:04] *** platonic has joined #angularjs
[03:04:10] *** dc has quit IRC
[03:04:58] *** aven1 has quit IRC
[03:05:47] *** padro has joined #angularjs
[03:05:51] *** gaboesquivel has quit IRC
[03:06:40] *** zwacky has quit IRC
[03:06:58] *** foofoobar has quit IRC
[03:07:33] *** nemothekid has quit IRC
[03:07:39] *** chaohuanghong1 has quit IRC
[03:07:52] *** numenor has quit IRC
[03:08:56] *** numenor has joined #angularjs
[03:09:14] *** Menorah has quit IRC
[03:10:17] *** JeffBuhrt has quit IRC
[03:10:29] *** johnstorey has joined #angularjs
[03:10:47] *** juanpablo_____ has joined #angularjs
[03:12:07] *** ulkesh_ has quit IRC
[03:12:29] *** ulkesh has joined #angularjs
[03:13:08] *** ppetermann has quit IRC
[03:13:15] *** cakirke has joined #angularjs
[03:14:29] *** cannap has quit IRC
[03:15:17] *** juanpablo_____ has quit IRC
[03:15:42] *** quantax- has quit IRC
[03:16:43] *** thumpba has joined #angularjs
[03:16:56] *** stormbytes has joined #angularjs
[03:17:11] *** araujo has quit IRC
[03:18:53] *** araujo has joined #angularjs
[03:20:08] *** ppetermann has joined #angularjs
[03:20:59] *** Baki has joined #angularjs
[03:21:02] <Baki> hi,,,
[03:21:17] <Baki> may i ask some thing
[03:21:44] *** ximenean_ has joined #angularjs
[03:21:57] *** pzuraq has joined #angularjs
[03:22:45] *** adamdicarlo has quit IRC
[03:23:09] *** Baki has quit IRC
[03:23:22] *** g33k5z has quit IRC
[03:24:37] <Grokling> Baki: Probably not many people here, but ask anyway.
[03:24:49] *** sgen__ has quit IRC
[03:25:07] *** aniM has joined #angularjs
[03:25:14] *** nycdevgirl has joined #angularjs
[03:25:31] *** JeffBuhrt has joined #angularjs
[03:25:40] *** johnstorey has quit IRC
[03:25:49]
<aniM> Hey folks, how am I supposed to use the angular case studies hosted here: https://builtwith.angularjs.org/ ? All of them point to the actual website.
[03:25:57] <aniM> Are these website open sourced?
[03:26:10] *** ximenean_ has quit IRC
[03:26:36] <Grokling> aniM: I think that's just intended as a showcase - those people used angular to build their stuff.
[03:27:09] *** {DV8} has joined #angularjs
[03:27:27] <aniM> oh :(
[03:27:57] *** JeffBuhrt has left #angularjs
[03:28:33] <numenor> Hello , I would like to know if its a good idea to make the route and controller config of the state as a json object. Then load different files as per need. if its is possible , in which part of the code should I do that ?
[03:28:39] *** iribarne has joined #angularjs
[03:29:04] *** sadf has joined #angularjs
[03:29:21] *** scythe__ has quit IRC
[03:29:27] <Grokling> aniM: I'm not aware of a full blown app exposed as a learning opportunity - there's way too much opinion at play. People would slate it as a rubbish implementation, and others would see it as the best thing ever.. so one doesn't exist (that I know of)
[03:30:01] *** sadf has quit IRC
[03:31:10] *** seanouimet has joined #angularjs
[03:31:32] *** thumpba has quit IRC
[03:32:26] <numenor> ok, got my answer : routerProvider.setCollectionUrl('js/routeCollection.json');
[03:32:52] *** aven1 has joined #angularjs
[03:32:54] *** phzon has joined #angularjs
[03:33:30] *** whunt has quit IRC
[03:34:56] *** edrocks has joined #angularjs
[03:35:38] *** seanouimet has quit IRC
[03:35:39] *** Aliks has quit IRC
[03:35:46] *** morenoh149 has joined #angularjs
[03:36:18] *** williamtdr has joined #angularjs
[03:36:21] *** Aliks has joined #angularjs
[03:36:43] *** joroc has quit IRC
[03:36:57] *** phzon has quit IRC
[03:39:04] *** sgen__ has joined #angularjs
[03:40:10] *** fouadm has joined #angularjs
[03:40:46] *** morenoh149 has quit IRC
[03:40:54] *** Aliks has quit IRC
[03:41:20] *** fouadm has quit IRC
[03:41:54] *** trustyhank has joined #angularjs
[03:42:16] *** aniM has quit IRC
[03:42:58] *** hell_razer has quit IRC
[03:43:59] *** rikko has quit IRC
[03:44:52] *** codecone has quit IRC
[03:44:56] *** j_wright has joined #angularjs
[03:45:00] *** sbellina has joined #angularjs
[03:46:41] *** Sontakey has quit IRC
[03:46:51] *** hell_razer has joined #angularjs
[03:47:37] *** Ean has joined #angularjs
[03:47:43] *** bayousoft has quit IRC
[03:48:05] *** hell_razer has quit IRC
[03:48:36] *** hell_razer has joined #angularjs
[03:49:39] *** ngeksyo has joined #angularjs
[03:50:35] *** Reskp has joined #angularjs
[03:50:38] *** sgen__ has quit IRC
[03:50:59] *** hell_razer has quit IRC
[03:51:48] *** Hestil has joined #angularjs
[03:51:57] *** hell_razer has joined #angularjs
[03:52:25] *** angelazou_ has joined #angularjs
[03:54:47] *** numenor_ has joined #angularjs
[03:54:48] *** numenor has quit IRC
[03:54:58] *** fotoflo has joined #angularjs
[03:55:08] *** iribarne has quit IRC
[03:55:20] *** kakashiAL has joined #angularjs
[03:55:25] *** Reskp has quit IRC
[03:55:45] *** kavita has joined #angularjs
[03:56:07] *** Hestil has quit IRC
[03:56:23] <fotoflo> I’m building a websocket service and I will have to write a bunch of message parsing functions. I would like to put them in a seperate file. Is the “Angular Way” of doing this to create /app/helpers/parsers.js, or is there some better way?
[03:57:07] <s3shs> Just another js file you include in your main html file.
[03:57:50] *** angelazou_ is now known as angelathewebdev
[03:58:29] <fotoflo> s3shs: that was directed at me, right?
[03:58:33] *** angelathewebdev is now known as angelazou_
[03:58:40] *** kakashiA1 has quit IRC
[03:58:59] *** vinimdocarmo has quit IRC
[04:00:04] *** treeface has quit IRC
[04:00:32] *** tristanp_ has joined #angularjs
[04:00:56] *** caiges has quit IRC
[04:01:17] *** F1LT3R has joined #angularjs
[04:01:29] *** tristanp_ has quit IRC
[04:01:53] *** angelazou_ is now known as angelathewebdev
[04:02:15] *** kavita has quit IRC
[04:02:38] *** vinimdocarmo has joined #angularjs
[04:02:51] *** joroc has joined #angularjs
[04:03:01] *** patrick99e99 has joined #angularjs
[04:04:01] *** Aliks has joined #angularjs
[04:05:46] *** KushS has joined #angularjs
[04:05:58] *** F1LT3R has quit IRC
[04:06:30] *** aven1 has quit IRC
[04:06:57] *** zivester has quit IRC
[04:07:16] *** ron1 has joined #angularjs
[04:07:22] *** frem has quit IRC
[04:07:37] *** patrick99e99 has quit IRC
[04:07:45] *** dc has joined #angularjs
[04:07:59] *** Left_Turn has quit IRC
[04:09:55] *** hell_razer has quit IRC
[04:10:14] *** SoulBlade has joined #angularjs
[04:10:31] *** KushS has quit IRC
[04:11:09] *** wd40s has joined #angularjs
[04:11:31] *** benjamingr has quit IRC
[04:11:31] *** juanpablo_____ has joined #angularjs
[04:11:40] *** ron1 has quit IRC
[04:14:28] *** Ean has quit IRC
[04:14:46] *** araujo has quit IRC
[04:15:08] *** ahtik has quit IRC
[04:15:20] *** bkuberek has joined #angularjs
[04:16:02] *** juanpablo_____ has quit IRC
[04:16:42] *** platonic has quit IRC
[04:17:28] *** swist has quit IRC
[04:19:16] *** woebtz has quit IRC
[04:19:27] *** ghoti143 has joined #angularjs
[04:19:28] *** ron_frown has quit IRC
[04:20:07] *** wa5ted_ has joined #angularjs
[04:21:58] *** wa5ted has quit IRC
[04:22:29] *** platonic has joined #angularjs
[04:22:59] *** codecone has joined #angularjs
[04:23:14] *** chrisshattuck has joined #angularjs
[04:25:34] *** Roots47 has quit IRC
[04:25:46] *** MistahKurtz has joined #angularjs
[04:25:56] *** deanclkclk has joined #angularjs
[04:26:30] *** markwu has joined #angularjs
[04:27:13] *** ron_frown has joined #angularjs
[04:28:20] *** julaboy has joined #angularjs
[04:29:16] *** bbankes has joined #angularjs
[04:30:12] *** numenor_ has quit IRC
[04:30:40] *** cakirke has quit IRC
[04:31:21] *** mmealling has joined #angularjs
[04:32:16] *** seanouimet has joined #angularjs
[04:33:02] *** julaboy has quit IRC
[04:33:02] *** aven1 has joined #angularjs
[04:34:42] *** iribarne has joined #angularjs
[04:35:52] *** edrocks has quit IRC
[04:36:09] *** mmealling has quit IRC
[04:36:18] *** wex13r_ has quit IRC
[04:36:28] *** vinimdocarmo has quit IRC
[04:36:34] *** joroc has quit IRC
[04:36:43] *** wex13r has joined #angularjs
[04:36:44] *** mmealling has joined #angularjs
[04:36:50] *** bzitzow has quit IRC
[04:37:00] *** seanouimet has quit IRC
[04:37:11] *** skittles has joined #angularjs
[04:38:07] *** SahanH has joined #angularjs
[04:42:28] *** ghoti143 has quit IRC
[04:42:49] <TheAceOfHearts1> I think it's great
[04:43:02] *** Una has joined #angularjs
[04:43:53] *** Oxynum has quit IRC
[04:44:05] *** charuru has quit IRC
[04:44:33] <m0> Does anyone know how I can programically alter the ui-view in UIRouter? I want to replace the ui-view="details" when I click on a button. I cannot do that in router cause that view is a global view.
[04:45:54] <m0> Global view, meaning, that view is always there, it is a navigation bar that lives on top of the app, and it has multiple buttons (lazy tabs). There is a router navigation in place that changes the URL, but that view on top doesn't change the URL.
[04:46:44] <TheAceOfHearts1> uhh, you just want nested states, honestly
[04:46:52] *** iribarne has quit IRC
[04:47:11] *** iribarne has joined #angularjs
[04:48:30] <m0> But when I navigate from site.lobby to site.lobby.room (that is a URL change). But if I placed my state as site.menu.tab1 site.menu.tab2, it will navigate out of site.lobby.room if I click on the menu (which I don't want), the menu lives globally
[04:48:45] *** jumpstracks has quit IRC
[04:48:46] *** gunn_ has joined #angularjs
[04:49:28] *** Milkweed has quit IRC
[04:50:24] *** dllama1 has quit IRC
[04:50:41] *** dllama has joined #angularjs
[04:51:10] *** gunn has quit IRC
[04:51:33] *** Reskp has joined #angularjs
[04:51:34] *** nemothekid has joined #angularjs
[04:51:55] *** ron1 has joined #angularjs
[04:52:02] *** nemothekid has quit IRC
[04:52:32] *** opiates has quit IRC
[04:52:49] *** nemothekid has joined #angularjs
[04:53:00] <Grokling> m0: nested states. TheAceOfHearts1 knows what he's talking about.
[04:53:01] *** italoacasas_ has joined #angularjs
[04:53:23] <TheAceOfHearts1> I do? I only pretend to~
[04:53:33] <Grokling> Had me fooled at least ;-)
[04:54:14] *** charuru has joined #angularjs
[04:54:57] *** nemothekid has quit IRC
[04:55:15] <Grokling> I'm feeling trapped by ionic/angular/ui-router. Some stuff only works in the latest beta, but then other stuff breaks. I hate updating to make something work and having the doubts that other stuff will break as a result. Bleeding edge is not where I need to be right now!
[04:55:36] *** codeman has quit IRC
[04:55:36] *** elrabin has joined #angularjs
[04:55:51] *** shancci has joined #angularjs
[04:56:18] *** Reskp has quit IRC
[04:56:31] *** italoacasas has quit IRC
[04:56:45] *** kapil__ has joined #angularjs
[04:56:54] *** iribarne has quit IRC
[04:57:47] *** jumpstracks has joined #angularjs
[04:58:56] <m0> I must have been organizing this incorrectly then. My state "site.lobby", injects the ui-view="navigation", then I have "site.lobby.room" which is a URL navigation (so my navigation is still present). If I want my navigation to have states I did "site.lobby.menuindex" and "site.lobby.menupeople". If I clicked on the people button on the navigation when I am in a room (site.lobby.room) it will navigate out of room. How do I rearchitect my states so that it won
[04:58:59] *** jumpstracks has quit IRC
[04:59:44] *** nemothekid has joined #angularjs
[05:00:04] <Grokling> site.lobby.room.people?
[05:00:27] *** nemothekid has quit IRC
[05:00:45] <m0> But then if I have site.lobby.communities ? I have to add extra states for site.lobby.communities.people
[05:01:52] <Grokling> Are they the SAME thing? Seem like different things to me.. (in which case different states makes sense..)
[05:02:33] <m0> Grokling: they are the same thing. The navigation appears all over the application (it is like a flyover)
[05:02:46] <Grokling> So a modal then?
[05:02:59] *** mary5030 has joined #angularjs
[05:03:49] *** bmac has joined #angularjs
[05:04:17] *** zivester has joined #angularjs
[05:04:24] *** Nivag has quit IRC
[05:04:42] *** Nivag_ has quit IRC
[05:06:55] *** Nivag has joined #angularjs
[05:07:05] *** Nivag_ has joined #angularjs
[05:07:56] *** bmac has quit IRC
[05:08:30] <m0> My page has one directive that has a ui-view. The purpose of that directive is that it has multiple heavy components that are lazy loaded. Outside that directive is a normal app which has states with Urls. So when the URL changes, that directive wont be refreshed cause it is refreshing another ui-view.
[05:10:18] *** busticated has quit IRC
[05:10:30] *** ximenean_ has joined #angularjs
[05:10:54] *** sahbeewah has joined #angularjs
[05:11:29] <m0> The directive is navigating its states via $state.go('site.lobby.menuPeople') maybe that is why it is navigating out of site.lobby.room?
[05:12:11] *** dsdeiz has joined #angularjs
[05:12:16] *** juanpablo_____ has joined #angularjs
[05:12:24] <Grokling> m0: room and menuPeople are sibling states, so you can't be in both at the same time.
[05:14:05] <Grokling> If you want to do this with states, you need site.lobby.room.people. If it's more of a modal thing, then look at using a modal (on a common ancestor state) to solve it.
[05:15:14] *** ximenean_ has quit IRC
[05:15:49] <m0> Grokling: how do I go so? I thought I could have one state that has nested states and I can navigate between these states and not affecting its sibiling state
[05:16:51] <m0> like site.lobby.menu site.lobby.room, room and meny are sibling states that have their own ui-view they manage
[05:17:02] <Grokling> m0: You won't affect common ancestor states. But you can't navigate BETWEEN sibling states while staying IN them. That just doesn't make sense.
[05:17:03] *** bmac has joined #angularjs
[05:17:04] *** juanpablo_____ has quit IRC
[05:17:08] *** Ean has joined #angularjs
[05:17:13] *** shinnya has quit IRC
[05:17:37] *** angelathewebdev has quit IRC
[05:17:42] <Grokling> m0: right, so you would (currently) expect that you could be in menu and room simultaneously?
[05:17:48] *** angelathewebdev has joined #angularjs
[05:17:57] *** angelathewebdev has left #angularjs
[05:17:58] <m0> Grokling: yes.
[05:18:40] <Grokling> Perhaps you misunderstand the concept of a 'state' then..
[05:19:20] <m0> Grokling: how would I design this, most likely I misunderstand.
[05:19:52] <m0> While I am in a room, I need to access items within a menu.
[05:20:48] *** Aerospark has joined #angularjs
[05:21:28] *** cotko has joined #angularjs
[05:22:19] *** bmac has quit IRC
[05:23:05] *** devhoag has joined #angularjs
[05:23:12] <m0> I was hoping I could create multiple states within the app, like a state manager that manages the menu, the state manager that manages navigation, the state manager that manages the tabs, etc
[05:23:41] *** codeman has joined #angularjs
[05:23:59] *** platonic has quit IRC
[05:24:04] *** chrisshattuck has quit IRC
[05:25:40] *** Aerospark has quit IRC
[05:25:45] *** seanouimet has joined #angularjs
[05:26:10] *** Mxyzpltk has joined #angularjs
[05:26:59] *** seanouimet has quit IRC
[05:27:32] *** iribarne has joined #angularjs
[05:29:26] *** StoneCypher has quit IRC
[05:29:58] <s3shs> caitp, is the goal for all web sites to use https? Like even news sites like cnn?
[05:30:08] <s3shs> It would be awkward to have a web banner on a site that has no forms.
[05:30:25] *** platonic has joined #angularjs
[05:31:11] <caitp> the goal is to indicate that a website is not using a secure connection
[05:31:49] *** Ean has quit IRC
[05:31:55] *** dsdeiz has quit IRC
[05:32:10] <s3shs> I think that's great. But at the same time I think if a site doesn't need to be secure, a big stop sign with an exclamation point would detract from that site's content.
[05:32:13] *** mary5030 has quit IRC
[05:32:19] <s3shs> Esp if it's content only and not a form?
[05:32:19] *** iribarne has quit IRC
[05:32:30] <caitp> the general argument is that there's no such thing as a site that doesn't need to be secure
[05:32:47] <s3shs> There's that. :-)
[05:32:48] *** mary5030 has joined #angularjs
[05:33:11] *** iateadonut has quit IRC
[05:33:19] <s3shs> hrm, google.com is secure. istr that happening about a year ago.
[05:33:22] <caitp> however some people get very passionate in that thread about how it's a terrible idea
[05:33:30] <s3shs> So this work will be a wakeup call to every site to get a cert.
[05:33:45] <s3shs> And a wakeup call to sites with expired certs.
[05:33:57] <s3shs> And a wakeup call to sites with heartbleed. Etc.
[05:34:37] <s3shs> caitp, this is gonna cause a headache for mom and pop sites that barely have money to update.
[05:34:37] *** Nivag_ has quit IRC
[05:35:12] <s3shs> However, that may wake up ISPs to provide cheap/free/east certs.
[05:35:25] <s3shs> Certs are a racket, imho.
[05:35:38] <s3shs> (Sorry, thinking aloud.)
[05:35:38] *** Siecje has quit IRC
[05:36:45] *** Nivag has quit IRC
[05:37:09] *** mary5030 has quit IRC
[05:37:22] *** Tiruri has joined #angularjs
[05:37:58] *** Nivag has joined #angularjs
[05:38:08] *** Nivag_ has joined #angularjs
[05:39:14] *** StoneCypher has joined #angularjs
[05:40:30] *** Hestil has joined #angularjs
[05:41:19] <caitp> s3shs, there are projects to provide free certs
[05:41:40] <caitp> anyway it's not like browsers block traffic to those sites
[05:41:41] <s3shs> caitp, woo hoo! Google/Apple/Microsoft should just issue them.
[05:41:51] <caitp> they just tell you what you're getting into when you go to them
[05:42:00] *** seanouimet has joined #angularjs
[05:42:27] <s3shs> Because whenever my to-do list has "verisign" on it, I have to clear the rest of my day.
[05:42:43] *** Tiruri has quit IRC
[05:42:48] <Grokling> m0: I think you're over complicating things. You can have your menu, navigation, sidebars etc all set in your top level ancestor, use a resolve or similar in your child states to populate the values you want to see in the menu etc (via a service) and that should be that..
[05:43:22] <s3shs> caitp, but how do I pay an extra $200 to get that green bar with my co's name in it!
[05:43:25] <s3shs> ;-)
[05:43:27] *** devhoag has quit IRC
[05:44:13] *** seanouimet has quit IRC
[05:44:40] *** seanouimet has joined #angularjs
[05:44:59] <m0> Grokling: I know I can have that, but I want to develop that menu component. So if I click on "People" or "Room" , it will render that in the menu. I currenly did that using state and ui-view. But that is the incorrect way, so I am currently looking at other ways.
[05:45:37] *** Hestil has quit IRC
[05:45:57] <Grokling> m0: What I just said will do exactly that...
[05:46:22] <Grokling> I know, because that's what I do.
[05:46:31] *** MattWelch_ has joined #angularjs
[05:46:37] *** elrabin has quit IRC
[05:47:11] *** elrabin has joined #angularjs
[05:47:31] *** seanouimet has quit IRC
[05:47:52] *** MattWelch has quit IRC
[05:47:52] *** MattWelch_ is now known as MattWelch
[05:48:34] <m0> Grokling: I don't know much about Angular, still learning. How would you make that menu? When I click on People, I want the "workplace" ui-view to have its own controller. PeopleController and its own view People.html
[05:48:56] <m0> Each tab should have its own Controller and View.
[05:50:07] *** techsethi_ has joined #angularjs
[05:50:11] *** italoacasas_ has quit IRC
[05:51:11] <m0> With ui-router, I thought I just have a state that represents that menu with nested states that I could control with their own controller/template
[05:51:17] *** elrabin has quit IRC
[05:51:44] *** italoacasas_ has joined #angularjs
[05:52:37] *** dhcar_AFK is now known as dhcar
[05:53:24] *** burzum has joined #angularjs
[05:53:56] *** mikerrrrrr has quit IRC
[05:54:28] <m0> What I am going to do now, is create two directives for the menu tab, and each tab will have its own controller and no state. And that will work.
[05:54:57] *** cotko has quit IRC
[05:55:22] <s3shs> What is the state of routers? Did the hot new one ever get done?
[05:55:32] <TheAceOfHearts1> not production ready I think
[05:55:46] *** burzum2 has quit IRC
[05:55:48] <s3shs> It's been like 6 mos. Wow. I hope it's not bloating up.
[05:56:13] *** motionman has joined #angularjs
[05:56:16] <s3shs> "Build Failing"
[05:56:39] *** cotko has joined #angularjs
[05:57:44] <BahamutWC|Laptop> the new router is getting backported to 1.4
[05:58:01] *** nemothekid has joined #angularjs
[05:58:18] <s3shs> 1.4 isn't out, so wouldn't that be willported?
[05:58:25] <TheAceOfHearts1> lmao
[05:59:27] *** sinequanon has joined #angularjs
[06:00:58] *** quantax- has joined #angularjs
[06:03:59] *** patrick99e99 has joined #angularjs
[06:04:21] *** cotko has quit IRC
[06:05:01] *** Soxad has joined #angularjs
[06:05:20] *** Zentdayn has quit IRC
[06:05:57] *** ciwolsey has quit IRC
[06:06:18] *** SahanH has quit IRC
[06:07:23] *** dsdeiz has joined #angularjs
[06:08:23] <Soxad> when im using $http to get an html string from a website {{htmlString}} in my index.html prints out the html in full but console.log($scope.htmlString) prints undefined does anyone know what's going on?
[06:08:47] *** patrick99e99 has quit IRC
[06:09:55] <TheAceOfHearts1> make a plunkr
[06:09:55] <Soxad> ok
[06:09:55] *** gunn_ has quit IRC
[06:11:36] *** Shrooms has quit IRC
[06:11:53] *** MetaCosm__ has joined #angularjs
[06:13:51] *** mmealling has quit IRC
[06:14:37] *** MetaCosm_ has quit IRC
[06:16:55] *** deanclkclk has quit IRC
[06:17:12] *** julaboy has joined #angularjs
[06:17:56] *** Aliks has quit IRC
[06:18:37] *** Aliks has joined #angularjs
[06:18:51] *** gunn has joined #angularjs
[06:19:28] <jaydubya> I am trying to access data from within the object bound to an ng-grid but in a single column I need 3 attributes. I am using ng-if="{{row.getProperty('is_stale')}}" but the console.error is a [$parse.syntax] error.
[06:19:38] *** cacts has joined #angularjs
[06:20:54] <Soxad> the output isnt working on plunkr but i wrote what it shows in comments
[06:21:06] *** Shrooms has joined #angularjs
[06:21:50] *** julaboy has quit IRC
[06:22:50] *** nemothekid has quit IRC
[06:23:00] *** Tristanp has quit IRC
[06:23:18] *** Aliks has quit IRC
[06:25:43] *** devhoag has joined #angularjs
[06:27:30] *** bbankes has quit IRC
[06:28:05] *** platonic has quit IRC
[06:28:40] *** cornerma1 has joined #angularjs
[06:32:18] *** cornerman has quit IRC
[06:32:22] *** nya has joined #angularjs
[06:32:24] *** cornerma1 is now known as cornerman
[06:32:30] *** zivester has quit IRC
[06:34:01] *** knownasilya has quit IRC
[06:34:07] *** platonic has joined #angularjs
[06:36:30] *** vbabiy has joined #angularjs
[06:38:13] *** nemothekid has joined #angularjs
[06:39:49] *** jaredwilli has joined #angularjs
[06:40:04] *** platonic has quit IRC
[06:41:14] *** sheplu has joined #angularjs
[06:41:21] *** JBreit has quit IRC
[06:42:13] *** scythe__ has joined #angularjs
[06:44:11] *** Vishal_ has joined #angularjs
[06:44:14] *** jaredwilli has quit IRC
[06:44:24] <Vishal_> Hello
[06:44:51] <fotoflo> Hi
[06:45:17] *** Vishal_ has quit IRC
[06:46:51] *** techsethi_ has quit IRC
[06:47:29] *** KushS has joined #angularjs
[06:49:25] *** Cronoh has quit IRC
[06:49:46] *** Cronoh has joined #angularjs
[06:50:18] *** codeman has quit IRC
[06:50:21] *** recurrence has joined #angularjs
[06:51:34] *** Hestil has joined #angularjs
[06:52:13] *** Skrypter_ has quit IRC
[06:52:19] *** KushS has quit IRC
[06:52:35] *** Skrypter has joined #angularjs
[06:53:08] *** Reskp has joined #angularjs
[06:53:37] *** cliluw has quit IRC
[06:54:43] *** cliluw has joined #angularjs
[06:55:34] *** CHC has quit IRC
[06:55:37] *** Hestil has quit IRC
[06:55:45] *** vbabiy has quit IRC
[06:56:16] *** ximenean_ has joined #angularjs
[06:57:32] *** Reskp has quit IRC
[06:58:14] *** d4rklit3 has quit IRC
[06:58:14] *** ips|malc has joined #angularjs
[06:58:47] *** nemothekid has quit IRC
[07:00:50] *** kallem has joined #angularjs
[07:00:59] <kallem> hello guys
[07:01:02] *** juanpablo_____ has joined #angularjs
[07:01:06] *** ximenean_ has quit IRC
[07:01:43] <kallem> how to store data to json
[07:02:41] *** kallem has quit IRC
[07:02:49] *** goodenough has joined #angularjs
[07:04:31] *** nycdevgirl has quit IRC
[07:05:14] *** scythe__ has quit IRC
[07:05:31] *** Reskp has joined #angularjs
[07:05:42] *** Soxad has quit IRC
[07:06:01] *** RedOrangeZ has joined #angularjs
[07:06:05] *** juanpablo_____ has quit IRC
[07:07:25] *** vbabiy has joined #angularjs
[07:10:10] *** Reskp has quit IRC
[07:10:18] *** padro has quit IRC
[07:10:18] <d0ngz> Aanyone alive?
[07:10:21] <d0ngz> Hello, can anyone give me a hand. I am working on a tutorial, is a Todo app. I am trying to fetch my data from Firebase. I have a ng-repeat in my html but i get 4 elements. It must be empty. Any clue?
[07:10:52] *** wex13r has quit IRC
[07:11:39] *** SoulBlade has quit IRC
[07:12:06] *** wex13r has joined #angularjs
[07:12:21] *** ron1 has quit IRC
[07:12:40] *** altdev has joined #angularjs
[07:13:01] *** nassr has joined #angularjs
[07:13:12] *** dllama has quit IRC
[07:15:36] *** ron1 has joined #angularjs
[07:17:01] *** joshontheweb has joined #angularjs
[07:18:35] *** nycdevgirl has joined #angularjs
[07:19:25] *** ron1 has quit IRC
[07:20:16] *** mary5030 has joined #angularjs
[07:20:16] *** Cronoh has quit IRC
[07:20:39] *** KushS has joined #angularjs
[07:22:53] *** Sontakey has joined #angularjs
[07:22:57] *** chiburbs has quit IRC
[07:23:01] *** MrBaboon has joined #angularjs
[07:23:27] *** Aliks has joined #angularjs
[07:24:02] *** KushS has quit IRC
[07:24:09] *** Sontakey has quit IRC
[07:24:26] *** nycdevgirl has quit IRC
[07:24:48] *** caitp has quit IRC
[07:24:52] *** chiburbs has joined #angularjs
[07:25:05] *** caitp has joined #angularjs
[07:25:21] *** Grokling_ has joined #angularjs
[07:26:33] *** recurrence has quit IRC
[07:26:45] <fotoflo> d0ngz: can you put it in a plunkr
[07:26:45] <fotoflo> ?
[07:28:37] *** devhoag_ has joined #angularjs
[07:30:16] *** devhoag has quit IRC
[07:30:36] *** fotoflo has left #angularjs
[07:30:37] *** nassr has quit IRC
[07:31:24] <kakashiAL> I am using a ng-repeat, but is there a way to say "dont list that element with the value >5"
[07:31:26] *** fotoflo has joined #angularjs
[07:31:40] <kakashiAL> my idea is to wrap everythin in a div with a ng-show directive and put a flag on it that handels everything for me
[07:31:50] <kakashiAL> but maybe there is a smarter way
[07:32:11] *** mary5030 has quit IRC
[07:32:20] *** ron_frown has quit IRC
[07:32:47] *** mary5030 has joined #angularjs
[07:33:01] *** joroc has joined #angularjs
[07:35:13] *** italoacasas_ has quit IRC
[07:35:15] *** IvailoStoianov has joined #angularjs
[07:36:15] *** JR___ has joined #angularjs
[07:36:38] *** aven1 has quit IRC
[07:37:08] *** mary5030 has quit IRC
[07:37:15] <Grokling_> kakashiAL: filter
[07:37:45] *** herbyme has quit IRC
[07:38:36] *** F1LT3R has joined #angularjs
[07:39:33] *** Tiruri has joined #angularjs
[07:39:54] *** platonic has joined #angularjs
[07:40:23] *** fotoflo has quit IRC
[07:41:45] *** wd40s has quit IRC
[07:42:05] <kakashiAL> Grokling_: I want to add a checkbox with "show X" which shows me all elements with that X value if I select it
[07:43:05] <kakashiAL> but a filter...I mean I need some logic
[07:43:16] *** F1LT3R has quit IRC
[07:43:45] <Grokling_> ng-repeat="thing in myThings | filter:{x:myCheckboxX}"
[07:44:02] *** platonic has quit IRC
[07:44:34] *** MattWelch has quit IRC
[07:44:36] *** sigurding has joined #angularjs
[07:44:54] *** sheplu has quit IRC
[07:45:28] *** ron_frown has joined #angularjs
[07:47:54] *** TheAceOfHearts1 has quit IRC
[07:49:52] *** TheAceOfHearts has joined #angularjs
[07:50:17] *** Nivag_ has quit IRC
[07:52:09] *** eebanos has joined #angularjs
[07:52:38] <eebanos> hi guys does anyone knows how to pass in a template.tpl.php a angular data in the form {{loadedNode.nid}} to a php function in my case is drupal_get_form('nodetype_node_form',node_load(/*the {{loadedNode.nid goes here}}*/))
[07:54:20] *** Una has quit IRC
[07:55:17] *** sinequanon has quit IRC
[07:56:10] *** ron_frown has quit IRC
[07:57:32] *** one0one is now known as one_zero
[07:57:45] *** balr0g has quit IRC
[07:57:51] *** one_zero has joined #angularjs
[07:58:06] *** instence has quit IRC
[07:58:59] *** omsmith has quit IRC
[07:59:07] *** omsmith has joined #angularjs
[07:59:16] *** instence has joined #angularjs
[07:59:17] *** joshontheweb has quit IRC
[08:00:01] *** charuru has quit IRC
[08:00:18] *** dcherman2 has joined #angularjs
[08:00:23] *** Alina-malina has quit IRC
[08:00:27] *** zwacky has joined #angularjs
[08:00:30] *** sigurding_ has joined #angularjs
[08:00:31] *** IvailoStoianov has quit IRC
[08:00:49] *** sigurding has quit IRC
[08:00:50] *** sigurding_ is now known as sigurding
[08:01:10] *** charuru has joined #angularjs
[08:01:25] *** IvailoStoianov has joined #angularjs
[08:01:34] *** Alina-malina has joined #angularjs
[08:02:51] *** dcherman has quit IRC
[08:03:05] *** aven1 has joined #angularjs
[08:03:11] *** opiates has joined #angularjs
[08:04:44] *** ips|malc has quit IRC
[08:04:49] *** patrick99e99 has joined #angularjs
[08:05:26] *** ips|malc has joined #angularjs
[08:05:32] *** frkout has joined #angularjs
[08:05:40] *** joroc has quit IRC
[08:05:40] *** Tiruri has quit IRC
[08:05:49] *** sressot has quit IRC
[08:06:05] *** julaboy has joined #angularjs
[08:06:20] *** Reskp has joined #angularjs
[08:06:51] *** sinequanon has joined #angularjs
[08:07:01] *** platonic has joined #angularjs
[08:07:25] *** JR___ has quit IRC
[08:07:25] *** xyNNN has quit IRC
[08:07:29] *** sressot has joined #angularjs
[08:07:44] *** xyNNN has joined #angularjs
[08:07:48] *** crazybotsmoker has quit IRC
[08:08:11] *** IvailoStoianov has quit IRC
[08:08:18] *** dcherman has joined #angularjs
[08:08:34] *** ConstantineXVI has quit IRC
[08:08:35] *** Nivag_ has joined #angularjs
[08:08:41] *** IvailoStoianov_ has joined #angularjs
[08:08:53] *** IvailoStoianov_ is now known as IvailoStoianov
[08:08:58] *** tombee has quit IRC
[08:09:18] *** jaydubya has quit IRC
[08:09:20] *** kakashiAL has quit IRC
[08:09:21] *** canthugeverycat has quit IRC
[08:09:21] *** workthrick has quit IRC
[08:09:24] *** dcherman2 has quit IRC
[08:09:43] *** deez79 has quit IRC
[08:09:46] *** canthugeverycat has joined #angularjs
[08:09:51] *** pspfolio has joined #angularjs
[08:09:52] *** patrick99e99 has quit IRC
[08:09:54] *** jaydubya has joined #angularjs
[08:10:06] *** Klumben has quit IRC
[08:10:06] *** JonathanNeal has quit IRC
[08:10:07] *** epickillerpigz has quit IRC
[08:10:17] *** julaboy has quit IRC
[08:10:18] *** deez79 has joined #angularjs
[08:10:30] *** wookiehangover has quit IRC
[08:10:30] *** jumz_ has quit IRC
[08:10:30] *** Fifty5Plus has quit IRC
[08:10:31] *** wycats has quit IRC
[08:10:31] *** cschneid has quit IRC
[08:10:31] *** Xorlev has quit IRC
[08:10:32] *** swalberg has quit IRC
[08:10:32] *** Spot__ has quit IRC
[08:10:52] *** xiaolin has quit IRC
[08:10:53] *** digitalfiz has quit IRC
[08:10:53] *** Kesarr__ has quit IRC
[08:10:54] *** shennyg_ has quit IRC
[08:11:14] *** Fifty5Plus has joined #angularjs
[08:11:15] *** devhoag_ has quit IRC
[08:11:16] *** octarine has quit IRC
[08:11:16] *** Templarian has quit IRC
[08:11:17] *** fourq_ has quit IRC
[08:11:17] *** amatecha has quit IRC
[08:11:17] *** remysharp has quit IRC
[08:11:18] *** cuong_ has quit IRC
[08:11:18] *** abzde has quit IRC
[08:11:18] *** Reskp has quit IRC
[08:11:20] *** jumz_ has joined #angularjs
[08:11:33] *** epickillerpigz has joined #angularjs
[08:11:35] *** digitalfiz has joined #angularjs
[08:11:38] *** chiburbs has quit IRC
[08:11:38] *** andreypopp_ has quit IRC
[08:11:39] *** csduarte has quit IRC
[08:11:40] *** artgoeshere has quit IRC
[08:11:40] *** universa1 has quit IRC
[08:11:46] *** platonic has quit IRC
[08:11:54] *** frkout has quit IRC
[08:12:00] *** remysharp has joined #angularjs
[08:12:01] *** tombee has joined #angularjs
[08:12:02] *** lowell has quit IRC
[08:12:03] *** raytiley_ has quit IRC
[08:12:05] *** bealtine^ has joined #angularjs
[08:12:06] *** JonathanNeal has joined #angularjs
[08:12:09] *** patricka_ has joined #angularjs
[08:12:19] *** Y_Ichiro_ has joined #angularjs
[08:12:20] *** JR___ has joined #angularjs
[08:12:25] *** christo_m has quit IRC
[08:12:26] *** Y_Ichiro has quit IRC
[08:12:28] *** wycats has joined #angularjs
[08:12:32] *** crazybotsmoker has joined #angularjs
[08:12:44] *** xiaolin has joined #angularjs
[08:12:47] *** patrickarlt has quit IRC
[08:12:48] *** dwayne has quit IRC
[08:12:48] *** roqo has quit IRC
[08:12:49] *** quan__ has quit IRC
[08:12:50] *** MattWelch has joined #angularjs
[08:13:02] *** quan__ has joined #angularjs
[08:13:09] *** artgoeshere has joined #angularjs
[08:13:10] *** opiates has quit IRC
[08:13:10] *** patrick-gpl has quit IRC
[08:13:11] *** bealtine has quit IRC
[08:13:11] *** Vye has quit IRC
[08:13:12] *** gweedo767 has quit IRC
[08:13:12] *** iivvoo has quit IRC
[08:13:22] *** swalberg has joined #angularjs
[08:13:26] *** Xorlev_ has joined #angularjs
[08:13:30] *** shennyg_ has joined #angularjs
[08:13:34] *** dancek has quit IRC
[08:13:35] *** Templarian has joined #angularjs
[08:13:41] *** fourq_ has joined #angularjs
[08:13:46] *** Spot__ has joined #angularjs
[08:13:53] *** chiburbs has joined #angularjs
[08:13:56] *** hkeide_ has quit IRC
[08:13:57] *** daleharvey has quit IRC
[08:13:58] *** niko has quit IRC
[08:14:18] *** cschneid has joined #angularjs
[08:14:19] *** williamtdr has quit IRC
[08:14:20] *** blackjid_ has quit IRC
[08:14:25] *** cuong_ has joined #angularjs
[08:14:28] *** jaydubya has quit IRC
[08:14:39] *** lowell has joined #angularjs
[08:14:40] *** patrick-gpl has joined #angularjs
[08:14:41] *** Kesarr__ has joined #angularjs
[08:14:43] *** vonnegut has quit IRC
[08:14:43] *** amtiskaw has quit IRC
[08:14:43] *** jpinnix____ has quit IRC
[08:14:47] *** gweedo767 has joined #angularjs
[08:14:49] *** christo_m has joined #angularjs
[08:14:55] *** raytiley_ has joined #angularjs
[08:15:00] *** Fuzzy has quit IRC
[08:15:05] *** Websoftwarez has quit IRC
[08:15:06] *** zanea|away has quit IRC
[08:15:07] *** csduarte has joined #angularjs
[08:15:29] *** pchittum has quit IRC
[08:15:29] *** kudos has quit IRC
[08:15:42] *** Websoftwarez has joined #angularjs
[08:15:44] *** wookiehangover has joined #angularjs
[08:15:51] *** Ironlink has quit IRC
[08:16:00] *** pchittum has joined #angularjs
[08:16:11] *** daleharvey has joined #angularjs
[08:16:14] *** tanepiper___ has quit IRC
[08:16:15] *** ggherdov has quit IRC
[08:16:15] *** dhcar has quit IRC
[08:16:15] *** fiws|meh has quit IRC
[08:16:31] *** dancek has joined #angularjs
[08:16:37] *** Skrypter has quit IRC
[08:16:38] *** ionpulse has quit IRC
[08:16:38] *** deranged has quit IRC
[08:17:00] *** crazybotsmoker has quit IRC
[08:17:01] *** mtree has quit IRC
[08:17:10] *** kudos has joined #angularjs
[08:17:17] *** iivvoo has joined #angularjs
[08:17:17] *** zanea|away has joined #angularjs
[08:17:28] *** zanea|away is now known as zanea
[08:17:31] *** MattWelch has quit IRC
[08:17:39] *** jpinnix____ has joined #angularjs
[08:17:56] *** tanepiper___ has joined #angularjs
[08:17:56] *** dwayne has joined #angularjs
[08:18:09] *** artgoeshere has quit IRC
[08:18:10] *** Ironlink_ has joined #angularjs
[08:18:10] *** Skrypter has joined #angularjs
[08:18:20] *** Skrypter has quit IRC
[08:18:32] *** Circlefusion has quit IRC
[08:18:52] *** fiws|meh has joined #angularjs
[08:18:55] *** cschneid has quit IRC
[08:19:47] *** bealtine^ has quit IRC
[08:19:53] *** devhoag_ has joined #angularjs
[08:20:24] *** MacWinner has quit IRC
[08:20:26] *** andreypopp__ has joined #angularjs
[08:20:46] *** fotoflo has joined #angularjs
[08:20:50] *** dancek has quit IRC
[08:21:28] *** amtiskaw has joined #angularjs
[08:21:32] *** deranged has joined #angularjs
[08:21:59] *** zanea has quit IRC
[08:22:00] *** swalberg has quit IRC
[08:22:12] *** amatecha has joined #angularjs
[08:22:45] *** artgoeshere has joined #angularjs
[08:22:45] *** g-nom3 has quit IRC
[08:22:53] *** swalberg has joined #angularjs
[08:23:31] *** fiws|meh has quit IRC
[08:24:28] *** shaisnir has joined #angularjs
[08:24:33] *** bejames has joined #angularjs
[08:24:40] *** wookiehangover has quit IRC
[08:24:54] *** fiws|meh has joined #angularjs
[08:25:17] *** fotoflo has quit IRC
[08:25:53] *** hkeide__ has joined #angularjs
[08:25:56] *** frem has joined #angularjs
[08:26:11] *** ggherdov has joined #angularjs
[08:26:19] *** steeze has joined #angularjs
[08:26:57] *** ximenean_ has joined #angularjs
[08:27:13] *** bejames has quit IRC
[08:27:42] *** zanea|away has joined #angularjs
[08:27:52] *** zanea|away is now known as zanea
[08:27:56] *** Circlefusion has joined #angularjs
[08:28:07] *** artgoeshere has quit IRC
[08:28:07] *** bejames1 has quit IRC
[08:28:17] *** vonnegut has joined #angularjs
[08:28:17] *** dancek has joined #angularjs
[08:28:39] *** motionman has left #angularjs
[08:28:46] *** caitp has quit IRC
[08:28:54] *** iH8Pickles has quit IRC
[08:29:02] *** williamtdr has joined #angularjs
[08:29:44] *** artgoeshere has joined #angularjs
[08:30:02] *** swalberg has quit IRC
[08:30:28] *** octarine has joined #angularjs
[08:30:58] *** bejames has joined #angularjs
[08:31:07] *** ximenean_ has quit IRC
[08:31:17] *** iH8Pickles has joined #angularjs
[08:31:37] *** MetaCosm__ has quit IRC
[08:32:03] *** wookiehangover has joined #angularjs
[08:32:20] *** swalberg has joined #angularjs
[08:32:20] *** cschneid has joined #angularjs
[08:32:25] *** roqo has joined #angularjs
[08:32:27] *** crazybotsmoker has joined #angularjs
[08:32:28] *** universa1 has joined #angularjs
[08:32:28] *** Vye has joined #angularjs
[08:32:38] *** abzde has joined #angularjs
[08:32:52] *** ConstantineXVI has joined #angularjs
[08:32:55] *** joroc has joined #angularjs
[08:32:57] *** Grokling_ has quit IRC
[08:33:01] *** blackjid_ has joined #angularjs
[08:33:06] *** zanea has quit IRC
[08:33:09] *** Klumben has joined #angularjs
[08:33:16] *** Mxyzpltk has quit IRC
[08:33:41] *** g-nom3 has joined #angularjs
[08:34:41] *** zanea|away has joined #angularjs
[08:34:45] *** zanea|away is now known as zanea
[08:35:08] *** shaisnir has quit IRC
[08:35:41] *** dhcar has joined #angularjs
[08:36:20] *** workthrick has joined #angularjs
[08:36:31] *** aven1 has quit IRC
[08:38:07] *** wd40s has joined #angularjs
[08:38:19] *** JR___ has quit IRC
[08:39:21] *** one_zero has quit IRC
[08:39:41] *** JR___ has joined #angularjs
[08:39:53] *** goodenough has quit IRC
[08:40:45] *** Notte has joined #angularjs
[08:43:10] *** wd40s has quit IRC
[08:44:30] *** evotuned has joined #angularjs
[08:44:38] *** eebanos has quit IRC
[08:45:19] *** Notte has quit IRC
[08:45:21] *** MetaCosm has joined #angularjs
[08:45:30] *** sigurding has quit IRC
[08:45:34] *** sinequanon has quit IRC
[08:47:17] *** windsurf_ has joined #angularjs
[08:47:42] <windsurf_> how do i access $scope in a template for use in ui-sref?
[08:47:48] <windsurf_> or $rootScope
[08:48:49] *** benjamingr has joined #angularjs
[08:48:55] *** evotuned has quit IRC
[08:49:12] <windsurf_> boom. got it.
[08:49:48] *** skittles has quit IRC
[08:50:32] *** juanpablo_____ has joined #angularjs
[08:50:48] *** sigurding has joined #angularjs
[08:54:58] *** tarnus has quit IRC
[08:54:58] *** jonasliljestrand has joined #angularjs
[08:55:20] *** pspfolio has quit IRC
[08:55:20] *** windsurf_ has quit IRC
[08:55:58] *** windsurf_ has joined #angularjs
[08:56:01] *** juanpablo_____ has quit IRC
[08:56:32] *** MistahKurtz has quit IRC
[08:58:15] *** shaisnir has joined #angularjs
[08:58:58] *** JR____ has joined #angularjs
[08:59:03] *** phzon has joined #angularjs
[08:59:05] *** shaisnir has quit IRC
[08:59:10] *** JR___ has quit IRC
[08:59:26] *** shyshy has quit IRC
[08:59:31] *** williamtdr has quit IRC
[09:00:19] *** wd40s has joined #angularjs
[09:01:29] *** kapil__ has quit IRC
[09:02:57] *** aven1 has joined #angularjs
[09:03:05] *** cheef has joined #angularjs
[09:03:18] *** phzon has quit IRC
[09:04:21] *** rhp has joined #angularjs
[09:04:40] *** Cronoh has joined #angularjs
[09:05:28] *** joroc has quit IRC
[09:05:39] *** wd40s has quit IRC
[09:06:06] *** bowerize has joined #angularjs
[09:06:39] *** zwacky has quit IRC
[09:07:09] *** Reskp has joined #angularjs
[09:07:51] *** platonic has joined #angularjs
[09:08:15] *** cheef has quit IRC
[09:08:26] *** brwr has joined #angularjs
[09:08:30] *** jonasliljestrand has quit IRC
[09:10:20] *** TheDreamIsReal has joined #angularjs
[09:10:22] *** cacts is now known as BBnet3000
[09:10:30] *** Aliks has quit IRC
[09:10:38] *** BBnet3000 is now known as cacts
[09:11:33] *** cacts is now known as rcacts
[09:11:57] *** rcacts is now known as cacts
[09:11:58] *** Reskp has quit IRC
[09:12:12] *** platonic has quit IRC
[09:12:24] *** steeze has quit IRC
[09:15:21] *** ivanskie has joined #angularjs
[09:17:05] *** Sky[x] has joined #angularjs
[09:18:02] *** niko has joined #angularjs
[09:19:19] *** zwacky has joined #angularjs
[09:19:21] *** bkuberek has quit IRC
[09:19:34] *** nemothekid has joined #angularjs
[09:19:46] *** ivanskie has quit IRC
[09:20:36] *** ivanskie has joined #angularjs
[09:22:21] *** JR____ has quit IRC
[09:22:37] *** Grokling_ has joined #angularjs
[09:25:59] <canthugeverycat> Guys, does anyone else has a problem with uploading images from android phone using ionic ?
[09:26:02] *** fotoflo has joined #angularjs
[09:26:16] *** davi has joined #angularjs
[09:26:28] *** devhoag_ has quit IRC
[09:27:15] *** doginal has joined #angularjs
[09:27:23] *** F1LT3R has joined #angularjs
[09:27:35] *** doug64k has joined #angularjs
[09:28:40] *** SuRfDeMoN has quit IRC
[09:28:57] *** KushS has joined #angularjs
[09:29:24] *** lexek_ has joined #angularjs
[09:29:46] *** Ch4rAss has joined #angularjs
[09:29:47] *** renlo has joined #angularjs
[09:30:20] *** zwacky has quit IRC
[09:30:35] *** eebanos has joined #angularjs
[09:32:18] *** F1LT3R has quit IRC
[09:33:01] *** joroc has joined #angularjs
[09:34:26] *** bowerize has quit IRC
[09:35:06] *** nemothekid has quit IRC
[09:35:14] *** Ch4rAss has quit IRC
[09:35:24] *** nemothekid has joined #angularjs
[09:36:43] *** aven1 has quit IRC
[09:36:52] *** ivanskie has quit IRC
[09:37:34] *** hambrick has joined #angularjs
[09:42:52] *** ivanskie has joined #angularjs
[09:42:54] *** zwacky has joined #angularjs
[09:44:16] *** charuru has quit IRC
[09:45:51] *** evotuned has joined #angularjs
[09:46:17] *** sheplu has joined #angularjs
[09:46:46] *** trustyhank has quit IRC
[09:47:48] *** dhcar is now known as dhcar_AFK
[09:48:03] *** shaisnir has joined #angularjs
[09:49:46] *** zwacky has quit IRC
[09:49:50] *** MrBaboon has quit IRC
[09:50:12] *** zz_night-owl is now known as night-owl
[09:50:27] *** MrBaboon has joined #angularjs
[09:50:39] *** evotuned has quit IRC
[09:53:24] *** Cronoh has quit IRC
[09:54:43] *** MrBaboon has quit IRC
[09:54:54] *** Menorah has joined #angularjs
[09:54:57] *** julaboy has joined #angularjs
[09:55:22] *** jaydubya has joined #angularjs
[09:56:26] *** boneskull has joined #angularjs
[09:58:50] *** robdubya has joined #angularjs
[09:59:05] *** kapil__ has joined #angularjs
[09:59:05] *** Embassy has joined #angularjs
[09:59:21] *** julaboy has quit IRC
[10:01:01] *** shaisnir has quit IRC
[10:01:46] *** wd40s has joined #angularjs
[10:02:18] *** sebhoss has joined #angularjs
[10:02:34] *** laax has joined #angularjs
[10:03:02] *** aven1 has joined #angularjs
[10:05:11] *** eebanos has quit IRC
[10:05:43] *** patrick99e99 has joined #angularjs
[10:06:05] *** shinnya has joined #angularjs
[10:06:52] *** shaisnir has joined #angularjs
[10:06:57] *** wd40s has quit IRC
[10:07:24] *** joroc has quit IRC
[10:08:02] *** Reskp has joined #angularjs
[10:08:13] *** ries has joined #angularjs
[10:09:25] *** SomeKittens has quit IRC
[10:09:28] *** kakashiAL has joined #angularjs
[10:10:56] *** patrick99e99 has quit IRC
[10:12:28] *** Reskp has quit IRC
[10:12:43] *** ximenean_ has joined #angularjs
[10:12:44] *** mtree has joined #angularjs
[10:13:02] *** saucey has joined #angularjs
[10:16:36] *** hambrick has quit IRC
[10:17:05] *** MerlinDMC has quit IRC
[10:17:19] *** ximenean_ has quit IRC
[10:18:40] *** Reskp has joined #angularjs
[10:18:42] *** evilaliv3 has joined #angularjs
[10:19:02] *** windsurf_ has quit IRC
[10:19:28] *** MrBaboon has joined #angularjs
[10:20:07] *** Reskp has quit IRC
[10:20:11] *** ron1 has joined #angularjs
[10:20:14] *** MrBaboon has quit IRC
[10:20:30] *** sahbeewah_ has joined #angularjs
[10:21:44] *** nemothekid has quit IRC
[10:22:37] *** qdk has quit IRC
[10:24:24] *** KD9AUS has joined #angularjs
[10:24:25] *** AciD`` has quit IRC
[10:24:41] *** ron1 has quit IRC
[10:26:57] *** chiburbs has quit IRC
[10:28:12] *** JR____ has joined #angularjs
[10:28:13] *** brwr has quit IRC
[10:28:30] *** ionpulse has joined #angularjs
[10:32:55] *** MerlinDMC has joined #angularjs
[10:33:06] *** joroc has joined #angularjs
[10:33:41] *** julaboy has joined #angularjs
[10:35:07] *** fotoflo has quit IRC
[10:36:22] *** fotoflo has joined #angularjs
[10:37:18] *** aven1 has quit IRC
[10:38:00] *** laax has quit IRC
[10:38:21] *** Rahul_Roy_ has joined #angularjs
[10:39:28] *** Grokling_ has quit IRC
[10:40:12] *** MistahKurtz has joined #angularjs
[10:40:19] *** juanpablo_____ has joined #angularjs
[10:41:28] *** rchavik has joined #angularjs
[10:42:16] *** ivanskie has quit IRC
[10:43:08] *** hugofirth has joined #angularjs
[10:43:55] *** tarnus has joined #angularjs
[10:44:20] *** JR____ has quit IRC
[10:44:42] *** juanpablo_____ has quit IRC
[10:46:20] *** tSpartak has joined #angularjs
[10:46:51] *** tSpartak has left #angularjs
[10:46:53] *** evotuned has joined #angularjs
[10:47:47] *** julaboy has quit IRC
[10:48:10] *** cacts has quit IRC
[10:48:38] *** tarnus has quit IRC
[10:49:19] <Beg> Hey, does anyone use some markdown that works with 1.3.7?
[10:49:32] <Beg> markdown module
[10:50:21] *** bkuberek has joined #angularjs
[10:50:46] *** TeddyMurray has quit IRC
[10:50:52] *** Reskp has joined #angularjs
[10:51:03] *** TeddyMurray has joined #angularjs
[10:51:30] *** evotuned has quit IRC
[10:53:03] *** qdk has joined #angularjs
[10:54:00] *** Ronyrun has joined #angularjs
[10:54:30] *** jacuqesdancona has joined #angularjs
[10:55:05] *** bkuberek has quit IRC
[10:55:32] *** Nivag_ has quit IRC
[10:55:37] *** TeddyMurray has quit IRC
[10:56:10] *** TeddyMurray has joined #angularjs
[10:56:16] *** illume has joined #angularjs
[10:56:41] <Ronyrun> Hello
[10:56:54] <Ronyrun> With AngularJS 1.3 I have issue with Angular.copy
[10:57:09] <Ronyrun> Anyone with a good soul to explain me ? :)
[10:58:53] <pontiki> my soul is of the deepest black
[10:58:56] *** sheplu has quit IRC
[10:59:16] *** illume has quit IRC
[10:59:40] <Ronyrun> pontiki, I lile black too :)
[10:59:43] <Ronyrun> like
[11:00:03] *** night-owl is now known as zz_night-owl
[11:00:06] <Grokling> There's a bunch of hits in the change log around angular.copy - prototype chains, array properties etc. 1.3.0-beta.14 seems to be where most of the changes happened.
[11:00:16] <pontiki> but it is not a good soul
[11:00:47] <Grokling> pontiki: Is it a pirate soul? An Arrrr soul?
[11:00:53] <Ronyrun> good or not good depend of perspectives
[11:01:03] <pontiki> indeed
[11:01:50] <Ronyrun> I tried to check on the changelog
[11:01:58] <Ronyrun> but I'm lost
[11:02:08] <Ronyrun> I'm using PersistenceJS
[11:02:09] <Grokling> Ronyrun: What's the problem anyway?
[11:02:31] <Ronyrun> I'm trying to get a copy of an object
[11:02:33] *** JR____ has joined #angularjs
[11:02:47] *** Menorah has quit IRC
[11:02:50] <Ronyrun> in order to display it differently in my scope
[11:02:51] *** hugofirth has quit IRC
[11:03:05] *** aven1 has joined #angularjs
[11:03:07] <Ronyrun> Hi Grokling
[11:03:45] <Ronyrun> and I'm using persistenceJS
[11:03:51] <Ronyrun> which is a JS orm
[11:05:00] <Ronyrun> and the angular.copy mess it up
[11:05:12] <Ronyrun> I lost some deepest functions
[11:05:16] <Ronyrun> I guess
[11:05:43] <Ronyrun> I don't know how to clone an object properly
[11:05:51] *** joroc has quit IRC
[11:05:57] *** Reskp has quit IRC
[11:07:35] *** TheDreamIsReal has quit IRC
[11:07:39] *** josh-k has joined #angularjs
[11:07:54] *** denny009 has joined #angularjs
[11:07:58] <denny009> hello all
[11:08:09] <denny009> sameone use angular material?
[11:08:47] <Grokling> Ronyrun: angular.copy is the best way I know of, and the changelog suggests it should be better for what you're doing than it was..
[11:09:01] <Ronyrun> ok
[11:09:07] <Ronyrun> I trust you :)
[11:09:21] *** ahtik has joined #angularjs
[11:09:24] <Ronyrun> I guess I'll duplicate my entire controller then
[11:09:50] *** jonasliljestrand has joined #angularjs
[11:10:07] <Grokling> Controller sounds like the wrong place..
[11:13:24] *** Reskp has joined #angularjs
[11:13:57] <jacuqesdancona> morning
[11:14:26] <Ronyrun> Hi
[11:14:37] *** Reskp has quit IRC
[11:14:44] <Ronyrun> Yes Grokling
[11:14:46] <Ronyrun> I understand
[11:15:01] <Ronyrun> Thank you
[11:16:05] *** F1LT3R has joined #angularjs
[11:16:40] *** davi has quit IRC
[11:19:00] *** mal303 has joined #angularjs
[11:20:03] *** KushS has quit IRC
[11:20:35] *** F1LT3R has quit IRC
[11:22:21] *** whitebook has joined #angularjs
[11:22:23] *** machbio has joined #angularjs
[11:22:23] *** Firo has joined #angularjs
[11:23:08] *** JR____ has quit IRC
[11:23:37] *** Reskp has joined #angularjs
[11:23:59] *** Reskp has quit IRC
[11:25:26] *** Left_Turn has joined #angularjs
[11:25:58] <Ronyrun> it will no longer contain the properties from the prototype
[11:26:17] <machbio> I have been learning angularjs for the last 2 months, its been hard to grasp the concepts of angular elements.. I am starting to build front end web application with angularjs - will it be easy to migrate from angular 1.x to 2.0 .. your thoughts..
[11:26:42] *** whitebook has quit IRC
[11:26:46] <Grokling> Ronyrun: This changes angular.copy so that it applies the prototype of the original object to the copied object. Previously, angular.copy would copy properties of the original object's prototype chain directly onto the copied object.
[11:26:46] <Grokling> This means that if you iterate over only the copied object's hasOwnProperty properties, it will no longer contain the properties from the prototype. This is actually much more reasonable behaviour and it is unlikely that applications are actually relying on this.
[11:26:46] <Grokling> If this behaviour is relied upon, in an app, then one should simply iterate over all the properties on the object (and its inherited properties) and not filter them with hasOwnProperty.
[11:27:12] <Grokling> It still copies everything, just doesn't flatten it like it used to.
[11:27:27] <machbio> I am lone developer - in research lab related to biology.. looking at longetivity and time consumption.. where should one start..?
[11:27:45] <Ronyrun> Yes Grokling
[11:27:55] <Ronyrun> That's my issue :)
[11:28:07] <Grokling> Ronyrun: You wanted it flattened?
[11:28:12] <Ronyrun> I need properties with PersistenceJS
[11:28:28] *** StoneCypher has quit IRC
[11:28:33] <Grokling> Ronyrun: properties are still there..
[11:29:02] <Ronyrun> "it will no longer contain the properties from the prototype"
[11:29:13] *** mal303 has quit IRC
[11:29:14] <Grokling> Just that it's now accurately reflecting ownProperties vs inherited properties.
[11:29:18] *** SahanH has joined #angularjs
[11:29:23] <Grokling> "one should simply iterate over all the properties on the object (and its inherited properties) and not filter them with hasOwnProperty"
[11:29:24] <Ronyrun> oh ok
[11:29:32] *** Reskp has joined #angularjs
[11:30:03] <Grokling> Ronyrun: Perhaps that last part about filtering with hasOwnProperty underlies your issue?
[11:30:12] <Ronyrun> maybe yes
[11:30:12] *** aviraldg has joined #angularjs
[11:30:13] *** aviraldg has joined #angularjs
[11:30:38] *** ahtik has quit IRC
[11:31:54] <jonasliljestrand> how to manually call an controller and and handle Controller.$inject?
[11:33:06] *** joroc has joined #angularjs
[11:34:12] *** cheef has joined #angularjs
[11:34:36] *** Reskp has quit IRC
[11:36:32] *** aven1 has quit IRC
[11:37:06] *** ximenean_ has joined #angularjs
[11:37:30] *** Reskp has joined #angularjs
[11:41:31] *** geilt has quit IRC
[11:41:37] *** busticated has joined #angularjs
[11:42:05] *** Reskp has quit IRC
[11:42:38] *** denny009 has quit IRC
[11:43:46] *** TheAceOfHearts has quit IRC
[11:44:51] *** sinclair has quit IRC
[11:45:21] *** MistahKurtz has quit IRC
[11:46:40] *** SahanH has quit IRC
[11:47:21] *** ericbutters has joined #angularjs
[11:47:53] *** evotuned has joined #angularjs
[11:48:34] *** IvailoStoianov has quit IRC
[11:48:58] *** recidive has joined #angularjs
[11:50:37] *** Versality has joined #angularjs
[11:50:52] *** wd40s has joined #angularjs
[11:51:53] <ericbutters> anyone used angular-material?
[11:52:03] *** renlo has quit IRC
[11:52:55] *** evotuned has quit IRC
[11:56:10] *** wd40s has quit IRC
[11:59:54] *** mityaz has joined #angularjs
[12:02:18] *** TeddyMurray has quit IRC
[12:03:03] *** Reskp has joined #angularjs
[12:03:05] *** sahbeewah_ has quit IRC
[12:03:07] *** aven1 has joined #angularjs
[12:04:07] *** cheef has quit IRC
[12:04:36] *** Foxandxss has joined #angularjs
[12:05:16] *** lexek_ has quit IRC
[12:05:54] *** TyrfingMjolnir has joined #angularjs
[12:06:29] *** joroc has quit IRC
[12:06:39] *** patrick99e99 has joined #angularjs
[12:07:27] *** ximenean_ has quit IRC
[12:08:07] *** Embassy has quit IRC
[12:09:22] *** Sky[x] has quit IRC
[12:09:48] *** soee_ has joined #angularjs
[12:10:19] *** Grokling_ has joined #angularjs
[12:10:34] *** IvailoStoianov has joined #angularjs
[12:11:01] <soee_> good morning
[12:11:46] *** patrick99e99 has quit IRC
[12:12:33] *** soee_ is now known as soee
[12:12:52] *** dcherman2 has joined #angularjs
[12:15:37] *** dcherman has quit IRC
[12:19:14] *** jtimon has joined #angularjs
[12:20:15] *** Embassy has joined #angularjs
[12:20:58] *** KushS has joined #angularjs
[12:21:33] *** ingsoc has joined #angularjs
[12:21:38] *** Fuzzy has joined #angularjs
[12:23:47] <jaydubya> does loDash not have an average method for arrays?
[12:25:20] *** sahbeewah_ has joined #angularjs
[12:27:38] *** dargorg has joined #angularjs
[12:27:46] *** swist has joined #angularjs
[12:28:16] *** Alina-malina has quit IRC
[12:28:41] *** dargorg has quit IRC
[12:28:48] *** juanpablo_____ has joined #angularjs
[12:30:03] *** snostorm has joined #angularjs
[12:31:25] *** Alina-malina has joined #angularjs
[12:32:17] *** snostorm has quit IRC
[12:32:43] *** tarnus has joined #angularjs
[12:33:02] *** johnstorey has joined #angularjs
[12:33:08] *** joroc has joined #angularjs
[12:33:31] *** juanpablo_____ has quit IRC
[12:33:37] *** rchavik has quit IRC
[12:33:56] <ericbutters> anyone used angular-material?
[12:34:28] *** snostorm has joined #angularjs
[12:34:58] *** snostorm is now known as seanouimet
[12:35:38] *** aven1 has quit IRC
[12:36:33] *** phzon has joined #angularjs
[12:36:50] *** seanouimet has quit IRC
[12:37:22] *** tarnus has quit IRC
[12:37:32] *** saucey has quit IRC
[12:37:33] *** seanouimet has joined #angularjs
[12:38:08] *** guy has joined #angularjs
[12:38:48] <guy> why is the require('angular') working for him if angular does not export?
[12:39:08] *** bkuberek has joined #angularjs
[12:41:07] *** phzon has quit IRC
[12:41:11] *** BahamutWC has quit IRC
[12:41:30] *** BahamutWC has joined #angularjs
[12:41:42] *** qdk has quit IRC
[12:42:13] *** qdk has joined #angularjs
[12:42:37] *** bePolite has joined #angularjs
[12:43:52] *** bkuberek has quit IRC
[12:43:52] *** Grokling_ has quit IRC
[12:44:29] *** johnstorey has quit IRC
[12:46:57] *** rchavik has joined #angularjs
[12:47:16] *** ximenean_ has joined #angularjs
[12:47:21] *** Milkweed has joined #angularjs
[12:48:06] *** RangeRick has quit IRC
[12:48:27] *** RangerRick has joined #angularjs
[12:48:52] *** evotuned has joined #angularjs
[12:49:42] *** ximenean_ has quit IRC
[12:50:23] *** ips|malc is now known as PhilS
[12:51:36] *** wd40s has joined #angularjs
[12:52:01] *** jonasliljestrand has quit IRC
[12:53:49] *** evotuned has quit IRC
[12:54:08] *** Greed` is now known as Greed
[12:54:36] *** gaboesquivel has joined #angularjs
[12:54:55] *** mike has joined #angularjs
[12:55:24] *** mike is now known as Guest8477
[12:56:43] *** wd40s has quit IRC
[12:57:28] <Guest8477> Hello to everyone. I am using ui-select in my project. I want to ask two things. 1) Can i set an empty select? For example 'Select brands'. 2) Can i watch every change in the input field?
[12:58:52] *** gaboesqu_ has joined #angularjs
[12:58:57] *** MattWelch has joined #angularjs
[12:59:02] *** gaboesquivel has quit IRC
[13:00:02] *** doginal has quit IRC
[13:00:15] *** soee has quit IRC
[13:02:31] *** Ronyrun has quit IRC
[13:03:15] *** aven1 has joined #angularjs
[13:03:17] *** MattWelch has quit IRC
[13:04:01] *** Guest8477 has quit IRC
[13:06:54] *** jimmyy has joined #angularjs
[13:06:59] *** AWAW has joined #angularjs
[13:07:17] *** joroc has quit IRC
[13:07:59] *** jimmyy has quit IRC
[13:08:29] *** Hestil has joined #angularjs
[13:08:31] *** jimmyy has joined #angularjs
[13:09:57] *** DoubleAW has quit IRC
[13:09:57] *** ximenean_ has joined #angularjs
[13:10:09] *** Ronyrun has joined #angularjs
[13:12:28] *** josh-k has quit IRC
[13:13:02] *** gaboesqu_ has quit IRC
[13:14:47] *** vinimdocarmo has joined #angularjs
[13:18:07] *** soee has joined #angularjs
[13:18:26] *** Fire-Dragon-DoL has quit IRC
[13:18:58] *** william__ has joined #angularjs
[13:19:09] *** josh-k has joined #angularjs
[13:19:09] <william__> Hi there
[13:19:40] *** AWAW has quit IRC
[13:20:06] *** dc has quit IRC
[13:20:13] <william__> this room seem quite quiet
[13:20:32] *** Cronoh has joined #angularjs
[13:20:42] *** william__ has quit IRC
[13:22:16] *** Cronoh has quit IRC
[13:22:43] *** g33k5z_ has joined #angularjs
[13:22:57] *** swist has quit IRC
[13:24:40] *** Sijdesign has joined #angularjs
[13:24:45] *** seanouimet has quit IRC
[13:24:58] *** Lynxium has quit IRC
[13:27:22] *** frem has quit IRC
[13:27:54] *** bayousoft has joined #angularjs
[13:29:10] <Grokling> It's that time of the day/week/year..
[13:30:05] *** cheef has joined #angularjs
[13:30:11] *** jonasliljestrand has joined #angularjs
[13:32:24] *** gunn has quit IRC
[13:32:50] *** pknordic_ has joined #angularjs
[13:32:54] *** cakirke has joined #angularjs
[13:33:16] *** Kay-z has joined #angularjs
[13:33:16] *** joroc has joined #angularjs
[13:35:13] *** sebhoss has quit IRC
[13:35:23] *** Johnny13371337 has joined #angularjs
[13:35:39] *** CodeFriar has quit IRC
[13:36:28] *** aven1 has quit IRC
[13:36:56] *** josh-k has quit IRC
[13:37:25] *** machbio has quit IRC
[13:39:55] *** bkuberek has joined #angularjs
[13:41:14] *** Reskp has quit IRC
[13:42:23] *** zwacky has joined #angularjs
[13:42:38] *** rchavik has quit IRC
[13:43:50] *** josh-k has joined #angularjs
[13:44:11] <jaydubya> any ng-grid gurus around?
[13:44:53] *** bkuberek has quit IRC
[13:45:19] *** vinimdocarmo has quit IRC
[13:46:18] *** Embassy has quit IRC
[13:47:01] *** cotko has joined #angularjs
[13:47:59] *** Embassy has joined #angularjs
[13:48:10] *** IvailoStoianov_ has joined #angularjs
[13:48:49] *** Zren_ has joined #angularjs
[13:48:51] *** RobertMeta_ has quit IRC
[13:49:17] *** IvailoStoianov has quit IRC
[13:49:18] *** IvailoStoianov_ is now known as IvailoStoianov
[13:49:22] *** swist has joined #angularjs
[13:49:50] *** evotuned has joined #angularjs
[13:49:58] *** Mxyzpltk has joined #angularjs
[13:50:58] *** cheef has quit IRC
[13:51:17] *** Zren has quit IRC
[13:52:24] *** wd40s has joined #angularjs
[13:54:36] *** evotuned has quit IRC
[13:55:20] *** mlpug has joined #angularjs
[13:57:18] *** JmZ_ is now known as JmZ
[13:57:27] *** wd40s has quit IRC
[14:00:23] *** tarnus has joined #angularjs
[14:00:37] *** MattWelch has joined #angularjs
[14:01:10] *** KushS has quit IRC
[14:01:25] *** IvailoStoianov has quit IRC
[14:01:42] *** jonasliljestrand has quit IRC
[14:02:34] *** ceephax has joined #angularjs
[14:06:07] *** hswolff has quit IRC
[14:06:38] *** saucey has joined #angularjs
[14:08:02] *** hswolff has joined #angularjs
[14:08:41] *** KushS has joined #angularjs
[14:09:19] *** Vishal_ has joined #angularjs
[14:09:58] *** jonasliljestrand has joined #angularjs
[14:10:09] <Vishal_> Hello
[14:11:24] *** Vishal_ has left #angularjs
[14:11:58] *** Reskp has joined #angularjs
[14:17:03] *** Reskp has quit IRC
[14:17:35] *** juanpablo_____ has joined #angularjs
[14:17:59] *** rchavik has joined #angularjs
[14:18:21] *** cotko has quit IRC
[14:18:43] *** ximenean_ has quit IRC
[14:20:35] <Beg> Are there design patterns and frameworks for real-time templated websites?
[14:20:51] *** mityaz has quit IRC
[14:21:44] *** ximenean_ has joined #angularjs
[14:21:55] *** jumpstracks has joined #angularjs
[14:21:56] <Beg> website layouts that can be changed by the user in real time
[14:22:03] *** juanpablo_____ has quit IRC
[14:22:39] *** ngbot has joined #angularjs
[14:22:39]
<ngbot> [angular.js] pkozlowski-opensource pushed 1 new commit to master: http://git.io/LQesmg
[14:22:39] <ngbot> angular.js/master eae848a leticialozano: docs($http): fix typo...
[14:22:39] *** ngbot has left #angularjs
[14:23:56] *** JR____ has joined #angularjs
[14:26:17] *** arpu has quit IRC
[14:27:57] *** JR____ has quit IRC
[14:28:29] *** laurensvanpoucke has joined #angularjs
[14:28:32] *** ximenean_ has quit IRC
[14:29:05] *** wd40s has joined #angularjs
[14:29:54] *** jglover has joined #angularjs
[14:30:08] <jglover> Can I somehow download the entire angular site?
[14:30:31] <jglover> i like the way that all of the docs are layed out
[14:31:03] <laurensvanpoucke> hi guys, in a factory I return an object. When I have $scope.getObject = MyService.getObject; and in my jade view I do div {{ getObject() }}, then it works. But when I try to get the value in my controller, it doesn't work, why ?
[14:31:52] <jglover> laurensvanpoucke: how are you calling it in your controller?
[14:32:10] <jglover> are you calling getObject() or $scope.getObject(), in your controller?
[14:32:26] <laurensvanpoucke> hmm in my factory it is :
[14:32:29] <laurensvanpoucke> getCurrentUser : function() {
[14:32:29] <laurensvanpoucke> return currentUser;
[14:32:29] <laurensvanpoucke> },
[14:33:02] <laurensvanpoucke> when I do this in my cotnroller it doesn't give the userid
[14:33:03] <laurensvanpoucke> console.log( Auth.getCurrentUser()._id );
[14:33:18] *** aven1 has joined #angularjs
[14:33:31] <laurensvanpoucke> hmm it's acutally another service, not a controller
[14:33:50] <jglover> ah i see
[14:34:01] <laurensvanpoucke> what is the problem ?
[14:34:09] <laurensvanpoucke> I'm using the angular-fullstack
[14:34:10] <jglover> do you have the code posted somewhere we could take al ook?
[14:34:13] *** cthrax has joined #angularjs
[14:34:29] <laurensvanpoucke> hmm I can do that, jsbin? or where ?
[14:34:56] <jglover> github or jsbin
[14:34:56] *** Alax has joined #angularjs
[14:35:17] *** ximenean_ has joined #angularjs
[14:35:30] *** F1LT3R has joined #angularjs
[14:35:54] *** joroc has quit IRC
[14:36:37] *** MuffinMan` has joined #angularjs
[14:36:46] *** dobladez has joined #angularjs
[14:37:11] *** IvailoStoianov has joined #angularjs
[14:37:25] *** ceephax has quit IRC
[14:37:57] *** gauravsaini03 has joined #angularjs
[14:38:36] *** jtimon has quit IRC
[14:40:28] *** F1LT3R has quit IRC
[14:41:24] *** ximenean_ has quit IRC
[14:41:30] <laurensvanpoucke> javascript tab
[14:41:33] <laurensvanpoucke> 2 factories
[14:42:14] *** jtimon has joined #angularjs
[14:43:17] *** ome has joined #angularjs
[14:43:23] *** evilaliv3 has quit IRC
[14:43:34] <laurensvanpoucke> I want to pass the current logged in user's id as a query string...
[14:43:47] <laurensvanpoucke> @jglover but don't know what I'm doing wrong
[14:43:51] <laurensvanpoucke> timing issue ?
[14:44:58] *** jglover has quit IRC
[14:45:12] *** despai has joined #angularjs
[14:46:43] *** Roots47 has joined #angularjs
[14:47:46] *** cads has joined #angularjs
[14:48:13] *** Huevos has quit IRC
[14:48:15] <laurensvanpoucke> the userId is undefined, but I got a user object
[14:48:39] *** pknordic_ has quit IRC
[14:48:50] *** swist has quit IRC
[14:50:23] <laurensvanpoucke> hmm and when I console.log Auth.getCurrentUser(); it's a $promise... don't get it
[14:50:45] <laurensvanpoucke> I mean a resource
[14:50:49] *** gaboesquivel has joined #angularjs
[14:50:52] *** evotuned has joined #angularjs
[14:51:25] *** vinimdocarmo has joined #angularjs
[14:52:41] *** tschundeee has joined #angularjs
[14:53:07] *** xxMatiasFxx has joined #angularjs
[14:53:10] *** Alax has left #angularjs
[14:54:06] *** vonnegut has quit IRC
[14:54:28] *** vonnegut has joined #angularjs
[14:55:06] *** vonnegut has joined #angularjs
[14:55:36] *** evotuned has quit IRC
[14:55:57] *** sheplu has joined #angularjs
[14:56:37] *** sturmination has joined #angularjs
[14:56:56] *** xxMatiasFCxx has quit IRC
[14:59:51] <laurensvanpoucke> anyone?????
[15:00:52] *** sinclair has joined #angularjs
[15:01:26] *** jonasliljestrand has quit IRC
[15:01:58] *** gauravsaini03 has quit IRC
[15:02:46] <despai> laurensvanpoucke
[15:02:50] <despai> what?
[15:03:03] <despai> explain it better
[15:03:07] *** anger has quit IRC
[15:03:59] *** vinimdocarmo has quit IRC
[15:04:08] *** vinimdocarmo has joined #angularjs
[15:04:09] *** amergin has quit IRC
[15:04:09] *** zap has quit IRC
[15:04:09] *** tuhoojabotti has quit IRC
[15:04:09] *** crnd has quit IRC
[15:04:49] *** rkjdid has quit IRC
[15:04:53] *** Petazz has quit IRC
[15:05:58] *** zeitgist_ has joined #angularjs
[15:06:24] *** Mugo has joined #angularjs
[15:07:46] *** Mugo has quit IRC
[15:07:49] *** ciwolsey has joined #angularjs
[15:07:54] *** Steve_1982 has joined #angularjs
[15:07:56] *** rkjdid has joined #angularjs
[15:08:09] *** Steve_1982 has left #angularjs
[15:09:22] <laurensvanpoucke> @despai so, I got a factory that has a function that returns an object
[15:09:41] <laurensvanpoucke> when I execute that function in another service, it doesn't give back the right object
[15:10:39] *** ron1 has joined #angularjs
[15:12:53] *** Reskp has joined #angularjs
[15:13:09] *** JBreit has joined #angularjs
[15:14:41] *** mary5030 has joined #angularjs
[15:15:47] *** zeitgist_ has quit IRC
[15:16:25] *** zeitgist_ has joined #angularjs
[15:16:43] *** jumpstracks has quit IRC
[15:17:22] *** sahbeewah_ has quit IRC
[15:17:32] *** Reskp has quit IRC
[15:17:34] *** josh-k has quit IRC
[15:17:39] *** ron1 has quit IRC
[15:17:53] *** doup has joined #angularjs
[15:18:21] *** juanpablo_____ has joined #angularjs
[15:18:26] *** josh-k has joined #angularjs
[15:18:30] *** Kay-z has quit IRC
[15:18:51] *** doup has quit IRC
[15:19:09] *** Johnny13371337 has quit IRC
[15:19:12] *** tuhoojabotti has joined #angularjs
[15:19:16] *** Txandy has left #angularjs
[15:19:37] *** ron1 has joined #angularjs
[15:20:18] *** bbankes has joined #angularjs
[15:21:31] *** zeitgist_ has quit IRC
[15:21:40] *** josh-k has quit IRC
[15:22:47] *** juanpablo_____ has quit IRC
[15:23:09] *** ron1 has quit IRC
[15:24:02] *** sebhoss has joined #angularjs
[15:24:59] *** vinimdocarmo has quit IRC
[15:25:34] *** richiebkr has joined #angularjs
[15:25:37] *** doodlehaus has joined #angularjs
[15:26:18] *** ron1 has joined #angularjs
[15:26:59] *** foofoobar has joined #angularjs
[15:27:43] *** Ironlink_ is now known as Ironlink
[15:28:56] *** sebhoss has quit IRC
[15:29:12] *** Ch4rAss has joined #angularjs
[15:29:44] *** richiebkr has quit IRC
[15:31:29] *** kapil__ has quit IRC
[15:32:17] *** ximenean_ has joined #angularjs
[15:33:02] *** Mattias has quit IRC
[15:33:21] *** KushS has quit IRC
[15:33:24] *** joroc has joined #angularjs
[15:35:39] *** Mangullar has joined #angularjs
[15:36:04] *** aven1 has quit IRC
[15:36:07] *** lexek_ has joined #angularjs
[15:36:34] *** josh-k has joined #angularjs
[15:38:24] *** IvailoStoianov has quit IRC
[15:38:44] *** cotko has joined #angularjs
[15:38:47] *** rmcdaniel has joined #angularjs
[15:39:21] *** Mangullar has left #angularjs
[15:39:31] *** disorder20 has joined #angularjs
[15:39:35] *** boxmein has joined #angularjs
[15:39:43] *** mary5030 has quit IRC
[15:40:15] *** mary5030 has joined #angularjs
[15:40:29] *** josh-k_ has joined #angularjs
[15:43:14] *** laurensvanpoucke has quit IRC
[15:43:37] *** josh-k has quit IRC
[15:43:41] *** Ch4rAss has quit IRC
[15:43:44] *** boxmein has quit IRC
[15:44:15] *** boxmein has joined #angularjs
[15:44:30] *** SahanH has joined #angularjs
[15:44:44] *** mary5030 has quit IRC
[15:45:53] *** saucey has quit IRC
[15:46:11] *** frabblerock has joined #angularjs
[15:47:08] *** regal has joined #angularjs
[15:48:34] *** Solid1 is now known as Solid1_afk
[15:49:24] *** ashu has joined #angularjs
[15:49:34] <ashu> hi
[15:49:34] *** bealtine has joined #angularjs
[15:49:43] <ashu> anybody there?
[15:50:06] <ashu> wooohoooo
[15:51:08] <ashu> hmmm...
[15:51:24] *** ashu has left #angularjs
[15:51:46] *** regal has left #angularjs
[15:51:52] *** evotuned has joined #angularjs
[15:54:06] *** cotko has quit IRC
[15:54:10] *** vinimdocarmo has joined #angularjs
[15:54:41] *** deanclkclk has joined #angularjs
[15:54:51] <canthugeverycat> @ashu Speak ashu :)
[15:54:54] *** cotko has joined #angularjs
[15:56:29] *** laurensvanpoucke has joined #angularjs
[15:57:00] *** evotuned has quit IRC
[15:59:41] *** cotko has quit IRC
[16:00:49] *** despai has quit IRC
[16:02:11] *** mmealling has joined #angularjs
[16:02:47] *** qdk has quit IRC
[16:03:22] *** aven1 has joined #angularjs
[16:03:24] *** evilaliv3 has joined #angularjs
[16:04:21] *** goodenough has joined #angularjs
[16:05:23] *** joroc has quit IRC
[16:05:38] *** cakirke has quit IRC
[16:06:06] *** IvailoStoianov has joined #angularjs
[16:06:09] *** shaisnir has quit IRC
[16:07:02] *** zz_night-owl is now known as night-owl
[16:09:55] <Foxandxss> canthugeverycat: he left
[16:10:08] <Foxandxss> in less than two minutes
[16:10:15] *** tschundeee has quit IRC
[16:10:23] <canthugeverycat> @Foxandxss Lol, angular makes people impatient
[16:10:49] *** tschundeee has joined #angularjs
[16:11:43] *** Tristanp has joined #angularjs
[16:13:07] *** JmZ is now known as JmZ_
[16:13:34] *** Reskp has joined #angularjs
[16:13:56] *** phzon has joined #angularjs
[16:14:31] *** JR____ has joined #angularjs
[16:15:31] *** xdissent has quit IRC
[16:15:41] *** rmcdaniel has quit IRC
[16:15:42] *** ericbutters has quit IRC
[16:16:00] *** tschundeee has quit IRC
[16:16:20] *** JR____ has quit IRC
[16:16:44] *** zeitgist_ has joined #angularjs
[16:18:04] *** cannap has joined #angularjs
[16:18:05] *** phzon has quit IRC
[16:18:36] *** Reskp has quit IRC
[16:18:39] *** gaboesquivel has quit IRC
[16:19:09] *** sbellina has quit IRC
[16:20:42] *** sbellina has joined #angularjs
[16:21:51] *** zeitgist_ has quit IRC
[16:23:16] *** markwu has quit IRC
[16:25:09] *** Menorah has joined #angularjs
[16:26:58] *** dobladez has quit IRC
[16:26:59] *** mmealling has quit IRC
[16:27:14] *** ron1 has quit IRC
[16:28:54] *** mmealling has joined #angularjs
[16:30:06] *** PrinceAMD has joined #angularjs
[16:30:14] *** PrinceAMD has joined #angularjs
[16:30:29] *** despai has joined #angularjs
[16:31:06] *** ron1 has joined #angularjs
[16:31:19] *** zap has joined #angularjs
[16:32:32] *** patricka_ has quit IRC
[16:33:04] *** shaisnir has joined #angularjs
[16:33:22] *** joroc has joined #angularjs
[16:33:47] *** shancci has quit IRC
[16:34:26] *** b1rkh0ff has joined #angularjs
[16:36:08] *** richiebkr has joined #angularjs
[16:36:29] *** TripTastic has joined #angularjs
[16:37:14] *** aven1 has quit IRC
[16:38:13] *** sbellina has quit IRC
[16:38:18] *** caitp has joined #angularjs
[16:38:41] *** shaisnir has quit IRC
[16:38:50] *** cthrax has quit IRC
[16:39:00] *** swist has joined #angularjs
[16:39:01] *** macobo has joined #angularjs
[16:39:20] *** aviraldg has quit IRC
[16:39:28] *** mikerrrrrr has joined #angularjs
[16:39:56] *** JBreit has quit IRC
[16:40:06] *** night-owl is now known as zz_night-owl
[16:40:35] *** Foxandxss has quit IRC
[16:40:37] *** richiebkr has quit IRC
[16:41:18] *** Embassy has quit IRC
[16:42:10] *** CanyonMan has joined #angularjs
[16:43:04] *** tschundeee has joined #angularjs
[16:43:24] *** pspfolio has joined #angularjs
[16:43:41] *** sbellina has joined #angularjs
[16:44:15] <CanyonMan> Does anybody know how to force datepicker to re-query for disabled dates?
[16:45:07] *** shaisnir has joined #angularjs
[16:46:37] *** g33k5z_ has quit IRC
[16:47:15] *** g33k5z_ has joined #angularjs
[16:48:30] *** tschundeee has quit IRC
[16:48:44] *** sbellina has quit IRC
[16:49:27] *** shaisnir has quit IRC
[16:49:43] *** fallacy has joined #angularjs
[16:50:03] *** cheef has joined #angularjs
[16:50:31] *** michaelSharpe has joined #angularjs
[16:50:39] *** devhoag_ has joined #angularjs
[16:50:41] *** bmonty has joined #angularjs
[16:50:49] *** frabblerock has quit IRC
[16:51:22] *** cheef has quit IRC
[16:51:52] *** g33k5z_ has quit IRC
[16:52:06] *** gaboesquivel has joined #angularjs
[16:52:53] *** evotuned has joined #angularjs
[16:53:19] <fallacy> Is there any easy way to reload all the ng-controller(s) on a given route after its already been run?
[16:53:35] *** g33k5z_ has joined #angularjs
[16:53:42] <jaydubya> any ng-grid enthusiasts here now?
[16:54:01] *** zeitgist_ has joined #angularjs
[16:54:05] *** rofer has joined #angularjs
[16:54:52] <rofer> Hi
[16:54:57] <fallacy> hey
[16:54:58] *** elrabin has joined #angularjs
[16:55:18] *** zeitgist_ has quit IRC
[16:55:27] <rofer> So, I'm writing my first project using AngularJS and I've got some questions.
[16:56:11] <CanyonMan> OK, but please type them without using the letter q
[16:56:38] <rofer> First off, from following the tutorial on the site I have two modules, one for my whole app and one for the controllers. Right now all of the dependencies are listed for the app and none for the controllers, however it's the controllers that actually need these dependencies.
[16:57:03] <CanyonMan> are you sure you have 2 modules
[16:57:06] <rofer> Are things setup the right way now, should I move the dependencies to the controllers, or should I move them to the app?
[16:57:22] <CanyonMan> if it is like: var app = angular.module('mymodulename', [ 'somestuff' ] in one place
[16:57:22] <rofer> CanyonMan: I think so, I have two calls to angular.module
[16:57:24] <CanyonMan> but in the other place it's just
[16:57:28] <CanyonMan> angular.module('modulename')
[16:57:35] <CanyonMan> that second case doesn't create a new module. It just finds the first one.
[16:57:50] <CanyonMan> The difference between creaeting and simply accessing a module is that when you create it you provide it with a list of dependencies, or at least []
[16:58:01] <rofer> With different names. My app module is depending on my controllers module
[16:58:04] *** evotuned has quit IRC
[16:58:09] <CanyonMan> ok, yeah they are separate modules then.
[16:58:11] <CanyonMan> go on
[16:58:42] <CanyonMan> if you're really just starting with this and things are relatively small and simple there probably isn't a good reason to put all your other stuff in a separate module
[16:59:01] <CanyonMan> it's not necessary really. It doesn't hurt anything, you just have to make sure your 'main module' whatever that is depends on your second one.
[16:59:14] <CanyonMan> If you were making a module of reusable components etc. it might make sense
[16:59:36] *** elrabin has quit IRC
[17:00:14] *** elrabin has joined #angularjs
[17:00:29] <rofer> So, I'll probably just merge them into one module, but if I didn't would it be better to put my dependencies with the controllers part and have my main module just depend on the controllers module?
[17:00:33] <rofer> (Hope that made sense)
[17:00:55] <CanyonMan> var phonecatApp = angular.module('phonecatApp', []); <--- creates the module, with no dependencies, that's the [] (empty list)
[17:01:19] <CanyonMan> so typically what i do is that in every other .js file that goes along with that module I just put this:
[17:01:35] <CanyonMan> var app = angular.module('phonecatApp'); /* or whatever its name is */
[17:01:37] *** bbankes has quit IRC
[17:01:46] <CanyonMan> then inside that file, whatever app.directive(), app.controller(), or whatever i need
[17:02:49] *** gaboesquivel has quit IRC
[17:03:27] *** aven1 has joined #angularjs
[17:03:42] *** dobladez has joined #angularjs
[17:04:17] *** despai has quit IRC
[17:04:28] <fallacy> CanyonMan: Do you know if there's a way to run the controller pointed to by a <div ng-Controller="BlahController"></div> after it's already been loaded initially?
[17:04:28] *** shyshy has joined #angularjs
[17:04:28] <zwacky> CanyonMan you're better off not using a variable for angular.module and just use everywhere angular.module('x') instead of app.controller...
[17:04:54] *** Sijdesign has quit IRC
[17:04:55] *** SahanH has quit IRC
[17:05:00] *** elrabin has quit IRC
[17:05:22] <zwacky> fallacy, upon what event?
[17:05:43] <fallacy> I have a login event, which occurs after angular has already been bootstrapped
[17:06:00] <zwacky> that login event happens when?
[17:06:02] <fallacy> so after login has happened I would like the controllers on the current route to reload so that they can then fetch data
[17:06:09] <rofer> CanyonMan: Yeah, I get how that works, I'm just wondering where I should put the dependencies if I keep things organized like they are in that tutorial. They put the dependencies with the main app, but it looks like they all belong in controllers module.
[17:06:14] <zwacky> why not reload the current state/route?
[17:06:24] <fallacy> How do I do that?
[17:06:31] <zwacky> using ui-router?
[17:07:04] *** zeitgist_ has joined #angularjs
[17:07:06] *** joroc has quit IRC
[17:07:18] *** juanpablo_____ has joined #angularjs
[17:07:18] <fallacy> so the login event is actually after a button onclick
[17:07:32] *** tschundeee has joined #angularjs
[17:07:55] <zwacky> you could redirect/reload to the main page
[17:08:14] <fallacy> How do I do that from the onclick event handler
[17:08:15] <fallacy> ?
[17:08:32] <fallacy> without doing an actual page reload
[17:08:41] <zwacky> you could do that in your login logic
[17:08:57] <fallacy> Yep. How would I go about doing that?
[17:08:57] *** moafoca has joined #angularjs
[17:09:06] <zwacky> like $location.path('/')
[17:09:16] <zwacky> assuming youre not using states (ui-router)
[17:09:17] <fallacy> is $location globally available?
[17:09:24] <zwacky> no, you gotta inject that one
[17:09:36] <fallacy> how do I access it from an onclick event?
[17:09:51] <CanyonMan> make sure it's injected into the controller you're talking about
[17:10:00] *** zeitgist_ has quit IRC
[17:10:13] <zwacky> have a ng-click="login()" function in your html and in your controller have a login function that does the magic
[17:10:29] *** mrru has joined #angularjs
[17:10:56] *** Seus has joined #angularjs
[17:11:09] *** vinimdocarmo has quit IRC
[17:11:17] <fallacy> Is it possible to inject it from a normal event or does it have to be ng-click?
[17:11:23] *** juanpablo_____ has quit IRC
[17:12:36] *** zivester has joined #angularjs
[17:12:50] *** sebhoss has joined #angularjs
[17:13:02] *** clearcut has joined #angularjs
[17:13:49] *** joshontheweb has joined #angularjs
[17:14:23] *** doug64k has quit IRC
[17:14:28] *** Reskp has joined #angularjs
[17:14:53] *** dsdeiz has quit IRC
[17:15:39] <CanyonMan> it's difficult sometimes to make angular-ui datepicker look like what you want
[17:15:46] <CanyonMan> especially considering what a css moron I am.
[17:17:02] *** Joseph_Silber has joined #angularjs
[17:17:12] *** kborchers_ has joined #angularjs
[17:17:16] *** chiburbs_KD9AUS has joined #angularjs
[17:17:30] *** sebhoss has quit IRC
[17:18:01] *** leex_ has joined #angularjs
[17:18:06] *** deg_ has joined #angularjs
[17:18:11] *** kcjones_ has joined #angularjs
[17:18:11] *** PrinceAMD has quit IRC
[17:18:15] *** JBreit has joined #angularjs
[17:18:48] <rofer> If I put a service in it's own module and depend on it in my main app I'll be able to inject it, right?
[17:18:55] *** hippich_ has joined #angularjs
[17:19:01] <rofer> I'm hoping to make this service re-usable across different projects.
[17:19:01] *** busticat_ has joined #angularjs
[17:19:21] *** threedaymonk has joined #angularjs
[17:19:23] *** dan_ has joined #angularjs
[17:19:42] *** Roilan2- has joined #angularjs
[17:19:42] *** Reskp has quit IRC
[17:19:45] <CanyonMan> literally a service?
[17:19:46] *** dan_ is now known as Guest57440
[17:19:50] *** Spockz_ has joined #angularjs
[17:19:50] *** doodlehaus has quit IRC
[17:19:56] *** stodan_ has joined #angularjs
[17:19:59] <CanyonMan> I'm all for putting services into their own module if that's what you're asking.
[17:20:02] *** plantain_ has joined #angularjs
[17:20:07] <CanyonMan> Services are probably the most meant-to-be reusable thing
[17:20:14] *** plantain_ has quit IRC
[17:20:14] *** plantain_ has joined #angularjs
[17:20:20] *** elrabin has joined #angularjs
[17:20:34] *** xiaolin_ has joined #angularjs
[17:20:34] *** KD9AUS has quit IRC
[17:20:34] *** Joseph__Silber has quit IRC
[17:20:56] <rofer> CanyonMan: Yeah, just wondering if it'll be as simple as placing it into its own module and then depending on that module
[17:21:11] *** OnkelTem has quit IRC
[17:21:19] *** sp00x_ has joined #angularjs
[17:21:28] *** accelerate- has joined #angularjs
[17:21:30] *** hachiya_ has joined #angularjs
[17:21:33] <rofer> CanyonMan: Previously I had the setup the tutorial uses with two modules that don't have to be separate, I merged them and now I'm pulling a different thing out.
[17:21:36] *** ArTiSTiX_ has joined #angularjs
[17:21:36] *** ajpiano_ has joined #angularjs
[17:21:40] *** Proditor_ has joined #angularjs
[17:21:49] *** ome has quit IRC
[17:22:10] *** KushS has joined #angularjs
[17:22:11] *** gularpold has joined #angularjs
[17:22:21] *** eyi_ has joined #angularjs
[17:22:24] *** deebo_ has joined #angularjs
[17:22:31] *** ABCDEFGM1nor has joined #angularjs
[17:22:35] *** medice has joined #angularjs
[17:22:39] *** supermas1iv has joined #angularjs
[17:22:40] *** tehmoon_ has joined #angularjs
[17:22:40] *** ree_ has joined #angularjs
[17:23:21] *** JoeJoe has joined #angularjs
[17:23:24] *** pspfolio has quit IRC
[17:23:51] *** illume has joined #angularjs
[17:24:27] *** jacuqesdancona_ has joined #angularjs
[17:24:28] *** joshontheweb has quit IRC
[17:24:40] *** recidive has quit IRC
[17:24:40] *** tomdale___ has joined #angularjs
[17:25:11] *** pppppaul has joined #angularjs
[17:25:13] *** F1LT3R has joined #angularjs
[17:25:26] *** Milk_weed has joined #angularjs
[17:25:32] *** illume has quit IRC
[17:25:58] *** zivester has quit IRC
[17:26:01] *** cthrax has joined #angularjs
[17:26:05] *** Zenithar_ has joined #angularjs
[17:26:22] <CanyonMan> rofer: it's pretty much taht simple yeah
[17:26:33] <CanyonMan> for services, your service has a factory
[17:26:35] *** g3funk has joined #angularjs
[17:26:38] <CanyonMan> so you inject the 'modulename'
[17:26:53] *** arabot has joined #angularjs
[17:26:57] *** KushS has quit IRC
[17:26:57] *** arabot has quit IRC
[17:26:57] <CanyonMan> then each place that uses it e.g. a controlle rfunction injects the service name as a parameter to the controller function
[17:27:03] *** ansu1 has joined #angularjs
[17:27:14] <rofer> Yeah, I've already got it working with everything in one module.
[17:27:21] <rofer> Just wondering about splitting it up
[17:27:22] *** Fuzzier has joined #angularjs
[17:27:50] *** aton`_ has joined #angularjs
[17:29:10] *** tomzx_ has joined #angularjs
[17:29:26] *** d0nk has joined #angularjs
[17:29:36] *** disorder20 has quit IRC
[17:29:55] *** zouave_ has joined #angularjs
[17:29:57] *** allegary` has joined #angularjs
[17:30:14] *** Ronrun has joined #angularjs
[17:30:28] *** CTS2 has joined #angularjs
[17:31:13] *** illume has joined #angularjs
[17:31:50] *** F1LT3R has quit IRC
[17:31:52] *** mikeyeee has joined #angularjs
[17:31:55] *** illume has quit IRC
[17:32:12] *** TripTastic has quit IRC
[17:32:15] *** Milkweed has quit IRC
[17:32:15] *** busticated has quit IRC
[17:32:16] *** jacuqesdancona has quit IRC
[17:32:17] *** dwayne has quit IRC
[17:32:17] *** xiaolin has quit IRC
[17:32:18] *** fairuz has quit IRC
[17:32:19] *** clamstar has quit IRC
[17:32:20] *** retornam has quit IRC
[17:32:20] *** tomzx has quit IRC
[17:32:20] *** braidn has quit IRC
[17:32:21] *** Proditor has quit IRC
[17:32:21] *** Rebirth has quit IRC
[17:32:21] *** tehmoon has quit IRC
[17:32:22] *** aton` has quit IRC
[17:32:22] *** tsunamie has quit IRC
[17:32:23] *** d0nk` has quit IRC
[17:32:24] *** ppppaul has quit IRC
[17:32:24] *** tomdale__ has quit IRC
[17:32:24] *** ABCDEFGMinor has quit IRC
[17:32:25] *** plantain has quit IRC
[17:32:25] *** Zenithar has quit IRC
[17:32:26] *** zouave has quit IRC
[17:32:26] *** kStolen has quit IRC
[17:32:27] *** Evanlec has quit IRC
[17:32:28] *** allegary has quit IRC
[17:32:28] *** Medice2 has quit IRC
[17:32:29] *** eyi has quit IRC
[17:32:30] *** sp00x has quit IRC
[17:32:31] *** ansu has quit IRC
[17:32:31] *** deg has quit IRC
[17:32:31] *** dan2 has quit IRC
[17:32:32] *** curfont has quit IRC
[17:32:32] *** stodan has quit IRC
[17:32:33] *** Roilan2 has quit IRC
[17:32:33] *** ajpiano has quit IRC
[17:32:33] *** gularpol1 has quit IRC
[17:32:34] *** leex has quit IRC
[17:32:34] *** kborchers has quit IRC
[17:32:36] *** hachiya has quit IRC
[17:32:36] *** ree has quit IRC
[17:32:36] *** Spockz has quit IRC
[17:32:37] *** deebo has quit IRC
[17:32:37] *** hippich has quit IRC
[17:32:38] *** supermassiv has quit IRC
[17:32:38] *** ClearsTheScreen has quit IRC
[17:32:38] *** threeday1onk has quit IRC
[17:32:39] *** kcjones has quit IRC
[17:32:39] *** accelerate has quit IRC
[17:32:39] *** ArTiSTiX has quit IRC
[17:32:42] *** Tuxity has quit IRC
[17:32:42] *** HansiHE has quit IRC
[17:32:42] *** Roilan2- is now known as Roilan2
[17:32:43] *** illume has joined #angularjs
[17:32:43] *** enigmarm has joined #angularjs
[17:32:57] *** tarnus_ has joined #angularjs
[17:32:57] *** emmesswhy has joined #angularjs
[17:33:01] *** iShortBus_ has joined #angularjs
[17:34:47] *** eristic_ has joined #angularjs
[17:34:48] *** TweedleDee has joined #angularjs
[17:34:48] *** magnars_ has joined #angularjs
[17:34:48] *** n3ssi3_ has joined #angularjs
[17:34:48] *** iamstef_ has joined #angularjs
[17:34:48] *** adhipg_ has joined #angularjs
[17:34:48] *** TweedleDee is now known as TweedleDumber
[17:34:48] *** lowell_ has joined #angularjs
[17:34:48] *** cuong__ has joined #angularjs
[17:34:48] *** Y_Ichiro has joined #angularjs
[17:34:48] *** Y_Ichiro has joined #angularjs
[17:34:48] *** fourq__ has joined #angularjs
[17:34:49] *** gweedo767_ has joined #angularjs
[17:34:50] *** tschundeee has quit IRC
[17:34:50] *** fuziontech____ has quit IRC
[17:34:50] *** epickillerpigz_ has joined #angularjs
[17:34:51] *** amtiskaw_ has joined #angularjs
[17:34:51] *** phishy_ has joined #angularjs
[17:34:52] *** jeffw198_____ has joined #angularjs
[17:34:52] *** isacloud has joined #angularjs
[17:34:52] *** lebster_ has joined #angularjs
[17:34:53] *** pchittum_ has joined #angularjs
[17:34:53] *** Medice2 has joined #angularjs
[17:34:55] *** digitalfiz_ has joined #angularjs
[17:34:55] *** moogumbo_ has joined #angularjs
[17:34:57] *** remysharp_ has joined #angularjs
[17:34:58] *** tomzx has joined #angularjs
[17:34:58] *** brassel has joined #angularjs
[17:34:59] *** janoelze_ has joined #angularjs
[17:34:59] *** omsmith has quit IRC
[17:35:00] *** jlfama has quit IRC
[17:35:01] *** mylord has quit IRC
[17:35:01] *** fbe has joined #angularjs
[17:35:01] *** elmcrest_ has joined #angularjs
[17:35:02] *** Zariel- has joined #angularjs
[17:35:02] *** caitp- has joined #angularjs
[17:35:02] *** pzuraq has quit IRC
[17:35:03] *** jae has quit IRC
[17:35:03] *** UniBot has quit IRC
[17:35:04] *** hswolff_ has joined #angularjs
[17:35:04] *** ulkesh has quit IRC
[17:35:05] *** metasansana has quit IRC
[17:35:06] *** lowell has quit IRC
[17:35:06] *** Spot__ has quit IRC
[17:35:06] *** Xorlev_ has quit IRC
[17:35:07] *** Shadda has quit IRC
[17:35:08] *** eshlox has quit IRC
[17:35:08] *** jga_ has quit IRC
[17:35:08] *** hguux_ has quit IRC
[17:35:09] *** machty has quit IRC
[17:35:09] *** tfnico____ has quit IRC
[17:35:10] *** zz_night-owl has quit IRC
[17:35:10] *** TyrfingMjolnir has quit IRC
[17:35:11] *** Firo has quit IRC
[17:35:12] *** isacloud_ has quit IRC
[17:35:12] *** xMopxShell has quit IRC
[17:35:13] *** alphonse23_ has quit IRC
[17:35:13] *** janoelze has quit IRC
[17:35:15] *** jcw has quit IRC
[17:35:15] *** adhipg has quit IRC
[17:35:16] *** iShortBus has quit IRC
[17:35:16] *** cuong_ has quit IRC
[17:35:16] *** digitalfiz has quit IRC
[17:35:17] *** jeffw198____ has quit IRC
[17:35:17] *** hkeide__ has quit IRC
[17:35:18] *** fourq_ has quit IRC
[17:35:18] *** rikkus has quit IRC
[17:35:19] *** elmcrest has quit IRC
[17:35:19] *** moogumbo has quit IRC
[17:35:20] *** Dwarf has quit IRC
[17:35:20] *** Dragory has quit IRC
[17:35:21] *** mtree has quit IRC
[17:35:21] *** amtiskaw has quit IRC
[17:35:22] *** epickillerpigz has quit IRC
[17:35:22] *** fbe_ has quit IRC
[17:35:23] *** Sasha has quit IRC
[17:35:25] *** apipkin_ has quit IRC
[17:35:25] *** phishy has quit IRC
[17:35:26] *** twisted` has quit IRC
[17:35:26] *** lebster has quit IRC
[17:35:26] *** mpw has quit IRC
[17:35:27] *** n3ssi3 has quit IRC
[17:35:27] *** elijah has quit IRC
[17:35:27] *** iamstef has quit IRC
[17:35:28] *** Immutef has quit IRC
[17:35:28] *** NullSoldier has quit IRC
[17:35:28] *** Ronyrun has quit IRC
[17:35:29] *** andreypopp__ has quit IRC
[17:35:29] *** Templarian has quit IRC
[17:35:30] *** tombee has quit IRC
[17:35:30] *** remysharp has quit IRC
[17:35:30] *** j_wright has quit IRC
[17:35:31] *** crawleyprint has quit IRC
[17:35:32] *** schimmi has quit IRC
[17:35:32] *** eristic has quit IRC
[17:35:33] *** magnars has quit IRC
[17:35:33] *** bbhoss has quit IRC
[17:35:35] *** Pagan has quit IRC
[17:35:36] *** sp00x_ has quit IRC
[17:35:36] *** mikerrrrrr has quit IRC
[17:35:37] *** Left_Turn has quit IRC
[17:35:37] *** jpinnix____ has quit IRC
[17:35:38] *** gweedo767 has quit IRC
[17:35:38] *** Y_Ichiro_ has quit IRC
[17:35:39] *** cornerman has quit IRC
[17:35:39] *** ezakimak has quit IRC
[17:35:40] *** titanomachy has quit IRC
[17:35:40] *** fatshark has quit IRC
[17:35:41] *** brezel has quit IRC
[17:35:41] *** ZucchiniZe has quit IRC
[17:35:42] *** CiE has quit IRC
[17:35:43] *** shadowhand has quit IRC
[17:35:43] *** iamblue_cloud___ has quit IRC
[17:35:44] *** jlyndon has quit IRC
[17:35:45] *** iivvoo has quit IRC
[17:35:45] *** raytiley_ has quit IRC
[17:35:46] *** kalz has quit IRC
[17:35:47] *** ETBlue has quit IRC
[17:35:48] *** wintatime has quit IRC
[17:35:48] *** thanpolas has quit IRC
[17:35:49] *** Beg has quit IRC
[17:35:49] *** elrabin has quit IRC
[17:35:49] *** zap has quit IRC
[17:35:50] *** pchittum has quit IRC
[17:35:50] *** csduarte has quit IRC
[17:35:51] *** atomi_ has quit IRC
[17:35:52] *** mattattaque has quit IRC
[17:35:53] *** vtntimo has quit IRC
[17:35:55] *** lowell_ is now known as lowell
[17:35:55] *** fallacy has quit IRC
[17:35:56] *** vonnegut has quit IRC
[17:35:56] *** tarnus has quit IRC
[17:35:57] *** zerd has quit IRC
[17:35:57] *** jae has joined #angularjs
[17:35:57] *** joroc has joined #angularjs
[17:35:58] *** isacloud is now known as isacloud_
[17:35:58] *** janoelze_ is now known as janoelze
[17:35:58] *** cuong__ is now known as cuong_
[17:35:58] *** rikko has joined #angularjs
[17:35:59] *** Inge- has quit IRC
[17:35:59] *** fuziontech____ has joined #angularjs
[17:36:00] *** aven1 has quit IRC
[17:36:01] *** adhipg_ is now known as adhipg
[17:36:01] *** tomzx has quit IRC
[17:36:02] *** fallacy has joined #angularjs
[17:36:03] *** edzez_ has quit IRC
[17:36:05] *** amtiskaw_ is now known as amtiskaw
[17:36:05] *** sbellina has joined #angularjs
[17:36:07] *** tombee has joined #angularjs
[17:36:07] *** fourq__ is now known as fourq_
[17:36:07] *** pchittum_ is now known as pchittum
[17:36:07] *** Templarian has joined #angularjs
[17:36:09] *** MattWelch_ has joined #angularjs
[17:36:10] *** jpinnix____ has joined #angularjs
[17:36:12] *** jeffw198_____ is now known as jeffw198____
[17:36:12] *** ETBlue_ has joined #angularjs
[17:36:14] *** digitalfiz_ is now known as digitalfiz
[17:36:18] *** fallacy has quit IRC
[17:36:18] *** Spot__ has joined #angularjs
[17:36:19] *** hguux_ has joined #angularjs
[17:36:24] *** alphonse23_ has joined #angularjs
[17:36:25] *** Solid1_afk is now known as Solid1
[17:36:29] *** tomzx has joined #angularjs
[17:36:30] *** aton`_ has quit IRC
[17:36:31] *** cmenscher has joined #angularjs
[17:36:38] *** moogumbo_ is now known as moogumbo
[17:36:39] *** n3ssi3_ is now known as n3ssi3
[17:36:45] *** DLSteve has joined #angularjs
[17:36:48] *** andreypopp__ has joined #angularjs
[17:36:50] *** gweedo767_ is now known as gweedo767
[17:36:50] *** epickillerpigz_ is now known as epickillerpigz
[17:36:54] *** hkeide__ has joined #angularjs
[17:36:55] *** Nivag has quit IRC
[17:36:56] *** elrabin has joined #angularjs
[17:36:57] *** wa5ted_ has quit IRC
[17:36:58] *** rikkus has joined #angularjs
[17:37:03] *** xMopxShell has joined #angularjs
[17:37:04] *** iamstef_ is now known as iamstef
[17:37:06] *** phishy_ is now known as phishy
[17:37:07] *** mylord has joined #angularjs
[17:37:08] *** mpw has joined #angularjs
[17:37:14] *** Firo has joined #angularjs
[17:37:17] *** apipkin has joined #angularjs
[17:37:31] *** lebster_ is now known as lebster
[17:37:33] *** iShortBus_ is now known as iShortBus
[17:37:35] *** tristanp_ has joined #angularjs
[17:37:39] *** webster_ has joined #angularjs
[17:37:40] *** michaelSharpe has quit IRC
[17:37:40] *** tuhoojabotti has quit IRC
[17:37:40] *** jumz_ has quit IRC
[17:37:43] *** tomdale___ has quit IRC
[17:37:43] *** JoeJoe has quit IRC
[17:37:43] *** medice has quit IRC
[17:37:44] *** plantain_ has quit IRC
[17:37:44] *** hippich_ has quit IRC
[17:37:44] *** JBreit has quit IRC
[17:37:46] *** josh-k_ has quit IRC
[17:37:46] *** wd40s has quit IRC
[17:37:47] *** zz_night-owl has joined #angularjs
[17:37:47] *** remysharp_ is now known as remysharp
[17:37:54] *** schimmi has joined #angularjs
[17:38:04] *** cotko has joined #angularjs
[17:38:07] *** raytiley_ has joined #angularjs
[17:38:08] *** tfnico____ has joined #angularjs
[17:38:10] *** eristic_ is now known as eristic
[17:38:11] *** magnars_ is now known as magnars
[17:38:14] *** sasha- has joined #angularjs
[17:38:18] *** eshlox has joined #angularjs
[17:38:36] *** Nivag has joined #angularjs
[17:38:36] *** Zenithar has joined #angularjs
[17:38:37] *** airtonix_ has joined #angularjs
[17:38:47] *** laurensvanpoucke has quit IRC
[17:39:01] *** jayne_ has joined #angularjs
[17:39:08] *** elijah has joined #angularjs
[17:39:20] *** iivvoo has joined #angularjs
[17:39:27] *** jumz_ has joined #angularjs
[17:39:47] *** crawleyprint has joined #angularjs
[17:39:49] *** atomi has joined #angularjs
[17:39:49] *** lucasjones_ has joined #angularjs
[17:40:00] *** tuhoojabotti has joined #angularjs
[17:40:02] *** D-Boy has quit IRC
[17:40:45] *** Immutef has joined #angularjs
[17:41:01] *** Menorah has quit IRC
[17:41:10] *** xxMatiasxx has joined #angularjs
[17:41:22] *** zwacky_ has joined #angularjs
[17:41:24] *** omsmith has joined #angularjs
[17:41:44] *** medusa- has joined #angularjs
[17:41:45] *** metasansana has joined #angularjs
[17:42:07] *** deg_ has quit IRC
[17:42:08] *** hswolff has quit IRC
[17:42:09] *** BahamutWC has quit IRC
[17:42:09] *** Alina-malina has quit IRC
[17:42:09] *** Fuzzy has quit IRC
[17:42:10] *** PhilS has quit IRC
[17:42:10] *** instence has quit IRC
[17:42:11] *** codecone has quit IRC
[17:42:11] *** stormbytes has quit IRC
[17:42:11] *** apparition168 has quit IRC
[17:42:12] *** mrkretta1 has quit IRC
[17:42:12] *** dman777_alter has quit IRC
[17:42:12] *** suffice has quit IRC
[17:42:13] *** Greed has quit IRC
[17:42:13] *** mbenadda has quit IRC
[17:42:14] *** siddart has quit IRC
[17:42:14] *** Zariel has quit IRC
[17:42:15] *** yts has quit IRC
[17:42:18] *** tobmaster has quit IRC
[17:42:18] *** lucasjones has quit IRC
[17:42:18] *** webster has quit IRC
[17:42:19] *** vdrizzle-work has quit IRC
[17:42:19] *** daviesgeek has quit IRC
[17:42:20] *** wex13r has quit IRC
[17:42:21] *** hswolff_ is now known as hswolff
[17:42:21] *** webster_ is now known as webster
[17:42:21] *** Zariel- is now known as Zariel
[17:42:22] *** ZucchiniZe has joined #angularjs
[17:42:22] *** kd`_ has joined #angularjs
[17:42:33] *** marius__ has joined #angularjs
[17:42:53] *** jegade_ has joined #angularjs
[17:42:56] *** hippich has joined #angularjs
[17:43:03] *** Mer|inDMC has joined #angularjs
[17:43:20] *** pvde has joined #angularjs
[17:43:29] *** CanyonMan1 has joined #angularjs
[17:43:29] *** Bade has quit IRC
[17:43:30] *** tomzx_ has quit IRC
[17:43:31] *** tandy has quit IRC
[17:43:31] *** tandy has joined #angularjs
[17:43:31] *** PhilS_ has joined #angularjs
[17:43:32] *** ruzu has quit IRC
[17:43:33] *** Zenithar_ has quit IRC
[17:43:34] *** cliluw has quit IRC
[17:43:34] *** daviesge- has joined #angularjs
[17:43:34] *** airtonix has quit IRC
[17:43:35] *** kkthxbye has joined #angularjs
[17:43:35] *** G1eb has quit IRC
[17:43:35] *** G1eb has joined #angularjs
[17:43:36] *** Poppa has joined #angularjs
[17:43:37] *** mspier|away has quit IRC
[17:43:38] *** PhilS_ has quit IRC
[17:43:38] *** tandy has quit IRC
[17:43:38] *** thanpolas_ has joined #angularjs
[17:43:39] *** xxMatiasFxx has quit IRC
[17:43:39] *** medusa has quit IRC
[17:43:40] *** mspier|away has joined #angularjs
[17:43:41] *** mspier|away is now known as mspier
[17:43:41] *** Takumo has quit IRC
[17:43:42] *** ArTiSTiX_ has quit IRC
[17:43:43] *** Poppabear has quit IRC
[17:43:44] *** marius has quit IRC
[17:43:44] *** miica_ has joined #angularjs
[17:43:45] *** wd40s_ has joined #angularjs
[17:43:46] *** alanp has quit IRC
[17:43:46] *** jaredjones has quit IRC
[17:43:47] *** fenduru has quit IRC
[17:43:48] *** G1eb has quit IRC
[17:43:48] *** G1eb has joined #angularjs
[17:43:49] *** CanyonMan1 has joined #angularjs
[17:43:49] *** ajpiano_ is now known as ajpiano
[17:43:50] *** Veejay has quit IRC
[17:43:50] *** jayne has quit IRC
[17:43:52] *** Left_Turn has joined #angularjs
[17:43:58] *** alanp has joined #angularjs
[17:44:07] *** CiE has joined #angularjs
[17:44:10] *** instence has joined #angularjs
[17:44:10] *** stormbytes has joined #angularjs
[17:44:11] *** apparition168 has joined #angularjs
[17:44:11] *** tobmaster has joined #angularjs
[17:44:11] *** vdrizzle-work has joined #angularjs
[17:44:11] *** jga_ has joined #angularjs
[17:44:18] *** BahamutWC has joined #angularjs
[17:44:25] *** mrkrettan has joined #angularjs
[17:44:26] *** instence has quit IRC
[17:44:31] *** mrkake has quit IRC
[17:44:37] *** Inge- has joined #angularjs
[17:44:38] *** JBreit has joined #angularjs
[17:44:55] *** ArTiSTiX has joined #angularjs
[17:44:56] *** instence has joined #angularjs
[17:44:59] *** jacuqesdancona has joined #angularjs
[17:45:03] *** kajstrom has quit IRC
[17:45:05] *** MattWelch has quit IRC
[17:45:05] *** ehalas has quit IRC
[17:45:06] *** jegade has quit IRC
[17:45:07] *** MattWelch_ is now known as MattWelch
[17:45:08] *** miica has quit IRC
[17:45:08] *** ekarlso- has quit IRC
[17:45:09] *** kd` has quit IRC
[17:45:09] *** Xorlev_ has joined #angularjs
[17:45:10] *** Dragory has joined #angularjs
[17:45:11] *** Pagan has joined #angularjs
[17:45:11] *** tandy_ has joined #angularjs
[17:45:12] *** Ronrun has quit IRC
[17:45:12] *** jacuqesdancona_ has quit IRC
[17:45:13] *** supermas1iv has quit IRC
[17:45:13] *** deebo_ has quit IRC
[17:45:14] *** threedaymonk has quit IRC
[17:45:15] *** rkjdid has quit IRC
[17:45:16] *** zwacky has quit IRC
[17:45:16] *** MerlinDMC has quit IRC
[17:45:16] *** pxz has quit IRC
[17:45:17] *** derrzzaa has quit IRC
[17:45:17] *** mtree has joined #angularjs
[17:45:18] *** jacuqesdancona has joined #angularjs
[17:45:18] *** PhilS has joined #angularjs
[17:45:19] *** iamblue_cloud___ has joined #angularjs
[17:45:20] *** Pagan has quit IRC
[17:45:20] *** Pagan has joined #angularjs
[17:45:32] *** mrkake has joined #angularjs
[17:45:36] *** jaredjones has joined #angularjs
[17:45:42] *** jlyndon has joined #angularjs
[17:45:45] *** caitp has quit IRC
[17:45:46] *** RedOrangeZ has quit IRC
[17:45:47] *** busticat_ has quit IRC
[17:45:49] *** mrru has quit IRC
[17:45:49] *** CanyonMan has quit IRC
[17:45:50] *** MuffinMan` has quit IRC
[17:45:51] *** theanxy has quit IRC
[17:45:52] *** aarellano has quit IRC
[17:45:52] *** fixxxermet has quit IRC
[17:45:53] *** Mer|inDMC is now known as MerlinDMC
[17:45:59] *** ezakimak has joined #angularjs
[17:46:04] *** mrru has joined #angularjs
[17:46:07] *** pxz has joined #angularjs
[17:46:18] *** theanxy has joined #angularjs
[17:46:18] *** threedaymonk has joined #angularjs
[17:46:18] *** Beg has joined #angularjs
[17:46:19] *** busticat_ has joined #angularjs
[17:46:19] *** aarellano has joined #angularjs
[17:46:19] *** fixxxermet has joined #angularjs
[17:46:20] *** titanomachy has joined #angularjs
[17:46:20] *** deebo has joined #angularjs
[17:46:30] *** zap has joined #angularjs
[17:46:40] *** vonnegut has joined #angularjs
[17:46:42] *** kalz has joined #angularjs
[17:46:49] *** trustyhank has joined #angularjs
[17:46:56] *** dman777 has joined #angularjs
[17:46:59] *** Beg is now known as Guest93578
[17:47:00] *** derrzzaa has joined #angularjs
[17:47:13] *** plantain has joined #angularjs
[17:47:13] *** plantain has quit IRC
[17:47:13] *** plantain has joined #angularjs
[17:47:17] *** kajstrom has joined #angularjs
[17:47:23] *** michaelSharpe has joined #angularjs
[17:47:35] *** jcw has joined #angularjs
[17:47:44] *** rkjdid has joined #angularjs
[17:47:52] *** supermassiv has joined #angularjs
[17:48:02] *** deanclkclk has quit IRC
[17:48:03] *** cornerman has joined #angularjs
[17:48:03] *** suffice has joined #angularjs
[17:48:04] *** deebo has quit IRC
[17:48:10] *** clamstar has joined #angularjs
[17:48:49] *** vtntimo has joined #angularjs
[17:48:52] *** wa5ted has joined #angularjs
[17:49:10] *** machty has joined #angularjs
[17:49:20] *** Dwarf has joined #angularjs
[17:49:20] *** bbhoss has joined #angularjs
[17:49:20] *** BillCriswell has joined #angularjs
[17:49:21] *** shadowhand has joined #angularjs
[17:49:21] *** twisted` has joined #angularjs
[17:49:21] *** NullSoldier has joined #angularjs
[17:49:21] *** retornam has joined #angularjs
[17:49:22] *** fatshark has joined #angularjs
[17:49:22] *** Takumo has joined #angularjs
[17:49:22] *** dwayne has joined #angularjs
[17:49:22] *** tomdale__ has joined #angularjs
[17:49:22] *** josh-k_ has joined #angularjs
[17:49:46] *** Takumo has quit IRC
[17:49:47] *** twisted` has quit IRC
[17:49:49] *** deg has joined #angularjs
[17:49:53] *** lexek_ has quit IRC
[17:50:02] *** thanpolas_ is now known as thanpolas
[17:50:02] *** deanclkclk has joined #angularjs
[17:50:08] *** Takumo has joined #angularjs
[17:50:13] *** Takumo has joined #angularjs
[17:50:26] *** eristic has quit IRC
[17:50:27] *** eristic has joined #angularjs
[17:50:27] *** fourq_ has quit IRC
[17:50:27] *** fourq_ has joined #angularjs
[17:50:28] *** iamstef has quit IRC
[17:50:28] *** iamstef has joined #angularjs
[17:50:28] *** magnars has quit IRC
[17:50:29] *** magnars has joined #angularjs
[17:50:29] *** n3ssi3 has quit IRC
[17:50:29] *** n3ssi3 has joined #angularjs
[17:50:30] *** adhipg has quit IRC
[17:50:30] *** adhipg has joined #angularjs
[17:50:31] *** cuong_ has quit IRC
[17:50:31] *** cuong_ has joined #angularjs
[17:50:32] *** lowell has quit IRC
[17:50:32] *** lowell has joined #angularjs
[17:50:33] *** gweedo767 has quit IRC
[17:50:33] *** gweedo767 has joined #angularjs
[17:50:33] *** epickillerpigz has quit IRC
[17:50:34] *** epickillerpigz has joined #angularjs
[17:50:34] *** amtiskaw has quit IRC
[17:50:34] *** amtiskaw has joined #angularjs
[17:50:35] *** phishy has quit IRC
[17:50:35] *** phishy has joined #angularjs
[17:50:36] *** isacloud_ has quit IRC
[17:50:36] *** isacloud_ has joined #angularjs
[17:50:37] *** jeffw198____ has quit IRC
[17:50:37] *** jeffw198____ has joined #angularjs
[17:50:37] *** lebster has quit IRC
[17:50:38] *** lebster has joined #angularjs
[17:50:38] *** digitalfiz has quit IRC
[17:50:38] *** digitalfiz has joined #angularjs
[17:50:39] *** pchittum has quit IRC
[17:50:39] *** pchittum has joined #angularjs
[17:50:39] *** iShortBus has quit IRC
[17:50:40] *** iShortBus has joined #angularjs
[17:50:40] *** moogumbo has quit IRC
[17:50:41] *** moogumbo has joined #angularjs
[17:50:41] *** remysharp has quit IRC
[17:50:41] *** remysharp has joined #angularjs
[17:50:42] *** janoelze has quit IRC
[17:50:42] *** janoelze has joined #angularjs
[17:50:43] *** elmcrest_ has quit IRC
[17:50:43] *** elmcrest_ has joined #angularjs
[17:50:43] *** fuziontech____ has quit IRC
[17:50:44] *** fuziontech____ has joined #angularjs
[17:50:44] *** dwayne is now known as Guest9325
[17:50:45] *** josh-k_ has quit IRC
[17:50:46] *** tombee has quit IRC
[17:50:46] *** tombee has joined #angularjs
[17:50:47] *** Templarian has quit IRC
[17:50:47] *** Templarian has joined #angularjs
[17:50:47] *** ETBlue_ has quit IRC
[17:50:47] *** ETBlue_ has joined #angularjs
[17:50:48] *** jpinnix____ has quit IRC
[17:50:48] *** jpinnix____ has joined #angularjs
[17:50:48] *** alphonse23_ has quit IRC
[17:50:49] *** alphonse23_ has joined #angularjs
[17:50:49] *** hguux_ has quit IRC
[17:50:49] *** hguux_ has joined #angularjs
[17:50:49] *** Spot__ has quit IRC
[17:50:50] *** Spot__ has joined #angularjs
[17:50:50] *** cmenscher has quit IRC
[17:50:50] *** cmenscher has joined #angularjs
[17:50:51] *** andreypopp__ has quit IRC
[17:50:51] *** andreypopp__ has joined #angularjs
[17:50:51] *** hkeide__ has quit IRC
[17:50:51] *** hkeide__ has joined #angularjs
[17:50:52] *** mpw has quit IRC
[17:50:52] *** mpw has joined #angularjs
[17:50:52] *** apipkin has quit IRC
[17:50:52] *** apipkin has joined #angularjs
[17:50:54] *** eshlox has quit IRC
[17:50:54] *** eshlox has joined #angularjs
[17:50:55] *** raytiley_ has quit IRC
[17:50:55] *** raytiley_ has joined #angularjs
[17:50:55] *** elijah has quit IRC
[17:50:56] *** elijah has joined #angularjs
[17:50:56] *** tfnico____ has quit IRC
[17:50:56] *** tfnico____ has joined #angularjs
[17:50:59] *** jumz_ has quit IRC
[17:51:00] *** jumz_ has joined #angularjs
[17:51:04] *** Immutef has quit IRC
[17:51:05] *** Immutef has joined #angularjs
[17:51:05] *** ZucchiniZe has quit IRC
[17:51:06] *** ZucchiniZe has joined #angularjs
[17:51:15] *** thanpolas has quit IRC
[17:51:15] *** thanpolas has joined #angularjs
[17:51:17] *** siddart has joined #angularjs
[17:51:21] *** jga_ has quit IRC
[17:51:21] *** jga_ has joined #angularjs
[17:51:31] *** twisted` has joined #angularjs
[17:51:36] *** KushS has joined #angularjs
[17:51:39] *** Xorlev_ has quit IRC
[17:51:40] *** Xorlev_ has joined #angularjs
[17:51:48] *** jlyndon has quit IRC
[17:51:48] *** jlyndon has joined #angularjs
[17:51:50] *** iamblue_cloud___ has quit IRC
[17:51:51] *** iamblue_cloud___ has joined #angularjs
[17:51:59] *** machty has quit IRC
[17:52:00] *** machty has joined #angularjs
[17:52:11] *** Shadda has joined #angularjs
[17:52:23] *** Firo has quit IRC
[17:52:26] *** csduarte has joined #angularjs
[17:52:28] *** NullSoldier has quit IRC
[17:52:28] *** NullSoldier has joined #angularjs
[17:52:29] *** shadowhand has quit IRC
[17:52:29] *** shadowhand has joined #angularjs
[17:52:29] *** bbhoss has quit IRC
[17:52:29] *** bbhoss has joined #angularjs
[17:52:33] *** twisted` has quit IRC
[17:52:33] *** twisted` has joined #angularjs
[17:53:17] *** evilaliv3 has quit IRC
[17:53:18] *** HansiHE has joined #angularjs
[17:53:25] *** sp00x has joined #angularjs
[17:53:50] *** IvailoStoianov has quit IRC
[17:53:52] *** evotuned has joined #angularjs
[17:53:56] *** tschundeee has joined #angularjs
[17:54:46] *** roadrunneratwast has joined #angularjs
[17:54:49] *** aton` has joined #angularjs
[17:54:52] *** trustyhank has quit IRC
[17:54:59] *** caitp has joined #angularjs
[17:55:05] *** wa5ted has quit IRC
[17:55:08] *** kStolen has joined #angularjs
[17:55:19] *** bmac has joined #angularjs
[17:55:59] *** Reskp has joined #angularjs
[17:56:00] *** dsdeiz has joined #angularjs
[17:56:09] *** caitp- has quit IRC
[17:56:37] <roadrunneratwast> I am returning deferred.promise , which has a "quote" on it. but when i do {{quote}}, i just get curly braces
[17:56:48] *** dhcar_AFK is now known as dhcar
[17:57:28] *** goodenough has quit IRC
[17:57:38] *** bmac has quit IRC
[17:58:33] *** Reskp has quit IRC
[17:59:02] *** evotuned has quit IRC
[18:00:30] *** adben- has joined #angularjs
[18:01:10] *** deanclkclk has quit IRC
[18:01:18] *** wa5ted has joined #angularjs
[18:02:35] *** italoacasas_ has joined #angularjs
[18:02:46] *** iksik has joined #angularjs
[18:03:28] *** aven1 has joined #angularjs
[18:03:30] *** tristanp_ has quit IRC
[18:03:34] *** doug64k has joined #angularjs
[18:04:09] *** iksik has quit IRC
[18:04:09] *** iksik has joined #angularjs
[18:04:12] *** arpu has joined #angularjs
[18:04:12] *** wex13r has joined #angularjs
[18:04:46] *** ekarlso- has joined #angularjs
[18:04:59] *** defaultdict has joined #angularjs
[18:05:01] *** rikko has quit IRC
[18:05:05] *** Alina-malina has joined #angularjs
[18:05:14] *** Alina-malina has joined #angularjs
[18:05:30] *** MuffinMan` has joined #angularjs
[18:05:50] *** dailing has joined #angularjs
[18:06:12] *** wex13r has quit IRC
[18:06:13] *** sonofdirt has joined #angularjs
[18:06:24] *** roadrunneratwast has quit IRC
[18:06:36] *** michaelSharpe has quit IRC
[18:07:38] *** recidive has joined #angularjs
[18:07:48] *** ximenean_ has quit IRC
[18:07:54] *** joroc has quit IRC
[18:08:27] *** bmonty has quit IRC
[18:08:53] *** markalanevans has quit IRC
[18:08:53] *** mylord has quit IRC
[18:08:54] *** sebhoss has joined #angularjs
[18:09:25] *** CTS2 is now known as ClearsTheScreen
[18:09:43] *** dsdeiz has quit IRC
[18:09:44] *** rchavik has quit IRC
[18:09:52] *** Shrooms has quit IRC
[18:09:58] *** Evanlec has joined #angularjs
[18:10:07] *** fenduru has joined #angularjs
[18:10:18] *** Shrooms` has joined #angularjs
[18:11:31] *** benjamingr has quit IRC
[18:11:43] *** Shrooms` is now known as Shrooms
[18:11:59] *** Rahul_Roy_ has quit IRC
[18:12:00] *** D-Boy has joined #angularjs
[18:12:08] *** Shrooms has joined #angularjs
[18:12:19] *** MuffinMan` has quit IRC
[18:12:51] *** saucey has joined #angularjs
[18:13:20] *** tschundeee has quit IRC
[18:14:14] *** wookiehangover has quit IRC
[18:15:25] *** TeddyMurray has joined #angularjs
[18:16:46] *** Guest56017 has quit IRC
[18:16:46] <devhoag_> roadrunneratwast: promises don't resolve on the scope anymore in Angular. You need to do getQuote().then(function(quote){scope.quote = quote})
[18:17:12] *** ximenean_ has joined #angularjs
[18:17:20] *** aliocha has joined #angularjs
[18:17:36] *** mylord has joined #angularjs
[18:17:39] <CanyonMan1> devhoag: Is there a way to force it to resolve all fields at once?
[18:17:46] *** jae has left #angularjs
[18:17:46] <CanyonMan1> I've been a tiny bit annoyed by this
[18:18:44] *** devhoag_ has quit IRC
[18:19:01] *** devhoag has joined #angularjs
[18:19:26] *** sebhoss has quit IRC
[18:20:01] *** wookiehangover has joined #angularjs
[18:20:17] *** sturmination has quit IRC
[18:20:29] *** devhoag has quit IRC
[18:20:37] *** JmZ_ is now known as JmZ
[18:20:42] *** Tuxity has joined #angularjs
[18:20:47] *** devhoag has joined #angularjs
[18:22:25] *** dmamills is now known as dmamillzzz
[18:22:34] <devhoag> CanyonMan1: What do you mean by all fields?
[18:23:05] <CanyonMan1> like if I have a promise that wants to return: { f1: "1", f2: "2" } ....
[18:23:13] *** {DV8} has quit IRC
[18:23:15] <CanyonMan1> what I really get back in the .then() is not that object, it's a promise representing that object
[18:23:22] <CanyonMan1> isn't that what you just said more or less?
[18:23:37] <CanyonMan1> or maybe it's got two promises returned. promise f1 and promise f2
[18:23:46] *** qdk has joined #angularjs
[18:23:51] *** pspfolio has joined #angularjs
[18:23:55] *** mikeyeee is now known as mikerrrrrr
[18:24:32] <devhoag> Hmmm, you should have returned what the promise returns. So if it's an object, you should recieve that object in the .then callback: .then(function(object){//do something with object})
[18:24:59] <CanyonMan1> It's a very strange thing but I get back stuff like
[18:25:10] <CanyonMan1> { f1: "abcABC", ... }
[18:25:26] <CanyonMan1> so I expect I can do things like : $log.log( f1.toLowercase() )
[18:25:26] *** tschundeee has joined #angularjs
[18:25:37] <CanyonMan1> or similar
[18:25:50] <CanyonMan1> and it tells me that no such method exists, and looking at the type it tells me f1 is not a string
[18:26:10] <CanyonMan1> so I have to do coercion like: var f1 = promiseReturnValue + '';
[18:26:17] <CanyonMan1> it's weird, I don't know for sure what's going on yet
[18:26:37] <devhoag> Yeah, I don't think that is a promise thing.
[18:26:51] <devhoag> object.f1.toLowercase() should work
[18:26:52] *** Mxyzpltk has quit IRC
[18:26:54] *** lexek_ has joined #angularjs
[18:26:55] *** JesseH has joined #angularjs
[18:27:06] <devhoag> if f1 is indeed a string
[18:27:08] *** sonofdirt has quit IRC
[18:27:12] *** sjt003 has joined #angularjs
[18:27:31] <CanyonMan1> ah
[18:27:40] *** sonofdirt has joined #angularjs
[18:28:59] *** emmesswhy has quit IRC
[18:29:17] *** Reskp has joined #angularjs
[18:31:27] *** zz_night-owl is now known as night-owl
[18:31:57] *** sonofdirt has quit IRC
[18:32:20] *** ron1 has quit IRC
[18:33:27] *** joroc has joined #angularjs
[18:33:52] *** pspfolio has quit IRC
[18:34:05] *** Reskp has quit IRC
[18:34:08] *** Mxyzpltk has joined #angularjs
[18:34:25] *** Reskp has joined #angularjs
[18:34:33] *** enigmarm has quit IRC
[18:34:41] *** wizard99 has joined #angularjs
[18:35:18] *** metasansana has quit IRC
[18:36:14] *** diegoviola has joined #angularjs
[18:36:18] <diegoviola> ember/angular or just jquery for wizards (multi-page dialogs)?
[18:36:22] <kakashiAL> hey guys, I have a ng-list like ng-repeat="user in users" now I want to set an optionbox with something like "hide all users that are older than 18 years"
[18:36:25] <diegoviola> I'm not sure which one I should be using
[18:36:35] *** whunt has joined #angularjs
[18:36:46] *** aven1 has quit IRC
[18:37:31] *** Reskp has quit IRC
[18:38:01] *** Reskp has joined #angularjs
[18:38:43] *** vdrizzle-work has quit IRC
[18:38:56] *** vdrizzle-work has joined #angularjs
[18:40:06] *** resu01 has joined #angularjs
[18:40:33] *** whunt has quit IRC
[18:40:37] <resu01> hello to everyone
[18:40:51] <resu01> is there any channel for angular-ui?
[18:41:09] *** whunt has joined #angularjs
[18:41:22] *** canthugeverycat has quit IRC
[18:41:26] <caitp> this is basically it, resu01
[18:41:39] <CanyonMan1> yeah, we like angular-ui, what's wrong with us?
[18:41:58] *** Mosselman has joined #angularjs
[18:42:03] <resu01> nothing at all
[18:42:13] <kakashiAL> anyone?
[18:42:14] *** Reskp has quit IRC
[18:42:21] *** Mosselman is now known as Guest64961
[18:42:43] <kakashiAL> I mean can you put that logic inside ng-repeat
[18:42:45] <resu01> i use ui-select which is excellent. I want to ask if it possible to keep the selected value in the input field when i focus on it
[18:42:51] *** gbanis has joined #angularjs
[18:43:43] *** urbildpunkt has joined #angularjs
[18:43:45] *** cotko has quit IRC
[18:44:02] *** d0nk is now known as d0nk`
[18:44:07] *** pHcF has joined #angularjs
[18:44:40] *** pHcF has joined #angularjs
[18:45:31] *** cornerma1 has joined #angularjs
[18:45:46] *** sonofdirt has joined #angularjs
[18:46:32] *** Johnny13371337 has joined #angularjs
[18:46:36] *** pspfolio has joined #angularjs
[18:47:16] <kakashiAL> I want to use a filter that only shows the elments which DAY difference is greater or equal 0
[18:47:26] *** deanclkclk has joined #angularjs
[18:48:29] *** cornerman has quit IRC
[18:48:30] <kakashiAL> so if I put the 22th of december I want to see this element because its still 2 days, if I put the 20th of december its also still there because its 0 day, but if I have the 11th of the december I dont want to see this element because it is in the past
[18:48:38] *** cornerma1 is now known as cornerman
[18:49:03] <kakashiAL> and I want to turn that filter on and of if I want
[18:50:14] *** Menorah has joined #angularjs
[18:50:16] *** zwacky has joined #angularjs
[18:51:04] *** pspfolio has quit IRC
[18:51:48] *** scythe__ has joined #angularjs
[18:53:20] *** zwacky_ has quit IRC
[18:53:53] *** robdubya has quit IRC
[18:54:54] *** evotuned has joined #angularjs
[18:55:21] *** zwacky has quit IRC
[18:55:53] *** juanpablo_____ has joined #angularjs
[18:57:19] <CanyonMan1> whew. i had to copy out the datepicker template, modify it, and add it to the template cache after their module ran (to replace it)
[18:57:21] <CanyonMan1> now it looks pretty good
[18:57:49] *** cacts has joined #angularjs
[18:57:56] *** adarshaj has quit IRC
[18:58:18] <CanyonMan1> it sucks that i had to do that, but datepicker just doesn't give you a way to override these things in pure .css or .less ...
[18:58:31] <CanyonMan1> They need to add some additional styles to the calendar buttons so end users can do that
[18:58:34] *** adarshaj has joined #angularjs
[18:58:59] <CanyonMan1> I wodner if whoever owns angular.ui would be open to that suggestion
[18:59:19] *** katsh has joined #angularjs
[18:59:34] *** evotuned has quit IRC
[18:59:51] <katsh> if i have a service that controls music (play, pause, etc), where would a good place to store a global 'isPlaying' variable be?
[19:00:08] <katsh> the service, or a global variable in the app
[19:00:29] *** juanpablo_____ has quit IRC
[19:01:56] *** B1x1t0 has joined #angularjs
[19:03:29] *** aven1 has joined #angularjs
[19:03:52] *** tristanp_ has joined #angularjs
[19:04:12] *** bmonty has joined #angularjs
[19:06:04] *** joroc has quit IRC
[19:07:37] *** Hestil has quit IRC
[19:08:23] *** Reskp has joined #angularjs
[19:08:40] *** tristanp_ has quit IRC
[19:09:19] *** Hestil has joined #angularjs
[19:10:35] *** whunt has quit IRC
[19:10:48] *** zwacky has joined #angularjs
[19:12:23] *** Reskp has quit IRC
[19:13:00] <kakashiAL> if I want to filter a list with a filter that only shows me the elements of today and in the future, but not in the past
[19:13:05] <kakashiAL> what do I have to do?
[19:14:31] *** sonofdirt has quit IRC
[19:15:57] *** elrabin has quit IRC
[19:16:33] *** elrabin has joined #angularjs
[19:17:07] *** JR____ has joined #angularjs
[19:17:54] *** ctanga has joined #angularjs
[19:18:25] *** jash has joined #angularjs
[19:18:57] *** brwr has joined #angularjs
[19:19:55] *** mikeerickson has joined #angularjs
[19:20:22] *** goodenough has joined #angularjs
[19:20:25] *** doodlehaus has joined #angularjs
[19:20:53] *** elrabin has quit IRC
[19:21:37] *** mmealling has quit IRC
[19:21:43] *** JR____ has quit IRC
[19:23:29] *** freeman42 has joined #angularjs
[19:23:48] *** BillCriswell has quit IRC
[19:24:28] *** codedungeon has joined #angularjs
[19:24:52] *** ximenean_ has quit IRC
[19:25:02] *** bayousoft has quit IRC
[19:25:19] *** doodlehaus has quit IRC
[19:27:18] *** Ax` has joined #angularjs
[19:27:38] *** cacts|wtf has joined #angularjs
[19:27:42] *** cacts has quit IRC
[19:28:59] *** zwacky has quit IRC
[19:29:17] *** Guest64961 has quit IRC
[19:29:37] *** mattattaque has joined #angularjs
[19:29:40] <Ax`> I'm using $routeProvider and ng-view to switch views depending on path. I also have an authentication service for logging users in/out. The problem I have is the logout function needs to be available on the master page (as every ng-view will have a logout button). I'm wondering if I need to set the logout function on the $rootScope or if there's a preferred way of doing this?
[19:29:58] <Ax`> should I be injecting the authentication service into every controller instead?
[19:30:24] *** codedung_ has joined #angularjs
[19:30:37] *** wizard99 has quit IRC
[19:30:39] *** codedung_ has quit IRC
[19:30:43] *** codedungeon has quit IRC
[19:30:44] <Ax`> I realise there are many ways to skin a cat but I'm interested in taking the preferred approach :-)
[19:31:04] *** codedungeon has joined #angularjs
[19:31:22] *** ulkesh has joined #angularjs
[19:32:43] *** edzez has joined #angularjs
[19:33:18] *** Greed has joined #angularjs
[19:33:57] *** ahtik has joined #angularjs
[19:33:58] *** cacts|wtf has quit IRC
[19:34:10] *** ETBlue_ is now known as ETBlue
[19:34:31] *** mikeerickson has quit IRC
[19:34:36] *** cacts has joined #angularjs
[19:35:14] *** evilaliv3 has joined #angularjs
[19:36:59] *** Guest93578 has quit IRC
[19:37:24] *** apparition168 has quit IRC
[19:37:26] *** bePolite has quit IRC
[19:38:45] *** urbildpunkt has quit IRC
[19:39:44] *** AngularUI has joined #angularjs
[19:39:45] <AngularUI> ui-router/master 450faa0 Artem Petrosian: update(objectKeys): replace iterator for consistency
[19:39:45] <AngularUI> ui-router/master 457bc13 Nate Abele: Merge pull request #1609 from apetrosian/master...
[19:39:45] *** AngularUI has left #angularjs
[19:40:14] *** MuffinMan` has joined #angularjs
[19:40:26] <BahamutWC> a rare nateabele sighting
[19:41:16] <BahamutWC> and jshint errors on master lol
[19:41:26] *** s00pcan has quit IRC
[19:41:51] *** s00pcan has joined #angularjs
[19:43:12] *** ctanga has quit IRC
[19:43:34] *** Veejay has joined #angularjs
[19:43:46] *** ximenean_ has joined #angularjs
[19:44:23] *** apparition168 has joined #angularjs
[19:44:49] *** moafoca has quit IRC
[19:45:02] *** urbildpunkt has joined #angularjs
[19:46:14] *** dave_boling has joined #angularjs
[19:46:57] *** AngularUI has joined #angularjs
[19:46:57]
<AngularUI> [ui-router] wesleycho opened pull request #1648: chore(jshint): Fix jshint error in $urlMatcherFactory (master...chore/jshint-fix) http://git.io/d2kLLQ
[19:46:58] *** AngularUI has left #angularjs
[19:47:27] *** pspfolio has joined #angularjs
[19:49:33] *** brwr has quit IRC
[19:49:45] *** MuffinMan` has quit IRC
[19:50:03] *** MuffinMan` has joined #angularjs
[19:51:33] *** phzon has joined #angularjs
[19:51:38] *** deranged has quit IRC
[19:51:59] *** pspfolio has quit IRC
[19:52:05] *** mmealling has joined #angularjs
[19:53:08] *** macobo has quit IRC
[19:53:18] *** ahtik has quit IRC
[19:53:48] *** goodenough has quit IRC
[19:54:34] *** Nivag_ has joined #angularjs
[19:54:57] *** g33k5z_ has quit IRC
[19:55:35] *** g33k5z has joined #angularjs
[19:55:49] *** phzon has quit IRC
[19:56:00] *** Sky[x] has joined #angularjs
[19:56:00] *** evotuned has joined #angularjs
[19:56:35] *** mmealling has quit IRC
[19:56:41] *** juanpablo_____ has joined #angularjs
[19:57:06] *** nickgs has joined #angularjs
[19:57:53] *** Prax has joined #angularjs
[19:59:58] *** g33k5z has quit IRC
[20:00:13] *** mmealling has joined #angularjs
[20:00:45] *** ximenean_ has quit IRC
[20:01:14] *** evotuned has quit IRC
[20:01:37] *** goodenough has joined #angularjs
[20:01:53] *** Mxyzpltk has quit IRC
[20:02:44] *** juanpablo_____ has quit IRC
[20:03:32] *** joroc has joined #angularjs
[20:03:34] *** mrkake has quit IRC
[20:03:42] *** quantax- has quit IRC
[20:04:40] *** jegade_ is now known as jegade
[20:04:45] *** freeman42 has quit IRC
[20:06:00] *** mayur_ has joined #angularjs
[20:06:18] *** aven1 has quit IRC
[20:08:21] *** sebhoss has joined #angularjs
[20:08:51] *** TheAceOfHearts has joined #angularjs
[20:09:00] *** g33k5z_ has joined #angularjs
[20:09:04] *** Reskp has joined #angularjs
[20:09:31] *** mrkake has joined #angularjs
[20:10:04] *** gbanis has quit IRC
[20:11:19] *** Una has joined #angularjs
[20:12:47] *** sebhoss has quit IRC
[20:14:08] *** Reskp has quit IRC
[20:14:27] *** quantax- has joined #angularjs
[20:14:46] *** jumpstracks has joined #angularjs
[20:14:53] *** Hestil has quit IRC
[20:15:15] *** tschundeee has quit IRC
[20:15:29] *** BALAG has joined #angularjs
[20:15:35] <BALAG> HI
[20:15:43] *** BALAG has left #angularjs
[20:16:05] *** annlewis has joined #angularjs
[20:17:22] *** nemothekid has joined #angularjs
[20:17:50] *** bbankes has joined #angularjs
[20:17:52] *** KushS has quit IRC
[20:18:19] *** mayur_ has quit IRC
[20:19:23] *** mikerrrrrr has quit IRC
[20:20:08] *** g33k5z_ has quit IRC
[20:20:54] *** g33k5z_ has joined #angularjs
[20:22:13] *** bmac has joined #angularjs
[20:22:48] *** Siecje has joined #angularjs
[20:23:58] *** tschundeee has joined #angularjs
[20:24:26] *** scythe__ has quit IRC
[20:24:26] *** Prax has quit IRC
[20:25:10] *** g33k5z_ has quit IRC
[20:26:12] *** Mosselman has joined #angularjs
[20:26:36] *** Mosselman is now known as Guest47515
[20:26:55] *** chrisshattuck has joined #angularjs
[20:28:00] *** sgen__ has joined #angularjs
[20:28:57] *** sachin has joined #angularjs
[20:29:10] *** kumar has joined #angularjs
[20:29:32] <sachin> kumar :
[20:29:44] <sachin> sir ji aap h
[20:30:36] *** scythe__ has joined #angularjs
[20:30:39] <sachin> kumar :
[20:30:46] <sachin> have u any problemm sir
[20:31:08] *** zwacky has joined #angularjs
[20:31:55] <sachin> kumar: dikha
[20:32:14] <kumar> yes sachin , i want some help on angular js
[20:32:32] <kumar> actually i am very new in angular js
[20:32:33] <sachin> kumar: yes can ask question
[20:33:00] <kumar> so i want some basic example , that i can start work on angular js
[20:33:10] <kumar> please give me one sample for angular js
[20:33:12] <sachin> see top of website plnkr link
[20:33:22] <sachin> click there and write the code
[20:33:31] *** aven1 has joined #angularjs
[20:33:41] *** ingsoc has quit IRC
[20:33:44] <sachin> make it collabration mode
[20:33:59] <sachin> kumar: r u getting
[20:34:39] <kumar> no man i didn't get man
[20:34:45] <kumar> where is link boss?
[20:35:01] *** KushS has joined #angularjs
[20:35:20] <sachin> see the top right corner
[20:35:28] <sachin> paste ur code here
[20:35:53] *** nickgs has quit IRC
[20:36:27] *** nickgs has joined #angularjs
[20:36:57] <sachin> kumar:
[20:37:20] *** joroc has quit IRC
[20:38:12] *** davek_ has quit IRC
[20:40:19] *** mlpug has quit IRC
[20:40:20] *** sebhoss has joined #angularjs
[20:40:32] *** zwacky has quit IRC
[20:40:46] *** nickgs has quit IRC
[20:41:13] *** sgen__ has quit IRC
[20:42:11] *** Hestil has joined #angularjs
[20:42:15] *** TheAceOfHearts has quit IRC
[20:43:43] *** Guest47515 has quit IRC
[20:43:47] *** benjamingr has joined #angularjs
[20:44:26] *** ahtik has joined #angularjs
[20:45:23] *** evilaliv3 has quit IRC
[20:45:33] *** D-Boy has quit IRC
[20:46:54] *** JeffBuhrt has joined #angularjs
[20:48:13] *** pspfolio has joined #angularjs
[20:48:55] *** Guest92 has joined #angularjs
[20:49:21] *** bmac has quit IRC
[20:49:56] *** Una has quit IRC
[20:50:42] *** Mosselma1 has joined #angularjs
[20:51:22] *** ahtik has quit IRC
[20:52:19] *** apparition168 has quit IRC
[20:52:30] *** apparition168 has joined #angularjs
[20:52:31] *** IJNX has joined #angularjs
[20:53:11] *** pspfolio has quit IRC
[20:53:43] *** s00pcan has quit IRC
[20:53:44] *** yottanami has joined #angularjs
[20:54:05] *** TheAceOfHearts has joined #angularjs
[20:54:37] *** Foxandxss has joined #angularjs
[20:54:38]
<yottanami> Here is mycode http://dpaste.com/17MFY80 the $scope.locations are different in each block, how should I make it same
[20:54:50] *** TommyO has joined #angularjs
[20:55:07] *** scriptThis has joined #angularjs
[20:55:21] *** pandey has joined #angularjs
[20:55:34] <pandey> hi i wana help?
[20:55:49] <pandey> can any one help me in angular js?
[20:56:22] *** disorder20 has joined #angularjs
[20:56:39] *** wolfman2000 has quit IRC
[20:57:01] *** evotuned has joined #angularjs
[20:57:19] *** Mosselma1 has quit IRC
[20:57:27] *** eebanos has joined #angularjs
[20:57:29] *** lexek_ has quit IRC
[20:57:45] <Foxandxss> weekends are not a good moment to ask
[20:57:52] <Foxandxss> but you can ask and if anyway wants, will help
[20:58:06] *** annlewis has quit IRC
[20:59:25] *** F1LT3R has joined #angularjs
[20:59:49] *** s00pcan has joined #angularjs
[21:00:42] *** phoenixw has joined #angularjs
[21:01:04] *** pandey_ has joined #angularjs
[21:01:18] *** qdk has quit IRC
[21:02:04] *** evotuned has quit IRC
[21:02:26] *** sbellina has quit IRC
[21:03:06] *** freeman42 has joined #angularjs
[21:03:27] *** joroc has joined #angularjs
[21:04:08] *** F1LT3R has quit IRC
[21:05:29] *** renlo has joined #angularjs
[21:06:19] *** zwacky has joined #angularjs
[21:06:27] *** Hestil has quit IRC
[21:06:36] *** aven1 has quit IRC
[21:08:58] *** TommyO has quit IRC
[21:09:08] *** sbellina has joined #angularjs
[21:09:48] *** jacuqesdancona has quit IRC
[21:09:52] *** Reskp has joined #angularjs
[21:10:21] *** jacuqesdancona has joined #angularjs
[21:10:36]
<yottanami> As I know $scope is global in my controller but here http://dpaste.com/17MFY80 $scope.locations is different in each block
[21:11:31] *** D-Boy has joined #angularjs
[21:12:44] *** ximenean_ has joined #angularjs
[21:13:50] *** B1x1t0 has quit IRC
[21:13:53] *** Sky[x] has quit IRC
[21:14:19] <zwacky> don't quite understand your problem yottanami
[21:14:46] *** jacuqesdancona has quit IRC
[21:15:02] *** Reskp has quit IRC
[21:15:04] *** chrisshattuck has quit IRC
[21:15:21] *** g33k5z has joined #angularjs
[21:15:42] *** phoenixw has quit IRC
[21:16:11] *** gaboesquivel has joined #angularjs
[21:17:08] *** sachin has quit IRC
[21:17:22] <yottanami> zwacky: I defined $scope.locations = []; and I changed it in my code but it doesnt change $scope.locations at all. It just change in each part
[21:17:36] *** rcanepa has joined #angularjs
[21:18:23] <yottanami> zwacky: and $scope.locations is different in line 7 and 10 and 15
[21:18:38] <yottanami> zwacky: It works like a local variable and is not global
[21:19:25] *** TommyO has joined #angularjs
[21:20:25] *** boneskull has quit IRC
[21:20:26] *** zwacky has quit IRC
[21:21:01] *** B1x1t0 has joined #angularjs
[21:21:18] *** nemothekid has quit IRC
[21:21:21] *** doodlehaus has joined #angularjs
[21:21:38] *** Tristanp has quit IRC
[21:22:29] *** annlewis has joined #angularjs
[21:24:36] *** diegoviola has quit IRC
[21:24:54] *** boxmein_ has joined #angularjs
[21:25:29] *** boxmein has quit IRC
[21:25:31] *** boxmein_ is now known as boxmein
[21:25:56] *** goodenough has quit IRC
[21:26:14] *** doodlehaus has quit IRC
[21:27:06] *** mylord has left #angularjs
[21:27:24] *** Tristanp has joined #angularjs
[21:27:50] *** Una has joined #angularjs
[21:28:59] *** Hestil has joined #angularjs
[21:29:06] *** JohnBat26 has joined #angularjs
[21:29:32] *** kumar has quit IRC
[21:29:34] *** cthrax has quit IRC
[21:29:53] *** charuru has joined #angularjs
[21:32:14] *** gaboesquivel has quit IRC
[21:32:14] *** disorder20 has quit IRC
[21:32:21] *** zwacky has joined #angularjs
[21:32:25] *** gunn has joined #angularjs
[21:32:38] *** vinimdocarmo has joined #angularjs
[21:32:52] *** disorder20 has joined #angularjs
[21:32:59] *** jash has quit IRC
[21:33:01] *** TheAceOfHearts has quit IRC
[21:33:21] *** boneskull has joined #angularjs
[21:33:31] *** aven1 has joined #angularjs
[21:34:24] *** saucey has quit IRC
[21:34:49] <Dwarf> E.g. {{post.created_at | date:'yyyy'}}
[21:35:03] <Dwarf> Displays just what comes back from my backend
[21:35:11] <CanyonMan1> Does javscript let me add a property that's beneath antoher property kind of all at once?
[21:35:23] <CanyonMan1> like: index[year][month][day] but that month might not exist yet
[21:35:27] <CanyonMan1> or that year might not exist in the index yet
[21:35:36] <Dwarf> Try it?
[21:35:44] *** cthrax has joined #angularjs
[21:35:56] <CanyonMan1> It doesn't work like that ... when I tried it that way it gets upset because index[year] doesn't exist yet
[21:36:04] <CanyonMan1> i guess i could set it to null or something
[21:36:11] *** pandey_ has quit IRC
[21:36:16] *** joroc has quit IRC
[21:36:31] <CanyonMan1> I ended up doing this
[21:37:09] *** swist has quit IRC
[21:37:27] <CanyonMan1> var indexed = {}; index[year] = {}; indexed[year][month] = {}; indexed[year][month][day] = { the real obj being indexed }
[21:37:30] <CanyonMan1> so it's just kind of messy
[21:37:43] <Dwarf> Wouldn't you set it as []
[21:37:52] *** vinimdocarmo has quit IRC
[21:38:10] <CanyonMan1> Isn't [] a proper array i.e. the index is an integer and continuous
[21:38:15] <CanyonMan1> this has to be more of a map
[21:38:22] *** cakirke has joined #angularjs
[21:38:36] <Dwarf> Idk I suck at javascript
[21:38:45] <Dwarf> With a PHP background
[21:40:06] *** whunt has joined #angularjs
[21:40:11] *** yottanami has left #angularjs
[21:40:32] *** Tristanp has quit IRC
[21:42:24] *** boxmein_ has joined #angularjs
[21:42:32] <CanyonMan1> I'll tell you this much, angular.extend seems ideal for what i'm doing
[21:42:40] <Dwarf> Great
[21:42:45] <Dwarf> Can you look at my issue?
[21:42:50] <CanyonMan1> not for the adding in the objects
[21:42:52] *** boxmein has quit IRC
[21:42:54] *** boxmein_ is now known as boxmein
[21:42:56] <CanyonMan1> just for creating one cache entry then merging it in
[21:43:07] *** Grokling_ has joined #angularjs
[21:43:09] <Dwarf> I'm quite new and I have no idea why it wouldn't work
[21:43:25] *** resu01 has quit IRC
[21:43:52] *** tschundeee has quit IRC
[21:43:53] <CanyonMan1> {{ post.created_at }}
[21:43:56] <CanyonMan1> shows you what exactly
[21:44:03] <Dwarf> 2014-12-20 20:12:43
[21:44:05] *** one_zero has joined #angularjs
[21:44:17] <Dwarf> Not sure if that's a ISO 8601 date string
[21:44:27] <CanyonMan1> i don't think so
[21:44:32] <Dwarf> Well fuck
[21:44:39] <CanyonMan1> It'd have a T in it
[21:44:47] <CanyonMan1> and other things
[21:44:49] <Dwarf> I guess I'll just format it as unix timestamp
[21:45:07] *** glosoli has joined #angularjs
[21:45:14] *** glosoli has quit IRC
[21:45:14] *** glosoli has joined #angularjs
[21:45:19] <CanyonMan1> is the type of thet hing you passed in a string?
[21:45:21] <CanyonMan1> or is it a Date?
[21:45:34] *** Guest92 has quit IRC
[21:46:02] <CanyonMan1> you can take your input and try to use Date(yourString) to parse it
[21:46:43] *** tschundeee has joined #angularjs
[21:46:55] *** tschundeee has joined #angularjs
[21:47:06] *** juanpablo_____ has joined #angularjs
[21:47:18] <Dwarf> Yes but let's say I have an array with multiple posts
[21:47:25] <Dwarf> How would I apply it to each?
[21:47:45] *** ctanga has joined #angularjs
[21:47:50] <CanyonMan1> Maybe I'm wrong, maybe angular.extend overwrites existing properties rather than extending them
[21:48:01] *** pandey has quit IRC
[21:48:21] *** mary5030 has joined #angularjs
[21:48:22] *** saucey has joined #angularjs
[21:48:35] <CanyonMan1> Note: Keep in mind thatangular.extend does not support recursive merge (deep copy).
[21:48:35] <CanyonMan1> crap
[21:48:37] <CanyonMan1> that's waht i need
[21:49:00] *** pspfolio has joined #angularjs
[21:49:28] *** sahbeewah_ has joined #angularjs
[21:50:08] <CanyonMan1> oh jquery's extend might though
[21:51:33] *** Shai-Tan has joined #angularjs
[21:51:34] *** juanpablo_____ has quit IRC
[21:51:39] <Dwarf> Damn this shit's confusing
[21:52:11] *** nemothekid has joined #angularjs
[21:52:28] <Dwarf> This kinda goes against what I'm used from angularJS; easy and precise
[21:52:44] *** sbellina has quit IRC
[21:53:09] *** saucey has quit IRC
[21:53:26] *** pspfolio has quit IRC
[21:53:34] *** Guest92 has joined #angularjs
[21:53:50] <kakashiAL> hey guys, I have a little problem here:
[21:54:07] *** doug64k has quit IRC
[21:54:43] *** B1x1t0 has quit IRC
[21:55:25] *** mary5030 has quit IRC
[21:55:58] *** mary5030 has joined #angularjs
[21:56:11] *** Chepra has quit IRC
[21:57:00] *** bayousoft has joined #angularjs
[21:57:00] *** Chepra has joined #angularjs
[21:57:42] *** Versality has quit IRC
[21:57:48] *** stormbytes has quit IRC
[21:58:01] *** evotuned has joined #angularjs
[21:58:04] *** evenix has joined #angularjs
[21:58:07] <evenix> Hi all
[21:58:27] *** BahamutWC|Laptop has quit IRC
[21:58:40] *** Aerospark has joined #angularjs
[21:59:29] *** Ch4rAss has joined #angularjs
[21:59:51] *** mmealling has quit IRC
[22:00:24] *** mary5030 has quit IRC
[22:00:28] *** mmealling has joined #angularjs
[22:01:34] *** tschundeee has quit IRC
[22:02:06] *** tschundeee has joined #angularjs
[22:02:26] *** evotuned has quit IRC
[22:02:30] *** HelplessInSF has joined #angularjs
[22:03:33] *** joroc has joined #angularjs
[22:03:57] <HelplessInSF> Using Angular shared conf, not to mention having tried a menagerie of other tricks, can NOT get $animate to disable. Actually, when I try to look at $animate.enabled, it says it's just a noop. Obviously in the source code this is not the case. What is happening here?
[22:04:01] *** glosoli has quit IRC
[22:05:32] *** 17WAAOCKA has joined #angularjs
[22:05:33] *** 7JTABTX8K has joined #angularjs
[22:05:54] *** aven1 has quit IRC
[22:06:29] *** tschundeee has quit IRC
[22:06:31] <Dwarf> <h3>Posted {{post.created_at | fromNow}}<md-tooltip>{{post.created_at | date:'yyyy-mm-dd'}}</md-tooltip></h3>
[22:06:32] *** Reskp has joined #angularjs
[22:06:32] *** cthrax has quit IRC
[22:06:33] <Dwarf> What a beast.
[22:06:37] <Dwarf> But it works, with moment.js
[22:07:07] *** jharbaugh has quit IRC
[22:07:41] *** jharbaugh has joined #angularjs
[22:08:53] *** Ch4rAss has quit IRC
[22:09:33] *** deranged has joined #angularjs
[22:10:32] <kba> Did something happen to Batarang? Mine suddenly looks a lot different in Chrome
[22:11:24] *** bkuberek has joined #angularjs
[22:11:44] *** Reskp has quit IRC
[22:12:03] <kba> That's how it looks like. Is this... intended?
[22:12:12] <kba> how it looks*
[22:12:46] <zwacky> kba maybe a zoom issue?
[22:12:51] *** renlo has quit IRC
[22:13:15] <kba> cmd+0 does nothing
[22:13:30] <HelplessInSF> kba That's how it looks for me too
[22:13:42] <kba> HelplessInSF: is that intended now?
[22:13:52] <HelplessInSF> I have no idea
[22:13:58] *** Bodin- has joined #angularjs
[22:14:00] <HelplessInSF> Are you talking about the size of the text
[22:14:06] <zwacky> Dwarf are you using angular material design?
[22:14:10] <HelplessInSF> Or the HTMLification of the scopes>
[22:14:12] *** Cronoh has joined #angularjs
[22:14:20] <kba> I'm talking about the fact that it doesn't look like it used to at all
[22:14:26] *** Bodin- has quit IRC
[22:14:26] <kba> there's no benchmark tab, for starters
[22:14:32] <HelplessInSF> Oh that part is intentional
[22:14:34] *** 17WAAOCKA has quit IRC
[22:14:46] <kba> where did it go?
[22:14:46] *** morenoh149 has joined #angularjs
[22:15:39] <HelplessInSF> It just.....went
[22:15:51] <HelplessInSF> Its getting a lot of 1 and 2 start reviews now
[22:15:59] <HelplessInSF> Have no idea what happened there
[22:16:02] <kba> so what's the purpose of the addon now?
[22:16:09] <kba> I don't see how it's useful at all, it has no functionality
[22:17:00] *** swist has joined #angularjs
[22:17:31] *** instence_ has joined #angularjs
[22:18:02] *** instence has quit IRC
[22:20:43] *** mjw56 has joined #angularjs
[22:21:02] *** jacuqesdancona has joined #angularjs
[22:22:04] <Dwarf> zwacky: Yes
[22:22:35] *** Beg has joined #angularjs
[22:22:37] *** wd40s_ has quit IRC
[22:22:57] *** Aerospark has quit IRC
[22:23:55] <zwacky> Dwarf, this might be a bit basic q but, how did you go around using md without grids?
[22:24:02] <Beg> how do i think when using ng-options? I can use ng-repeat but when I try to use ng-option my brain melts down. How do I chose what should be the value and what should be the key?
[22:24:05] <zwacky> only flex="percentages"?
[22:25:11] *** zerd has joined #angularjs
[22:25:17] *** jacuqesdancona has quit IRC
[22:25:39] *** soee has quit IRC
[22:26:28] *** HelplessInSF has quit IRC
[22:26:31] *** ximenean_ has quit IRC
[22:26:46] *** soee has joined #angularjs
[22:27:53] *** ahtik has joined #angularjs
[22:29:09] <Dwarf> zwacky: I.. don't know haha
[22:29:09] *** italoacasas_ has quit IRC
[22:29:13] <Dwarf> I just screwed around a bit
[22:29:22] <Dwarf> I'll pastebin my template
[22:29:28] <zwacky> cool
[22:29:33] *** italoacasas_ has joined #angularjs
[22:29:53] <zwacky> i started gettint into it but felt like i missed some concept
[22:29:55] *** Johnny13371337 has quit IRC
[22:29:56] *** Zren_ is now known as Zren
[22:30:30] *** foofoobar has quit IRC
[22:30:31] *** scythe__ has quit IRC
[22:31:06] <zwacky> thanks :))
[22:31:37] <Dwarf> Np
[22:31:44] <Dwarf> Glad I can help out a fellow noob haha
[22:32:04] *** wd40s has joined #angularjs
[22:32:15] *** robdubya has joined #angularjs
[22:32:17] *** edrocks has joined #angularjs
[22:32:36] *** cads has quit IRC
[22:32:38] <zwacky> mhh doesn't really cover my 'grid' problem though :(
[22:32:49] *** boxmein has quit IRC
[22:33:33] *** aven1 has joined #angularjs
[22:33:47] *** tschundeee has joined #angularjs
[22:35:10] <Dwarf> Yea I don't exactly have a grid
[22:35:28] <Beg> ng-options="object for (key , value) in ds.document.objects track by object.key"
[22:35:47] <zwacky> i think then its all done with flex="50" for col-6 for instance
[22:35:55] *** Siecje has left #angularjs
[22:35:56] <zwacky> uh geez gotta look into it more
[22:36:01] *** edrocks has quit IRC
[22:36:20] *** edrocks has joined #angularjs
[22:36:37] <Beg> ds.document.objects={a:"b"}; How do I make a select with the option <option value="a">a</option>
[22:37:05] *** joroc has quit IRC
[22:37:41] *** boxmein has joined #angularjs
[22:37:45] *** shaisnir has joined #angularjs
[22:39:17] *** qdk has joined #angularjs
[22:40:17] *** apertoire has quit IRC
[22:41:28] *** Aerospark has joined #angularjs
[22:41:57] *** mary5030 has joined #angularjs
[22:42:37] *** Guest92 has quit IRC
[22:43:05] *** wd40s has quit IRC
[22:43:17] *** bkuberek has quit IRC
[22:43:17] <zwacky> Beg, try ng-options="obj.key for obj in ds.document.objects track by obj.key"
[22:43:38] *** Dwarf has left #angularjs
[22:43:41] *** Dwarf has joined #angularjs
[22:43:43] *** rcanepa has quit IRC
[22:45:37] *** Aerospark has quit IRC
[22:45:37] *** jaredwilli has joined #angularjs
[22:45:41] <Beg> I'll try that one, I found one that works.
[22:45:44] *** phoenixw has joined #angularjs
[22:45:49] <Beg> "key as key for (key , value) in ds.document.objects"
[22:45:54] <Beg> I don't understand it at all though
[22:47:09] *** Shrooms has quit IRC
[22:47:17] <zwacky> yeah, that works. didnt see that your object doesnt have key/value names
[22:47:21] <Dwarf> Hm
[22:47:24] <Dwarf> This is odd.
[22:48:28] *** TheAceOfHearts has joined #angularjs
[22:48:32] <zwacky> remove action="" Dwarf
[22:48:40] <Beg> so, <left=key> as <right=key> is equivalent of <option value="{{left}}">{{right}}</option> ?
[22:49:03] <Dwarf> zwacky: I have another project where I have action="" so it's a bit weird that this particular case isn't working
[22:49:28] *** Solid1 is now known as Solid1_afk
[22:49:45] *** pspfolio has joined #angularjs
[22:50:14] *** jaredwilli has quit IRC
[22:50:42] <Dwarf> But that worked, thanks.
[22:51:31] *** benjamingr has quit IRC
[22:52:16] *** mrru has quit IRC
[22:53:13] *** Aerospark has joined #angularjs
[22:54:15] *** pspfolio has quit IRC
[22:55:02] *** cads has joined #angularjs
[22:57:07] *** nya has quit IRC
[22:57:28] *** TommyO has quit IRC
[22:59:00] *** evotuned has joined #angularjs
[22:59:27] *** g33k5z has quit IRC
[22:59:45] *** deanclkclk has quit IRC
[23:00:06] *** boxmein has quit IRC
[23:00:08] *** g33k5z has joined #angularjs
[23:00:17] *** Nivag_ has quit IRC
[23:00:21] *** foofoobar has joined #angularjs
[23:00:55] *** 7JTABTX8K has quit IRC
[23:00:57] *** swalberg has quit IRC
[23:01:42] *** drag0nius has joined #angularjs
[23:01:58] *** nya_ has joined #angularjs
[23:02:03] *** dhcar is now known as dhcar_AFK
[23:02:10] <drag0nius> what happens if i send multiple $http...withHttpConfig({cache:true}) requests one after another?
[23:02:43] <drag0nius> they all get sent or just one?
[23:03:02] <Dwarf> Trial and error
[23:03:32] *** evotuned has quit IRC
[23:03:37] *** joroc has joined #angularjs
[23:04:21] *** stormbytes has joined #angularjs
[23:04:28] *** g33k5z has quit IRC
[23:04:44] <stormbytes> when's 2.0 supposed to be released?
[23:05:29] *** laax has joined #angularjs
[23:05:40] *** italoacasas_ has quit IRC
[23:06:06] *** italoacasas_ has joined #angularjs
[23:07:10] *** aven1 has quit IRC
[23:07:38] *** Reskp has joined #angularjs
[23:07:48] *** defaultdict has quit IRC
[23:08:16] *** mikeones_ has joined #angularjs
[23:08:23] *** nemothekid has quit IRC
[23:08:47] *** defaultdict has joined #angularjs
[23:11:13] <Foxandxss> stormbytes: a year more or less
[23:11:42] <stormbytes> hmm
[23:11:51] <mikeones_> hello, I am new to angularjs and I can't seem to find an example of how to choose a form templete based on a select value. I have a dropdown and I need to render a unique form based on the select value choosen. Is that possible in Angularjs?
[23:11:53] <stormbytes> i watched a couple of talks on v2
[23:11:56] *** Reskp has quit IRC
[23:12:02] <stormbytes> supposed to be pretty cleaned up
[23:12:20] *** g33k5z has joined #angularjs
[23:12:22] <Foxandxss> no, part of it is pretty polished, others are not
[23:12:51] <zwacky> mikeones_, ng-if="dropdown == 'somevalue'" for instance
[23:13:13] *** swalberg has joined #angularjs
[23:13:30] *** renlo has joined #angularjs
[23:13:32] <zwacky> whereas dropdown would be the binded variable to your dropdown element
[23:13:39] <mikeones_> zwacky: thanks, that may help me fine some sample code
[23:14:17] *** defaultdict has quit IRC
[23:14:24] *** defaultdict has joined #angularjs
[23:15:05] <stormbytes> zwacky - i imagine it won't be perfect out of the box, but they seem to be very api-focused, wanting to make things more elegant
[23:15:28] *** Zeioth has joined #angularjs
[23:15:47] <stormbytes> i was incredibly opposed to it initially, but once i heard the arguments pro/con the drastic changes I think I'd be willing to entertain it. They are saying that 1.3.x will be actively maintained by a separate team
[23:16:02] <Foxandxss> there is going to be a 1.4 yet
[23:16:03] <Foxandxss> :)
[23:16:07] <Foxandxss> with angular 2 router
[23:16:10] <stormbytes> I understand that v2 & 1.3 will be completel different
[23:16:21] <Foxandxss> angular 2 will use ES6 / AtScript
[23:16:22] <stormbytes> Foxandxss yes that's what I heard as wel
[23:16:29] <Foxandxss> and that needs more support from the broswer
[23:16:37] <stormbytes> I still don't quite get what AtScript *is*
[23:16:45] <Foxandxss> new language
[23:16:55] <stormbytes> what kind of language?
[23:17:04] <stormbytes> does it compile *to* javascript?
[23:17:07] <Foxandxss> no
[23:17:10] <stormbytes> (which would make it rather pointless)
[23:17:33] <stormbytes> so AtScript is like the next generation of Javascript? (please say no)
[23:17:39] <Foxandxss> no
[23:17:52] <Foxandxss> sec
[23:18:14] *** cacts has quit IRC
[23:18:14] <Foxandxss> ES 6 is the new javascriopt
[23:18:28] <Foxandxss> they want more features
[23:18:29] *** renlo has quit IRC
[23:18:31] <Foxandxss> proposed on a first place
[23:18:40] <Foxandxss> so they are going to create a fork or something
[23:18:45] <Foxandxss> I don't like the idea but..
[23:18:56] <stormbytes> huh?
[23:18:59] <Foxandxss> you dont need to care
[23:19:02] <stormbytes> that's what i just asked
[23:19:10] *** mary5030 has quit IRC
[23:19:27] <Foxandxss> ah, yeah
[23:19:31] <Foxandxss> missread
[23:19:39] <stormbytes> if i'm not mixing things up (which is very possible) I think they are calling it a "superset of Javascript"
[23:19:43] *** mary5030 has joined #angularjs
[23:19:54] <Foxandxss> no idea, I don't follow the progress that much
[23:19:59] <Foxandxss> you can use ES6 for angular 2, that is what matters
[23:20:20] *** bmac has joined #angularjs
[23:20:44] <stormbytes> isn't ES6 essentially the next Javascript spec?
[23:20:49] <Foxandxss> yes
[23:21:07] <stormbytes> so 1.3 doesn't support ES6
[23:21:11] <stormbytes> got it..
[23:21:14] <stormbytes> this is confusing
[23:21:14] <Foxandxss> it does
[23:21:26] <Foxandxss> give me a minute, playing online, hard to do both
[23:21:31] <stormbytes> np
[23:22:05] *** doginal has joined #angularjs
[23:22:09] *** JeffBuhrt has quit IRC
[23:22:12] *** doodlehaus has joined #angularjs
[23:22:15] <zwacky> what game, Foxandxss? ;)
[23:22:23] *** JeffBuhrt has joined #angularjs
[23:22:28] <Foxandxss> destiny
[23:22:48] *** bkuberek has joined #angularjs
[23:23:58] *** mary5030 has quit IRC
[23:25:17] *** deanclkclk has joined #angularjs
[23:26:00] *** sahbeewah_ has quit IRC
[23:26:53] <zwacky> kakashiAL, your reduce method has an initial value, that's why its not gonna be undefined anymore
[23:26:54] *** doodlehaus has quit IRC
[23:27:07] *** macobo has joined #angularjs
[23:27:30] <kakashiAL> zwacky: I get a undefined at the beginning
[23:27:44] <kakashiAL> but I dont want to get it
[23:28:17] <zwacky> you never initialized the array list
[23:28:22] *** Milk_weed has quit IRC
[23:28:30] <zwacky> then you would have to do $scope.user.arrayList = []; or whatever
[23:28:31] <kakashiAL> the arrayList comes from my database
[23:28:44] <kakashiAL> it exists
[23:29:12] *** phzon has joined #angularjs
[23:29:42] <zwacky> that's not what we see in your pastebin
[23:30:06] <kakashiAL> zwacky: okay, so the case it that I get the arrayList from my database
[23:30:39] <kakashiAL> but in firefox I get a undefined error in my console
[23:30:59] <kakashiAL> that the arraList is undefined
[23:31:12] <kakashiAL> but my reduce methos works!
[23:31:20] <Foxandxss> stormbytes: so new javascript version, that is always problematic because javascript run on the browser so the browser needs support and that always take years and lot of draft, proposition of new features, etc etc
[23:31:33] <Foxandxss> so that is ES6, something planned for years which is coming slowly to browsers
[23:31:45] *** scythe__ has joined #angularjs
[23:31:48] <Foxandxss> browsers have like 35-40% of support (more or less)
[23:32:04] <Foxandxss> so the idea was to write angular 2 completely in this new version (with proper classes, modules, etc)
[23:32:28] <Foxandxss> that is how they write the CORE
[23:32:38] <Foxandxss> how you create your apps is up to you
[23:32:50] <stormbytes> right, but AtScript is supposed to be somekind of 'superset' unless i misunderstood something
[23:32:55] <stormbytes> i'mg going to be reading more about it
[23:33:10] <Foxandxss> you can use a transpiler (a library which can convert es6 code to es5 (actual javascript)) and use ES6 TODAY on angular
[23:33:13] <stormbytes> ES6 supports classes and stuff?
[23:33:16] <Foxandxss> yes
[23:33:24] <Foxandxss> class foo extends blah
[23:33:37] <stormbytes> but its still backwards compatible with prototypes and everything else?
[23:33:37] *** phzon has quit IRC
[23:33:39] *** aven1 has joined #angularjs
[23:33:45] *** eebanos has quit IRC
[23:33:45] <Foxandxss> yes
[23:34:17] <Foxandxss> so ES6 was going to support 2 features (named parameters for example)
[23:34:20] <Foxandxss> which angular team liked
[23:34:25] <Foxandxss> and then, that was dropped
[23:34:33] *** foofoobar has quit IRC
[23:34:33] *** h0ru5 has joined #angularjs
[23:34:35] <Foxandxss> so they started something called ES6++
[23:34:40] <Foxandxss> which is ES6 with those features
[23:34:45] <stormbytes> ah
[23:34:55] *** leolrrj has joined #angularjs
[23:34:55] <Foxandxss> then decided to create another language called AtScript which well, contain those features
[23:35:01] <stormbytes> i wonder how much ng1.3 knowledge will really carry over into 2
[23:35:14] <Foxandxss> the core is going to be written with it (I presume that those features can bring performance)
[23:35:28] <Foxandxss> but you can do your app in normal javascript, you can ignore AtScript safely if you decide to
[23:35:33] *** jeffscottward has joined #angularjs
[23:35:43] <TheAceOfHearts> I wonder how true that'll be, though
[23:35:53] *** juanpablo_____ has joined #angularjs
[23:35:55] <TheAceOfHearts> for example, they say that about Atom.io
[23:35:57] *** JohnBat26 has quit IRC
[23:36:08] <TheAceOfHearts> but you can't really write just JS
[23:36:14] <TheAceOfHearts> or rather, they make it hard to do so
[23:36:20] *** cannap has quit IRC
[23:36:28] <Foxandxss> well, I meant ES6
[23:36:41] <TheAceOfHearts> React actually has a lot of docs just for people wanting to avoid JSX
[23:36:43] *** jMyles has joined #angularjs
[23:36:57] <Foxandxss> plain ES6 support is basic and that is completely in
[23:37:03] <stormbytes> so is AtScript basically an API superset that will be supported by Chrome and a hail Mary for all other browsers? is that the reality behind their "optional" buzzword here?
[23:37:07] <Foxandxss> angular 2 is built with that in mind
[23:37:08] *** phoenixw has quit IRC
[23:37:19] *** joroc has quit IRC
[23:37:24] <Foxandxss> no idea to be honest, not following it, not interested
[23:37:31] *** phoenixw has joined #angularjs
[23:37:33] <stormbytes> fair enough
[23:37:40] <TheAceOfHearts> it'd be shady as fuck if they released AtScript in regular Chrome
[23:38:04] <TheAceOfHearts> I think some of the typing stuff is being proposed for future version of ES
[23:38:25] <Foxandxss> brb
[23:38:27] *** Ax` has quit IRC
[23:38:31] <TheAceOfHearts> but having a broken / inconsistent implementation of a typing system would suuuuuck
[23:40:31] *** juanpablo_____ has quit IRC
[23:41:46] *** Aerospark has quit IRC
[23:41:54] *** soee_ has joined #angularjs
[23:44:01] *** Aerospark has joined #angularjs
[23:44:12] *** edrocks has quit IRC
[23:45:31] *** adben- has quit IRC
[23:45:52] *** soee has quit IRC
[23:45:54] <drag0nius> any idea if it's possible to transform on specific restangular method?
[23:46:15] *** phoenixw has quit IRC
[23:46:15] *** nuizzy has joined #angularjs
[23:46:32] <zwacky> like the $resource's transform, drag0nius?
[23:46:44] *** phoenixw has joined #angularjs
[23:46:46] *** goodenough has joined #angularjs
[23:47:05] <drag0nius> i mean i defined 'login', 'logout' and 'getUser' custom Restangular methods and every one of them returns current 'user' object
[23:47:41] <drag0nius> i want to set user.data ('user' constant) every time they return
[23:49:23] <drag0nius> i wrote myself aspect.after(auth, ['login','logout
[23:49:25] *** sbellina has joined #angularjs
[23:49:49] <drag0nius> aspect.after(auth, ['login','logout', 'getUser'], doStuff);
[23:49:57] <drag0nius> but i wonder if there isn't any built-in way
[23:50:31] *** pspfolio has joined #angularjs
[23:51:05] *** macobo has quit IRC
[23:51:11] *** Lingo__ has joined #angularjs
[23:54:09] *** g-nom3 has quit IRC
[23:54:20] *** sbellina has quit IRC
[23:55:05] *** pspfolio has quit IRC
[23:55:05] *** MuffinMan` has quit IRC
[23:55:19] *** boxmein has joined #angularjs
[23:55:50] *** qdk has quit IRC
[23:55:55] *** whitebook has joined #angularjs
[23:56:41] *** qdk has joined #angularjs
[23:58:20] *** recurrence has joined #angularjs
[23:58:48] *** AngularUI has joined #angularjs
[23:58:49]
<AngularUI> [ng-grid] PaulL1 opened pull request #2402: Fix #1572 (saveState): create saveState feature (master...1572_save_state) http://git.io/sK56kg
[23:58:49] *** AngularUI has left #angularjs
[23:59:05] *** Aerospark has quit IRC
[23:59:11] *** Hestil has quit IRC
[23:59:23] *** nickgs has joined #angularjs
[23:59:36] *** sharms has quit IRC