[00:00:55] *** warehouse13 has joined #angularjs
[00:01:14] *** dman777_1lter has quit IRC
[00:01:58] *** Angusoid has joined #angularjs
[00:02:13] <Angusoid> hello
[00:02:31] *** jMyles has quit IRC
[00:02:32] *** AtomicCookie has quit IRC
[00:02:35] *** _BlackMage_ has joined #angularjs
[00:02:42] *** bradmaxs has joined #angularjs
[00:02:49] <_BlackMage_> How can I disable hashbang?
[00:02:54] *** Left_Turn has quit IRC
[00:03:04] *** patrickarlt has joined #angularjs
[00:03:06] <_BlackMage_> I do not want to use angular's routing at all
[00:03:20] <_BlackMage_> yet it keeps adding #/ to all hashtags
[00:05:20] *** soee__ has quit IRC
[00:06:37] <Foxandxss> without the router included?
[00:08:42] *** Sky[x] has quit IRC
[00:08:56] *** hell_razer has quit IRC
[00:09:23] *** akrikos has joined #angularjs
[00:10:16] *** cads has quit IRC
[00:10:56] *** eBureau has joined #angularjs
[00:11:11] *** hell_razer has joined #angularjs
[00:11:29] *** mdedetrich has joined #angularjs
[00:12:09] *** nya has quit IRC
[00:12:13] <_BlackMage_> with or without
[00:12:37] *** Trow has quit IRC
[00:12:43] <_BlackMage_> normally I do not have the router included, but I included to try the solution of $locationProvider.html5Mode(true).hashPrefix('!');
[00:13:15] *** bradmaxs has quit IRC
[00:13:36] *** woah has quit IRC
[00:13:37] *** woah_ has joined #angularjs
[00:13:50] *** jonr22 has quit IRC
[00:14:17] *** uru is now known as uru|away
[00:15:03] *** Trow has joined #angularjs
[00:16:08] *** hell_razer has quit IRC
[00:16:11] <Foxandxss> without it, it shouldn't add the hashbang
[00:16:16] <Foxandxss> I think
[00:16:43] <_BlackMage_> I use ng-include, and I think that it causing it to be enabled
[00:17:00] <edrocks> how would you use ng-repeat if you want two columns?
[00:17:02] <_BlackMage_> I implemented this solution, but it doesn't seem elegant
[00:18:07] <edrocks> thanks just found that too
[00:19:13] *** mven has quit IRC
[00:19:18] *** nycdevgirl has quit IRC
[00:20:20] *** mven has joined #angularjs
[00:20:41] *** discgo has joined #angularjs
[00:21:58] *** kentaro0919 has joined #angularjs
[00:23:40] *** r0ver_ has quit IRC
[00:24:45] *** tkimmel has joined #angularjs
[00:24:50] *** r0ver_ has joined #angularjs
[00:25:17] *** caitp- has joined #angularjs
[00:25:42] *** caitp has quit IRC
[00:25:55] *** morenoh149 has joined #angularjs
[00:26:05] *** bmac has joined #angularjs
[00:27:16] *** marcjs has quit IRC
[00:28:00] *** macabre has joined #angularjs
[00:28:06] *** Oxynum has joined #angularjs
[00:29:16] *** c00ljs has joined #angularjs
[00:29:19] *** tomengland_mbp has joined #angularjs
[00:29:50] *** tkimmel has quit IRC
[00:29:54] *** dshap has quit IRC
[00:30:34] *** macabre has quit IRC
[00:31:02] *** codeman has quit IRC
[00:31:19] *** woah_ has quit IRC
[00:33:28] *** BillCriswell has joined #angularjs
[00:33:35] *** jareddlc has quit IRC
[00:33:45] *** jynxed has joined #angularjs
[00:34:24] *** jbub has quit IRC
[00:35:17] *** szymek_ has quit IRC
[00:35:46] *** disorder20 has quit IRC
[00:36:27] *** narutimateum has joined #angularjs
[00:36:38] *** glassir has quit IRC
[00:36:46] *** jbub has joined #angularjs
[00:37:33] *** mhoffman has quit IRC
[00:37:38] *** jareddlc has joined #angularjs
[00:38:20] *** r0ver_ has quit IRC
[00:38:21] <renlo> how would you guys load initial values?
[00:38:38] *** BillCriswell has quit IRC
[00:38:48] <renlo> ie
[00:39:06] <renlo> request made to '/', then how do i check to see if a user is already logged in
[00:40:02] <Fuzzy> anyone here ever remake angular?
[00:40:09] <Fuzzy> ala build your own angularjs
[00:40:41] <Angusoid> @renlo use resolve?
[00:41:32] <Angusoid> within routeProvider
[00:41:40] *** Guest5645 has quit IRC
[00:42:11] *** JohnBat26 has quit IRC
[00:42:30] *** iamvfl has quit IRC
[00:42:52] <renlo> so resolve: { initial_values: { return myApiService.get('/initial_values') }}?
[00:43:04] *** oste has joined #angularjs
[00:43:17] <renlo> then on the backend, initial_values looks at the cookie and returns an api key if there is one, current user info if there is one, etc?
[00:43:31] <Angusoid> yes
[00:43:41] <renlo> thanks Angusoid
[00:45:10] *** Aerospark has quit IRC
[00:46:22] *** jimvideo has quit IRC
[00:46:46] *** Zren has joined #angularjs
[00:47:04] *** Shadeness has quit IRC
[00:48:50] *** Aerospark has joined #angularjs
[00:50:15] *** patrickarlt has quit IRC
[00:51:44] *** scottc5 has quit IRC
[00:52:26] *** mjs2600 has joined #angularjs
[00:53:09] *** DLSteve has quit IRC
[00:54:08] *** apertoire has quit IRC
[00:57:04] <jareddlc> hey guys, have anyone done tree type data in angular?
[00:57:22] <jareddlc> i have an api that returns an array with n amounts of items, each item can contain additional items
[00:58:58] *** recidive has joined #angularjs
[00:58:59] *** Aerospark has quit IRC
[00:59:13] <Angusoid> Well sort of :D
[00:59:37] <Grokling> jareddlc: yup.
[01:00:07] <jareddlc> do you have any tutorials or examples to show. Im only familiar with ng-repeat
[01:00:33] <jareddlc> and i dont think i can achieve the nesting with ngrepeat
[01:00:36] *** despai has quit IRC
[01:00:45] <Angusoid> Yes you can
[01:00:54] <Grokling> ng-repeat is where it's at.. ng-repeat will nest. Too many layers slows it up a bit thought.
[01:00:59] <Grokling> s/though
[01:01:05] <jareddlc> would you like to see example data?
[01:01:10] <Angusoid> sure
[01:01:22] <wafflej0ck> ya that'd be good... I just did a tree structure and directive recently too
[01:01:29] <jareddlc> give me a sec. creating gist
[01:01:40] <wafflej0ck> the recursive directive stuff is a bit tricky but if it's just nested ng-repeats that's easier
[01:01:55] *** stirlingw has quit IRC
[01:01:55] <Angusoid> I worked with quite ugly api data, had to remap them and stuff
[01:03:48] *** evilaliv3 has quit IRC
[01:04:32] *** FergusL has quit IRC
[01:05:17] <jareddlc> so if the value dir exist it doesnt contain a value, otherwise it does
[01:05:39] *** FergusL has joined #angularjs
[01:05:42] *** __emps has joined #angularjs
[01:05:54] *** fairuz has quit IRC
[01:06:17] <jareddlc> my controller exposes a keyList here how im using it in html: <tr ng-repeat="key in keysList">
[01:06:31] <jareddlc> but that only grabs first two top level objects, as it not looking for nodes
[01:06:56] <jareddlc> brb 5 mins getting laundry
[01:07:58] *** _emps has quit IRC
[01:08:13] *** morenoh149 has quit IRC
[01:09:49] <Angusoid> Well if you list those two objects with ng-repeat="key in keysList", they you would list sub property of nodes with ng-repeat="node in key.nodes"
[01:10:03] *** after_r has joined #angularjs
[01:10:35] <Angusoid> just a simple nesting
[01:11:11] <wafflej0ck> Angusoid: yeah think jareddlc actually needs a recursive directive though for handling the nodes possibly being dirs but we'll see when they get back
[01:11:15] <Grokling> But then, if your nodes can have nodes, probably a recursive directive will work..
[01:11:55] *** asher^ has joined #angularjs
[01:12:30] *** Oxynum has quit IRC
[01:12:44] <wafflej0ck> it does that and also has a filter that builds a "Tree" based on being fed some object where each Node of the tree has children and parents to make it easier to traverse
[01:12:56] <wafflej0ck> Alt+Shift+D to open
[01:13:06] <wafflej0ck> heh forgot to put the button in for that or text :P
[01:13:51] *** Oxynum has joined #angularjs
[01:14:08] <Angusoid> oh yeah he asked for tree, ah well i guess its time to sleep xD
[01:14:26] *** bengillies has joined #angularjs
[01:14:39] *** bmac has quit IRC
[01:14:46] *** charuru has joined #angularjs
[01:15:04] <wafflej0ck> found the recursive service bit on SO super useful
[01:15:19] *** cads has joined #angularjs
[01:15:29] <jareddlc> ok back
[01:16:15] <jareddlc> Angusoid: with that strucutre, I can only go 1 level down
[01:17:03] <jareddlc> oh god directives ... :( wafflej0ck
[01:17:16] <jareddlc> im still pretty new at directives and I shy away from them
[01:17:24] <wafflej0ck> jareddlc: better to tame that beast :)
[01:17:36] <wafflej0ck> jareddlc: you can find prerolled Tree directives I'm sure too
[01:17:37] <jareddlc> wafflej0ck: agreed
[01:17:51] <jareddlc> so my data might look like this
[01:18:15] <jareddlc> with many dirs
[01:18:35] <jareddlc> so i'll need a directive right?
[01:18:44] *** Aerospark has joined #angularjs
[01:18:45] <wafflej0ck> jareddlc: yeah either third party or roll your own are the options
[01:18:53] *** bengillies has quit IRC
[01:18:59] <wafflej0ck> jareddlc: it's not so bad with this recursionhelper bit
[01:19:07] *** mange has joined #angularjs
[01:19:12] <wafflej0ck> I mean it's equivalent to writing a non-recursive directive basically
[01:19:37] *** BillCriswell has joined #angularjs
[01:20:00] *** tomengland_mbp has quit IRC
[01:20:01] <jareddlc> wafflej0ck: which one in particular
[01:20:05] *** uber has quit IRC
[01:20:18] <wafflej0ck> jareddlc: sorry which what in particular?
[01:20:41] <jareddlc> you posted some directives, which one should i be looking at
[01:21:44] <wafflej0ck> jareddlc: ah yeah in that script just at the top it has the RecursionHelper that's one of the main parts you would need it handles the link function for you which is one of the main parts for defining a directive, the link function is called for each instance of the directive found in the app
[01:22:04] <wafflej0ck> jareddlc: one sec lemme just find the original post with that cause a lot of this is superflous stuff for what I was doing
[01:22:20] *** NoNMaDDeN has joined #angularjs
[01:22:26] <jareddlc> haha thanks. yeah I rarely delve into directives so im not familiar with directive vs factory
[01:22:48] *** uber has joined #angularjs
[01:23:14] *** Lingos_ has joined #angularjs
[01:23:39] *** jmverges has quit IRC
[01:23:53] *** Guest41253 has quit IRC
[01:24:25] <wafflej0ck> jareddlc: yeah basics of a directive you'll need are myModule.directive('myDirective', function(){return {restrict 'E', link:function(iElem){}, templateUrl:'templateLocation.tpl.html'}}); referred to by my-directive in the markup (notice the camel case to hyphen case change, this trips everyone up)
[01:24:45] <wafflej0ck> using that factory inside the link function saves you from including your directive within it's own template
[01:24:53] <wafflej0ck> er allows you to rather
[01:25:30] *** whitebook has joined #angularjs
[01:25:36] *** Juanchito has quit IRC
[01:25:55] *** iamvfl has joined #angularjs
[01:26:19] *** mven has quit IRC
[01:26:28] *** Fuzzier has joined #angularjs
[01:26:28] *** Josh has joined #angularjs
[01:26:51] *** Josh is now known as Guest4619
[01:27:12] *** Fuzzy has quit IRC
[01:27:40] *** NoNMaDDeN has quit IRC
[01:27:40] *** Lingos_ has quit IRC
[01:28:10] *** diegoaguilar has joined #angularjs
[01:28:36] <jareddlc> thanks i'll look over how to use directives then
[01:28:41] <jareddlc> wafflej0ck: thx
[01:29:09] *** Poppabear has quit IRC
[01:30:26] <wafflej0ck> jareddlc: np just try building it in a plunkr then can share if you get stuck
[01:30:36] *** Guest4619 has quit IRC
[01:30:42] <wafflej0ck> jareddlc: (save along the way, sign in with a github account to be sure you don't lose it half way through)
[01:31:26] <jareddlc> haha yeah
[01:31:31] <jareddlc> im using git thanks
[01:31:37] <jareddlc> time to finally try to learn directives
[01:32:19] <jareddlc> unless you want to run down directives with me xD
[01:33:04] <wafflej0ck> jareddlc: yeah it's more of the kind of thing you just gotta read about and start playing with, I can help if you get stuck (why I suggested just start in plunkr, link in the IRC topic to start with angular)
[01:33:19] <jareddlc> yup sounds good
[01:33:20] <renlo> so if you want to call the same initialize function for all states, i would need to do nested routes?
[01:35:14] <renlo> * sorry that was a weirdly worded question
[01:35:25] *** rhp has quit IRC
[01:36:03] *** SergioFilhow_ has quit IRC
[01:36:07] *** MrAurora has quit IRC
[01:36:20] <renlo> before I asked about initializing values, in order to call the same stateProvider.state.resolve I would need to have all routes be nested from that one?
[01:37:02] *** uber has quit IRC
[01:37:02] *** uber has joined #angularjs
[01:37:25] *** SergioFilhow_ has joined #angularjs
[01:37:49] *** Foxandxss has quit IRC
[01:38:10] <Angusoid> you can use one resolve for all routes
[01:38:57] <Angusoid> there is a way for it ( if that's what you are asking about)
[01:39:14] <renlo> but the other states need to be a child of the one that calls resolve, right?
[01:41:06] *** tonyfrazier has left #angularjs
[01:42:41] *** morenoh149 has joined #angularjs
[01:43:57] <renlo> thanks Angusoid
[01:44:13] *** bkuberek has quit IRC
[01:44:13] *** bbankes has joined #angularjs
[01:45:16] *** jimobrien has joined #angularjs
[01:45:52] *** whitebook has quit IRC
[01:46:22] *** Owner__ has joined #angularjs
[01:46:46] *** k-dawg has joined #angularjs
[01:46:46] *** Owner__ is now known as Guest61439
[01:46:53] <Angusoid> I'm off, bye bye :D
[01:46:59] *** AngularUI has joined #angularjs
[01:46:59]
<AngularUI> [ui-router] christopherthielen pushed 1 new commit to master: http://git.io/zOGWcQ
[01:47:00] <AngularUI> ui-router/master a479fbd christopherthielen: fix($urlMatcherFactory): fix mixed path/query params ordering problem...
[01:47:00] *** AngularUI has left #angularjs
[01:48:07] *** Angusoid has quit IRC
[01:48:32] *** jareddlc has quit IRC
[01:48:53] *** CodeFriar has quit IRC
[01:49:10] *** nandoflorestan has quit IRC
[01:49:15] *** alinou has quit IRC
[01:50:01] *** kirfu has joined #angularjs
[01:50:24] *** jimobrien has quit IRC
[01:50:48] *** Yahkob has joined #angularjs
[01:50:59] *** seriema has quit IRC
[01:51:23] *** danecando has quit IRC
[01:54:32] *** cads has quit IRC
[01:54:49] *** mtho11 has joined #angularjs
[01:56:27] <iamvfl> hey guys
[01:56:50] <iamvfl> I’ve added a filter, but it doesn’t seem to be working
[01:57:00] <iamvfl> wondering if it has something to do with the fact that I’m using it inside a directive?
[02:00:00] *** Fire-Dragon-DoL has quit IRC
[02:00:49] *** Yahkob_ has joined #angularjs
[02:01:02] *** Rejected has quit IRC
[02:01:03] *** patrickarlt has joined #angularjs
[02:01:54] *** morenoh149 has quit IRC
[02:02:13] *** Yahkob has quit IRC
[02:02:16] *** rud has joined #angularjs
[02:02:22] <iamvfl> and if it is, what do I need to do to get it working?
[02:03:01] *** RedOrangeZ has quit IRC
[02:03:57] *** ctanga has quit IRC
[02:04:15] *** johnkevinmbasco has joined #angularjs
[02:04:43] <Grokling> iamvfl: Shouldn't matter. Do you have some code to share?
[02:05:06] <Grokling> Also, does it work outside of your directive?
[02:05:14] *** caitp- has quit IRC
[02:05:39] *** patrickarlt has quit IRC
[02:05:54] *** shinnya has quit IRC
[02:06:44] <iamvfl> Grokling, just tried it without a directive and it also didn’t work
[02:07:56] *** crakrjak has joined #angularjs
[02:07:58] <iamvfl> I thought it would work out of the box just like that
[02:08:07] <iamvfl> I’ve also tried adding the $filter dependency to my controller
[02:08:11] *** tfennelly has quit IRC
[02:09:35] *** quantax- has quit IRC
[02:09:53] *** morenoh149 has joined #angularjs
[02:09:58] *** Aerospark has quit IRC
[02:10:00] *** frankbli_ has quit IRC
[02:10:42] <iamvfl> yeah, I’ve been looking at that
[02:10:47] <iamvfl> I can’t see what I’ve missed
[02:10:52] <iamvfl> can you?
[02:11:32] *** rud has quit IRC
[02:13:15] *** corehook has joined #angularjs
[02:13:42] *** tkimmel has joined #angularjs
[02:15:15] *** Aliks has quit IRC
[02:15:17] *** marr has quit IRC
[02:15:42] *** tadasZ has joined #angularjs
[02:15:46] *** diegoaguilar has quit IRC
[02:16:01] *** jimobrien has joined #angularjs
[02:16:56] *** mubi has joined #angularjs
[02:17:25] *** recidive has quit IRC
[02:17:39] <mubi> is there a library that I could use to implement a pull-to-refresh for a scrolling div tag?
[02:17:55] *** corehook has quit IRC
[02:17:58] <mubi> I’ve seen Hook.js and Rubberband, but they both seem to work on the whole page
[02:17:58] *** tkimmel has quit IRC
[02:18:16] <edrocks> mubi: maybe you can rip it from ionic
[02:18:40] *** mikemols has quit IRC
[02:19:09] *** corehook has joined #angularjs
[02:19:13] *** stirlingw has joined #angularjs
[02:19:50] *** corehook has quit IRC
[02:20:17] *** Aerospark has joined #angularjs
[02:20:23] *** auk is now known as ali
[02:20:37] *** dc_ has quit IRC
[02:20:49] *** oste has quit IRC
[02:20:53] *** ali is now known as Guest93698
[02:21:30] *** after_r has quit IRC
[02:22:07] *** ko3t has joined #angularjs
[02:23:20] *** AciD`` has quit IRC
[02:23:59] *** Yahkob_ has quit IRC
[02:24:00] *** rud has joined #angularjs
[02:24:25] *** Poppabear has joined #angularjs
[02:24:27] *** after_r has joined #angularjs
[02:24:46] *** nya has joined #angularjs
[02:24:51] *** Poppabear has quit IRC
[02:26:26] <after_r> When I am including the `ionic` module, whenever i have something like this: <div ng-include="'mytemplate.html'"></div> I get this error in the console: Error: $animate.enter(...) is undefined. If I remove the `ionic` module then it works. Can someone tell me how do keep using ng-include and ionic without that error?
[02:26:30] *** Oxynum has quit IRC
[02:26:33] *** fairuz has joined #angularjs
[02:27:05] <iamvfl> grokling: does it matter if I’m filtering an array or a promise?
[02:27:07] *** codeman has joined #angularjs
[02:27:37] <Grokling> iamvfl: You can't filter promises.. so yes.
[02:27:37] *** danecando has joined #angularjs
[02:27:54] <iamvfl> damn
[02:28:44] <Grokling> doPromiseyThing().then(function(results){$scope.results = results});
[02:28:46] *** sinequanon has joined #angularjs
[02:29:35] *** zivester has joined #angularjs
[02:29:37] *** Guest93698 is now known as ali
[02:29:48] *** ali has quit IRC
[02:29:49] *** ali has joined #angularjs
[02:29:58] *** s00pcan has joined #angularjs
[02:30:30] <after_r> can anyone help me?
[02:30:32] *** kirfu has quit IRC
[02:30:53] <mubi> has anyone used hook.js on a inner div tag and not the whole page?
[02:31:16] *** k-dawg has quit IRC
[02:31:41] *** jMyles has joined #angularjs
[02:31:49] *** oste has joined #angularjs
[02:32:47] *** freeman42 has quit IRC
[02:33:29] *** TyrfingMjolnir has quit IRC
[02:33:38] *** sinequanon has quit IRC
[02:34:08] <renlo> when is it a good idea to use a directive instead of a partial?
[02:35:22] *** abzde has quit IRC
[02:35:50] <ish> Jut read the johnpapa style guide - is there a gulp or grunt helper to help build an html section with all your js files listed?
[02:36:02] *** SpotSec has joined #angularjs
[02:36:50] *** motionman has joined #angularjs
[02:37:11] *** jtimon_ has quit IRC
[02:37:35] *** Aerospark has quit IRC
[02:38:08] *** Aerospark has joined #angularjs
[02:38:36] *** TechCel has joined #angularjs
[02:39:16] <TechCel> I've created a service to wrap a WebSocket and I want to expose different events from this wrapper depending on what's returned from onmessage. How do I make my custom service expose events?
[02:39:29] *** Poppabear has joined #angularjs
[02:39:43] *** jimobrien has quit IRC
[02:40:06] *** merobertsjr has quit IRC
[02:40:15] <tadasZ> ish / Grokling / renlo did you write those messages to me ?
[02:40:25] *** Aerospark has quit IRC
[02:40:37] <renlo> no, was asking the channel
[02:40:54] *** bbankes has quit IRC
[02:41:32] *** mary5030 has joined #angularjs
[02:42:35] *** mdedetrich has quit IRC
[02:42:50] *** mdedetrich has joined #angularjs
[02:46:44] *** tschundeee has joined #angularjs
[02:46:53] *** whitebook has joined #angularjs
[02:47:42] *** numenor has joined #angularjs
[02:49:29] <numenor> Hello, please someone assist with ui-bootstrap modal, I need to implement login through it. The thing I dont understand is how to manage code, Should I put the whole $modal thingy in a service or some other way.
[02:50:07] *** nesquerra has joined #angularjs
[02:50:13] <numenor> Hello, please someone assist with ui-bootstrap modal, I need to implement login through it. The thing I dont understand is how to manage code, Should I put the whole $modal thingy in a service or some other way.
[02:50:39] *** deweydb has joined #angularjs
[02:51:07] <numenor> Hello, please someone assist with ui-bootstrap modal, I need to implement login through it. The thing I dont understand is how to manage code, Should I put the whole $modal thingy in a service or some other way.
[02:51:18] *** morenoh149 has quit IRC
[02:51:31] *** seriema has joined #angularjs
[02:51:37] <deweydb> if i return a promise, that has a .then( and other further promises chained inside) when does the first promise resolve? after the whole chain, or just after it is complete?
[02:52:02] *** tschundeee has quit IRC
[02:52:28] *** chaohuanghong has joined #angularjs
[02:54:03] *** Aerospark has joined #angularjs
[02:54:08] <iamvfl> Grokling: jesus… I found the problem
[02:54:28] <iamvfl> Grokling: switched the type of my input element from “email” to “search"
[02:54:34] <iamvfl> lmao
[02:54:40] *** tskaggs_ has joined #angularjs
[02:54:40] <iamvfl> now THAT wasn’t documented
[02:55:31] *** scottc5 has joined #angularjs
[02:55:50] *** dc_ has joined #angularjs
[02:56:36] *** seriema has quit IRC
[02:56:54] *** scottc5 has quit IRC
[02:56:55] *** bmac has joined #angularjs
[02:57:36] *** mubi has left #angularjs
[02:57:47] *** abzde has joined #angularjs
[02:58:20] *** busticated has joined #angularjs
[02:58:25] *** cesarkawakami has joined #angularjs
[02:58:59] *** Aerospark has quit IRC
[02:59:04] *** jimobrien has joined #angularjs
[02:59:16] *** tristanp has joined #angularjs
[02:59:33] *** cads has joined #angularjs
[03:00:52] *** tristanp has quit IRC
[03:01:00] <wafflej0ck> deweydb: basically each call to .then returns a new promise
[03:01:14] <numenor> Hello, please someone assist with ui-bootstrap modal, I need to implement login through it. The thing I dont understand is how to manage code, Should I put the whole $modal thingy in a service or some other way.
[03:01:24] *** iamvfl has left #angularjs
[03:01:44] <wafflej0ck> deweydb: the new promise gets resolved based on the value you return in the initial then so you can modify the value or I believe throw a new error to cause subsequent calls in the chain to reject
[03:01:50] *** merobertsjr has joined #angularjs
[03:02:15] <kba> numenor: I wouldn't put it in a service, but it would work there, too, I suppose
[03:02:52] <kba> numenor: Normally, I'd suggest you put it in the controller, but since AJS 2.0 removes controller, I should probably suggest you put it in a directive instead
[03:03:00] *** bengillies has joined #angularjs
[03:03:03] <deweydb> wafflej0ck: thanks
[03:03:14] <numenor> I tried creating a modalService which manages modals, and planned passing its options object via other controllers, But I feel I am making a mess.
[03:03:30] *** Aliks has joined #angularjs
[03:03:38] <kba> I don't think it belongs in a service
[03:03:41] <wafflej0ck> numenor: the uibootstrap modal already is a service that you pass the options to
[03:04:19] <numenor> I did that so that I can manage multiple modals, If one is already open close it first then open another, etc
[03:04:27] <wafflej0ck> numenor: fair enough
[03:04:54] *** reavengr1y has joined #angularjs
[03:05:20] <wafflej0ck> might want to name it something like modalManager or something so it's more of a distinction from the $modal in ui-bootstrap
[03:05:55] <numenor> Yes ! I made the same mdalMgr !
[03:06:03] <numenor> modalMgr
[03:07:56] <numenor> The thing which is irritating me is that I need to open another modal from a modal, this means nesting of code. a button in the first modal's controller will call another button, The whole modalMgr is repeated in the first one's controller.
[03:07:59] *** renlo has quit IRC
[03:08:04] <numenor> It works but looks confusing
[03:08:12] *** reavengr2y has quit IRC
[03:08:17] *** bengillies has quit IRC
[03:08:28] *** ctanga has joined #angularjs
[03:08:38] *** quantax- has joined #angularjs
[03:09:06] <numenor> anyways.. Looks like I will be doing it this way itself.
[03:09:08] *** thumpba has joined #angularjs
[03:09:35] *** kirfu has joined #angularjs
[03:09:49] *** jimobrien has quit IRC
[03:10:03] *** renlo has joined #angularjs
[03:11:26] *** bmac has quit IRC
[03:11:40] *** asher^ has quit IRC
[03:11:51] *** xximjasonxx has joined #angularjs
[03:11:57] *** Lingos_ has joined #angularjs
[03:12:03] *** asher^ has joined #angularjs
[03:12:23] *** GreenJello has joined #angularjs
[03:13:28] *** tomengland_mbp has joined #angularjs
[03:14:03] *** crakrjak has quit IRC
[03:14:59] *** tomengland_mbp has quit IRC
[03:15:23] *** lele has quit IRC
[03:15:24] *** mdedetri_ has joined #angularjs
[03:16:20] *** tomengland_mbp has joined #angularjs
[03:16:33] *** Lingos_ has quit IRC
[03:16:48] <xximjasonxx> hey guys
[03:16:52] <xximjasonxx> i could use a hang
[03:16:55] <xximjasonxx> *hand
[03:17:03] <xximjasonxx> tried to illustrate my issue best i could in Plunker
[03:17:29] <xximjasonxx> am i missing something? I cant seem to update the searchtext scope variable and have it show up
[03:17:54] *** mdedetrich has quit IRC
[03:18:09] *** rburns has joined #angularjs
[03:18:14] *** crakrjak has joined #angularjs
[03:18:29] *** Andrew_S has joined #angularjs
[03:18:51] *** merobertsjr has quit IRC
[03:19:01] *** codeman has quit IRC
[03:19:36] *** cornernote has joined #angularjs
[03:19:40] <cornernote> hi
[03:20:20] *** Guest60253 has quit IRC
[03:20:28] *** rchavik has joined #angularjs
[03:21:06] <cornernote> im trying to create a bootstrap modal with a route, i can get it to popup, but when the user presses back the modal does not close, and when the user closes the modal the route does not change
[03:21:48] <cornernote> im new to angular, so any help at all would be very welcome
[03:21:57] *** mdedetri_ has quit IRC
[03:22:25] *** xximjasonxx has quit IRC
[03:22:29] *** Josh has joined #angularjs
[03:22:50] *** Urasquirrel has joined #angularjs
[03:22:53] *** Josh is now known as Guest25696
[03:22:53] *** mven has joined #angularjs
[03:23:26] *** heizkessel has joined #angularjs
[03:23:59] *** Guest25696 has quit IRC
[03:24:06] <deweydb> oh god dammit
[03:24:21] *** NigelS has quit IRC
[03:24:23] <deweydb> i was stuck this whole time because i absent mindedly did $q.when
[03:24:29] <deweydb> instead of $q.all
[03:24:31] <Urasquirrel> hi all
[03:24:38] *** lele has joined #angularjs
[03:24:58] *** NigelS has joined #angularjs
[03:25:05]
<Urasquirrel> I'm taking the https://docs.angularjs.org tutorials right now and just thought I would check out the community to see how strong it is. lol I figured Sunday night would be the best time to test worst case scenario strength of the IRC community haha. How is everyone? AFK for two days now?
[03:25:11] *** NoNMaDDeN has joined #angularjs
[03:26:00] *** NigelS has quit IRC
[03:26:49] *** motionman has quit IRC
[03:27:00] *** NigelS has joined #angularjs
[03:27:16] *** tomengland_mbp has quit IRC
[03:27:22] <numenor> Urasquirrel ... am currently worried about angularjs 2.0 now.
[03:27:59] *** tomengland_mbp has joined #angularjs
[03:29:08] <wafflej0ck> numenor: why?
[03:29:24] <TechCel> If I'm using the controller as syntax, if I need to call $scope.$apply(), I assume I still have to inject $scope and call $scope.$apply()?
[03:29:31] *** NoNMaDDeN has quit IRC
[03:29:37] <numenor> wafflej0ck ... too many changes..
[03:29:40] *** mdedetrich has joined #angularjs
[03:29:55] <sacho> Urasquirrel, irc has generally been superseded by social sites and blogs
[03:30:02] <wafflej0ck> TechCel: you'd just reference $scope by this instead or make a reference in the top of the controller like var ctrl = this; then use ctrl.$apply()
[03:30:10] <TechCel> nice
[03:30:16] <wafflej0ck> numenor: nothing is even set in stone yet
[03:30:30] <wafflej0ck> numenor: no reason to fear the changes in something that doesn't yet exist
[03:30:47] *** frkout_ has joined #angularjs
[03:30:52] <numenor> wafflej0ck ... Right !
[03:31:30] <numenor> sacho , but I like IRC
[03:31:39] <TechCel> wafflej0ck: that doesn't work
[03:31:52] *** busticated has quit IRC
[03:32:21] *** SergioFilhow_ has quit IRC
[03:32:22] *** tristanp has joined #angularjs
[03:33:21] *** krawek has joined #angularjs
[03:33:21] *** krawek has joined #angularjs
[03:33:41] <TechCel> there is no function $apply on this
[03:34:12] *** frkout has quit IRC
[03:35:37] <snurfery> yo
[03:35:42] *** heizkessel has quit IRC
[03:35:44] <wafflej0ck> TechCel: if you wanna avoid $scope in the controller you could use $rootScope like I did here but most of the time that stuff goes in directives anyhow
[03:35:48] <snurfery> any of you guys use grunt-connect-proxy ?
[03:36:07] <snurfery> having a hard time putting it in the right place in my Gruntfile.js
[03:36:19] *** nesquerra has quit IRC
[03:36:19] <Fifty5Plus> wafflej0ck: and the answer is ;?)
[03:36:29] <TechCel> yep you should use $scope
[03:36:59] *** xximjasonxx has joined #angularjs
[03:37:05] <xximjasonxx> anyone alive in here
[03:37:07] <xximjasonxx> ??
[03:37:09] <wafflej0ck> Fifty5Plus: on what exactly
[03:37:16] <wafflej0ck> xximjasonxx: no we're all zombies
[03:37:21] <xximjasonxx> got a question, trying to figure out why my scope variable wont update
[03:37:22] <wafflej0ck> xximjasonxx: we came for your brains
[03:37:27] <Fifty5Plus> wafflej0ck: anything ;)
[03:37:29] <xximjasonxx> wafflej0ck: my brain is much at the moment :)
[03:37:34] <xximjasonxx> *mush
[03:37:45] <wafflej0ck> mmm slushy brains
[03:38:24] <wafflej0ck> Fifty5Plus: eh no progress on the holy grail bit yet been making the debug panel look nicer
[03:38:51] <wafflej0ck> Fifty5Plus: just ended up writing another directive to encode html code for display since CDATA only works in XHTML and couldn't find a better way
[03:39:38] *** TyrfingMjolnir has joined #angularjs
[03:40:27] <wafflej0ck> xximjasonxx: good if you can show a sample in plunkr see the IRC topic
[03:40:34] <xximjasonxx> working on it
[03:40:35] <Fifty5Plus> wafflej0ck: thanks for the update
[03:40:51]
<cornernote> i am using this - http://plnkr.co/33572YOSA2s89uEiLmKB, but has the following issues - 1) open the modal, the main page is gone, 2) close the modal, the main page is still gone, 3) back button does not close the modal, 4) closing the modal does not change the route back to #/
[03:40:53] <xximjasonxx> well, that is the annoying part actually, it works as expect in Plunkr
[03:41:03] <xximjasonxx> but i have been up and down the original and I cant see what I am mssing
[03:41:11] <wafflej0ck> xximjasonxx: are you following the rule "if you don't have a dot you're doing it wrong"
[03:41:27] <wafflej0ck> is there a dot in the ng-model your pointing to
[03:41:36] <xximjasonxx> negative
[03:41:56] *** gunn has quit IRC
[03:42:04] <xximjasonxx> a dot would not make sense in this context though
[03:42:06] <wafflej0ck> make that happen, don't use the $scope as the model IE don't put primitives or strings on properties of the scope instead use an object
[03:42:15] *** grupp has quit IRC
[03:42:21] <xximjasonxx> what if an object does not make sense?
[03:42:43] <wafflej0ck> xximjasonxx: you will and are probably running into a prototypical scope inheritence problem in JS so really an object always makes sense
[03:42:46] *** VinceZa has joined #angularjs
[03:43:01] <wafflej0ck> xximjasonxx: you should just have $scope.myModel = {stuff: 'here'}; //this is fine
[03:43:06] <wafflej0ck> $scope.stuff = 'here // this is not fine
[03:43:11] <xximjasonxx> even for that?
[03:43:23] <Andrew_S> xximjasonxx: When it's something like that, you can't really get around the inheritance of JS.
[03:43:32] <xximjasonxx> Andrew_S: recommendations?
[03:43:47] <Andrew_S> search.text?
[03:44:02] *** nagappan has quit IRC
[03:44:04] <xximjasonxx> sure
[03:44:05] *** gunn has joined #angularjs
[03:44:46] *** nagappan has joined #angularjs
[03:45:18] <xximjasonxx> glad i asked, i never wouldve even thought that was a thing
[03:45:19] <Andrew_S> I'll usuall do something like that and then I can potentially make the search a service with a .run() method that updates its .results property or something like that.
[03:45:28] *** gazbond has joined #angularjs
[03:45:29] *** crakrjak has quit IRC
[03:45:51] *** tomengland_mbp has quit IRC
[03:46:02] *** crakrjak has joined #angularjs
[03:47:18] *** nesquerra has joined #angularjs
[03:47:29] <xximjasonxx> gah still not working
[03:47:52] <xximjasonxx> ahh
[03:47:58] <xximjasonxx> stupid
[03:48:24] *** SergioFilhow_ has joined #angularjs
[03:48:24] *** rburns has quit IRC
[03:48:45] *** rburns has joined #angularjs
[03:48:50] *** heizkessel has joined #angularjs
[03:49:19] *** motionman has joined #angularjs
[03:49:21] *** tristanp has quit IRC
[03:49:28] <Andrew_S> What does the setup in your controller look like?
[03:49:52] *** crakrjak has quit IRC
[03:49:55] *** VinceZa has quit IRC
[03:50:44] <xximjasonxx> focusing on getting the doSearch method to work before i update the other methods. But the searching is still working
[03:50:53] *** jimobrien has joined #angularjs
[03:51:00] *** shawn_ has joined #angularjs
[03:51:03] *** crakrjak has joined #angularjs
[03:51:30] *** shawn_ has quit IRC
[03:52:02] <xximjasonxx> damn, that textbox just will not update
[03:52:39] <xximjasonxx> not sure what i am doing wrong specifically
[03:52:52] *** seriema has joined #angularjs
[03:52:59] *** stirlingw has quit IRC
[03:54:13] <xximjasonxx> Andrew_S: if you have any additional thoughts, I would love to hear them
[03:54:22] <xximjasonxx> this thing has eaten an hour of my time at this point
[03:55:27] <Andrew_S> I don't think this would be your problem, but you might want to define $scope.search = {text: ''}; outside of your doSearch, then inside doSearch, set $scope.search.text = term;
[03:55:42] *** numenor has quit IRC
[03:55:50] *** TyrfingMjolnir has quit IRC
[03:56:15] <Andrew_S> The $watch will typically cache the object it's watching when you use a string. And doSearch is replacing the reference to $scope.search, so $watch may have the wrong object at that point.
[03:56:41] <xximjasonxx> well $watch was used because I had a similar problem with searchtext not updating
[03:56:49] *** TyrfingMjolnir has joined #angularjs
[03:56:56] <xximjasonxx> if the problem was its not an object as you say, that code might get removed and I can use onchange or something
[03:57:06] *** atomical has joined #angularjs
[03:57:36] *** seriema has quit IRC
[03:57:54] *** d100hack has joined #angularjs
[03:58:08] *** mary5030 has quit IRC
[03:58:32] *** crakrjak has quit IRC
[03:58:59] *** corehook has joined #angularjs
[03:59:39] <xximjasonxx> still not working
[04:00:07] *** crakrjak has joined #angularjs
[04:00:31] *** renlo has quit IRC
[04:00:52] *** adpirz has quit IRC
[04:01:11] *** d100hack has quit IRC
[04:02:18] *** DoubleAW has quit IRC
[04:02:35] <xximjasonxx> Andrew_S: maybe i set this up wrong
[04:02:41] <xximjasonxx> can i use you as an extra set of eyes?
[04:02:43] *** tkimmel has joined #angularjs
[04:02:44] <Andrew_S> Sure.
[04:03:00] *** crakrjak has quit IRC
[04:03:53] *** oste has quit IRC
[04:04:16] <xximjasonxx> with index.html i have a controller specified on the <body> tag
[04:04:29] *** lemur has quit IRC
[04:04:35] *** mary5030 has joined #angularjs
[04:04:42] <xximjasonxx> ng-view is then associated with a div within <body>
[04:05:19] <xximjasonxx> <body ng-controller="mainController">...<div ng-view> <!-- View Content --></div> </body>
[04:05:20] *** lemur has joined #angularjs
[04:05:26] *** motionman has quit IRC
[04:05:37] *** tadasZ has quit IRC
[04:05:37] *** crakrjak has joined #angularjs
[04:05:48] *** motionman has joined #angularjs
[04:05:49] *** motionman has joined #angularjs
[04:05:49] *** H1FuelCell has joined #angularjs
[04:06:22] <xximjasonxx> Andrew_S: this is the HTML that comprises the main template
[04:07:09] *** ciwolsey has quit IRC
[04:07:10] *** tkimmel has quit IRC
[04:07:20] <cornernote> when i open the modal the main page is gone, the modal does not close when i click back, the route does not change when i close the modal
[04:07:25] *** japhar81 has quit IRC
[04:07:35] *** jimobrien has quit IRC
[04:07:36] <cornernote> maybe what i am trying to do cannot be done ?
[04:07:39] <xximjasonxx> Andrew_S: I just dont see anything out of the ordinary, but I can get what I want using JSFiddle
[04:07:43] <xximjasonxx> so something is off
[04:07:44] <cornernote> i have spent weeks trying to figure this out
[04:07:51] *** stirlingw has joined #angularjs
[04:09:06] <Andrew_S> Did you update searchText to search.text after you changed your controller to use an object?
[04:09:06] *** danecando has quit IRC
[04:09:37] *** NoNMaDDeN has joined #angularjs
[04:10:03] <xximjasonxx> yes
[04:10:08] *** jimobrien has joined #angularjs
[04:10:14] <xximjasonxx> by jsfiddle example was working fine with straight text
[04:10:21] <xximjasonxx> *my
[04:10:27] <Andrew_S> So when you click that button, the input text isn't changing?
[04:10:31] *** crakrjak has quit IRC
[04:10:45] <Andrew_S> button/link
[04:10:47] *** mary5030 has quit IRC
[04:11:09] <xximjasonxx> yes
[04:11:16] <xximjasonxx> but, it will in my jsFiddle
[04:11:27] *** mary5030 has joined #angularjs
[04:11:48] <xximjasonxx> ng-click is definitely handling the event properly
[04:11:52] *** frkout_ has quit IRC
[04:12:04] *** tomengland_mbp has joined #angularjs
[04:12:18] *** frkout has joined #angularjs
[04:12:39] <xximjasonxx> Andrew_S: now this is weird: <input type="text" class="form-control" ng-model="search.text" />
[04:13:02] <xximjasonxx> that never shows default text, even if I set it outside a $scope function
[04:13:04] *** crakrjak has joined #angularjs
[04:13:22] *** akrikos has quit IRC
[04:13:30] <xximjasonxx> nvm, i take that back
[04:13:42] *** gunn has quit IRC
[04:14:07] *** Cache_Money has joined #angularjs
[04:14:34] *** Hackwar has joined #angularjs
[04:15:15] *** johnkevinmbasco has quit IRC
[04:15:42] *** Hackwar1 has quit IRC
[04:16:04] *** mary5030 has quit IRC
[04:16:04] *** gunn has joined #angularjs
[04:16:14] <Andrew_S> So the same code is working fine on jsfiddle, but not locally for you?
[04:16:32] <xximjasonxx> yes
[04:16:41] <xximjasonxx> and i already tried switching out the angular references
[04:16:46] *** Yahkob has joined #angularjs
[04:16:48] <xximjasonxx> couldnt get it to load
[04:16:48] <Andrew_S> Which version of angular are you using?
[04:16:59] <xximjasonxx> locally 1.2.25
[04:17:12] <xximjasonxx> jsFiddle: 1.0.2
[04:17:38] *** sinequanon has joined #angularjs
[04:18:10] *** rchavik has quit IRC
[04:18:15] *** NigelS has quit IRC
[04:18:26] <xximjasonxx> it has the same effect in both versions
[04:18:27] *** ludkiller has quit IRC
[04:18:44] *** ludkiller has joined #angularjs
[04:18:44] *** rburns has quit IRC
[04:18:45] *** ctanga has quit IRC
[04:19:10] *** rburns has joined #angularjs
[04:19:23] *** Trow has quit IRC
[04:19:30] *** ctanga has joined #angularjs
[04:20:04] <xximjasonxx> this is maddening
[04:20:20] <cornernote> problem is open modal makes main page go away
[04:20:40] <cornernote> and closing modal by clicking outside it doesnt trigger $state.transitionTo("home");
[04:21:37] *** TechCel has quit IRC
[04:22:07] *** sinequanon has quit IRC
[04:22:36] *** zanea is now known as zanea|away
[04:24:06] *** cornerma1 has joined #angularjs
[04:25:02] <xximjasonxx> what did you change
[04:25:03] <xximjasonxx> ?
[04:26:21] <Andrew_S> Probably not much from what you've tried. Just trying to make sure it was all pulled together from what I could see.
[04:27:02] *** thumpba has quit IRC
[04:27:16] *** jMyles has quit IRC
[04:27:28] *** cornerman has quit IRC
[04:27:28] *** cornerma1 is now known as cornerman
[04:28:25] *** cthrax has joined #angularjs
[04:28:29] <Andrew_S> From the pastes you'd put up, I changed the html to use search.text, then in the controller, moved `$scope.search = {text:''};` outside the function so it happens at controller instantiation, and changed inside the function to alter just `$scope.search.text`.
[04:28:45] *** Yahkob has quit IRC
[04:28:53] <xximjasonxx> so yeah, we are in alignment
[04:30:04] *** jeffscottward has quit IRC
[04:30:23] *** cthrax has quit IRC
[04:31:37] *** phzon has joined #angularjs
[04:31:57] <Andrew_S> Probably already what you have, though.
[04:32:00] *** ctanga has quit IRC
[04:32:05] *** jeffscottward has joined #angularjs
[04:33:26] <xximjasonxx> yup
[04:33:27] *** thumpba has joined #angularjs
[04:33:36] <xximjasonxx> it works in jsFiddle
[04:33:49] <xximjasonxx> i even ported the relevant bits of my code
[04:34:08] *** Aerospark has joined #angularjs
[04:35:05] *** MrBaboon has quit IRC
[04:35:53] *** nesquerra has quit IRC
[04:36:01] <Andrew_S> You don't have the same controller pulled in both your router and on your html markup, do you? I got myself into a confusing mess once by doing that. Same kind of stuff was happening.
[04:36:07] *** phzon has quit IRC
[04:36:16] <xximjasonxx> well
[04:36:20] <xximjasonxx> that is what i am wondering actually
[04:36:38] <xximjasonxx> see the search is nested inside another controller
[04:37:54] *** gazbond has quit IRC
[04:38:06] *** davesidious__ has joined #angularjs
[04:38:42] *** ludkiller has quit IRC
[04:38:50] *** ludkiller has joined #angularjs
[04:38:52] *** nesquerra has joined #angularjs
[04:39:38] <xximjasonxx> i think i pasted it earlier
[04:40:22] *** mubi has joined #angularjs
[04:40:48] *** Guest60253 has joined #angularjs
[04:40:48] <mubi> if I use something off of Github, that doesn’t mention a license in a corporate app (to be sold), can I assume its MIT?
[04:41:24] <Andrew_S> I think that should be fine as long as it's not the same controller, which is why I had weird behavior. You should just have reference to a child $scope inside the nested controller.
[04:41:48] *** davesidious_ has quit IRC
[04:41:53] <xximjasonxx> Andrew_S: so what I did was I took the HTML from the search and pasted it inside my ng-view <div> and then removed ng-view
[04:41:55] <xximjasonxx> and it works
[04:41:56] *** after_r has quit IRC
[04:42:07] *** Josh has joined #angularjs
[04:42:31] *** Josh is now known as Guest21726
[04:42:47] *** rchavik has joined #angularjs
[04:42:48] *** mike_f has quit IRC
[04:43:19] <xximjasonxx> Andrew_S: yeah, as soon as I have ng-view load it, the $scope stops working
[04:43:36] *** oste has joined #angularjs
[04:46:30] *** caitp- has joined #angularjs
[04:46:36] *** nemothekid has quit IRC
[04:47:07] *** mubi has left #angularjs
[04:47:54] *** renlo has joined #angularjs
[04:48:40] *** nemothekid has joined #angularjs
[04:48:47] <Andrew_S> Do you have ng-controller=searchController anywhere? Cuz that will cause issues with the controller the router loads.
[04:49:02] <xximjasonxx> just in the route confug
[04:49:11] <Andrew_S> Man. That's weird.
[04:49:12] *** rburns has quit IRC
[04:49:23] <xximjasonxx> your telling me
[04:49:42] <xximjasonxx> i mean, as soon as i paste the html
[04:49:45] *** rburns has joined #angularjs
[04:50:49] <Andrew_S> Maybe try 1.2.26?
[04:51:17] *** TyrfingMjolnir has quit IRC
[04:51:18] <xximjasonxx> i dont think its a version thing
[04:51:57] *** bengillies has joined #angularjs
[04:52:34] *** gazbond has joined #angularjs
[04:52:46] *** gunn has quit IRC
[04:53:36] *** seriema has joined #angularjs
[04:53:40] *** eslaron has quit IRC
[04:55:38] *** gunn has joined #angularjs
[04:55:52] <cornernote> have managed to solve all the modal issues i am having except one...
[04:56:13] <cornernote> any ideas on how i can fix that ?
[04:56:17] *** bengillies has quit IRC
[04:56:25] *** nirmal has joined #angularjs
[04:56:29] <nirmal> hi
[04:56:32] *** edrocks has quit IRC
[04:57:02] <nirmal> hello all
[04:57:11] *** rho has joined #angularjs
[04:57:13] *** GreenJello has quit IRC
[04:57:29] <nirmal> i need different website names built in angular js...
[04:57:43] *** GreenJello_ has joined #angularjs
[04:58:44] *** seriema has quit IRC
[05:00:26] *** tfennelly has joined #angularjs
[05:00:43] *** Lingos_ has joined #angularjs
[05:02:06] <cornernote> got it...
[05:02:10] *** cesarkawakami has quit IRC
[05:02:20] <cornernote> modal finally works with routes
[05:02:49] *** cesarkawakami has joined #angularjs
[05:03:10] *** ko3t has quit IRC
[05:03:12] *** mdedetri_ has joined #angularjs
[05:03:18] *** morenoh149 has joined #angularjs
[05:03:44] *** zzing has joined #angularjs
[05:04:00] *** jMyles has joined #angularjs
[05:04:03] <nirmal> please tell me list of single page website using angular????
[05:04:40] *** mdedetrich has quit IRC
[05:04:42] <xximjasonxx> did you check the angular website, or google?
[05:04:52] *** tfennelly has quit IRC
[05:05:11] *** Lingos_ has quit IRC
[05:06:36] <nirmal> i checked...
[05:07:16] *** merobertsjr has joined #angularjs
[05:07:29] *** nycdevgirl has joined #angularjs
[05:08:41] *** MrBaboon has joined #angularjs
[05:09:08] <xximjasonxx> took me .025s to find that
[05:09:52] *** kirfu has quit IRC
[05:09:54] *** mary5030 has joined #angularjs
[05:10:02] *** zanea|away is now known as zanea
[05:10:58] *** nirmal has quit IRC
[05:10:59] *** danecando has joined #angularjs
[05:11:13] *** Aliks has quit IRC
[05:11:23] *** mglvl has quit IRC
[05:11:45] *** Aliks has joined #angularjs
[05:11:56] *** merobertsjr has quit IRC
[05:11:57] *** asher^ has quit IRC
[05:12:33] *** xximjasonxx has quit IRC
[05:12:47] *** stirlingw has quit IRC
[05:12:59] *** asher^ has joined #angularjs
[05:13:02] *** Maelstro has quit IRC
[05:13:30] *** xximjasonxx has joined #angularjs
[05:13:36] <xximjasonxx> Andrew_S: bingo
[05:13:45] <xximjasonxx> well bingo as in, I duplicated my problem is jsFiddle
[05:14:34] *** stirlingw has joined #angularjs
[05:14:42] *** cwill747 has quit IRC
[05:14:45]
<wafflej0ck> xximjasonxx: haven't been following the conversation really but just posted an updated version of a debug panel I'm working on, might be useful, you also might want to check out ng-inspector and/or batarang for scope issues http://shusain.github.io/itDebugPanel/dist/
[05:15:30] <xximjasonxx> wafflej0ck: at this point I will try anything
[05:15:35] <xximjasonxx> you can see the issue in action
[05:15:51] <wafflej0ck> xximjasonxx: what exactly is the problem here
[05:15:56] *** k-dawg has joined #angularjs
[05:15:57] *** Aliks has quit IRC
[05:16:01] <xximjasonxx> click on test
[05:16:10] <xximjasonxx> notice the text in the textbox does not update
[05:16:18] <xximjasonxx> this works fine if it is outside an ng-view
[05:17:11] *** bmac has joined #angularjs
[05:17:24] *** tomengland_mbp has quit IRC
[05:17:38] <xximjasonxx> ng-inspector shows me exactly what i expected, I dont see any issue with my scoping
[05:17:50] <xximjasonxx> wait a tick
[05:17:53] *** boneskull has quit IRC
[05:18:11] <xximjasonxx> wafflej0ck: i think i see the problem but I am not sure how it got there or how to correct it
[05:18:45] *** warehouse13 has quit IRC
[05:18:56] <xximjasonxx> wafflej0ck: i am missing 003 and 004 has not controller (I would expect it to be searchController)
[05:19:20] *** boneskull has joined #angularjs
[05:19:40] *** gazbond has quit IRC
[05:20:57] *** cesarkawakami has quit IRC
[05:22:27] *** Kosre has joined #angularjs
[05:22:42] *** Aliks has joined #angularjs
[05:22:43] <xximjasonxx> wafflej0ck: any ideas?
[05:22:51] *** mogaj has joined #angularjs
[05:23:09] *** adamdbradley has joined #angularjs
[05:25:40] <xximjasonxx> lmao!!
[05:25:50] <wafflej0ck> nope not really just stepped out for a min
[05:26:00] <wafflej0ck> hard to tell without a reproduction
[05:26:06] <xximjasonxx> ohh i reproduced it
[05:26:16] <xximjasonxx> but i think i just nailed it ( Andrew_S )
[05:26:23] *** boneskull has quit IRC
[05:26:34] *** mven has quit IRC
[05:26:47] <wafflej0ck> in the jsfiddle if I click the button and it updates the box to say "My Test" is something else supposed to happen?
[05:27:00] <xximjasonxx> it was the other one
[05:27:02] <xximjasonxx> and i got it
[05:27:04] <xximjasonxx> really stupud
[05:27:07] <wafflej0ck> okay
[05:27:16] <xximjasonxx> i wasnt returning false from my <a> tag
[05:27:18] *** Kosre has quit IRC
[05:27:32] <xximjasonxx> off of the ng-click, so the ng-view would update and the page would just reset
[05:27:32] *** boneskull has joined #angularjs
[05:28:21] *** Beatzebub has joined #angularjs
[05:28:29] *** ludkiller has quit IRC
[05:29:41] <cornernote> now its perfect ! =)
[05:29:44] *** ludkiller has joined #angularjs
[05:30:39] *** burzum2 has joined #angularjs
[05:30:57] *** atomical has quit IRC
[05:31:27] <xximjasonxx> wafflej0ck: Andrew_S its working
[05:31:30] *** corehook has quit IRC
[05:31:33] <xximjasonxx> thank you so much for all of your help
[05:31:35] <xximjasonxx> really appreciate it
[05:32:02] *** xximjasonxx has quit IRC
[05:32:47] <wafflej0ck> xximjasonxx: yup glad you got it figured out
[05:32:49] *** burzum has quit IRC
[05:33:02] *** merobertsjr has joined #angularjs
[05:33:29] *** merobertsjr has quit IRC
[05:33:58] *** MistahKurtz has joined #angularjs
[05:33:59] *** merobertsjr has joined #angularjs
[05:34:49] *** corehook has joined #angularjs
[05:35:37] *** jaydubya has quit IRC
[05:35:58] *** kp666 has joined #angularjs
[05:36:51] *** tomengland_mbp has joined #angularjs
[05:37:02] *** Sontakey has joined #angularjs
[05:37:41] *** Sontakey has quit IRC
[05:38:40] *** merobertsjr has quit IRC
[05:39:11] *** jimobrien has quit IRC
[05:39:42] *** jimobrien has joined #angularjs
[05:41:34] *** mary5030 has quit IRC
[05:42:32] *** nesquerra has left #angularjs
[05:42:37] *** nesquerra has joined #angularjs
[05:43:40] *** drej has quit IRC
[05:44:40] *** Sontakey has joined #angularjs
[05:45:08] *** whitebook has quit IRC
[05:45:17] *** NoNMaDDeN has quit IRC
[05:45:34] *** d10n-work has joined #angularjs
[05:46:04] *** gunn has quit IRC
[05:46:18] *** BillCriswell has quit IRC
[05:47:13] *** Andrew_S has quit IRC
[05:49:17] *** gunn has joined #angularjs
[05:49:32] *** gunn has quit IRC
[05:49:40] *** jareddlc has joined #angularjs
[05:50:03] <nycdevgirl> does anyone know how to use boostraps dropdown.js with angular?
[05:50:07] *** adpirz has joined #angularjs
[05:50:08] *** stirlingw has quit IRC
[05:50:21] *** gunn has joined #angularjs
[05:50:42] *** k-dawg has quit IRC
[05:50:43] *** rburns has quit IRC
[05:50:55] *** rburns has joined #angularjs
[05:51:04] *** jareddlc has quit IRC
[05:51:21] *** jareddlc has joined #angularjs
[05:51:39] *** tkimmel has joined #angularjs
[05:52:04] <wafflej0ck> nycdevgirl: typically use ui-bootstrap
[05:52:36] *** mennea has joined #angularjs
[05:52:37] *** whitebook has joined #angularjs
[05:53:08] *** mdel has quit IRC
[05:53:24] <nycdevgirl> cool thanks!
[05:54:30] *** adpirz has quit IRC
[05:54:38] *** seriema has joined #angularjs
[05:55:26] *** tomengland_mbp has quit IRC
[05:56:17] *** tkimmel has quit IRC
[05:56:54] *** krawek has quit IRC
[05:57:57] *** cads has quit IRC
[05:58:15] *** eBureau has quit IRC
[05:59:02] *** seriema has quit IRC
[05:59:09] *** Sontakey has left #angularjs
[06:00:00] *** charuru has quit IRC
[06:00:01] *** mven has joined #angularjs
[06:00:33] *** barcodeface has joined #angularjs
[06:01:03] <barcodeface> Anyone here ever have issues with 'ng-href' firing in Cordova?
[06:01:06] *** charuru has joined #angularjs
[06:01:30] <barcodeface> ng-click works fine for changing states but not 'ng-href' in Cordova.
[06:02:33] *** caitp- has quit IRC
[06:03:02] <wafflej0ck> nycdevgirl: yup np
[06:03:27] *** btc_panhandler has quit IRC
[06:05:23] <ish> looking at these fancier build tools (and modularization) - is it common to check your build artifacts into VC so someone can just run your web app without dealing with build tools?
[06:05:32] *** caitp- has joined #angularjs
[06:06:24] *** gdcgcdxb has joined #angularjs
[06:06:26] *** gunn has quit IRC
[06:06:38] <gdcgcdxb> bcvbxc
[06:06:42] *** kevinxu has joined #angularjs
[06:06:43] *** gdcgcdxb has quit IRC
[06:07:06] *** kevinxu is now known as Guest6439
[06:07:21] *** OttlikG has joined #angularjs
[06:07:55] *** gunn has joined #angularjs
[06:08:11] <wafflej0ck> ish: I save the artifacts in a tar.gz but don't see a reason to keep that in source control really
[06:08:53] *** Bas has joined #angularjs
[06:09:17] *** Bas is now known as Guest12923
[06:09:25] <Guest12923> Hi All, How to call controller name which has dot in it
[06:09:39] *** cboden has joined #angularjs
[06:09:45] <wafflej0ck> Guest12923: probably just don't name your controllers that way :)
[06:09:49] <barcodeface> 'ng-href' never gets called or at least does not make an XHR request in Cordova, but ng-click="$state.go(str)" works fine. Has anyone had this issue, or has 'ng-href' always worked on your AngularJS Cordova builds?
[06:10:17] <wafflej0ck> barcodeface: have only used Cordova with ionic and pretty sure it uses ui-router by default but only toyed with it
[06:10:33] <Guest12923> this is the controller definition - app.controller('radio.listController',
[06:11:04] <Guest12923> unit testing i have to use like this expect(app.radio.listController).not.toBeNull();
[06:12:25] *** gcann has quit IRC
[06:12:36] <wafflej0ck> Guest12923: think your test is wrong think you want something like radioListCtrl= $controller('radio.listController', {$scope: scope});
[06:13:03] <wafflej0ck> assuming you have beforeEach(module('app'));
[06:13:08] *** weems has joined #angularjs
[06:13:12] *** AngularUI has joined #angularjs
[06:13:13] <AngularUI> ng-grid/master 071ca57 jpuri: #1815 partial fix for column moving issue in IE
[06:13:13] <AngularUI> ng-grid/master 65cb1b6 Jyoti Puri: #1782 - adding variables to subgrid scope
[06:13:13] <AngularUI> ng-grid/master e257751 Paul: Merge pull request #2118 from jpuri/master...
[06:13:13] *** AngularUI has left #angularjs
[06:13:22] <wafflej0ck> but either way wouldn't name my controllers that way
[06:13:37] *** caitp- has quit IRC
[06:14:00] *** gcann has joined #angularjs
[06:14:02] <adamdbradley> any ionic users in here?
[06:14:13] <Guest12923> Thanks for the reply
[06:14:20] *** cboden has quit IRC
[06:14:22] *** NoNMaDDeN has joined #angularjs
[06:16:42] <barcodeface> wafflej0ck thank you for the reply. I am using Famous instead of Ionic. You can use them hand in hand but this is unneeded for my project.
[06:16:54] *** cads has joined #angularjs
[06:17:33] <wafflej0ck> barcodeface: ah cool Famous looks interesting
[06:19:28] *** NigelS has joined #angularjs
[06:22:21] *** mven has quit IRC
[06:22:26] *** mennea has quit IRC
[06:24:02] *** mennea has joined #angularjs
[06:24:31] *** JR___ has joined #angularjs
[06:25:27] *** bmac has quit IRC
[06:25:58] *** charuru has quit IRC
[06:26:41] *** whitebook has quit IRC
[06:26:42] <adamdbradley> barcodeface: why did you choose famous over iconic?
[06:26:47] <adamdbradley> *ionic
[06:27:40] *** Sontakey1 has joined #angularjs
[06:28:49] *** tskaggs_ has quit IRC
[06:29:00] *** sinequanon has joined #angularjs
[06:29:54] <barcodeface> adambradley: have you ran into that 'ng-href' issue btw?
[06:30:27] <adamdbradley> no, so the ng-href doesn't turn into an href?
[06:30:34] *** mdedetrich has joined #angularjs
[06:30:40] <barcodeface> And I will think of an answer.
[06:30:53] *** MrBaboon has quit IRC
[06:31:22] <barcodeface> Well in Cordova ng-click works (if the function fires a $state.go()), but the ng-href does not make an XHR request. works fine in web
[06:31:24] *** mdedetri_ has quit IRC
[06:32:00] <adamdbradley> what version of angular?
[06:32:19] <barcodeface> 1.2.26
[06:32:47] *** jimobrien has quit IRC
[06:32:54] <adamdbradley> yeah never came across that. Is it a normal http request or file?
[06:33:54] *** Aliks has quit IRC
[06:33:59] *** glosoli has joined #angularjs
[06:34:26] <barcodeface> adambradley : the reason I didn't choose Ionic is because I can't really tell what makes it so special. I am not saying that it isn't, but I can't tell from the site, maybe I am a simpleton. When I found Famo.us I was already creating a 3D web framework and ran into a ron of issues. It covered the issues and was highly performant. I AM using ngCordova and I think it is awesome
[06:34:30] *** Aliks has joined #angularjs
[06:35:09] <barcodeface> norm HTTP request and all other requests are fine. Made server fine for CORS for the url required. It never even gets called. Testing on iOS Cordova build
[06:35:52] <barcodeface> I am still using /#!/ idk if that matters
[06:36:14] <adamdbradley> yeah not sure about the /# issues
[06:36:24] <adamdbradley> as for famous, what type of app are you creating?
[06:38:15] <barcodeface> I am creating a Web App that must also run performant in iOS and Android. It uses some neat 3D animations during page transitions. I am using Famous-Angular, not vanilla Famous.
[06:38:37] *** Aliks has quit IRC
[06:38:56] *** zanea is now known as zanea|away
[06:38:57] <barcodeface> If on mobile, it will use certain mobile tool such as the camera
[06:39:03] <adamdbradley> what devices are you testing on?
[06:39:46] *** mogaj has quit IRC
[06:39:49] <adamdbradley> so basically you like the page transitions?
[06:40:04] *** tomzx is now known as tomzx`afk
[06:40:27] *** diegoaguilar has joined #angularjs
[06:40:32] *** bengillies has joined #angularjs
[06:40:41] *** araujo has quit IRC
[06:40:55] <barcodeface> For example: The Ionic showcase looks stellar, but I can't tell how Ionic played a role in app development by looking at the photos. I think maybe I am just simple.
[06:41:06] *** Cache_Money has quit IRC
[06:41:43] <barcodeface> I am testing on iPad, iOS, iOS in Cordova, Android in Cordova (will use Crosswalk), and all major modern browsers.
[06:42:00] *** zoeycakes has joined #angularjs
[06:42:02] *** nycdevgirl has quit IRC
[06:42:16] <adamdbradley> yeah crosswalk is awesome, we're going to be hooking it up to our CLI soon. That and cordova is doing some great work in that area.
[06:42:25] *** crakrjak has quit IRC
[06:42:32] *** thumpba has quit IRC
[06:42:38] *** neoadventist has quit IRC
[06:43:14] <adamdbradley> So i'm trying to answer how Ionic played a role in app development of all its showcase apps, and I really can't think of anything other than everything
[06:43:46] *** glosoli has quit IRC
[06:44:33] *** Sontakey1 has left #angularjs
[06:44:45] *** one0one has quit IRC
[06:44:55] <barcodeface> Checking out now
[06:44:57] *** bengillies has quit IRC
[06:44:58] *** caitp- has joined #angularjs
[06:46:33] <adamdbradley> and like with Android and iOS SDKs, they have a huge role in native app development, but really people don't realize it. Dev's just worry about building an app, and don't realize all the benefits which the SDK is giving them. Hybrid didn't have that.
[06:47:05] *** Aliks has joined #angularjs
[06:47:28] *** cads has quit IRC
[06:48:10] *** sybarite has joined #angularjs
[06:49:28] *** Lingos_ has joined #angularjs
[06:51:14] *** mennea has quit IRC
[06:51:57] *** Trow has joined #angularjs
[06:52:23] *** thumpba has joined #angularjs
[06:52:40] *** Guest60253 has quit IRC
[06:53:07] *** hsclientes has joined #angularjs
[06:53:27] *** NoNMaDDeN has quit IRC
[06:53:49] *** Lingos_ has quit IRC
[06:54:34] *** adamdbradley has quit IRC
[06:54:38] <barcodeface> Yeah, Ionic looks pretty sick -- and I definitely love the flat-design. I will stick with Famo.us for now but maybe I will use the icons
[06:55:20] *** seriema has joined #angularjs
[06:55:35] *** oste has quit IRC
[06:56:00] *** hsclientes has quit IRC
[06:56:08] *** VeeWee has joined #angularjs
[06:56:26] *** firelinks has quit IRC
[06:58:14] *** tomzx`afk is now known as tomzx
[06:58:51] *** OttlikG has quit IRC
[06:58:54] *** NormySan has joined #angularjs
[07:00:17] *** seriema has quit IRC
[07:00:25] *** corehook has quit IRC
[07:02:09] *** tech2_ has joined #angularjs
[07:02:33] *** vivek_gounder has joined #angularjs
[07:03:13] *** zoeycakes has quit IRC
[07:03:20] *** borgdrone7_ has quit IRC
[07:05:25] *** Aerospark has quit IRC
[07:06:06] *** jimobrien has joined #angularjs
[07:06:50] *** zivester has quit IRC
[07:07:07] *** nemothekid has quit IRC
[07:07:43] *** threesixes has quit IRC
[07:09:00] *** jMyles has quit IRC
[07:09:12] *** sacho_ has joined #angularjs
[07:10:15] *** techsethi has joined #angularjs
[07:10:44] *** dlehn has quit IRC
[07:11:22] *** Urasquirrel has quit IRC
[07:11:55] <nesquerra> anyone know how to run an animation on ng-repeat when the list is first being output?
[07:12:15] <nesquerra> and the animations will run when items are added to the list, but not initially
[07:12:19] *** sacho has quit IRC
[07:12:38] *** TuRnaD0 has joined #angularjs
[07:12:43] *** Poppabear has quit IRC
[07:13:11] *** thumpba has quit IRC
[07:13:18] *** asher^ has quit IRC
[07:15:01] *** discgo has quit IRC
[07:15:23] *** reavengr1y has quit IRC
[07:15:34] *** barcodeface has quit IRC
[07:15:35] *** asher^ has joined #angularjs
[07:16:32] *** ahmetkapikiran has quit IRC
[07:17:09] *** ahmetkapikiran has joined #angularjs
[07:17:32] *** corehook has joined #angularjs
[07:18:00] *** Sontakey has joined #angularjs
[07:18:29] *** discgo has joined #angularjs
[07:20:06] *** thumpba has joined #angularjs
[07:20:33] *** cacts has quit IRC
[07:20:54] *** corehook has quit IRC
[07:21:09] *** thumpba has quit IRC
[07:21:11] *** NormySan has quit IRC
[07:22:29] *** sigurding has joined #angularjs
[07:22:52] *** merobertsjr has joined #angularjs
[07:24:01] *** yaneq has quit IRC
[07:25:13] *** sinequanon has quit IRC
[07:25:16] *** sukanta_ has quit IRC
[07:26:08] *** bullicon has joined #angularjs
[07:26:12] *** thumpba has joined #angularjs
[07:27:19] *** bullicon has quit IRC
[07:27:28] *** gunn has quit IRC
[07:27:57] *** merobertsjr has quit IRC
[07:28:10] *** jynxed has quit IRC
[07:28:13] *** NoNMaDDeN has joined #angularjs
[07:28:29] *** dlehn has joined #angularjs
[07:29:10] *** MistahKurtz has quit IRC
[07:29:50] *** gunn has joined #angularjs
[07:30:03] *** teddyp1cker has joined #angularjs
[07:31:09] *** tomzx is now known as tomzx`afk
[07:31:52] *** morenoh149 has quit IRC
[07:35:15] <techsethi> Hi Experts, I have been wondering, if angular.js is a good choice to build mobile apps/site. everyone talking about "mobile first", I would like to know views about how angular fits in this scenario ? excuse me, if that is a stupid / off-topic question :)
[07:36:21] *** exp10r3r has joined #angularjs
[07:36:46] *** tskaggs_ has joined #angularjs
[07:36:52] *** exp10r3r has joined #angularjs
[07:36:52] *** sprinkel has joined #angularjs
[07:37:15] *** whitebook has joined #angularjs
[07:38:29] *** sandelius has joined #angularjs
[07:38:49] *** LeBlaaanc has joined #angularjs
[07:38:51] *** adpirz has joined #angularjs
[07:39:25] *** tskagg___ has joined #angularjs
[07:39:41] <LeBlaaanc> and even starting with what my backend should return
[07:39:46] *** Aerospark has joined #angularjs
[07:39:56] <wafflej0ck> techsethi: check out ionicframework it's a pretty decent boxed solution using angular for mobile, also you can use bootstrap to do layout that is responsive along with angular (or other CSS frameworks, or your own responsive CSS)
[07:40:33] *** tkimmel has joined #angularjs
[07:41:07] *** tskaggs_ has quit IRC
[07:41:12] <techsethi> thanks wafflej0ck
[07:41:33] *** whitebook has quit IRC
[07:42:46] *** weems has quit IRC
[07:43:41] *** adpirz has quit IRC
[07:43:48] *** wafflej0ck has quit IRC
[07:44:34] *** wafflej0ck_ has joined #angularjs
[07:44:50] *** tkimmel has quit IRC
[07:45:54] *** instence_ has joined #angularjs
[07:45:57] *** instence has quit IRC
[07:46:57] *** mtsr has joined #angularjs
[07:47:47] *** wa5ted_ is now known as wa5ted
[07:53:32] *** sandelius has quit IRC
[07:54:00] *** sandelius has joined #angularjs
[07:54:12] *** IJNX has joined #angularjs
[07:55:14] <nesquerra> ugggggh, ng-animate-children
[07:55:56] *** ggrzybek has joined #angularjs
[07:56:02] *** yaneq has joined #angularjs
[07:56:21] *** seriema has joined #angularjs
[07:59:31] *** jimobrien has quit IRC
[08:00:01] *** Sontakey1 has joined #angularjs
[08:01:57] *** mtsr has quit IRC
[08:03:44] *** Sontakey has quit IRC
[08:05:02] *** seriema has quit IRC
[08:06:10] *** lite has joined #angularjs
[08:07:08] *** mtsr has joined #angularjs
[08:09:33] *** MSY has joined #angularjs
[08:09:47] *** AndreasLutro has joined #angularjs
[08:09:57] *** MSY is now known as Guest2671
[08:09:58] *** after_r has joined #angularjs
[08:11:15] <after_r> classpath 'net.sourceforge.cobertura:cobertura:2.1.0-SNAPSHOT'
[08:11:20] <after_r> oops
[08:11:33] <after_r> I mean:
[08:11:35] <after_r> When I am including the `ionic` module, whenever i have something like this: <div ng-include="'mytemplate.html'"></div> I get this error in the console: Error: $animate.enter(...) is undefined. If I remove the `ionic` module then it works. Can someone tell me how do keep using ng-include and ionic without that error?
[08:12:02] *** corehook has joined #angularjs
[08:12:08] *** diegoaguilar has quit IRC
[08:12:15] <after_r> or why do I get that error when I have the ionic module?
[08:13:08] *** Iravan has joined #angularjs
[08:13:42] *** chaohuanghong1 has joined #angularjs
[08:14:15] *** soee has joined #angularjs
[08:14:27] *** chaohuanghong has quit IRC
[08:15:52] *** rho has quit IRC
[08:17:52] *** jstroem has joined #angularjs
[08:18:00] <soee> good morning
[08:18:44] *** vivek_gounder has quit IRC
[08:18:50] *** platonic has quit IRC
[08:19:04] *** motionman is now known as Fag
[08:19:39] *** uru|away is now known as uru
[08:19:46] *** sinequanon has joined #angularjs
[08:20:47] *** Fag is now known as motionman
[08:22:37] *** mtsr has quit IRC
[08:24:02] *** H1FuelCell has quit IRC
[08:24:27] *** corehook has quit IRC
[08:24:38] *** esk4nd4r has joined #angularjs
[08:25:02] *** corehook has joined #angularjs
[08:25:03] *** rd__ has joined #angularjs
[08:25:12] *** corehook has quit IRC
[08:25:34] *** rd__ has quit IRC
[08:26:17] *** red_horned_rihno has joined #angularjs
[08:26:29] *** lxer has joined #angularjs
[08:26:42] *** esk4nd4r has quit IRC
[08:27:15] *** mtsr has joined #angularjs
[08:28:13] *** laserbeak43 has joined #angularjs
[08:28:30] *** jacuqesdancona_ has joined #angularjs
[08:29:23] *** teddyp1cker has quit IRC
[08:29:25] *** Guest12923 has quit IRC
[08:29:55] *** mot0rola has quit IRC
[08:30:13] *** jeffisabelle has joined #angularjs
[08:30:34] *** BobbieBarker has quit IRC
[08:33:08] *** techsethi has quit IRC
[08:34:18] *** GreenJello_ has quit IRC
[08:34:18] *** GreenJello_ has joined #angularjs
[08:34:58] *** jstroem has quit IRC
[08:35:53] *** sprinkel has quit IRC
[08:35:58] *** discgo has quit IRC
[08:35:59] *** GreenJello_ is now known as GreenJello
[08:37:32] *** kixo_ has quit IRC
[08:38:12] *** Lingos_ has joined #angularjs
[08:38:28] *** sinequanon has quit IRC
[08:38:35] *** kixo_ has joined #angularjs
[08:38:50] *** AngularUI has joined #angularjs
[08:38:50]
<AngularUI> [bootstrap] svetlyak40wt opened pull request #2975: Fix 0.12.0 header's level (master...patch-1) http://git.io/sCxexg
[08:38:50] *** AngularUI has left #angularjs
[08:39:25] *** Beatzebub has quit IRC
[08:39:36] *** zchrykng has joined #angularjs
[08:40:07] *** mennea has joined #angularjs
[08:40:36] *** gunn has quit IRC
[08:40:38] *** gcann has quit IRC
[08:41:35] *** renvin has joined #angularjs
[08:42:22] *** Lingos_ has quit IRC
[08:42:31] *** gcann has joined #angularjs
[08:43:00] *** Aliks has quit IRC
[08:43:10] *** kixo_ has quit IRC
[08:43:20] *** ssawickik has joined #angularjs
[08:43:23] *** mange has quit IRC
[08:43:35] *** Aliks has joined #angularjs
[08:43:42] *** sandelius has quit IRC
[08:44:18] *** larsgk has joined #angularjs
[08:45:05] *** abailarri has joined #angularjs
[08:45:26] *** mennea_ has joined #angularjs
[08:46:15] *** sandelius has joined #angularjs
[08:47:56] *** Aliks has quit IRC
[08:48:27] *** gunn has joined #angularjs
[08:48:48] *** tripu has joined #angularjs
[08:48:49] *** mennea has quit IRC
[08:49:04] *** stirlingw has joined #angularjs
[08:49:18] *** DrMabuse has joined #angularjs
[08:49:20] *** renlo has quit IRC
[08:51:52] *** mtsr has quit IRC
[08:52:16] *** macobo has joined #angularjs
[08:52:45] *** zchrykng has quit IRC
[08:53:04] *** mdedetrich has quit IRC
[08:53:06] *** moritzs has joined #angularjs
[08:53:36] *** stirlingw has quit IRC
[08:53:41] *** sinequanon has joined #angularjs
[08:53:43] *** hecatonicosachor has joined #angularjs
[08:53:47] *** x3blis has joined #angularjs
[08:54:28] *** derrzzaa_ has joined #angularjs
[08:54:28] *** rburns has quit IRC
[08:54:58] *** tarnus has quit IRC
[08:55:09] *** rburns has joined #angularjs
[08:55:58] *** renlo has joined #angularjs
[08:56:22] *** hecatonicosachor is now known as sacho
[08:56:44] *** corehook has joined #angularjs
[08:57:01] *** zzing has quit IRC
[08:57:07] *** x3blis has quit IRC
[08:57:07] *** sacho_ has quit IRC
[08:57:12] *** caitp- has quit IRC
[08:57:44] *** larsgk has quit IRC
[08:58:02] <LeBlaaanc> Should that be a service instaed?
[08:59:18] *** derrzzaa_ has quit IRC
[09:00:14] *** favetelinguis has joined #angularjs
[09:00:18] *** gombos has quit IRC
[09:00:20] *** jimobrien has joined #angularjs
[09:00:21] <abailarri> Anyone knows why plnkr not works?
[09:00:39] <abailarri> LeBlaaanc, what do you want to know?
[09:00:48] *** frankblizzar has joined #angularjs
[09:01:21] *** mdedetrich has joined #angularjs
[09:01:32] *** kixo_ has joined #angularjs
[09:01:33] *** seriema has joined #angularjs
[09:01:38] <LeBlaaanc> abailarri: maybe start with why does .save() have three parameters? one being an object and the other like callbacks?
[09:02:13] *** despai has joined #angularjs
[09:02:19] *** mdedetrich has quit IRC
[09:02:56] *** frkout_ has joined #angularjs
[09:03:32] <LeBlaaanc> something to do with it being a $resource toward the bottom?
[09:03:45] <LeBlaaanc> ah yea duh
[09:04:15] *** renlo has quit IRC
[09:05:01] *** jimobrien has quit IRC
[09:05:11] <abailarri> what line is?
[09:05:23] *** frankblizzar has quit IRC
[09:05:40] *** martianboy has quit IRC
[09:05:48] *** arkin has joined #angularjs
[09:05:52] *** arkin has joined #angularjs
[09:06:23] *** seriema has quit IRC
[09:06:32] <LeBlaaanc> first instance of Authenticate.save(
[09:06:34] *** frkout has quit IRC
[09:06:47] *** Ajans has joined #angularjs
[09:07:04] <LeBlaaanc> anyway it's just returning a $resource which has the data as first param, success callback as second param, and fail callback as third it seems
[09:07:17] <LeBlaaanc> for .save()
[09:08:28] *** red_horned_rihno has quit IRC
[09:08:30] *** kentaro0919 has quit IRC
[09:08:57] <abailarri> yes
[09:08:58] <abailarri> is this
[09:09:18] *** despai has quit IRC
[09:09:23] <LeBlaaanc> I'm curious now though if that would be better as a service.
[09:10:04] *** aa_ has joined #angularjs
[09:10:05] <aa_> hi
[09:10:37] *** aa_ has left #angularjs
[09:11:09] *** jareddlc has quit IRC
[09:11:23] *** abailarri has quit IRC
[09:11:24] *** drult has joined #angularjs
[09:11:24] *** edzez has joined #angularjs
[09:11:46] *** merobertsjr has joined #angularjs
[09:11:59] *** jstroem has joined #angularjs
[09:12:05] *** freelyfred has joined #angularjs
[09:13:04] *** LeBlaaanc has quit IRC
[09:14:36] *** abailarri has joined #angularjs
[09:15:24] *** frobs has joined #angularjs
[09:15:28] *** DoubleAW has joined #angularjs
[09:15:30] *** asher^ has quit IRC
[09:16:54] *** merobertsjr has quit IRC
[09:17:41] *** mchammer has joined #angularjs
[09:18:02] *** sinequanon has quit IRC
[09:19:19] *** larsgk has joined #angularjs
[09:19:37] *** Evanion has quit IRC
[09:20:22] *** t_p has joined #angularjs
[09:22:38] *** ngbot has joined #angularjs
[09:22:38]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 14ff529 to 8eabc54: http://git.io/SWvVfQ
[09:22:38] *** ngbot has left #angularjs
[09:22:42] *** Oxynum has joined #angularjs
[09:23:30] *** platonic has joined #angularjs
[09:23:37] *** ngbot has joined #angularjs
[09:23:37]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 8eabc54 to be6920b: http://git.io/dJBQSQ
[09:23:37] *** ngbot has left #angularjs
[09:24:33] *** ngbot has joined #angularjs
[09:24:33]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from be6920b to 7f857e4: http://git.io/FJu8Aw
[09:24:33] *** ngbot has left #angularjs
[09:25:17] *** thumpba has quit IRC
[09:25:17] *** rburns has quit IRC
[09:25:34] *** ngbot has joined #angularjs
[09:25:34]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 7f857e4 to 22ecbc5: http://git.io/lmj1ZA
[09:25:34] *** ngbot has left #angularjs
[09:25:45] *** rburns has joined #angularjs
[09:26:29] *** ngbot has joined #angularjs
[09:26:29]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 22ecbc5 to eca14d9: http://git.io/1KHYdQ
[09:26:29] *** ngbot has left #angularjs
[09:26:37] *** sandelius has quit IRC
[09:26:49] *** JohnBat26 has joined #angularjs
[09:27:02] *** Raging_Hog has joined #angularjs
[09:27:31] *** ngbot has joined #angularjs
[09:27:32]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from eca14d9 to d81ff88: http://git.io/66X9vQ
[09:27:32] *** ngbot has left #angularjs
[09:27:46] *** frankblizzar has joined #angularjs
[09:27:49] *** adpirz has joined #angularjs
[09:27:57] *** platonic has quit IRC
[09:28:29] *** tfennelly has joined #angularjs
[09:28:30] *** ngbot has joined #angularjs
[09:28:30]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from d81ff88 to 85eb966: http://git.io/Vh3REA
[09:28:30] *** ngbot has left #angularjs
[09:29:09] *** StryKaizer has joined #angularjs
[09:29:25] *** tkimmel has joined #angularjs
[09:29:25] *** ngbot has joined #angularjs
[09:29:26]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 85eb966 to 195deca: http://git.io/3qW0Xw
[09:29:26] *** ngbot has left #angularjs
[09:29:43] *** swirlycheetah has joined #angularjs
[09:29:58] *** xuu|2 has quit IRC
[09:30:04] *** rabbi1 has joined #angularjs
[09:30:14] *** voltagex has quit IRC
[09:30:24] *** TechCel has joined #angularjs
[09:30:28] *** ngbot has joined #angularjs
[09:30:28]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 195deca to 6604c23: http://git.io/pmMtwQ
[09:30:29] *** ngbot has left #angularjs
[09:31:07] *** tangorri has joined #angularjs
[09:31:28] *** ngbot has joined #angularjs
[09:31:29]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 6604c23 to 9d1e87a: http://git.io/GdIxrQ
[09:31:29] *** ngbot has left #angularjs
[09:31:39] *** mityaz has joined #angularjs
[09:32:17] *** adpirz has quit IRC
[09:32:27] <soee> what woudl be the best way to send value from hidden field ?
[09:32:30] *** rhp has joined #angularjs
[09:32:34] *** ngbot has joined #angularjs
[09:32:34]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 9d1e87a to 5b23bc9: http://git.io/5zrWEA
[09:32:34] *** ngbot has left #angularjs
[09:33:00] *** tripu has quit IRC
[09:33:10] *** merobertsjr has joined #angularjs
[09:33:21] *** tfennelly has quit IRC
[09:33:21] *** mityaz has quit IRC
[09:33:38] *** IJNX has quit IRC
[09:33:40] *** ngbot has joined #angularjs
[09:33:40]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from 5b23bc9 to f30163e: http://git.io/BVR6Yg
[09:33:40] *** ngbot has left #angularjs
[09:33:40] *** edzez has quit IRC
[09:34:00] *** tkimmel has quit IRC
[09:34:00] *** tfennelly has joined #angularjs
[09:34:04] *** alex_amc has joined #angularjs
[09:34:10] *** edzez has joined #angularjs
[09:34:39] *** ngbot has joined #angularjs
[09:34:40]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_3 from f30163e to 6f19a6f: http://git.io/QlR3Mw
[09:34:40] *** ngbot has left #angularjs
[09:35:44] *** ngbot has joined #angularjs
[09:35:45] *** ngbot has left #angularjs
[09:35:49] *** TuRnaD0 has quit IRC
[09:36:04] *** sandelius has joined #angularjs
[09:36:52] *** kirkbride has joined #angularjs
[09:37:44] *** merobertsjr has quit IRC
[09:38:44] *** instence has joined #angularjs
[09:38:47] *** Sontakey1 has quit IRC
[09:39:04] *** tfennelly has quit IRC
[09:40:33] *** ssawickik has quit IRC
[09:40:46] *** instence_ has quit IRC
[09:41:05] *** evilaliv3 has joined #angularjs
[09:42:28] *** martianboy has joined #angularjs
[09:43:38] *** mityaz has joined #angularjs
[09:44:05] *** renvin has quit IRC
[09:45:43] *** tech2_ has quit IRC
[09:45:59] *** fbenoit has joined #angularjs
[09:46:10] *** tomengland_mbp has joined #angularjs
[09:47:07] *** sebhoss has joined #angularjs
[09:47:38] *** m8 has joined #angularjs
[09:48:15] *** phzon has joined #angularjs
[09:48:16] *** guilbep has joined #angularjs
[09:49:12] *** macobo has quit IRC
[09:49:58] *** intellix has joined #angularjs
[09:50:20] *** frkout_ has quit IRC
[09:50:29] *** guilbep has quit IRC
[09:50:46] *** frkout has joined #angularjs
[09:52:35] *** AlSquirrel has quit IRC
[09:53:13] <rabbi1> Is there any option to add ng-disabled to <tab>? using angular-ui tabs
[09:54:10] *** nfroidure has joined #angularjs
[09:54:13] *** Fuzzy has joined #angularjs
[09:54:26] *** Sontakey has joined #angularjs
[09:55:32] <Leon> in angular 1.3 IE8 support was removed. Does anyone know what that means exacly. Will 1.3 not work at all, or is it just that 1.3 doesn't test for IE8 any more?
[09:56:01] *** sandelius has quit IRC
[09:56:01] *** rburns has quit IRC
[09:56:09] *** Fuzzier has quit IRC
[09:56:11] *** rburns has joined #angularjs
[09:56:14] <Leon> I'm using all the polyfills to get mediaqueries, json support ... so that shouldn't be a problem
[09:56:15] *** guilbep has joined #angularjs
[09:56:53] *** mennea_ has quit IRC
[09:58:06] *** dsdsds has joined #angularjs
[09:58:29] *** tripu has joined #angularjs
[09:58:40] *** dsdsds has quit IRC
[09:59:21] *** ngbot has joined #angularjs
[09:59:21]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from e49a143 to 409bcb3: http://git.io/SC42Ng
[09:59:21] *** ngbot has left #angularjs
[09:59:28] *** motionman has quit IRC
[09:59:56] *** joshontheweb has joined #angularjs
[09:59:56] *** TechCel has quit IRC
[10:00:59] *** ngbot has joined #angularjs
[10:00:59]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from 409bcb3 to b1f2917: http://git.io/zHh93A
[10:00:59] *** ngbot has left #angularjs
[10:01:21] *** abailarri has quit IRC
[10:01:55] *** bengillies has joined #angularjs
[10:01:57] *** ngbot has joined #angularjs
[10:01:57]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from b1f2917 to eec78e7: http://git.io/yXVZPQ
[10:01:57] *** ngbot has left #angularjs
[10:02:58] *** ngbot has joined #angularjs
[10:02:58]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from eec78e7 to 3b3de3f: http://git.io/jUtyAg
[10:02:58] *** ngbot has left #angularjs
[10:03:59] *** ngbot has joined #angularjs
[10:04:00]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from 3b3de3f to e49e7d5: http://git.io/4jIX6g
[10:04:00] *** ngbot has left #angularjs
[10:04:02] *** Oxynum has quit IRC
[10:04:41] *** Oxynum has joined #angularjs
[10:05:07] *** ngbot has joined #angularjs
[10:05:07]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from e49e7d5 to beeb64a: http://git.io/_iVbBQ
[10:05:07] *** ngbot has left #angularjs
[10:05:47] *** IJNX has joined #angularjs
[10:05:58] *** sk87 has joined #angularjs
[10:06:16] *** ngbot has joined #angularjs
[10:06:17]
<ngbot> [angular.js] jeffbcross fast-forwarded g3_v1_2 from beeb64a to 2a8a4e7: http://git.io/yZ5QHA
[10:06:17] *** ngbot has left #angularjs
[10:07:15] *** ngbot has joined #angularjs
[10:07:15] *** ngbot has left #angularjs
[10:07:22] *** dc_ has quit IRC
[10:08:39] *** ar_ has joined #angularjs
[10:08:45] *** basiclaser_ has joined #angularjs
[10:08:46] <ar_> hi
[10:09:10] *** alex_amc has quit IRC
[10:09:23] *** sigurding has quit IRC
[10:09:27] *** joshontheweb has quit IRC
[10:09:32] *** Oxynum has quit IRC
[10:09:59] *** joshontheweb has joined #angularjs
[10:10:26] *** MrBaboon has joined #angularjs
[10:10:28] *** moritzs has quit IRC
[10:11:47] *** Caroga_afk is now known as Caroga
[10:11:55] *** NigelS has quit IRC
[10:12:35] *** jagga has joined #angularjs
[10:13:08] *** seriema has joined #angularjs
[10:13:15] *** chakkimatti has joined #angularjs
[10:13:25] *** techsethi has joined #angularjs
[10:13:50] <chakkimatti> Hello
[10:14:20] *** Guest6439 has quit IRC
[10:14:54] *** sigurding has joined #angularjs
[10:14:57] *** rmichnik has joined #angularjs
[10:15:52] *** seriema has quit IRC
[10:16:06] *** seriema has joined #angularjs
[10:17:04] *** kevinxu has joined #angularjs
[10:17:27] *** kevinxu is now known as Guest90344
[10:17:54] <chakkimatti> A question about $routeChangeStart/$locationChangeStart.. I'm trying to catch the url - catching templateUrl won't work. is there like $rootScope.$on('$locationChangeStart', function (e,nxt,cur) {nxt.path == '/'} something like that?
[10:18:13] *** Evanion has joined #angularjs
[10:19:19] *** macobo has joined #angularjs
[10:19:50] *** ansu has quit IRC
[10:20:11] *** ansu has joined #angularjs
[10:20:53] *** joshontheweb has quit IRC
[10:21:14] *** joshontheweb has joined #angularjs
[10:21:35] *** Sontakey1 has joined #angularjs
[10:21:51] *** Sontakey has quit IRC
[10:22:28] *** NaimishSakhpara has joined #angularjs
[10:22:29] *** bullicon has joined #angularjs
[10:24:02] *** Evanion has quit IRC
[10:24:17] *** dsdeiz has joined #angularjs
[10:24:56] <dsdeiz> hey all, the way i see it, protractor launches a real browser for testing.. wondering how i can make it work with a headless vm?
[10:26:05] *** jstroem has quit IRC
[10:26:13] *** mennea has joined #angularjs
[10:26:18] <swirlycheetah> dsdeiz: note the warning though
[10:26:31] *** jstroem has joined #angularjs
[10:26:32] *** rburns has quit IRC
[10:26:46] *** rburns has joined #angularjs
[10:26:51] *** AngularUI has joined #angularjs
[10:26:51] <AngularUI> bootstrap/master eec68d8 Alexander Artemenko: docs(CHANGELOG): fix 0.12.0 header's level...
[10:26:51] *** AngularUI has left #angularjs
[10:26:52] <swirlycheetah> dsdeiz: there are other headless browsers, perhaps give one of those a go
[10:27:00] *** AngularUI has joined #angularjs
[10:27:00]
<AngularUI> [bootstrap] chrisirhc closed pull request #2975: Fix 0.12.0 header's level (master...patch-1) http://git.io/sCxexg
[10:27:00] *** AngularUI has left #angularjs
[10:28:18] <dsdeiz> hm, what about most people? i'm wondering what they might be using.. or do most people use protractor with real browsers?
[10:28:46] <swirlycheetah> dsdeiz: i've always used chrome, but i've never really had a full suite of integration tests
[10:29:10] <swirlycheetah> dsdeiz: don't you want to run it on multiple browsers to ensure it's working as expected (e.g. IE)
[10:29:11] *** edy has joined #angularjs
[10:29:51] *** techsethi has quit IRC
[10:29:58] *** milka has joined #angularjs
[10:30:23] *** teddyp1cker has joined #angularjs
[10:30:42] *** jstroem has quit IRC
[10:30:54] *** joshontheweb has quit IRC
[10:31:02] *** burzum2 is now known as burzum
[10:31:15] *** joshontheweb has joined #angularjs
[10:31:42] *** jstroem has joined #angularjs
[10:31:55] *** ar_ has quit IRC
[10:32:03] *** Sontakey1 has quit IRC
[10:32:09] *** mennea has quit IRC
[10:33:46] <dsdeiz> swirlycheetah: i'd love to but i don't really know how to integrate it with CI like travis
[10:33:51] *** AciD`` has joined #angularjs
[10:33:57] *** hmsimha_ has quit IRC
[10:34:54] *** Evanion has joined #angularjs
[10:34:55] <seriema> dsdeiz: simple Travis integration is super simple, if you have your code on Github. you just need a _travis.yml file and click a button on the travis website
[10:35:02] *** teddyp1cker has quit IRC
[10:35:26] <seriema> dsdeiz: haven't tried multiple browser stuff though, like SauceLabs
[10:35:42] *** jstroem has quit IRC
[10:35:58] <swirlycheetah> dsdeiz: what seriema said, it's worth taking a look, dead simple to get going
[10:35:59] *** MaxV has joined #angularjs
[10:36:04] *** jstroem has joined #angularjs
[10:36:13] <swirlycheetah> there are alternatives too
[10:36:30] *** Juanchito has joined #angularjs
[10:37:04] <seriema> the last part is a little trick to get firefox working. well, it used to be a trick. it might be old now. wrote it in april
[10:39:56] *** reavengr1y has joined #angularjs
[10:40:30] <seriema> dsdeiz: plus, there's #travis on this irc server =)
[10:41:02] *** nerder has joined #angularjs
[10:41:40] *** corehook has quit IRC
[10:42:05] <dsdeiz> so you're actually using firefox?
[10:42:14] *** corehook has joined #angularjs
[10:42:36] *** tomengland_mbp has quit IRC
[10:42:42] *** jlebrech has joined #angularjs
[10:42:44] <dsdeiz> i'm actually fine with real browsers but i don't really know what happens if i run it inside vagrant
[10:43:00] <seriema> well I don't see it so I don't see the issue?
[10:43:06] <seriema> ah
[10:43:16] <seriema> know nothing about Vagrant *googles it*
[10:43:16] *** mennea has joined #angularjs
[10:43:35] *** Shrooms` has joined #angularjs
[10:43:37] *** Aliks has joined #angularjs
[10:43:41] *** tarnus has joined #angularjs
[10:43:45] <Evanion> Vagrant is nice… headless vortialbox development environment on your workstation
[10:43:47] *** mel| has joined #angularjs
[10:43:51] <Evanion> virtualbox*
[10:43:59] <mel|> hey there
[10:44:02] <dsdeiz> yeah so i'm kinda wondering how that works if i run the tests inside
[10:44:11] <seriema> well, try it? :D
[10:44:20] *** chaohuanghong1 has quit IRC
[10:44:22] <Evanion> No different then running tests elsewhere
[10:44:30] <mel|> im a little stuck with my current grunt config, that partly originated from a yeoman install
[10:44:31] *** chaohuanghong has joined #angularjs
[10:44:51] <dsdeiz> yeah trying it now
[10:44:52] <seriema> mel|: I can try to help, otherwise you have #grunt on this server
[10:44:58] <Evanion> the benefit of vagrant is that you can have a development envronment that is exactly the same as your production environment … in your workstation
[10:45:18] *** fairuz has quit IRC
[10:45:30] <mel|> i added angular-mocks to my bower dev-dependencies, and included ngMocks as a dependency in my app.js
[10:45:51] <seriema> mel|: not sure you're supposed to do that last part
[10:46:01] *** Guest21726 has quit IRC
[10:46:08] *** Sebastien-L has joined #angularjs
[10:46:13] <seriema> mel|: it would force you to include mocs on release =/
[10:46:15] <mel|> well then i guess thats the error
[10:46:28] <arkin> is there any way to throw an $q error from a success ?
[10:46:37] <mel|> what shoul di do instead?
[10:47:00] *** minimoo1 has joined #angularjs
[10:47:00] <Evanion> at the same time, you don’t need to have a bunch of development programs installed on your host system … you can install the development programs in your vbox isntead (node, mongo etc).. really nice of your running OSX or Windows
[10:47:03] <seriema> mel|: what test harness are you using? Karma? then include it there in the karma config
[10:47:13] *** motionman has joined #angularjs
[10:47:20] *** Oxynum has joined #angularjs
[10:47:29] <mel|> thats sufficient? great, thx
[10:47:32] *** craig has joined #angularjs
[10:48:00] <minimoo1> hey, is there a way to do a conditionl resolve in angular route resolve option?
[10:48:08] *** Aliks has quit IRC
[10:48:24] *** notbenj has joined #angularjs
[10:48:31] *** craig has left #angularjs
[10:48:33] <notbenj> morning all
[10:48:37] *** hmsimha_ has joined #angularjs
[10:48:41] *** tarnus has quit IRC
[10:49:17] <notbenj> has anyone already encountered issues when testing element.html() when compiling a directive that calls a jquery plugin?
[10:49:19] *** iinzg has quit IRC
[10:49:40] <notbenj> it seems the element.html() is not completely initialized when my test expects
[10:50:04] *** AlSquire has joined #angularjs
[10:50:14] <notbenj> if anyone has some time to explain to me, I would really appreciate it. I'm stuck
[10:51:27] *** Iravan has quit IRC
[10:51:57] *** iinzg has joined #angularjs
[10:53:06] <seriema> notbenj: can't completely check the code right now. but it might be that you need to wait for the jquery plugin to do it's thing? either cheating with a $timeout, or se if it doesn't have a promise or event you can hook up to
[10:53:44] *** rhp has quit IRC
[10:54:11] *** Jose___ has joined #angularjs
[10:54:13] <notbenj> yes I was wondering something about the plugin doing its thing too
[10:54:17] *** motionman has quit IRC
[10:54:31] *** AlSquire has quit IRC
[10:54:31] <notbenj> when you say $timeout, you would put the expect of the test in the timeout ?
[10:54:48] *** iinzg has quit IRC
[10:55:04] <seriema> yeah
[10:55:30] *** iinzg has joined #angularjs
[10:56:20] *** iinzg has quit IRC
[10:57:10] <notbenj> just tried, the expect inside the timeout is never called
[10:57:29] <notbenj> I injected the timeout with inject()
[10:57:35] <notbenj> I injected the timeout service with inject()
[10:57:37] *** t_p has quit IRC
[10:57:44] <dsdeiz> heh, doesn't work :(
[10:57:52] *** Trow has quit IRC
[10:58:09] <seriema> notbenj: probably because your test doesn't know about you using timeout =) what are you using for testing? karma and jasmine?
[10:58:19] <notbenj> both
[10:58:22] <notbenj> yes
[10:58:32] *** iinzg has joined #angularjs
[10:58:39] <notbenj> it('s', inject(function($timeout) {
[10:58:41] <seriema> notbenj: add "done" as a parameter to your test function, then inside the timeout call done(); when you're .. ehm.. done
[10:58:47] <notbenj> it('test', inject(function($timeout) {
[10:59:15] *** iinzg has quit IRC
[10:59:30] <notbenj> you mean:
[10:59:39] <notbenj> it('test', function(done) {
[10:59:42] <notbenj> done();
[10:59:44] <notbenj> });
[10:59:50] <notbenj> ?
[11:00:05] <nerder> hello,
[11:00:06] <seriema> ye
[11:00:10] *** AlSquire has joined #angularjs
[11:00:35] *** Rozter123 has joined #angularjs
[11:01:31] *** ludkiller has quit IRC
[11:01:32] *** tech2_ has joined #angularjs
[11:01:50] *** favetelinguis has quit IRC
[11:02:26] *** nandoflorestan has joined #angularjs
[11:03:06] *** kas84 has joined #angularjs
[11:03:08] <notbenj> it doesnt call the timeout
[11:03:11] *** qdk has quit IRC
[11:03:44] *** ludkiller has joined #angularjs
[11:03:46] *** yaneq has quit IRC
[11:04:11] <dsdeiz> karma is different?
[11:04:19] <Rozter123> Hi Should something like this wokr ? <tr ng-repeat="item in Someting"><td>{{item.var1}}</td><td ng-repeat="object in item.Array">{{object}}</td></tr> ?
[11:04:28] *** mel| has quit IRC
[11:05:01] *** mak`` has joined #angularjs
[11:05:18] <seriema> Rozter123: should work
[11:05:35] <seriema> notbenj: I think Jasmin doesn't support that. lemme check
[11:06:19] *** marr has joined #angularjs
[11:07:26] *** davidreis has joined #angularjs
[11:08:51] *** Guest2671 has quit IRC
[11:08:53] *** corehook has joined #angularjs
[11:11:46] *** caitp- has joined #angularjs
[11:12:15] *** platonic has joined #angularjs
[11:12:30] <notbenj> thx I'll read the article because I don't know this feature
[11:12:32] *** Marsup has quit IRC
[11:12:41] *** eamonn has joined #angularjs
[11:13:03] *** Guest2671 has joined #angularjs
[11:13:20] *** gunn has quit IRC
[11:13:57] <nerder> hello everybody, in the service i could access variable from one function to another function?
[11:14:03] <nerder> i'll show you my code
[11:14:06] *** jordandotdev has quit IRC
[11:14:24] *** rmichnik has quit IRC
[11:14:26] *** thumpba has joined #angularjs
[11:14:54] *** daoudi has joined #angularjs
[11:15:28] *** gunn has joined #angularjs
[11:15:32] <daoudi> how can i cancel all the $http requests in my app?
[11:15:37] *** azizur has joined #angularjs
[11:15:39] <minimoo1> is it possible to chain promises in angular route resolve option?
[11:15:53] *** caitp- has quit IRC
[11:16:40] *** platonic has quit IRC
[11:16:44] *** adpirz has joined #angularjs
[11:17:17] <sacho> sure
[11:17:31] <minimoo1> how ? :)
[11:17:49] <sacho> minimoo1, the same way you'd chain them anywhere else
[11:18:22] <minimoo1> but will it wait for both of them to resolve?
[11:18:22] *** nk121 has quit IRC
[11:18:23] *** gazbond has joined #angularjs
[11:18:30] *** tkimmel has joined #angularjs
[11:18:53] <minimoo1> oh wait i think i know what you mean
[11:18:54] *** _BlackMage_ has quit IRC
[11:19:07] <sacho> you're only giving one promise to resolve
[11:19:11] *** thumpba has quit IRC
[11:19:25] <sacho> that it requires a chain of other promises to resolve, before its own resolution, is not important
[11:19:43] <minimoo1> so i'm giving the last promise to resolve?
[11:19:48] <sacho> yes
[11:19:51] <minimoo1> thanks :)
[11:19:57] <sacho> when you call promise.then(), you're creating a new promise
[11:20:06] *** Guest90344 has quit IRC
[11:20:32] *** mokush has joined #angularjs
[11:20:38] <sacho> the new promise is a promise for the values returned in the callbacks
[11:20:51] <sacho> e.g. promise.then(function success() { return 'foo' }) is a promise for the 'foo' value
[11:21:05] <sacho> but it'd only be resolved after promise itself is resolved
[11:21:17] *** daoudi has quit IRC
[11:21:29] *** adpirz has quit IRC
[11:21:55] <minimoo1> thanks it's working
[11:22:27] <dsdeiz> holy shit! finally got it working!
[11:22:32] <dsdeiz> ah crap excuse my language
[11:22:37] *** tkimmel has quit IRC
[11:23:28] *** sugarpirate has joined #angularjs
[11:25:09] *** Aerospark has quit IRC
[11:26:34] <minimoo1> oh wait it's not working
[11:26:58] *** JR___ has quit IRC
[11:27:38] <minimoo1> it's only waiting for the first promise
[11:27:38] *** rburns has quit IRC
[11:27:55] *** rburns has joined #angularjs
[11:29:10] *** techsethi has joined #angularjs
[11:29:51] *** k-dawg has joined #angularjs
[11:29:52] *** UniBot1 has quit IRC
[11:30:14] *** abailarri has joined #angularjs
[11:32:38] *** cotko has joined #angularjs
[11:32:49] <lxer> i do not see any validation..
[11:33:02] <nerder> abailarri: first of all remember to remove the html5 standard validation with novalidate
[11:33:36] *** c00ljs has quit IRC
[11:34:34] <abailarri> nerder, I put it
[11:34:41] <abailarri> but not work
[11:34:52] *** _BlackMage_ has joined #angularjs
[11:35:05] <sacho> minimoo1, sure
[11:35:27] <minimoo1> it's only waiting for service, not service 2
[11:35:31] <sacho> minimoo1, in fact, you could make it like so:
[11:35:40] *** rburns has quit IRC
[11:35:46] <minimoo1> does it have a time limit?
[11:35:49] <sacho> return service.get().then(service2.get)
[11:36:08] <sacho> not that I know of
[11:36:25] <minimoo1> hmm
[11:36:32] *** Guest61439 has quit IRC
[11:36:39] <sacho> try making a plunker
[11:37:08] <minimoo1> uh i think i'm not returning the promise
[11:37:19] *** cebor has quit IRC
[11:37:42] <minimoo1> oops ;)
[11:38:35] *** cebor has joined #angularjs
[11:39:19] <minimoo1> not it's working properly thanks
[11:39:25] <minimoo1> now
[11:40:30] <notbenj> still stucj
[11:40:32] <notbenj> still stuck
[11:41:14] <notbenj> so I suspect as seriema said that my jquery plugin hasn't finished changing the dom element, when my test expect() runs
[11:41:26] <notbenj> but I don't know how to wait for this
[11:41:31] <notbenj> in the test
[11:41:45] <seriema> notbenj: did you fix the timeout?
[11:42:28] *** tfennelly has joined #angularjs
[11:44:34] <notbenj> I did that:
[11:45:00] <notbenj> $timeout(function() {
[11:45:01] <notbenj> expect(element.html()).toContain('line 1');
[11:45:06] <notbenj> done();
[11:45:11] <notbenj> }, 1500);
[11:45:15] *** nesquerra has quit IRC
[11:45:26] <notbenj> and it throws an error: Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
[11:45:49] *** cbennett has joined #angularjs
[11:46:32] *** Josh has joined #angularjs
[11:46:56] *** Josh is now known as Guest92523
[11:47:23] <notbenj> I would just like my expect to be ran after a delay
[11:48:52] *** NoNMaDDeN has quit IRC
[11:49:08] *** cebor has quit IRC
[11:49:27] <notbenj> just tried using setTimeout instead of angular $timeout, but same error
[11:50:04] *** cebor has joined #angularjs
[11:50:04] *** MrBaboon has quit IRC
[11:50:37] *** Guest92523 has quit IRC
[11:50:45] *** Shrooms` has quit IRC
[11:51:46] *** CodeFriar has joined #angularjs
[11:53:23] *** laserbeak43 has quit IRC
[11:54:14] *** joshontheweb has quit IRC
[11:55:00] *** joshontheweb has joined #angularjs
[11:55:36] *** ckng has joined #angularjs
[11:56:19] *** spaceonline has joined #angularjs
[11:56:19] <jagga> hoi im trying to access the selected value of a simple dropdown on my angular app
[11:56:33] *** UniBot1 has joined #angularjs
[11:56:41] <jagga> the bootstrap documentation doesn't really (not that it's responsible for it) show how to do so
[11:57:01] <jagga> but I don't see why a custom directive should be needed for something like that
[11:57:23] <jagga> hmm gonna try ng-model
[11:57:30] *** negval has joined #angularjs
[11:58:32] *** gunn has quit IRC
[11:59:03] <jagga> here we go :)
[11:59:15] *** jangoh has joined #angularjs
[11:59:47] <nerder> anybody can help me with this error?
[11:59:55] *** Trow has joined #angularjs
[12:00:12] <seriema> notbenj: eh, did you read the error?
[12:00:16] *** macobo has quit IRC
[12:00:26] <seriema> notbenj: you're waiting 1500 and jasmin.DEFAULT_TIMEOUT_INTERVAL is set to something lower
[12:01:32] *** gunn has joined #angularjs
[12:01:36] *** freelyfred has quit IRC
[12:02:37] *** qdk has joined #angularjs
[12:02:49] <notbenj> yes I read it
[12:02:52] <notbenj> but I didn't understand it!
[12:03:01] <notbenj> gonna try again
[12:03:50] *** rburns has joined #angularjs
[12:04:21] *** tomzx`afk is now known as tomzx
[12:04:22] *** andern_ is now known as andern
[12:04:55] *** mak`` has quit IRC
[12:05:11] <notbenj> well I tried to set the jasmine timeout to 2000, and $timeout for 1500, but the error stays
[12:06:07] <notbenj> have to go, thanks for your help seriema
[12:06:17] <seriema> hmm
[12:06:21] <seriema> ok cheers
[12:06:24] *** joshontheweb has quit IRC
[12:06:27] *** notbenj is now known as notbenj|afk
[12:06:50] *** Left_Turn has joined #angularjs
[12:10:29] *** jstroem has quit IRC
[12:10:37] *** joroc has joined #angularjs
[12:11:23] *** glassir has joined #angularjs
[12:12:16] *** caitp- has joined #angularjs
[12:12:35] *** NigelS has joined #angularjs
[12:13:42] *** warehouse13 has joined #angularjs
[12:14:56] *** minimoo1 has quit IRC
[12:15:01] *** sk87 has quit IRC
[12:15:08] *** macobo has joined #angularjs
[12:15:34] *** Left_Turn has quit IRC
[12:16:57] *** caitp- has quit IRC
[12:17:36] *** IJNX has quit IRC
[12:19:03] *** negval_ has joined #angularjs
[12:19:11] *** Pluff has joined #angularjs
[12:20:41] *** rmichnik has joined #angularjs
[12:20:51] *** mjs2600 has quit IRC
[12:22:03] *** negval has quit IRC
[12:22:06] *** reavengr1y has quit IRC
[12:23:19] *** negval_ has quit IRC
[12:24:16] *** Kwastie has joined #angularjs
[12:25:20] *** serengeor has joined #angularjs
[12:25:27] *** jeffscottward has quit IRC
[12:27:25] *** rburns has quit IRC
[12:28:14] *** motionman has joined #angularjs
[12:28:45] <seriema> has w3c said anything about final date for web components? like sometime next year?
[12:29:26] *** gunn has quit IRC
[12:29:26] <bd-> knowing w3c, probably 2025, after everyone has already moved onto something else
[12:29:44] *** boneskull has quit IRC
[12:30:08] *** DrMabuse has quit IRC
[12:30:09] *** GreenJello has quit IRC
[12:30:25] *** startupality has joined #angularjs
[12:31:02] *** jstroem has joined #angularjs
[12:31:05] *** gunn has joined #angularjs
[12:31:28] *** teddyp1cker has joined #angularjs
[12:31:47] <seriema> lulz
[12:32:32] *** Guest2671 has quit IRC
[12:32:48] *** tarnus has joined #angularjs
[12:33:25] *** intellix has quit IRC
[12:34:23] *** Sebastien-L has quit IRC
[12:36:23] *** teddyp1cker has quit IRC
[12:36:28] *** BahamutWC|Laptop has quit IRC
[12:37:24] *** Sebastien-L has joined #angularjs
[12:37:27] *** nagappan has quit IRC
[12:37:40] *** tarnus has quit IRC
[12:37:46] *** fedenunez has joined #angularjs
[12:38:12] *** nagappan has joined #angularjs
[12:39:08] *** Evanion has quit IRC
[12:39:44] *** Evanion has joined #angularjs
[12:40:04] *** azizur has quit IRC
[12:40:24] *** josh-k has joined #angularjs
[12:40:33] *** minimoo1 has joined #angularjs
[12:41:59] *** wa5ted is now known as wa5ted_away
[12:42:11] *** thomastuts has joined #angularjs
[12:42:18] *** c00ljs has joined #angularjs
[12:42:23] *** joroc has quit IRC
[12:42:37] *** sigurding has quit IRC
[12:42:41] *** rosieres has joined #angularjs
[12:42:44] *** thomastuts has joined #angularjs
[12:43:01] *** ahtik_ has joined #angularjs
[12:44:30] *** Aliks has joined #angularjs
[12:44:36] *** abhishek has joined #angularjs
[12:44:37] *** josh-k has quit IRC
[12:44:53] <abhishek> kk;
[12:45:24] *** abhishek has quit IRC
[12:47:43] *** fedenunez has quit IRC
[12:47:49] *** fedenunez has joined #angularjs
[12:48:06] *** Rejected has joined #angularjs
[12:48:56] *** Aliks has quit IRC
[12:49:01] *** sk87 has joined #angularjs
[12:49:09] *** corehook has quit IRC
[12:49:43] *** corehook has joined #angularjs
[12:49:54] *** corehook has quit IRC
[12:50:30] *** azizur has joined #angularjs
[12:50:40] *** kas84 has quit IRC
[12:51:49] *** niklasmodess has joined #angularjs
[12:53:42] *** Aswebb has joined #angularjs
[12:54:32] *** RangerRick has quit IRC
[12:54:41] *** Schtive has joined #angularjs
[12:54:52] *** RangerRick has joined #angularjs
[12:55:06] *** corehook has joined #angularjs
[12:55:07] *** rburns has joined #angularjs
[12:57:34] *** xKraty has joined #angularjs
[12:57:38] *** GreenJello has joined #angularjs
[12:57:58] *** c00ljs has quit IRC
[12:58:02] *** GreenJello is now known as Guest50805
[12:58:59] *** tangorri has quit IRC
[13:00:23] *** AngularUI has joined #angularjs
[13:00:24]
<AngularUI> [ui-router] akserg opened pull request #1550: Update angular-ui-router.d.ts (master...patch-1) http://git.io/zOOm2g
[13:00:24] *** AngularUI has left #angularjs
[13:00:59] *** platonic has joined #angularjs
[13:01:12] *** iinzg has joined #angularjs
[13:01:36] *** c00ljs has joined #angularjs
[13:02:25] *** Jose___ has quit IRC
[13:02:31] *** RedOrangeZ has joined #angularjs
[13:03:20] *** thumpba has joined #angularjs
[13:03:42] *** fedenunez1 has joined #angularjs
[13:03:52] *** Guest50805 has quit IRC
[13:03:52] *** Guest50805 has joined #angularjs
[13:05:16] *** drej has joined #angularjs
[13:05:17] *** fedenunez has quit IRC
[13:05:41] *** adpirz has joined #angularjs
[13:05:46] *** platonic has quit IRC
[13:07:11] *** tkimmel has joined #angularjs
[13:08:13] *** thumpba has quit IRC
[13:08:49] *** dimetron has joined #angularjs
[13:08:52] *** DrMabuse has joined #angularjs
[13:09:06] *** mjs2600 has joined #angularjs
[13:09:36] *** mdedetrich has joined #angularjs
[13:09:39] *** favetelinguis has joined #angularjs
[13:10:10] *** mdedetrich has quit IRC
[13:10:14] *** sigurding has joined #angularjs
[13:10:28] *** adpirz has quit IRC
[13:10:36] *** quantax- has quit IRC
[13:11:23] *** glassir has quit IRC
[13:11:44] *** glassir has joined #angularjs
[13:11:49] *** tkimmel has quit IRC
[13:12:01] *** Guest50805 has quit IRC
[13:12:20] *** mtsr has joined #angularjs
[13:12:22] *** GreenJello_ has joined #angularjs
[13:12:47] *** GreenJello_ has joined #angularjs
[13:13:22] *** GreenJello_ has quit IRC
[13:13:22] *** GreenJello_ has joined #angularjs
[13:14:34] *** mtsr has quit IRC
[13:14:51] *** GreenJello_ has quit IRC
[13:15:01] *** soj has quit IRC
[13:15:06] *** sacho_ has joined #angularjs
[13:15:07] *** |GreenJello| has joined #angularjs
[13:15:33] *** techsethi has quit IRC
[13:15:49] *** soj has joined #angularjs
[13:16:18] *** soj has quit IRC
[13:16:49] *** soj has joined #angularjs
[13:16:52] *** sd_sher has joined #angularjs
[13:18:01] *** |GreenJello| is now known as GreenJello_
[13:18:01] *** sacho has quit IRC
[13:20:49] *** xKraty has quit IRC
[13:20:55] *** mmealling has quit IRC
[13:21:30] *** drult has quit IRC
[13:21:37] *** favetelinguis has quit IRC
[13:22:04] *** favetelinguis has joined #angularjs
[13:23:57] *** adpirz has joined #angularjs
[13:25:57] *** jlebrech has quit IRC
[13:26:42] *** SergioFilhow_ has quit IRC
[13:26:54] *** favetelinguis has quit IRC
[13:27:15] *** SergioFilhow has joined #angularjs
[13:30:17] *** Evanion has quit IRC
[13:31:03] *** Schtive has quit IRC
[13:31:15] *** Evanion has joined #angularjs
[13:33:27] *** drult has joined #angularjs
[13:35:13] *** zeejan has joined #angularjs
[13:35:57] *** Aswebb has quit IRC
[13:36:05] *** Josh has joined #angularjs
[13:36:28] *** Josh is now known as Guest10082
[13:36:50] <zeejan> @shilon how are you adding the items from array?
[13:36:55] *** frankblizzar has quit IRC
[13:37:04] *** adpirz has quit IRC
[13:37:23] *** cesarkawakami has joined #angularjs
[13:37:32] *** cesarkawakami has quit IRC
[13:38:11] *** cesarkawakami has joined #angularjs
[13:39:58] *** Makpoc has joined #angularjs
[13:40:08] *** cesarkawakami has quit IRC
[13:40:15] *** nandoflorestan has quit IRC
[13:40:42] *** Guest10082 has quit IRC
[13:41:04] *** NigelS has quit IRC
[13:41:17] *** tangorri has joined #angularjs
[13:41:57] *** drult has quit IRC
[13:42:24] *** zeejan has quit IRC
[13:43:06] *** chakkimatti has quit IRC
[13:43:16] *** tomengland_mbp has joined #angularjs
[13:43:38] *** drult has joined #angularjs
[13:45:06] *** VinceZa has joined #angularjs
[13:45:25] *** dsdeiz has quit IRC
[13:45:37] *** jlebrech has joined #angularjs
[13:45:59] *** azizur has quit IRC
[13:47:03] *** boxmein has joined #angularjs
[13:47:44] *** IJNX has joined #angularjs
[13:47:53] *** tomengland_mbp has quit IRC
[13:48:20] *** corehook has quit IRC
[13:48:26] *** quantax- has joined #angularjs
[13:49:52] *** mguillech has joined #angularjs
[13:50:24] *** bagya has joined #angularjs
[13:50:41] *** night-owl is now known as zz_night-owl
[13:50:54] *** fedenunez1 has quit IRC
[13:52:02] <soee> is it possible - using angualr - to get previous element inside directive? so directive renbders some code, and i need DOM element just before directive
[13:52:44] *** rmichnik_ has joined #angularjs
[13:52:47] *** rmichnik has quit IRC
[13:52:51] *** drej has quit IRC
[13:52:53] <SergioFilhow> yes, it is, you have access to the current element, you can call the previousSibling
[13:53:19] <SergioFilhow> on link function (scope, element, attrs, controller)
[13:53:26] *** \du has joined #angularjs
[13:53:26] *** \du has joined #angularjs
[13:54:20] *** bagya has left #angularjs
[13:54:33] *** sebhoss has quit IRC
[13:56:24] *** Caroga is now known as Caroga_afk
[13:56:35] *** cleme1mp has quit IRC
[13:58:08] *** phzon has quit IRC
[13:59:25] *** DrMabuse_ has joined #angularjs
[13:59:27] *** tewt2525 has joined #angularjs
[13:59:44] *** tewt2525 has quit IRC
[14:00:24] *** diosney has joined #angularjs
[14:00:27] *** tarnus has joined #angularjs
[14:00:37] *** jas-_ has joined #angularjs
[14:00:58] *** caitp- has joined #angularjs
[14:01:02] *** corehook has joined #angularjs
[14:02:11] *** encryptd_fractl has joined #angularjs
[14:02:12] *** VinceZa has quit IRC
[14:02:18] *** DrMabuse has quit IRC
[14:02:58] *** tech2_ has quit IRC
[14:03:27] *** DrMabuse_ has quit IRC
[14:03:45] *** xuu has joined #angularjs
[14:05:37] *** akrikos has joined #angularjs
[14:05:50] *** caitp- has quit IRC
[14:05:51] *** jas-_ has quit IRC
[14:06:40] *** nagappan has quit IRC
[14:06:42] *** lsiv568 has joined #angularjs
[14:07:15] *** jas-_ has joined #angularjs
[14:07:21] *** nagappan has joined #angularjs
[14:07:41] *** fairuz has joined #angularjs
[14:07:46] *** NigelS has joined #angularjs
[14:08:05] *** sd_sher has quit IRC
[14:08:22] *** bullicon has quit IRC
[14:08:43] *** Siecje has joined #angularjs
[14:09:18] *** jas-_ is now known as jas-
[14:09:50] *** cbennett has quit IRC
[14:11:36] *** doodlehaus has joined #angularjs
[14:11:50] *** DrMabuse has joined #angularjs
[14:12:32] *** Sebastien-L has quit IRC
[14:12:44] *** tclain has joined #angularjs
[14:13:23] <jacuqesdancona_> Has anyone worked with multilingual angular apps?
[14:13:26] *** dj_zubehoer has joined #angularjs
[14:13:28] *** doodlehaus has quit IRC
[14:13:57] <jacuqesdancona_> I've decided to go for /en-US/route, but it's not possible to sort-of prefix routing
[14:14:09] *** NoNMaDDeN has joined #angularjs
[14:14:31] <jacuqesdancona_> Which means in $routeProvider, setting up routes with /:lang?/route
[14:15:06] <SergioFilhow> I work with multi locale angular app, why do you need one server-side controller for each lang?
[14:15:20] *** dsdeiz has joined #angularjs
[14:15:22] <jacuqesdancona_> I don't
[14:15:30] *** glassir has quit IRC
[14:15:31] *** Latros-OS has joined #angularjs
[14:15:32] *** glassir_ has joined #angularjs
[14:15:35] <jacuqesdancona_> everything from /* is rendered as the index.html
[14:15:45] <jacuqesdancona_> so /*lang*/route is routing in angular itself
[14:15:47] *** ludkiller has quit IRC
[14:15:51] <SergioFilhow> hmm
[14:15:59] *** corehook has quit IRC
[14:16:24] <dsdeiz> wasn't there a basic structure of an angular app in the topic before?
[14:16:25] <SergioFilhow> do you want different views for different langs?
[14:16:44] *** ludkiller has joined #angularjs
[14:17:04] *** Schtive has joined #angularjs
[14:17:22] *** techsethi has joined #angularjs
[14:19:29] <jacuqesdancona_> locale and translations already work
[14:19:33] <jacuqesdancona_> I'm more curious about routing
[14:20:26] <SergioFilhow> you can create a state param to indicate wether lang is active, is it what you want?
[14:20:41] *** tristanp has joined #angularjs
[14:20:46] <jacuqesdancona_> state params in ng-router?
[14:20:49] <jacuqesdancona_> or ui-router?
[14:21:22] *** azizur has joined #angularjs
[14:21:30] <SergioFilhow> ui-router
[14:22:44] *** sd_sher has joined #angularjs
[14:22:50] <jacuqesdancona_> Using ng-router
[14:23:17] *** VeeWee has quit IRC
[14:23:38] *** anapitupulu has joined #angularjs
[14:23:57] <jacuqesdancona_> meh
[14:24:09] <jacuqesdancona_> I'll do some more research
[14:25:07] *** tech2_ has joined #angularjs
[14:25:52] *** knownasilya has joined #angularjs
[14:25:54] *** tkimmel has joined #angularjs
[14:28:01] *** kirfu has joined #angularjs
[14:29:49] *** danecando has quit IRC
[14:30:16] *** NaimishSakhpara has quit IRC
[14:30:18] *** tskagg___ has quit IRC
[14:30:29] *** NaimishSakhpara has joined #angularjs
[14:30:32] *** voltagex has joined #angularjs
[14:30:33] *** mccarrontr1ck has joined #angularjs
[14:30:39] <jacuqesdancona_> So, is it possible to use the base tag href as prefix for routing combined with the use of $locationProvider.html5Mode(true);
[14:32:26] *** teddyp1cker has joined #angularjs
[14:33:15] *** dj_zubehoer has quit IRC
[14:34:08] *** phzon has joined #angularjs
[14:34:24] *** Kosre has joined #angularjs
[14:34:54] *** bayousoft has joined #angularjs
[14:35:16] <nerder> anybody could help me with this? i dnt get why i get 2 undefined at line 29
[14:35:18] *** NaimishSakhpara has quit IRC
[14:35:53] *** drult has quit IRC
[14:35:57] *** drult has joined #angularjs
[14:35:59] <nerder> dateStart is correctly allocated but fromTrips & toTrips are undefined. why?
[14:36:56] *** Kosre has quit IRC
[14:37:06] *** teddyp1cker has quit IRC
[14:37:31] *** sugarpirate has quit IRC
[14:37:46] *** Fishy has joined #angularjs
[14:37:52] *** whitebook has joined #angularjs
[14:38:27] <lsiv568> nerder: when is getTrips called?
[14:38:27] *** ngbot has joined #angularjs
[14:38:28]
<ngbot> [angular.js] petebacondarwin pushed 3 new commits to master: http://git.io/7gJw_g
[14:38:28] <ngbot> angular.js/master cf43ccd Peter Bacon Darwin: fix(minErr): stringify non-JSON compatible objects in error messages...
[14:38:28] <ngbot> angular.js/master fa12c3c Peter Bacon Darwin: fix(ngRepeat): support cyclic object references in error messages...
[14:38:28] <ngbot> angular.js/master e80053d Peter Bacon Darwin: fix($rootScope): handle cyclic references in scopes when creating error messages...
[14:38:29] *** ngbot has left #angularjs
[14:39:17] <nerder> in the controller
[14:39:37] *** IvailoStoianov has joined #angularjs
[14:39:39] *** jeffbalboni has joined #angularjs
[14:39:51] <lsiv568> nerder: fromTrips and toTrips are calculated in an async callback. My guess is you are calling getTrips before the success handlers have completed
[14:39:56] *** bbankes has joined #angularjs
[14:40:19] *** bayousoft has quit IRC
[14:40:51] *** bayousoft has joined #angularjs
[14:40:54] <Zariel> is there a nicer way to handle resolve failures than hooking $routeChangeError on $rootscope?
[14:41:24] *** Linell has joined #angularjs
[14:41:48] *** Xethron has joined #angularjs
[14:41:48] *** Xethron has joined #angularjs
[14:42:03] *** DrMabuse has quit IRC
[14:42:10] *** krawek has joined #angularjs
[14:43:00] *** s3v has joined #angularjs
[14:43:02] *** shinnya has joined #angularjs
[14:43:03] *** DrMabuse has joined #angularjs
[14:43:06] *** whitebook has quit IRC
[14:43:06] *** tangorri has quit IRC
[14:43:59] *** hell_razer has joined #angularjs
[14:45:20] *** Aliks has joined #angularjs
[14:45:39] <nerder> lsiv568: could be possible actually
[14:45:49] <nerder> how can i force to be sync?
[14:46:25] *** intellix has joined #angularjs
[14:46:26] *** s3v has quit IRC
[14:46:27] *** s3v has joined #angularjs
[14:46:27] <lsiv568> nerder: you can not. you need to make your call to getGeocode() return a promise and chain it to your call to getTrips
[14:48:12] *** ngbot has joined #angularjs
[14:48:12] <ngbot> angular.js/master 2901c53 Brian Westrich: docs(tutorial/step-4): "unknown" option is actually blank...
[14:48:12] *** ngbot has left #angularjs
[14:48:17] *** mmealling has joined #angularjs
[14:48:21] *** ngbot has joined #angularjs
[14:48:21] <ngbot> angular.js/v1.2.x a2f2032 Brian Westrich: docs(tutorial/step-4): "unknown" option is actually blank...
[14:48:21] *** ngbot has left #angularjs
[14:48:46] *** fedenunez has joined #angularjs
[14:49:21] *** bayousoft has quit IRC
[14:49:45] *** platonic has joined #angularjs
[14:49:58] *** bayousoft has joined #angularjs
[14:50:00] *** Aliks has quit IRC
[14:50:44] *** bullicon has joined #angularjs
[14:50:44] *** marcjs has joined #angularjs
[14:50:48] *** bullicon has quit IRC
[14:50:53] *** _BlackMage_ has quit IRC
[14:51:07] *** whitebook has joined #angularjs
[14:51:37] *** araujo has joined #angularjs
[14:52:09] *** thumpba has joined #angularjs
[14:52:10] <nerder> it returns 2 not 5 as expected
[14:52:42] <tristanp> If I want all instances of a directive to have a certain class, do I have to assign it in the link or controller function? seems clumsy
[14:53:05] <lsiv568> nerder: not sure I follow what you are saying.
[14:53:12] <lsiv568> feel free to DM me to talk further.
[14:53:43] *** caitp- has joined #angularjs
[14:53:52] *** sk87 has quit IRC
[14:54:25] *** platonic has quit IRC
[14:54:31] <Floyd_> lsiv568: too. It seems that there is a problem with the asyn manner of javascript doing the $http request and his code
[14:54:46] *** cannap has joined #angularjs
[14:55:19] <ioudas> wafflej0ck_, no dice.
[14:55:25] *** bayousoft has quit IRC
[14:56:02] *** bayousoft has joined #angularjs
[14:56:16] *** kirfu has quit IRC
[14:56:17] *** Foxandxss has joined #angularjs
[14:56:28] *** imehesz has joined #angularjs
[14:56:36] *** rchavik has quit IRC
[14:57:02] *** Rozter123 has quit IRC
[14:57:07] *** thumpba has quit IRC
[14:58:03] *** lvivski has joined #angularjs
[14:58:14] *** fedenunez has quit IRC
[14:58:27] *** bayousoft has quit IRC
[14:59:03] *** fedenunez has joined #angularjs
[14:59:23] *** bayousoft has joined #angularjs
[14:59:41] *** bradgignac has joined #angularjs
[14:59:57] *** cuebix-wk has joined #angularjs
[14:59:58] *** lite has quit IRC
[15:00:00] *** cuebix-wk has quit IRC
[15:00:20] *** anapitupulu has quit IRC
[15:00:43] *** lite has joined #angularjs
[15:01:10] *** jheady has joined #angularjs
[15:01:20] *** jheady has left #angularjs
[15:01:29] *** bayousoft has quit IRC
[15:01:58] *** vbabiy has joined #angularjs
[15:02:26] *** bayousoft has joined #angularjs
[15:02:54] *** azizur has quit IRC
[15:02:55] *** danecando has joined #angularjs
[15:02:57] *** annlewis has joined #angularjs
[15:02:58] *** cboden has joined #angularjs
[15:03:19] *** anapitupulu has joined #angularjs
[15:03:29] *** cacts has joined #angularjs
[15:04:23] <jcool> how can we change date format of data being saved in model?
[15:04:31] *** {DV8} has quit IRC
[15:04:31] *** bayousoft has quit IRC
[15:04:32] *** dimetron has quit IRC
[15:04:32] <lsiv568> Floyd_: I'm aware. It's not a problem with async, JS or $http. It's just how it is. The probem is accessing values set in async callbacks before they are complete
[15:04:45] <jcool> dispaly format can be handled by settings on date directive. but while saving it reverts back to older format
[15:04:57] *** bayousoft has joined #angularjs
[15:05:16] *** ctanga has joined #angularjs
[15:05:18] *** lite has quit IRC
[15:05:35] <Floyd_> lsiv568: yup that is exactly what i wanted to say with my statement above :)
[15:06:23] *** kp666 has quit IRC
[15:06:47] *** FunnyLookinHat has joined #angularjs
[15:07:04] *** CodeFriar has quit IRC
[15:07:17] *** Sebastien-L has joined #angularjs
[15:07:33] *** bayousoft has quit IRC
[15:08:06] *** bayousoft has joined #angularjs
[15:08:39] *** CodeFriar has joined #angularjs
[15:09:24]
<ioudas> Can someone help me with dependency injection? I would like to inject the service in service.js into the two controllers in this plunker, but I cant figure out what I am doing wrong. http://plnkr.co/edit/lqbhY8sqr2br9vM6Cba3?p=preview The goal is to make the two controllers share two values. Between two states. Any help would be appreciated.
[15:09:33] *** ggrzybek is now known as ggrzybek_brb
[15:09:59] *** unomas has joined #angularjs
[15:10:30] *** cbennett has joined #angularjs
[15:10:42] *** cbennett has quit IRC
[15:10:59] *** elrabin has joined #angularjs
[15:11:04] <Foxandxss> ioudas: your controllers declarations are wrong
[15:11:15] <Foxandxss> scripts.js line 7
[15:11:25] <Foxandxss> you can't have a bunch of names there, then a function
[15:11:34] *** cbennett has joined #angularjs
[15:12:04] <Schtive> That is alot of logic made in a controller
[15:12:14] <Floyd_> ioudas: plnkr even shows you where the error is...
[15:12:26] <Foxandxss> Schtive: leaving that aside yes
[15:12:32] *** danish has joined #angularjs
[15:12:48] <Schtive> Yeah, well it's out of context for now.
[15:12:56] *** tangorri has joined #angularjs
[15:12:56] *** gazbond has quit IRC
[15:13:22] *** elrabin has quit IRC
[15:13:23] *** zlalanne has joined #angularjs
[15:13:26] *** whitebook has quit IRC
[15:13:35] *** lvivski has quit IRC
[15:13:58] *** elrabin has joined #angularjs
[15:14:20] <ioudas> Floyd_, yeah, im just not sure how to define them better.
[15:14:40] *** davidreis has quit IRC
[15:15:02] *** davesidious__ is now known as davesidious
[15:15:03] <Floyd_> ioudas: it's a syntax error. nothing more
[15:15:12] *** stodan_ is now known as stodan
[15:15:19] *** AngularUI has joined #angularjs
[15:15:19]
<AngularUI> [bootstrap] onjiro opened pull request #2977: fix(modal): fix failure messages on toBeResolved and toBeRejected (master...fix-error-messages) http://git.io/2--xcw
[15:15:19] *** AngularUI has left #angularjs
[15:15:25] *** juanpablo_ has joined #angularjs
[15:15:38] *** jdcasey has quit IRC
[15:15:50] <ioudas> yeah im just not sure on the syntax how to do it....
[15:16:00] *** davidreis has joined #angularjs
[15:16:00] *** techsethi has quit IRC
[15:16:06] *** cbennett has quit IRC
[15:16:08] <Foxandxss> read angular tutorial
[15:16:39] *** azizur has joined #angularjs
[15:17:06] *** ederign has joined #angularjs
[15:17:24] *** ededagic has joined #angularjs
[15:17:27] <danish> math.pow function add in angular js
[15:17:49] *** Angular123 has joined #angularjs
[15:18:05] *** jimvideo has joined #angularjs
[15:18:09] *** Angular123 has quit IRC
[15:18:41] *** mtsr has joined #angularjs
[15:18:46] *** whitebook has joined #angularjs
[15:19:41] *** c00ljs has quit IRC
[15:19:45] *** seriema has quit IRC
[15:20:04] *** Santhosh has joined #angularjs
[15:20:18] *** SergioFilhow has quit IRC
[15:20:22] *** seriema has joined #angularjs
[15:20:28] *** doodlehaus has joined #angularjs
[15:20:28] *** ededagic has quit IRC
[15:20:28] *** seriema has quit IRC
[15:20:42] *** seriema has joined #angularjs
[15:20:59] *** sigurding has quit IRC
[15:21:28] <Santhosh> hi, I am Santhosh, New to angularJS. I have a query,I call my REST from AngularJS Factory using rest URL. I need to place these URL's in factory in a json file and refer them as config within factory. How can i achieve this?
[15:21:52] *** glassir_ has quit IRC
[15:22:24] <Foxandxss> create a new factory to manage those urls
[15:22:48] *** cbennett has joined #angularjs
[15:23:08] <Foxandxss> so you inject it on the REST factory and you make a call to it to retrieve that URL
[15:23:30] *** mtsr has quit IRC
[15:23:53] *** cbennett has joined #angularjs
[15:24:05] *** preben__ has joined #angularjs
[15:24:17] <Santhosh> @Foxandxss If I understand correctly, I can create a URLFactory and inject it inside all RESTfactories
[15:24:22] *** dra has joined #angularjs
[15:25:10] *** whitebook has quit IRC
[15:25:21] <Foxandxss> yes
[15:25:22] *** dman777_alter has joined #angularjs
[15:25:24] <Santhosh> Since I am new to angualrJS, Can you please refer me some example code snippet of how to implement the URLFactory..
[15:25:29] <Foxandxss> normally, if you have a dev url and a prod url
[15:25:35] *** bayousoft has quit IRC
[15:25:43] <Foxandxss> and if you use gulp or grunt
[15:25:50] *** adpirz has joined #angularjs
[15:25:51] <Foxandxss> you have a task there to inject a service with the url
[15:25:52] <Foxandxss> like
[15:26:02] *** bayousoft has joined #angularjs
[15:26:07] <Foxandxss> app.constant('API_URL', 'dev.foo.com');
[15:26:19] <Foxandxss> Santhosh: you me that json
[15:26:23] *** larsgk has quit IRC
[15:26:39] *** VinceZa has joined #angularjs
[15:27:07] <Santhosh> yes, I need to store all rest URL's in JSON and inject the json config into my REST factory which speak with my Java backend
[15:27:12] *** FIFOd[a] has joined #angularjs
[15:27:13] *** danish has quit IRC
[15:27:20] *** jpstone has joined #angularjs
[15:27:27] *** mtsr has joined #angularjs
[15:27:35] <Foxandxss> show an example of that json to me
[15:28:01] *** c00ljs has joined #angularjs
[15:28:01] <Santhosh> it can be just a json of URL's
[15:28:04] *** darrin has joined #angularjs
[15:28:23] <Santhosh> { baseURL: "www.example.com/rest/users",
[15:28:29] *** doodlehaus has quit IRC
[15:28:41] *** livingstn has joined #angularjs
[15:28:45] <Foxandxss> alrighty
[15:28:50] <Foxandxss> let me create an example
[15:28:51] *** cleme1mp has joined #angularjs
[15:29:01] *** e0ipso has joined #angularjs
[15:29:43] *** mven has joined #angularjs
[15:29:56] *** arkin has quit IRC
[15:30:09] *** AngularUI has joined #angularjs
[15:30:10]
<AngularUI> [bootstrap] onjiro opened pull request #2978: feat(modal): pass reason when opened promise rejected (master...pass-original-reason-on-open-rejected) http://git.io/mDWsIg
[15:30:10] *** AngularUI has left #angularjs
[15:30:16] *** arkin has joined #angularjs
[15:30:18] <nerder> it works as expected, but the trips in the getTrips function is still null
[15:30:32] *** adpirz has quit IRC
[15:30:33] *** unomas has quit IRC
[15:30:36] *** AtomicCookie has joined #angularjs
[15:30:50] <nerder> even if i can see that inside of getGeocode is setted with the object that i expect as a response from the backend call
[15:30:53] <lsiv568> nerder: You need to read up on promises and better understand async
[15:30:53] *** mtsr has quit IRC
[15:30:56] *** SergioFilhow has joined #angularjs
[15:31:06] *** tskaggs has joined #angularjs
[15:31:15] <nerder> it looks like a function scope problem to me
[15:31:28] <lsiv568> In your controller you need to do this: RoutingServiceTamTam.getTrips().success();
[15:31:47] *** shubhu has joined #angularjs
[15:31:58] *** _BlackMage_ has joined #angularjs
[15:32:04] *** doodlehaus has joined #angularjs
[15:32:08] *** nycdevgirl has joined #angularjs
[15:32:16] *** cacts|wtf has joined #angularjs
[15:32:16] *** vassagus has joined #angularjs
[15:32:19] *** e0ipso is now known as e0ipso|away
[15:32:32] *** thomastuts has quit IRC
[15:32:32] <lsiv568> or RoutingServiceTamTam.getGeocode().then(RoutingServiceTamTam.getTrips())
[15:32:51] <nerder> lsiv568: even if in the getTrips function i do just a return?
[15:33:09] *** e0ipso|away is now known as e0ipso
[15:33:14] <lsiv568> getTrips function is returning something that is defined within a callback which is async
[15:33:31] <lsiv568> nerder: right now you are just returning trips and it's null/undefined.
[15:33:52] <Santhosh> @Foxandxss any help on this..
[15:34:00] *** \du has quit IRC
[15:34:02] <Foxandxss> Santhosh: I am creating an example, patience
[15:34:02] *** NorthBlast has joined #angularjs
[15:34:06] *** azizur has quit IRC
[15:34:09] *** Pluff has quit IRC
[15:34:16] *** ngbot has joined #angularjs
[15:34:17] <ngbot> angular.js/master eec2020 Brian Westrich: docs(tutorial/step-5): include sort and filter in json view experiment...
[15:34:17] *** ngbot has left #angularjs
[15:34:36] *** ngbot has joined #angularjs
[15:34:37] <ngbot> angular.js/v1.2.x 7ff5ec2 Brian Westrich: docs(tutorial/step-5): include sort and filter in json view experiment...
[15:34:37] *** ngbot has left #angularjs
[15:34:37] *** bayousoft has quit IRC
[15:34:44] <jcool> how can we change date format of data being saved in model?
[15:34:46] <Santhosh> @Foxandxss sorry.. thanks...
[15:34:51] *** walden|afk is now known as walden
[15:35:01] <nerder> lsiv568: Cannot read property 'success' of undefined
[15:35:10] *** bayousoft has joined #angularjs
[15:35:27] *** tplaner has joined #angularjs
[15:35:49] <lsiv568> nerder: did you copy and paste my psuedocode?
[15:35:50] *** Txandy has joined #angularjs
[15:36:01] *** tskaggs has quit IRC
[15:36:01] <lsiv568> obviously getTrips() does not return a promise so you can not call .success on it
[15:36:26] <nerder> yep, i ask first xD i'm stucked on this for about 4h
[15:36:35] <nerder> i'm fucked xD
[15:36:54] *** sigurding has joined #angularjs
[15:37:04] *** FunnyLookinHat has quit IRC
[15:37:10] <nerder> i knew it actually, but i didn't know how to do it anymore xD
[15:37:39] *** bayousoft has quit IRC
[15:37:56] *** atomical has joined #angularjs
[15:38:19] *** bayousoft has joined #angularjs
[15:38:46] <Siecje> how can you test the value of the text of a span in protractor?
[15:38:52] *** BillCriswell has joined #angularjs
[15:38:53] *** tunavargi has joined #angularjs
[15:39:36] *** jstroem has quit IRC
[15:40:25] *** kevinxu has joined #angularjs
[15:40:31] *** mtsr has joined #angularjs
[15:40:41] *** bayousoft has quit IRC
[15:40:47] *** jstroem has joined #angularjs
[15:40:53] *** kevinxu is now known as Guest64301
[15:41:13] *** bayousoft has joined #angularjs
[15:41:38] *** niklasmodess has quit IRC
[15:41:48] *** IJNX has quit IRC
[15:42:04] *** sybarite has quit IRC
[15:43:01] *** lsiv568 has quit IRC
[15:43:40] *** mdel has joined #angularjs
[15:43:43] *** prosper has joined #angularjs
[15:43:54] *** niklasmodess has joined #angularjs
[15:44:07] *** prosper is now known as Guest46344
[15:45:01] *** ngbot has joined #angularjs
[15:45:02] <ngbot> angular.js/master 4d885cb samuel durand: docs($anchorScrollProvider): remove repeated word...
[15:45:02] *** ngbot has left #angularjs
[15:45:30] *** soee has quit IRC
[15:46:01] *** TyrfingMjolnir has joined #angularjs
[15:46:01] *** frem has joined #angularjs
[15:46:06] *** a3gis has joined #angularjs
[15:46:08] *** VinceZa has left #angularjs
[15:46:29] *** jowe has joined #angularjs
[15:46:43] *** bayousoft has quit IRC
[15:47:07] *** ngbot has joined #angularjs
[15:47:07] <ngbot> angular.js/v1.2.x 38ff199 samuel durand: docs($anchorScrollProvider): document disableAutoScrolling method
[15:47:07] *** ngbot has left #angularjs
[15:47:19] *** bayousoft has joined #angularjs
[15:47:23] *** azizur has joined #angularjs
[15:47:30] <jowe> is someone here who can help me with UI Router $states ?
[15:47:53] *** plato has quit IRC
[15:48:16] *** greengriminal has joined #angularjs
[15:48:32] *** lewdev has joined #angularjs
[15:48:38] *** cthrax has joined #angularjs
[15:49:39] *** lsiv568 has joined #angularjs
[15:49:46] *** bayousoft has quit IRC
[15:49:56] *** ggrzybek_brb is now known as ggrzybek
[15:50:19] *** bayousoft has joined #angularjs
[15:50:53] *** Lakario has joined #angularjs
[15:51:03] *** zivester has joined #angularjs
[15:51:14] *** bmac has joined #angularjs
[15:52:05] *** scriptThis has quit IRC
[15:52:45] *** azizur has quit IRC
[15:53:00] *** azizur has joined #angularjs
[15:53:02] *** CodeFriar has quit IRC
[15:53:15] *** CodeFriar has joined #angularjs
[15:53:17] <Evanion> What ya need jowe?
[15:53:21] *** yandos has joined #angularjs
[15:53:32] <Foxandxss> Santhosh: sorry for taking long, but while I do it, I see better ways to do it
[15:53:35] *** preben__ has quit IRC
[15:53:37] *** shackleford has joined #angularjs
[15:53:44] *** preben__ has joined #angularjs
[15:53:47] *** discgo has joined #angularjs
[15:53:54] *** Sebastien-L has quit IRC
[15:53:56] *** preben__ has quit IRC
[15:53:57] *** sojic has joined #angularjs
[15:54:17] *** notbenj|afk has quit IRC
[15:54:22] *** phpbutcher_ has joined #angularjs
[15:54:22] *** shackleford has quit IRC
[15:54:47] <sojic> Anybody to point me to good tutorial/screencast explaining promises? It is nightmare!!!!
[15:54:58] *** shackleford has joined #angularjs
[15:55:03] <nerder> sojic: i know that feeling, holy crap
[15:55:10] <Evanion> sure sojie .. I know a good one about $q
[15:55:31] <Evanion> here ya go
[15:56:14] <Santhosh> @Foxandxss :D Please suggest me a better way to clean up the rest URL from Rest factory, I felt if we remove all hardcoded url and put them in a json and refer them in factory, anytime they can go the json and edit the url
[15:56:16] <sweeper> mmm, angular-material is niiiice
[15:56:35] <sojic> Evanion, thanks
[15:56:56] *** mtsr has quit IRC
[15:57:01] *** TyrfingMjolnir has quit IRC
[15:57:11] <Evanion> I’m playing with*
[15:57:12] *** Sebastien-L has joined #angularjs
[15:57:36] <SergioFilhow> does anyone know how to create a interceptor to catch unhandled $http errors?
[15:58:00] <Foxandxss> something like that should work
[15:58:09] <Foxandxss> can be done better, but seems that I am not on the thinking day
[15:58:12] *** pu239 has joined #angularjs
[15:58:24] *** Snugug has joined #angularjs
[15:58:41] *** eamonn has quit IRC
[15:58:51] *** poofmoot_ has quit IRC
[15:58:59] *** shubhu has quit IRC
[15:59:02] *** poofmooter has joined #angularjs
[15:59:03] *** phpbutcher_ has quit IRC
[15:59:38] *** NorthBlast has quit IRC
[15:59:42] *** Snugug has quit IRC
[16:00:06] *** macabre has joined #angularjs
[16:00:12] *** jlambert121 has quit IRC
[16:00:18] *** TyrfingMjolnir has joined #angularjs
[16:00:33] *** corehook has joined #angularjs
[16:01:04] *** anapitupulu_ has joined #angularjs
[16:01:19] *** mennea has quit IRC
[16:01:37] <yandos> SergioFilhow: have you added an inteceptor to a app before?
[16:01:41] *** Snugug has joined #angularjs
[16:01:47] <Santhosh> @Foxandxss You made my day.. Let me try that on my code.. Can you please mail me if you get any better ways to do this.. I will be really grateful to you..
[16:01:52] *** anapitupulu has quit IRC
[16:01:56] *** mennea has joined #angularjs
[16:02:20] <SergioFilhow> yandos: yea, I just added one that is catching all errors, including handled errors (the custom handler isn't activated)
[16:02:20] <Foxandxss> Santhosh: I prefer to hardcode them on a constant service
[16:02:22] *** dcherman has joined #angularjs
[16:02:24] *** jeffscottward has joined #angularjs
[16:02:24] <Foxandxss> but that is up to you
[16:02:56] *** tunavargi has quit IRC
[16:03:23] *** frankblizzar has joined #angularjs
[16:03:26] <SergioFilhow> yandos: I just want to get the $http promise reference, so I can add an error handler after the custom error handler, if there's one
[16:03:28] <Santhosh> is there any donwside to using a factory to load a external json storing urls..
[16:03:38] *** AndreasLutro has quit IRC
[16:03:56] *** sirkitree|afk has joined #angularjs
[16:04:01] *** sirkitree|afk is now known as sirkitree
[16:04:20] *** plato has joined #angularjs
[16:05:23] *** shinnya has quit IRC
[16:05:43] *** sk87 has joined #angularjs
[16:05:50] <Santhosh> @Foxandxss Thanks for the example..I'll also check constant service way of doing it..
[16:05:50] *** plato has quit IRC
[16:06:19] *** plato has joined #angularjs
[16:06:31] *** sigurding has quit IRC
[16:06:32] *** jasonp has joined #angularjs
[16:06:44] <yandos> SergioFilhow: ah sorry, i use errorcodes.indexof(response.status) to handle any unforseen error codes
[16:06:49] *** bayousoft has quit IRC
[16:06:58] <yandos> probably not applicable to what your wanting to do
[16:07:06] *** Trow has quit IRC
[16:07:16] *** yoshokatana has joined #angularjs
[16:07:30] *** bayousoft has joined #angularjs
[16:07:48] <SergioFilhow> yandos: I have an interceptor that handles response code 500, but I made a call that has a custom error handler, handling the 500 responde code, but the generic error handler is handling this error before
[16:07:52] *** lsiv568 has quit IRC
[16:08:36] *** Poppabear has joined #angularjs
[16:09:02] *** mary5030 has joined #angularjs
[16:09:04] *** edrocks has joined #angularjs
[16:09:17] *** c00ljs has quit IRC
[16:09:32] *** mary5030 has quit IRC
[16:10:15] *** techsethi has joined #angularjs
[16:10:21] <yandos> SergioFilhow: by generic you mean the one added via your interceptor?
[16:10:26] *** ikevin has quit IRC
[16:10:29] *** mary5030 has joined #angularjs
[16:10:37] *** MisterLemons has joined #angularjs
[16:10:44] *** jlebrech has quit IRC
[16:11:04] *** oste has joined #angularjs
[16:11:39] *** TyrfingMjolnir has quit IRC
[16:11:54] *** ckng_ has joined #angularjs
[16:12:08] <MisterLemons> Hello All, Got a question about routing. Anybody feel up to the challenge?! I would have a button with this ui-sref="project_events_detail_reports_builder_index({projectSlug: project.slug, eventSlug:event.slug}) how in gods name do I do a similar thing in a controller? For example I want to re-direct to a view using the name of the view instead of contracting the URL manually. Or is this not possible?
[16:12:26] <MisterLemons> constructing*
[16:12:47] *** TyrfingMjolnir has joined #angularjs
[16:12:57] *** jlebrech_ has joined #angularjs
[16:13:19] <swirlycheetah> state.go
[16:13:20] *** _BlackMage_ has quit IRC
[16:13:22] *** Bade has joined #angularjs
[16:13:54] <swirlycheetah> MisterLemons: e.g. $state.go('the-state-name-in-quotes')
[16:14:01] <jlebrech_> with ng-model can i do something like ng-model="obj.value as val" ?
[16:14:16] *** c00ljs has joined #angularjs
[16:14:22] *** eamonn has joined #angularjs
[16:14:25] *** jeffisabelle has quit IRC
[16:14:31] <jlebrech_> i have a checkbox that reads one value but writes to another value
[16:14:39] <MisterLemons> Thank you very much sqirlycheetah!
[16:14:55] *** jowe has quit IRC
[16:15:27] *** lsiv568 has joined #angularjs
[16:15:53] *** plato has quit IRC
[16:15:54] *** dsdeiz has quit IRC
[16:16:05] *** enigmarm has joined #angularjs
[16:16:16] *** optikalmouse has joined #angularjs
[16:16:21] <swirlycheetah> np, hope it works
[16:17:18] *** ansu has quit IRC
[16:17:56] *** plato has joined #angularjs
[16:18:25] *** ansu has joined #angularjs
[16:18:57] *** Bade has quit IRC
[16:18:57] *** cotko has quit IRC
[16:19:21] <Evanion> MisterLemons, width parameters the call would be $state.go('the-state-name-in-quotes’, {projectSlug: var.slug, eventSlug: var.evenslug})
[16:19:37] *** tomzx is now known as tomzx`afk
[16:19:39] *** Vypah has joined #angularjs
[16:20:06] *** ahtik_ has quit IRC
[16:20:10] *** plato has quit IRC
[16:20:13] *** bbankes_ has joined #angularjs
[16:20:16] *** macabre has quit IRC
[16:20:24] *** ahtik_ has joined #angularjs
[16:20:33] *** ingsoc has joined #angularjs
[16:21:25] *** raibutera has joined #angularjs
[16:21:39] <raibutera> i want to implement chat in my angular app
[16:21:59] <benjick> socket.io?
[16:22:00] *** Poppabear has quit IRC
[16:22:01] <Evanion> I recommend websockets
[16:22:12] *** _BlackMage_ has joined #angularjs
[16:22:15] <raibutera> problem is, it's mobile first... and i'm struggling to figure out the best input box implementation
[16:22:22] <raibutera> anyone done anything similar?
[16:22:39] <raibutera> fixed position elements really struggle with mobile safari and chrome mobile when virtual keyboard comes up
[16:22:52] <raibutera> thanks benjick and evanion, i intend to use sockets
[16:23:19] <Evanion> ok, so it’s a CSS question rather then Angular?
[16:23:28] <benjick> socket.io is kinda quick to get started with, they even have a chat example
[16:23:31] <benjick> or you could look at firebase
[16:23:32] *** plato has joined #angularjs
[16:23:44] <raibutera> its a hybrid question
[16:23:48] *** cacts has quit IRC
[16:23:48] *** bbankes has quit IRC
[16:23:56] *** AngularUI has joined #angularjs
[16:23:57] <AngularUI> ng-grid/master ba0c342 Erik Sikander: Fix rowBuilders gridOption attribute
[16:23:57] <AngularUI> ng-grid/master 3f91e1e Brian Hann: Merge pull request #2098 from mathiasdose/rowBuilderReturnUndefined...
[16:23:57] *** AngularUI has left #angularjs
[16:23:57] <raibutera> i noticed ionic framework had a workaround for it
[16:23:57] *** FunnyLookinHat has joined #angularjs
[16:24:07] <raibutera> but ionic isn't really designed for in-browser
[16:24:22] <sweeper> yea what's up with that anyways
[16:24:41] *** Poppabear has joined #angularjs
[16:24:42] <sweeper> would love to finally have something modern that really works cross-platform :/
[16:24:47] <raibutera> i was wondering if anyone knew of an angular chat library or something they used
[16:24:56] <sweeper> raibutera: websockets
[16:25:01] *** sk87 has quit IRC
[16:25:20] *** whitebook has joined #angularjs
[16:25:28] <raibutera> i mean more front-end focused rather than interfacing with the backend
[16:25:35] <raibutera> sockets.io is a given
[16:25:38] *** bbankes_ has quit IRC
[16:25:57] *** moritzs has joined #angularjs
[16:26:17] <swirlycheetah> socket.io != websockets btw
[16:26:59] *** japhar81 has joined #angularjs
[16:27:01] <Evanion> I work with Ionic, and develop primarily in the browers .. now while Ionic isn’t really developed for a browser, … it will work just fine …
[16:27:01] *** kba has quit IRC
[16:27:37] *** zivester has quit IRC
[16:27:55] *** corehook has quit IRC
[16:28:00] *** kba has joined #angularjs
[16:28:02] <raibutera> evanion, the ionic virtual keyboard plugin included?
[16:28:15] <Evanion> no, that would require Cordova
[16:28:22] <raibutera> exactly my issue :<
[16:28:35] <Evanion> Well, you will have that issue no matter what ...
[16:28:40] <raibutera> and im guessing if the mighty ionic team has an issue
[16:28:46] <raibutera> then i wont fare any better
[16:28:49] <raibutera> exactly
[16:28:52] <raibutera> Evanion :<
[16:28:55] <Evanion> The api for the keyboard isn’t available in the mobile brower
[16:29:05] <Evanion> thats a vendor issue from apple/google
[16:29:10] *** NigelS has quit IRC
[16:29:48] <Evanion> the keyboard change depending on the element type … ie, date, text, numbers etc
[16:29:51] *** bayousoft has quit IRC
[16:30:12] <Evanion> If you want to have more controll .. that will require an app.
[16:30:19] <raibutera> oh Evanion i'm more interested iin the positioning features it has
[16:30:21] *** NigelS has joined #angularjs
[16:30:29] *** bayousoft has joined #angularjs
[16:30:30] *** esparkman-mbp has joined #angularjs
[16:30:31] <Evanion> you mean the focusing?
[16:30:33] <raibutera> ie. i want the chat input box to be fixed to bottom of screen
[16:30:40] <raibutera> but when input is focused it should hover above the keyboard
[16:30:50] *** macabre has joined #angularjs
[16:30:51] <raibutera> ionic does it using ion-footer
[16:30:54] *** macabre has quit IRC
[16:30:55] *** macabre has joined #angularjs
[16:31:11] <raibutera> i know its not pure css.. theres gotta be some JS trickery involved
[16:31:24] <Evanion> yea… I would probably go with a js solution for that … since position:fixed isn’t really an option
[16:31:34] <raibutera> exactly, i was wondering if anyone knew of one
[16:31:34] *** azizur1 has joined #angularjs
[16:31:37] <raibutera> brb restarting pc :<
[16:31:40] *** raibutera has quit IRC
[16:32:19] *** sk87 has joined #angularjs
[16:32:57] *** AlSquire has quit IRC
[16:33:01] *** teddyp1cker has joined #angularjs
[16:33:23] *** AlSquire has joined #angularjs
[16:33:23] *** azizur has quit IRC
[16:33:37] *** anapitupulu__ has joined #angularjs
[16:33:49] *** bbankes has joined #angularjs
[16:34:57] *** macabre has quit IRC
[16:35:10] *** macabre has joined #angularjs
[16:35:31] *** darrin has quit IRC
[16:36:23] *** anapitupulu_ has quit IRC
[16:36:27] *** swirlycheetah has quit IRC
[16:36:31] *** darrin has joined #angularjs
[16:36:58] <BahamutWC|Work> Evanion: there is one issue with Ionic on the browser - the refresher and infinite directives don’t play well with overflow-scroll=“true” on the content directive
[16:37:25] <BahamutWC|Work> basically forced to split templates for the browser and for mobile because of this
[16:37:41] *** cwill747 has joined #angularjs
[16:37:42] *** teddyp1cker has quit IRC
[16:37:57] *** raibutera has joined #angularjs
[16:38:04] <Evanion> Yea, there are some issues .. natrually
[16:38:06] *** ggrzybek has quit IRC
[16:38:10] <nerder> i can force angular to be sync instead of asyinc?
[16:38:12] *** vassagus has quit IRC
[16:38:13] *** eBureau has joined #angularjs
[16:38:22] <BahamutWC|Work> nerder: explain your problem
[16:38:31] *** samuel02 has joined #angularjs
[16:38:31] *** platonic has joined #angularjs
[16:38:32] *** vassagus has joined #angularjs
[16:38:36] <sweeper> nerder: chain the promises!
[16:38:56] <nerder> sweeper: i did, but i can chain the function?
[16:39:05] <Evanion> nerder $q.all()?
[16:39:25] <sweeper> nerder: sure
[16:39:41] *** sojic has quit IRC
[16:39:44] *** ben_dev has joined #angularjs
[16:39:57] *** mokush has quit IRC
[16:40:04] <nerder> that's my code, sometime trips is defined sometimes is undefined, i guess because sometimes getTrips() is called first, and is not good to me
[16:40:22] *** Josh has joined #angularjs
[16:40:41] <BahamutWC|Work> $q.all([getTrips(), getGeocode()]).then(success)
[16:40:54] *** Josh is now known as Guest29660
[16:40:54] *** josh-k has joined #angularjs
[16:41:02] *** thumpba has joined #angularjs
[16:41:05] <nerder> in the RoutesCtrl?
[16:41:09] *** darrin has quit IRC
[16:41:24] <BahamutWC|Work> you probably want to create a service in your factory to do this logic
[16:41:33] *** bb6xt has joined #angularjs
[16:41:38] <sweeper> or getTrips().then(function() {getGeocode().then(success) } )
[16:42:11] <BahamutWC|Work> yeah, depends on what you need to do
[16:42:14] <nerder> but my issue is that getGeocode(Array) expect something, i cannot leave it blank, and i get the value from another view
[16:42:28] <BahamutWC|Work> getTrips().then(getGeocode).then(success)
[16:42:33] *** bbankes has quit IRC
[16:42:34] <BahamutWC|Work> or something like that
[16:42:56] *** threesixes has joined #angularjs
[16:43:24] *** platonic has quit IRC
[16:43:30] *** cthrax has quit IRC
[16:43:52] <Evanion> Nerder, watch the video I linked, It will give you waht your after
[16:43:53] *** raibutera has quit IRC
[16:43:55] *** esparkman-mbp has quit IRC
[16:44:02] <Evanion> it’s only 26 minutes…
[16:44:06] <nerder> Evanion: i'm having a look of that ;)
[16:44:08] <nerder> thank you
[16:44:32] *** JesuZ has joined #angularjs
[16:44:44] *** Guest29660 has quit IRC
[16:44:53] *** rawGem has joined #angularjs
[16:44:53] *** rawGem is now known as mhoffman
[16:44:58] *** xavia has joined #angularjs
[16:45:06] *** NorthBlast has joined #angularjs
[16:45:07] *** tripu has quit IRC
[16:45:20] *** raibutera has joined #angularjs
[16:45:25] *** josh-k has quit IRC
[16:45:37] *** macabre has quit IRC
[16:45:54] *** ahtik_ has quit IRC
[16:45:56] *** thumpba has quit IRC
[16:46:12] *** Aliks has joined #angularjs
[16:46:13] *** sigurding has joined #angularjs
[16:46:29] *** intellix has quit IRC
[16:46:40] *** tripu has joined #angularjs
[16:47:15] *** nandoflorestan has joined #angularjs
[16:47:28] *** Vypah has quit IRC
[16:48:11] *** marcjs has quit IRC
[16:48:31] *** BahamutWC|Work has quit IRC
[16:48:53] *** conan_the_destro has joined #angularjs
[16:49:16] *** marcjs has joined #angularjs
[16:49:26] *** icfantv has joined #angularjs
[16:49:34] *** intellix has joined #angularjs
[16:49:52] *** _BlackMage_1 has joined #angularjs
[16:50:17] *** Aliks has quit IRC
[16:50:34] *** eamonn has quit IRC
[16:50:40] *** macabre has joined #angularjs
[16:50:49] *** nagappan has quit IRC
[16:50:54] *** _BlackMage_ has quit IRC
[16:50:57] *** drult has quit IRC
[16:51:25] *** okdamn has joined #angularjs
[16:51:30] <okdamn> hey oh lets go
[16:51:31] *** nagappan has joined #angularjs
[16:51:39] <okdamn> can i call a provider form run() method?
[16:52:38] <Foxandxss> no
[16:52:54] *** stirlingw has joined #angularjs
[16:53:12] *** jheady1 has joined #angularjs
[16:53:20] *** jheady1 has left #angularjs
[16:53:38] *** recidive has joined #angularjs
[16:54:00] *** tomzx`afk is now known as tomzx
[16:54:06] *** yelvert has joined #angularjs
[16:54:34] *** lite has joined #angularjs
[16:54:42] *** discgo has quit IRC
[16:55:03] *** tfennelly has quit IRC
[16:55:53] <okdamn> Foxandxss: i have a little problem with websockets on cordova, they are ready only at deviceready
[16:56:03] <okdamn> but i have to set the websocket url in config() actually
[16:56:18] <okdamn> how can i move the websocket url setter when device is ready?
[16:57:20] *** cornerma1 has joined #angularjs
[16:57:27] *** lexek_ has joined #angularjs
[16:58:12] *** serengeor has quit IRC
[16:58:52] *** Evanion has quit IRC
[16:59:16] *** jstroem has quit IRC
[16:59:22] <Foxandxss> I don't know
[16:59:25] <Foxandxss> maybe manual bootstrap
[16:59:42] *** jstroem has joined #angularjs
[17:00:07] *** jstroem has quit IRC
[17:00:07] *** busticated has joined #angularjs
[17:00:07] <okdamn> eheh ok np thanks
[17:00:11] <ingsoc> okdamn: ionic has ng-cordova
[17:00:17] *** cornerman has quit IRC
[17:00:17] *** cornerma1 is now known as cornerman
[17:00:19] *** Vypah has joined #angularjs
[17:00:20] <ingsoc> might be worth a look
[17:00:32] <ingsoc> either use that directive or have a look at source to see what they do
[17:00:33] *** jstroem has joined #angularjs
[17:00:43] *** jiskiras has joined #angularjs
[17:00:50] *** JosefDe has joined #angularjs
[17:01:20] <seriema> BahamutWC: hey =) did you have a look at my pm? I messed up with disabling my computer from going to sleep so I don't know if I just missed any messages
[17:01:21] *** naneau has joined #angularjs
[17:01:30] *** speaking1ode is now known as speakingcode
[17:01:31] <JosefDe> Hi guys. When I try to use http.delete() then I get a 404 error (Not found). But when I do the same request with Firefox's REST-Client the DELETE-Request works. Somehow Angular sets the wrong Content-Type. How can I fix this? I don't get why Angular makes problems with such a simple thing
[17:01:38] *** thedodd has joined #angularjs
[17:01:39] <okdamn> ingsoc: yes i am using ionic, but they didnt gave the websocket support for android < 4.3
[17:01:39] *** edy has quit IRC
[17:01:49] <okdamn> ngcordova is more ios oriented i guess
[17:01:55] <okdamn> as for all the ionic project :P
[17:02:04] *** tskaggs_ has joined #angularjs
[17:02:08] <seriema> wafflej0ck_: sorry, I messed up my sleep-setting on the laptop so it disconnected. did you have any comments for me?
[17:02:13] <okdamn> so i installed a cordova plugin i found on github for adding websocket support to android 4.3 <
[17:02:30] <okdamn> but the windowWebSocket() method is available only at deviceready
[17:02:32] <ingsoc> okdamn: ah ok, fair enough.
[17:02:40] <okdamn> ehehe :P
[17:02:51] <JosefDe> okdamn: I have my problems with ngcordova as well. It doesn't work
[17:03:02] <okdamn> JosefDe: what you use it for?
[17:03:05] <JosefDe> okdamn: Using Push plugin is a huge pain, because I want to access scope variables
[17:03:08] <Foxandxss> it doesn't work, or you can't make it work?
[17:03:12] <Foxandxss> that is different
[17:03:13] <JosefDe> okdamn: For APN (Apple Push Notification)
[17:03:13] <okdamn> i installed few 3/4 plugins without ngcordova actually
[17:03:37] <okdamn> JosefDe: ah dunno didnt tryed ngcordova yet :P have you tryed external plugins for that?
[17:03:44] <JosefDe> Foxandxss: It's behaving like a diva. I talk to ngCordova very niceley, but it doesn't like me. I don't know why
[17:04:13] <okdamn> :D sometimes u have to pay attention installing plugins its what i learnt from cordova
[17:04:16] *** chaohuanghong1 has joined #angularjs
[17:04:26] *** pu239 has left #angularjs
[17:04:33] <okdamn> sometimes i had to install plugin , remove the platform and add the platform again to make it work :/
[17:04:35] <JosefDe> Using external plugins brings problems with interaction with Angular. If you don't use a Angular port then how are you going to access cope variables and interact with Angular Services and so on
[17:04:48] <JosefDe> I mean scope variables
[17:04:49] <okdamn> JosefDe: window! :D
[17:04:54] <JosefDe> Oh god no :)
[17:04:54] *** jstroem has quit IRC
[17:04:56] <okdamn> window.cordova.plugins as i remember
[17:04:57] *** Poppabear has quit IRC
[17:05:13] <JosefDe> okdamn: How do you want to access scope variables from window?
[17:05:17] *** Poppabear has joined #angularjs
[17:05:18] *** mennea has quit IRC
[17:05:18] *** phaggood has joined #angularjs
[17:05:20] <okdamn> JosefDe: and how you think ngCordova access to them ? :)
[17:05:21] *** chaohuanghong has quit IRC
[17:05:22] *** thane75 has joined #angularjs
[17:05:31] *** yelvert has quit IRC
[17:05:34] <phaggood> another jasmine problem for me today
[17:05:36] <JosefDe> okdamn: That's my pain at the moment
[17:05:43] *** bkuberek has joined #angularjs
[17:05:46] <okdamn> yeah me tho
[17:05:55] <JosefDe> okdamn: I can only use a window function as a callback function for ngCordova and not a scope-function. That's really sad
[17:05:56] *** yelvert has joined #angularjs
[17:06:14] <JosefDe> okdamns: That's where the problem lies
[17:06:17] <phaggood> beforeEach(inject(function (_RosemarkService_, _$httpBackend_) {
[17:06:18] <phaggood> $httpBackend = _$httpBackend_;
[17:06:19] <phaggood> RosemarkService = _RosemarkService_;
[17:06:20] <phaggood> $httpBackend.whenGET('/RMServer/session').respond({ response: fakeJsonResponse });
[17:06:21] <phaggood> }));
[17:06:21] <okdamn> JosefDe: yep for me its the same
[17:06:42] *** tskaggs_ has quit IRC
[17:06:43] <JosefDe> okdamns: So maybe it is possible to acces scope variables outside a window function but you really shouldn't do it. It's not a standard Angular thing
[17:06:49] *** StryKaizer has quit IRC
[17:06:57] <okdamn> JosefDe: now my problem is how to run a provider method on $ionicPlatformReady :(
[17:07:00] <JosefDe> okdamns: It might work today, but not in future
[17:07:00] <phaggood> reponse seems to always attempt to mock getting my html template, not my service call
[17:07:08] *** snurfery has quit IRC
[17:07:19] <okdamn> JosefDe: do you know if $ionicPlatformReady is available in config() ? :D
[17:07:19] <phaggood> Error: Unexpected request: GET templates/tab-assignedShiftView.html
[17:07:20] <phaggood> No more request expected
[17:07:49] *** bkuberek_ has joined #angularjs
[17:08:06] <JosefDe> okdamn: I'm using Cordova. It's something similar. It should fire a "deviceready" event, but that's my next pain: Angular doesn't like $document.addEventListener("deviceready"). I get error with "undefined, null..."
[17:08:14] *** lvivski has joined #angularjs
[17:08:15] <phaggood> the service call:
[17:08:16] <phaggood> $http.get('/RMServer/session').then(
[17:08:17] <phaggood> function(response){
[17:08:18] <phaggood> msg = deserialize(response);
[17:08:19] <phaggood> }
[17:08:20] *** bkuberek_ has joined #angularjs
[17:08:20] <phaggood> );
[17:08:26] <Helzibah> please stop pasting code in here :(
[17:08:26] <okdamn> JosefDe: damn :P yeah
[17:08:28] <Foxandxss> don't paste on the channel
[17:08:29] <Foxandxss> for god sake
[17:08:31] <Helzibah> pastebins ebist for a reason
[17:08:35] <Helzibah> exist even
[17:08:39] <JosefDe> okdamn: So ngCordova is a pure pain. And the last pain is, that it's not documented well
[17:08:42] <okdamn> JosefDe: you need to use $window.document.etc
[17:08:56] <JosefDe> okdamn: Why not $document?
[17:09:03] <okdamn> JosefDe: yes just give that guys some time they are doing it correctly imho ;)
[17:09:22] *** wmbutler has joined #angularjs
[17:09:24] <okdamn> JosefDe: dunno using $window.document should work
[17:09:34] <JosefDe> okdamn: Ok.
[17:09:58] <JosefDe> No I don't really understand why http.delete() in AngularJS is not working but in the Firefox's REST-Client. Can anyone tell me the reason?
[17:10:16] *** busticated has quit IRC
[17:10:19] *** yelvert has quit IRC
[17:10:29] *** ckng has quit IRC
[17:10:39] *** ckng_ has quit IRC
[17:10:42] *** scotty has joined #angularjs
[17:10:49] *** mak`` has joined #angularjs
[17:10:54] *** macobo has quit IRC
[17:11:01] *** cbennett_ has joined #angularjs
[17:11:05] *** bkuberek has quit IRC
[17:11:09] *** busticated has joined #angularjs
[17:11:19] *** scotty has quit IRC
[17:11:46] *** bjtitus has joined #angularjs
[17:12:23] *** sigurding has quit IRC
[17:12:25] *** bkuberek has joined #angularjs
[17:12:30] <ingsoc> JosefDe: are the requests the same in firebug ?
[17:12:45] *** s3v has quit IRC
[17:12:55] *** cthrax has joined #angularjs
[17:13:07] <JosefDe> ingsoc: I think so. Wait a second I'm looking
[17:13:10] <ingsoc> accept/content-type
[17:13:23] <ingsoc> do you control the backend
[17:13:44] <JosefDe> backend?
[17:14:14] <ingsoc> the service you are calling
[17:14:18] <JosefDe> ingosc: no
[17:14:32] *** cbennett has quit IRC
[17:14:42] <ingsoc> shoul dbe easy to determnine what is different using firebug
[17:14:43] <JosefDe> ingsoc: I hate that. Firebug doesn't show the request sent from the Firefox Plugin. Ok, I have to install Wireshark
[17:14:52] *** adpirz has joined #angularjs
[17:15:10] *** corehook has joined #angularjs
[17:15:11] *** sigurding has joined #angularjs
[17:15:17] *** bkuberek_ has quit IRC
[17:15:26] <ingsoc> you could try curl
[17:15:28] *** mityaz has quit IRC
[17:15:33] <ingsoc> a delete should be pretty simple ?
[17:15:33] *** sigurding has quit IRC
[17:15:41] *** preben__ has joined #angularjs
[17:15:42] *** cbennett_ has quit IRC
[17:15:44] <ingsoc> curl also allows debug info to be printed
[17:15:48] *** c00ljs has quit IRC
[17:15:50] *** renlo has joined #angularjs
[17:15:54] <JosefDe> ok
[17:15:59] <ingsoc> (request/response headers etc.)
[17:16:14] *** thane75 has quit IRC
[17:16:40] *** JesuZ has quit IRC
[17:17:02] <JosefDe> Ok. Now I'm comparing
[17:17:07] *** Dimlock has joined #angularjs
[17:17:12] *** cbennett has joined #angularjs
[17:17:24] *** jlebrech_ has quit IRC
[17:17:26] *** AngularUI has joined #angularjs
[17:17:26]
<AngularUI> [ui-router] christopherthielen pushed 1 new commit to master: http://git.io/11KYTg
[17:17:26] <AngularUI> ui-router/master 74aa609 christopherthielen: fix(ArrayType): specify empty array mapping corner case...
[17:17:26] *** AngularUI has left #angularjs
[17:17:56] <JosefDe> ingsoc: The first difference I see is that my AngularJS app doesn't set "Content-Type". CURL is setting Content-Type to "application/javascript"
[17:17:57] *** cbennett has quit IRC
[17:18:08] *** serengeor has joined #angularjs
[17:18:10] *** jagga has quit IRC
[17:18:23] *** thane75 has joined #angularjs
[17:18:47] *** bjtitus has quit IRC
[17:18:57] *** _BlackMage_1 has quit IRC
[17:19:21] *** juampy has joined #angularjs
[17:19:29] *** jlebrech has joined #angularjs
[17:19:32] <JosefDe> I thought that AngularJS automatically adds Content-Type?
[17:19:44] *** adpirz has quit IRC
[17:19:53] *** serengeor has quit IRC
[17:20:17] <JosefDe> Man that's really sad. Why isn't AngularJS setting Content-Type?
[17:20:49] *** kixo_ has quit IRC
[17:20:53] *** rud has quit IRC
[17:20:57] *** azizur1 has quit IRC
[17:21:03] <ingsoc> JosefDe: hold on
[17:21:06] <ingsoc> i will check something
[17:21:20] <JosefDe> ingsoc: Ok
[17:21:50] *** lhlo has joined #angularjs
[17:21:54] <lhlo> hey
[17:22:07] *** milka has quit IRC
[17:22:23] <ingsoc> $http.get(YourURL, {headers: {'Accept': 'application/json'}})
[17:22:26] *** lhlo has quit IRC
[17:22:40] <JosefDe> ingsoc: Ok. I'm trying that out
[17:22:41] <ingsoc> JosefDe: ^ try that
[17:22:42] *** bb6xt has quit IRC
[17:23:15] <JosefDe> ingsoc: Shouldn't that be "Content-Type"?
[17:23:18] *** snurfery has joined #angularjs
[17:23:27] *** hmsimha_ has quit IRC
[17:23:33] <phaggood> Foxandxss:sorry, I’ve been told that small bits of code were okay
[17:23:44] <Foxandxss> small bits = 2 lines
[17:23:50] <sacho_> application/javascript isn't the same as application/json anyway
[17:24:42] <ingsoc> I think angular doesn't set anything specific other than what the browser normally sends. Some backend services expect an explicit Accept/Content-Type setting
[17:24:53] <ingsoc> $http.get(YourURL, {headers: {''Content-Type'': 'application/json'}})
[17:24:58] *** mspier|away is now known as mspier
[17:25:18] <ingsoc> for a delete you may need to set 'Content-Type' not 'Accept'
[17:25:26] <phaggood> Helzibah:so I’ve just been informed small bits of code = 2lines, am property chastised now
[17:25:28] <ingsoc> or maybe both
[17:25:30] <JosefDe> ingsoc: In your first suggestion Angular ignores the setting and uses "text/html" as "Accept"
[17:25:40] <ctanga> hello
[17:25:50] *** TommyO has quit IRC
[17:25:50] *** c00ljs has joined #angularjs
[17:26:00] <Helzibah> phaggood: apart from anything else, it's impossible to read in the middle of IRC! :P
[17:26:10] <Helzibah> but anyway, I probably shouldn't be backseat moderating
[17:26:31] *** _BlackMage_ has joined #angularjs
[17:26:39] <JosefDe> ingsoc: It ignores both settings
[17:26:43] *** a3gis has quit IRC
[17:26:46] <JosefDe> ingsoc: It doesn't set them
[17:27:05] *** Raging_Hog has quit IRC
[17:27:09] <JosefDe> ingsoc: And then I get error 404 (not found)
[17:27:18] <JosefDe> That's really strange
[17:27:18] *** frobs has quit IRC
[17:27:19] *** arabot1 has joined #angularjs
[17:27:44] <JosefDe> It's a simple delete action. Every RESt-Client is doing it successfully but not AngularJS. I don't get it
[17:28:13] *** ikevin has joined #angularjs
[17:29:00] <ingsoc> the second parameter to $http.METHOD should be a config object where you can set headers like i gave an example of
[17:29:01] <JosefDe> I'M using $http.delete() might be that the problem?
[17:29:09] *** yelvert has joined #angularjs
[17:29:31] <ingsoc> are you sure you are passing the config object and also calling the correct function that makes the service call ?
[17:30:08] <JosefDe> ingsoc: If I wouldn't call the function, why shall I get the error?
[17:30:10] *** cotko has joined #angularjs
[17:30:35] *** ahtik_ has joined #angularjs
[17:30:35] <ingsoc> post some code on pastebin
[17:30:57] <JosefDe> ingsoc: ok
[17:31:01] *** renlo has quit IRC
[17:31:07] <ingsoc> unfortuantely i have limited internet access at the moment
[17:31:37] <ingsoc> but it is odd that you have set Content-Type and Accept and neither are being set
[17:31:42] <bd-> does content-type even make sense on a DELETE call?
[17:31:52] <bd-> aren't delete's supposed to have no body
[17:32:37] *** jstroem has joined #angularjs
[17:32:57] *** sonofdirt has joined #angularjs
[17:33:01] <ingsoc> bd-: well i am kind of trying to remote dfebug with no code. The only info we have is that the REST client works and angular doesn't and the REST client is setting headers
[17:33:01] *** CHC has joined #angularjs
[17:33:09] <Oxynum> Hey ! I have some problems with the input[type='date'] directive. I am trying to use it with a string as the model because I am getting JSON data from my backend. However, it seems that only a Date object is accepted and I was wondering what would be the best way to handle this case. (And also why this directive would only deal with Date Object and not also texts)
[17:33:10] *** s00pcan has quit IRC
[17:33:15] *** dc_ has joined #angularjs
[17:33:58] <bd-> you should be able to change them by changing the $httpProvider defaults
[17:34:02] *** subsonic has joined #angularjs
[17:34:04] <ingsoc> JosefDe: actually you said you haven't been able to see the headers sent by the rest client yet ?
[17:34:42] <bd-> my angularjs sends Accept on a delete call just fine
[17:34:44] <bd-> but not content-type
[17:34:51] *** cotko has quit IRC
[17:34:51] *** tplaner has quit IRC
[17:35:04] *** s00pcan has joined #angularjs
[17:35:10] <JosefDe> ingsoc: Right
[17:35:16] <JosefDe> ingsoc: And I get error code 404
[17:35:57] *** ciwolsey has joined #angularjs
[17:36:16] <bd-> 404 sound likes wrong endpoint
[17:36:24] <JosefDe> ingsoc: If I use $http({....}) it also doesn't work
[17:36:25] *** Sna4x8 has quit IRC
[17:36:31] <bd-> I don't think a rest server should 404 just with wrong Accept header
[17:36:37] <JosefDe> bd-: But it works with every Client except Angular
[17:37:20] <bd-> the Accept header definitely works here
[17:37:22] <JosefDe> I'm copying the exact Request-URL which Angular sends with exact the same Method "DELETE" and do it in another client and it immediately works
[17:37:22] <ingsoc> JosefDe: so you are entering just a url and a http DELETE method when using the REST client and that is it
[17:37:33] *** caitp- is now known as caitp
[17:37:35] *** tfennelly has joined #angularjs
[17:37:45] <bd-> what rest server/framework are you using?
[17:38:06] <ingsoc> do you not have any docco for the server
[17:38:12] *** tfennelly has quit IRC
[17:38:23] <ingsoc> bd- he was saying he doesn't control the server side
[17:38:27] *** favetelinguis has joined #angularjs
[17:38:29] *** tfennelly has joined #angularjs
[17:38:31] *** BahamutWC|Work has joined #angularjs
[17:39:05] *** whunt has joined #angularjs
[17:39:14] *** jheady has joined #angularjs
[17:39:28] <ingsoc> try using curl
[17:39:35] *** Vlad_ has joined #angularjs
[17:39:36] <JosefDe> I tried it and it works
[17:39:41] <ihsw> is there a limit to the number of ng-app on a page?
[17:39:51] *** Fuzzy has quit IRC
[17:40:00] <ingsoc> did you set it to print out request info
[17:40:06] *** sonicparke|bradm has joined #angularjs
[17:40:11] <JosefDe> ingsoc: Yes I did
[17:40:38] <ingsoc> what I don't understand is that you set the config objhect in angular and you are saying it had no effect on the headers
[17:40:45] *** merobertsjr has joined #angularjs
[17:40:49] <JosefDe> ingsoc: Right
[17:40:53] <bd-> i think it's requesting the wrong url
[17:40:53] <ingsoc> we just need to make sure headers can be set
[17:41:04] <ingsoc> double check the url/config
[17:41:10] <bd-> or you're reading the net inspector wrong
[17:41:32] *** JosefDe has quit IRC
[17:41:38] <maraneta> hey guys, i'm not sure if this is a bug or intentional... i'm using $setValidity on a field to manually make the field invalid. however, once I do this, the field remains invalid after changing it in the view. how can i set a form field to be $invalid without it remaining $invalid permanently?
[17:41:41] *** JosefDe has joined #angularjs
[17:41:44] <bd-> or you have a http interceptor in angular somewhere removing the header
[17:42:03] *** szymek has joined #angularjs
[17:42:23] <bd-> $http.delete('/api', {headers: {'Accept': 'application/foo'}}) does work in 1.3
[17:42:23] <JosefDe> It's not the wrong url, as I said. If I use the same url with curl it works..
[17:42:39] <Vlad_> hey, please, can someone explain me the difference between these definitions on angular directive.?? scope : { 'myVar' : '=myVar' } and scope : { 'myVar' : '=' }
[17:42:43] *** azizur has joined #angularjs
[17:43:21] *** zzing has joined #angularjs
[17:43:22] <bd-> does it have CORS headers?
[17:43:28] *** Santhosh has quit IRC
[17:43:34] <JosefDe> CORS?
[17:44:02] <bd-> if you look at the response from the service, does it have a header like 'Access-Control-Allow-Origin: *' ?
[17:44:05] *** GreenJello_ has quit IRC
[17:44:28] *** kixo_ has joined #angularjs
[17:44:30] <bd-> and/or Access-Control-Allow-Methods
[17:44:37] <ingsoc> bd-:, JosefDe: regardless of what curl sets, I don't understand how the headers aren't being set in angular if he is using firebug to look at the request/response headers
[17:44:56] <bd-> Content-Type doens't get set, but Accept does
[17:44:59] <JosefDe> bd-: No
[17:45:02] <bd-> probably looking in wrong place
[17:45:27] *** rho has joined #angularjs
[17:45:28] *** rho has joined #angularjs
[17:45:33] *** tangorri has quit IRC
[17:45:42] <bd-> so, if cors isn't set then browser would never issue the delete request, so he'll be looking at the OPTIONS request, which wno't have the headers
[17:45:43] *** beckyconning_ has joined #angularjs
[17:46:06] <JosefDe> Guys. I really don't get why AngularJS is behaving like this, while other Clients work perfectly. Why is it so difficult to do such a small, little "delete".
[17:46:16] <bd-> JosefDe: it's probably a browser thing, not angular
[17:46:27] *** c00ljs has quit IRC
[17:46:27] <sacho_> like what?
[17:46:39] *** c00ljs has joined #angularjs
[17:46:40] <sacho_> what are the headers other "clients" are sending?
[17:46:46] <sacho_> what are the headers $http is sending?
[17:46:55] <JosefDe> Guys, you really don't know :)
[17:47:02] *** lsiv568 has quit IRC
[17:47:04] <JosefDe> My Browser tells me this: Cross-Origin-Anfrage blocked
[17:47:13] <JosefDe> "Cross-Origin-Request blocked"
[17:47:19] *** s3shs has joined #angularjs
[17:47:19] <bd-> yes, so it's what i said
[17:47:24] <JosefDe> :D
[17:47:24] *** rburns has quit IRC
[17:47:25] *** mzabriskie has joined #angularjs
[17:47:28] <JosefDe> I hate this
[17:47:29] <ingsoc> oh dear
[17:47:31] <bd-> not an angular problem
[17:47:36] <JosefDe> I'll kill Firefox
[17:47:46] <JosefDe> That's so stupid
[17:47:47] *** soj has quit IRC
[17:48:08] <JosefDe> What can I do to fix this?
[17:48:13] <bd-> either proxy the request or get the service side to add CORS headers
[17:48:46] <ingsoc> CORS returns 404 in firebug ?
[17:48:55] <JosefDe> ingsoc: Yes
[17:49:05] <bd-> probably the server is replying with 404 to OPTIONS requests
[17:49:15] <JosefDe> bd-: correct
[17:49:25] <ingsoc> o
[17:49:26] <ingsoc> ok
[17:49:29] *** mchammer has quit IRC
[17:49:32] *** c00ljs has quit IRC
[17:49:33] <JosefDe> It says "OPTIONS" as "method"
[17:49:57] <JosefDe> Is there any link you can give me where I can solve this problem?
[17:50:08] *** gjaldon has joined #angularjs
[17:50:23] <bd-> if you have no control over the server, then your only option is to proxy the request via a server you own
[17:50:58] <JosefDe> bd-: But the problem is caused by my Browser which doesn't like cross-domain thing
[17:51:16] <bd-> all browsers do that
[17:51:20] <JosefDe> bd-: So I always have to use local address
[17:51:29] *** snapwich has joined #angularjs
[17:52:29] *** Guest46344 has quit IRC
[17:52:40] *** fbenoit has quit IRC
[17:52:49] *** c00ljs has joined #angularjs
[17:53:04] *** jangoh has quit IRC
[17:53:28] *** lewdev has quit IRC
[17:53:30] *** cotko has joined #angularjs
[17:53:36] *** nycdevgirl has quit IRC
[17:54:09] <JosefDe> That's really lame
[17:54:12] <JosefDe> I don't understand this
[17:54:26] <JosefDe> I mean how shall I get new data from an external service like Google API?
[17:54:35] <bd-> google apis provide cors headers
[17:55:04] <JosefDe> bd-: So the cors-header has to be set by the server?
[17:55:17] *** AngularUI has joined #angularjs
[17:55:17]
<AngularUI> [bootstrap] maxisam opened pull request #2980: to work with bootstrap 3.3.1 (master...patch-3) http://git.io/1XEXmQ
[17:55:17] *** AngularUI has left #angularjs
[17:55:20] *** kotyy has joined #angularjs
[17:55:21] <bd-> yes
[17:55:27] *** nycdevgirl has joined #angularjs
[17:55:35] *** Xethron has quit IRC
[17:55:47] *** bkuberek has quit IRC
[17:55:51] <JosefDe> bd-: And the AngularJS client don't has to do anything?
[17:56:04] *** lsiv568 has joined #angularjs
[17:56:10] <JosefDe> bd-: I mean what do I have to change at the clientside?
[17:56:22] *** lsiv568 has quit IRC
[17:56:26] <bd-> it's the browser, not angular, it would do the same in any other framework
[17:56:27] *** Marble68 has joined #angularjs
[17:56:44] *** lewdev has joined #angularjs
[17:56:55] *** bkuberek has joined #angularjs
[17:57:00] *** motionman has quit IRC
[17:57:06] <JosefDe> bd-: But you said that I have to change the Server and not the Client?
[17:57:24] *** sigurding has joined #angularjs
[17:57:30] *** nfroidure has quit IRC
[17:57:34] <bd-> yes
[17:57:46] <bd-> i don't think you're reading, or understand, what i'm saying
[17:58:21] <JosefDe> bd-: I know what JSONP is. With JSONP I had to change the server and the clientside. But I don't know much about CORS
[17:58:25] *** lsiv568 has joined #angularjs
[17:58:47] <bd-> so go read about it, google it
[17:58:51] *** jacuqesdancona_ has quit IRC
[17:59:01] <sweeper> blegh CORS D:
[17:59:22] <bd-> as i said before, the only solution is to have the server produce cors headers, or proxy the requests through your own server and add them yourself
[17:59:26] *** lexek_ has quit IRC
[17:59:28] *** jacuqesdancona_ has joined #angularjs
[18:00:12] <sweeper> well if you proxy you don't have to add any headers silly
[18:00:20] <ihsw> is there a limit to the number of ng-app on a page?
[18:00:43] *** Josh has joined #angularjs
[18:00:46] *** IvailoStoianov has quit IRC
[18:00:50] <bd-> sweeper: only if the server is served from same host/port as angular itself
[18:00:55] *** MisterLemons has quit IRC
[18:01:00] <bd-> otherwise you need to add them
[18:01:11] *** antsanto has joined #angularjs
[18:01:21] *** Josh is now known as Guest32968
[18:01:24] <sweeper> well wtf would be the point otherwise? :P
[18:01:50] <bd-> eh?
[18:02:02] *** getsetbro has joined #angularjs
[18:02:05] *** brandom has quit IRC
[18:02:15] *** thumpba has joined #angularjs
[18:03:01] *** getsetbro has left #angularjs
[18:03:03] *** moritzs has quit IRC
[18:03:05] <sweeper> I guess it's plausible you for some reason wouldn't want to serve from the same host/port (routes and stuff)
[18:03:16] *** cwill747 has quit IRC
[18:03:23] <JosefDe> bd-: So I only have to change the server configuration right?
[18:03:28] *** AngularUI has joined #angularjs
[18:03:29]
<AngularUI> [ui-router] christopherthielen pushed 1 new commit to master: http://git.io/8HPAag
[18:03:29] <AngularUI> ui-router/master 831d812 christopherthielen: fix(Param): fix default value shorthand declaration...
[18:03:29] *** AngularUI has left #angularjs
[18:03:36] <JosefDe> bd-: I don't have to program additional proxy or server right?
[18:03:37] *** lsiv568 has quit IRC
[18:03:38] <bd-> personally i have nginx serving angular and it communicates with an api on a different hostname
[18:03:46] <bd-> so i need to add the cors headers
[18:03:56] *** jacuqesdancona_ has quit IRC
[18:04:09] *** gurke_ has joined #angularjs
[18:04:19] <gurke_> hi@all :)
[18:04:26] *** mmitchell has joined #angularjs
[18:04:31] *** antsanto has quit IRC
[18:04:32] <JosefDe> bd-: But is the only necessary thing to change the configuration of my Service? So I don't have to program additional services / proxies which communicate with my Client right?
[18:04:48] *** MANCHUCK_ has joined #angularjs
[18:05:01] <bd-> JosefDe: yes, if you have control over the server/service, then you can add the cors headers and you don't have to do anymore more
[18:05:13] *** Guest32968 has quit IRC
[18:05:37] <JosefDe> bd-: Thanks. But why does the browser tell me that he has blocked "cross-domain-request"?
[18:05:51] <JosefDe> bd-: So if it is a server issue then why does the browser tell me that he has blocked it?
[18:06:10] *** JohnBat26 has quit IRC
[18:06:17] *** thumpba has quit IRC
[18:06:17] <bd-> read the page about cors
[18:06:20] *** MANCHUCK_ has quit IRC
[18:06:30] <bd-> it explains everything
[18:06:52] <JosefDe> bd-: I've read it
[18:07:30] <bd-> read it again and take time to understand it, not just skim over it
[18:07:47] *** Lakario has quit IRC
[18:07:57] <JosefDe> bd-: It says that the server can disable the SOP (Same origin policy) in the Browser
[18:07:58] *** getsetbro has joined #angularjs
[18:08:21] *** Luyt has joined #angularjs
[18:08:46] <bd-> yes, with cors headers.
[18:09:01] <JosefDe> ok :)
[18:09:03] <JosefDe> Now I'm happy
[18:09:23] <ihsw> hi i have three angularjs apps on one page (ng-app) the controller for the last one is being loaded three times -- what gives?
[18:09:32] *** joshontheweb has joined #angularjs
[18:10:04] *** AngularUI has joined #angularjs
[18:10:04]
<AngularUI> [ui-router] christopherthielen pushed 1 new commit to master: http://git.io/mlRqVg
[18:10:04] <AngularUI> ui-router/master 0c983a0 christopherthielen: fix($urlMatcherFactory): fix encoding slashes in params...
[18:10:04] *** AngularUI has left #angularjs
[18:10:23] *** DrMabuse has quit IRC
[18:11:20] *** NK5 has joined #angularjs
[18:11:29] *** jaznow has joined #angularjs
[18:11:30] *** NigelS has quit IRC
[18:11:37] <phaggood> still seeking jasmine/httpbackend help
[18:11:41] *** nicholes has joined #angularjs
[18:11:44] <ihsw> hmm, it seems the names of the controller need to be namespaced manually
[18:11:49] *** Sna4x8 has joined #angularjs
[18:12:06] *** NigelS has joined #angularjs
[18:12:25] *** DannyCallaghan has joined #angularjs
[18:12:28] *** DannyCallaghan is now known as dannyc
[18:13:15] *** okdamn has quit IRC
[18:13:32] <dannyc> i'm using a directive that requires ngModel. but i'm compiling the markup, so - initially - an ng-model attribute doesn't exist, and i'm getting an error. can i require something *after* compilation?
[18:13:50] *** jheady has quit IRC
[18:13:56] <dannyc> i'm compiling a form element, and want ngModel so that i can use $validators, etc
[18:14:43] <NK5> Random question that I'm positive has already been asked a hundred times - I'm worried about working with AngularJS because of the rumours saying version 2.0 is not going to be backwards compatible. Any experienced people here who can shed some light on the subject?
[18:15:42] <bd-> imagine they didn't call it angular2.0, imagine some random people on the internet announce "SuperMegaFramework"
[18:15:44] <dannyc> NK5: there is *bound* to be some kind of migration process by the time 2.0 comes around. but don't forget, 2.0 doesn't mean 1.x will no longer exist. it will. and 1.3 is a perfectly good 'angular'.
[18:15:49] <bd-> would you still continue to use angular?
[18:15:53] <bd-> the answer is probably yes
[18:16:01] *** plushy has joined #angularjs
[18:16:09] *** Ajans has quit IRC
[18:16:41] <bd-> just consider it completely separate, like AngularDart
[18:16:42] *** nagappan has quit IRC
[18:16:59] *** k-dawg has quit IRC
[18:17:02] *** nemothekid has joined #angularjs
[18:17:11] *** NorthBlast has quit IRC
[18:17:24] *** nagappan has joined #angularjs
[18:17:53] *** IvailoStoianov has joined #angularjs
[18:18:19] *** krawek has quit IRC
[18:18:57] *** hell_razer has quit IRC
[18:18:59] *** bayousoft has quit IRC
[18:19:28] *** m8 has quit IRC
[18:19:36] *** bayousoft has joined #angularjs
[18:19:40] *** moritzs has joined #angularjs
[18:19:41] *** whunt has quit IRC
[18:19:51] *** getsetbro has left #angularjs
[18:19:54] *** kacper_ has quit IRC
[18:20:09] *** brandom has joined #angularjs
[18:20:10] *** japhar81 has quit IRC
[18:20:11] *** whitebook has quit IRC
[18:20:14] <mst> NK5: that's usually how major versions work
[18:20:29] <mst> NK5: I doubt they'll close the repository for 1.3 when 2.0 comes out, so development will still happen
[18:20:47] <mst> NK5: I'm untroubled about continuing to start projects with 1.3
[18:20:52] *** rud has joined #angularjs
[18:20:52] *** rud has joined #angularjs
[18:20:57] <mst> NK5: simply because I think it's better for those projects than the alternatives
[18:20:58] *** NormySan has joined #angularjs
[18:21:01] *** mguillech has quit IRC
[18:21:19] *** lxer has quit IRC
[18:21:35] *** mguillech has joined #angularjs
[18:21:54] *** shackleford has quit IRC
[18:21:57] *** jlambert121 has joined #angularjs
[18:22:11] *** jonathanpglick has joined #angularjs
[18:24:01] *** shackleford has joined #angularjs
[18:24:08] *** TommyO has joined #angularjs
[18:24:25] *** jimobrien has joined #angularjs
[18:24:37] *** arkin has quit IRC
[18:25:12] *** patrickarlt has joined #angularjs
[18:25:33] *** JosefDe has quit IRC
[18:25:50] *** lvivski has quit IRC
[18:25:57] *** jimobrien has quit IRC
[18:26:08] *** jimobrien has joined #angularjs
[18:26:18] *** kirfu has joined #angularjs
[18:26:26] *** krz has joined #angularjs
[18:26:30] *** Naaab has joined #angularjs
[18:26:32] *** bbankes has joined #angularjs
[18:27:02] *** jonathanpglick has quit IRC
[18:27:03] *** mguillech has quit IRC
[18:27:06] *** recidive has quit IRC
[18:27:13] *** dj_zubehoer has joined #angularjs
[18:27:30] *** platonic has joined #angularjs
[18:27:39] <krz> im coming from ember, and interested with angularjs. im also using rails, was wondering if there are any decent tutorials/documentation to get me started
[18:27:42] *** AngularUI has joined #angularjs
[18:27:42]
<AngularUI> [ui-router] christopherthielen pushed 2 new commits to master: http://git.io/Hvs7iw
[18:27:42] <AngularUI> ui-router/master 5acca63 Sergey Akopkokhyants: Update angular-ui-router.d.ts...
[18:27:43] <AngularUI> ui-router/master 59c6e3e Chris Thielen: Merge pull request #1550 from akserg/patch-1...
[18:27:43] *** AngularUI has left #angularjs
[18:27:47] *** abram_ is now known as abram
[18:28:11] <Naaab> Hi guys so im having issues when i use $location.path. The same url, using $location.path i get blanks, using 'enter' in the brwoser it works. Any ideas ? tks
[18:28:35] *** gurke_ has quit IRC
[18:28:39] *** dj_zubehoer has quit IRC
[18:29:08] <yandos> Naaab: had something similar, ended up being a trailing slash being the issue
[18:29:49] *** mguillech has joined #angularjs
[18:29:50] *** darrin has joined #angularjs
[18:29:51] <Naaab> yandos, so i should use '/something/some' or '/something/some/' ?
[18:30:10]
<AlexZanf> Hey guys, anyone using? https://github.com/ghiden/angucomplete-alt I am trying to get access to the value typed into the input, even though it doesnt match the autocomplete list/array. The script seems to hardcode the ng-model in the input, so there is no real way, or am i missing something?
[18:30:16] *** niklasmodess has quit IRC
[18:30:38] *** Luser has joined #angularjs
[18:30:56] *** kirfu has quit IRC
[18:31:21] <Luser> Hey guys. I was on the interview today as a junior js dev and I will probably be starting on january so i've got plenty of time to learn angular, would you recommend any book for it?
[18:31:36] <Foxandxss> krz: I would start trying to official tutorial
[18:31:45] *** quantax- has quit IRC
[18:31:48] <Foxandxss> there is also thinkster
[18:31:59] <Foxandxss> which has a pretty decent intro (apart from more advanced stuff)
[18:32:10] *** platonic has quit IRC
[18:32:26] *** jonathanpglick has joined #angularjs
[18:32:49] *** tsalb has joined #angularjs
[18:33:01] *** whitebook has joined #angularjs
[18:33:06] *** doug64k has quit IRC
[18:33:17] *** gjaldon has quit IRC
[18:33:19] *** arkin has joined #angularjs
[18:33:19] *** arkin has joined #angularjs
[18:33:39] *** snurfery has quit IRC
[18:33:42] <Luser> Ty AlexZanf
[18:33:49] <AlexZanf> np
[18:33:58] <phaggood> my example follows docs.angularjs.org/api/ngmock/service/$httpBackend
[18:34:00] *** teddyp1cker has joined #angularjs
[18:34:18] <phaggood> using backend definitions
[18:34:22] *** artisangoose has joined #angularjs
[18:34:31] <Luser> AlexZanf: Can i Actually start that tut for free, or do i have to subscribe?
[18:34:54] *** Fire-Dragon-DoL has joined #angularjs
[18:35:23] <AlexZanf> Luser, PS is subscription based, but you get a trail account
[18:35:36] *** mjs2600 has quit IRC
[18:35:58] *** mjs2600 has joined #angularjs
[18:36:32] <Luser> AlexZanf: too bad, I am not fan of putting my credit card credentials in net :\.
[18:36:33] *** optikalmouse has quit IRC
[18:36:42] *** exp10r3r has quit IRC
[18:36:49] *** jlambert121 has quit IRC
[18:37:30] *** Evanion has joined #angularjs
[18:37:38] *** sk87 has quit IRC
[18:38:23] *** moritzs has quit IRC
[18:38:23] <maraneta> can i use an expression in ng-click so that it only executes a function if the expression is true?
[18:38:25] *** jlambert121 has joined #angularjs
[18:38:25] *** danielmahon has joined #angularjs
[18:38:25] *** SpotSec has quit IRC
[18:38:34] *** teddyp1cker has quit IRC
[18:38:42] <nickeddy> maraneta: why not just have the function check the expression
[18:38:51] <nickeddy> maraneta: ng-click=
[18:38:53] <nickeddy> errr sorry
[18:39:23] <nickeddy> ng-click="someFn()" $scope.someFn = function() { if (something) { // do stuff } };
[18:39:41] <Naaab> Hi guys so im having issues when i use $location.path. The same url, using $location.path i get blanks, using 'enter' in the brwoser it works. Any ideas ? tks
[18:39:45] *** moritzs has joined #angularjs
[18:39:49] <ctanga> I wonder how many people still use angular 1.0.x
[18:39:56] *** MrBaboon has joined #angularjs
[18:40:01] *** mjs2600 has quit IRC
[18:40:07] *** mjs2600_ has joined #angularjs
[18:40:17] <maraneta> nickeddy: is it possible to check the $valid value of any form within a scope function?
[18:40:34] *** whitebook has quit IRC
[18:40:40] <nickeddy> maraneta: $scope.theFormNameHere.$valid
[18:40:41] <maraneta> nickeddy: since that's pretty much what my expression is, just making sure form.$valid is true
[18:40:45] *** optikalmouse has joined #angularjs
[18:40:48] <maraneta> nickeddy: that works, thanks
[18:41:06] *** jimobrien has quit IRC
[18:41:17] <nickeddy> ctanga: hopefully none heh
[18:41:30] *** sprunka has joined #angularjs
[18:41:34] <maraneta> nickeddy: do i need to pass the scope into the function if i want to do that?
[18:41:42] <ctanga> nickeddy: ui-router is still “supporting” it
[18:41:49] <nickeddy> what? the function is on the scope if it's in your ng-click
[18:41:55] <ctanga> I think it’s time to drop it
[18:42:04] <maraneta> ok
[18:42:12] <nickeddy> ctanga: yeah, deprecation is a good in this case
[18:42:58] *** Linell has quit IRC
[18:43:01] *** sigurding has quit IRC
[18:43:24] *** jimobrien has joined #angularjs
[18:43:43] *** atomical has quit IRC
[18:44:07] *** jasonp has quit IRC
[18:44:21] *** afuggini has quit IRC
[18:44:21] *** vectra has quit IRC
[18:44:32] *** jasonp has joined #angularjs
[18:44:53] *** optikalmouse has quit IRC
[18:45:13] *** kirfu has joined #angularjs
[18:45:29] *** moritzs has quit IRC
[18:46:15] *** ngbot has joined #angularjs
[18:46:15] <ngbot> angular.js/master 4d4e603 Jeff Cross: chore(docs): add favicon to docs app
[18:46:15] *** ngbot has left #angularjs
[18:46:37] *** optikalmouse has joined #angularjs
[18:47:17] *** edy has joined #angularjs
[18:47:30] <icfantv> anyone know where the list of falsey values is for angularjs? i vaguely recall that empty arrays are treated as falsey by angular (when they're truthy in J/S). are there any others?
[18:47:51] *** MaxV has quit IRC
[18:47:55] <ctanga> icfantv: I vaguely recall that they changed that
[18:48:18] *** JosefDe has joined #angularjs
[18:48:20] <ctanga> core: due to bdfc9c02, values 'f', '0', 'false', 'no', 'n', '[]' are no longer treated as falsy. Only JavaScript falsy values are now treated as falsy by the expression parser; there are six of them: false, null, undefined, NaN, 0 and "".
[18:48:21] <Naaab> Hi guys so im having issues when i use $location.path. The same url, using $location.path the url is set in the browser but i get blank page and no error in the console, using 'enter' in the brwoser it works. Any ideas ? tks
[18:49:06] <icfantv> ctanga: oooooooooo.
[18:49:23] <JosefDe> Hi guys. Even though the server sets 'Access-Control-Allow-Origin: *' in the response-header my Browser says "Cross-Domain-Request blocked". Why?
[18:49:35] <NK5> <mst> - thanks for sharing your knowledge!!
[18:49:58] *** jlebrech has quit IRC
[18:50:06] <icfantv> ctanga: thanks. i didn't realize even that one had changed with 1.3. good to know.
[18:50:09] *** nickeddy has quit IRC
[18:50:24] *** shackleford has quit IRC
[18:50:49] *** platonic has joined #angularjs
[18:51:02] *** RobinBAwesome has joined #angularjs
[18:51:02] <Foxandxss> ctanga: that is a shame, that will delete a contribution I made to the docs :P
[18:51:04] <ctanga> angular 1.0.8 doesn’t support multiple values for a query parameter. great.
[18:51:06] *** phzon has quit IRC
[18:51:23] *** nemothekid has quit IRC
[18:51:28] <ctanga> Foxandxss: 0.2.x will retain 1.0.8 compat, where it can. sigh
[18:51:41] *** eBureau has quit IRC
[18:51:47] <ctanga> definitely dropping support in 1.0
[18:52:09] *** doug64k has joined #angularjs
[18:52:23] *** sd_sher has quit IRC
[18:52:23] <NK5> <dannyc> and <mst> of course there's bound to be some kind of change, but it usually means you just have to tweak a few things to get the new version going, like going from rails 3.2 to rails 4.0. I'm worried about Angular because it was emphasized, like you mentioned, it would be a whole different framework based on a whole different language. I could use 1.3, but it will, eventually, become deprecated, or i can wait for 2.0, and st
[18:52:25] <NK5> things out
[18:52:49] *** jlambert121 has quit IRC
[18:53:10] *** neoadventist has joined #angularjs
[18:53:15] <Foxandxss> why are you all so afraid or learning new stuff?
[18:53:18] <Foxandxss> we are developers
[18:53:25] <Foxandxss> of*
[18:53:39] *** atomical has joined #angularjs
[18:53:42] *** despai has joined #angularjs
[18:53:56] <seiyria> is there a ui-bootstrap module that handles having left and right navigation in tabs?
[18:54:01] <seiyria> or, something bootstrap-compatible.
[18:54:15] <NK5> and finding developers who know how to use it. basically, if the change is so drastic, it means i'm bound to have a learning period in which development would go much slower
[18:54:17] <icfantv> ctanga: 1.0.8?
[18:54:26] *** nairys has joined #angularjs
[18:54:33] <ctanga> icfantv: ui-router+angular 1.0.8
[18:55:01] <icfantv> ctanga: ouch. time to update?
[18:55:22] <ctanga> *shrug*, I’m on 1.3.x
[18:55:26] <icfantv> i say that and some of our server code is still using Struts 1.2.0, circa 2006
[18:55:46] <ctanga> yeah :) I own TONS of legacy code
[18:55:47] <ctanga> it sucks.
[18:55:49] <icfantv> ctanga: oh, thought you were stuck.
[18:55:51] *** NigelS has quit IRC
[18:55:57] <icfantv> ctanga: yea, it blows….
[18:56:24] *** Sebastien-L has quit IRC
[18:56:32] <ctanga> I’m deciding how to handle 1.0.8 support in ui-router. Since 1.0.8’s $location doesn’t seem to support multiple query-param values for the same param
[18:56:32] *** kirfu has quit IRC
[18:56:33] <icfantv> ctanga: stuff is SO old now, only a complete rewrite is realistic and no one wants to spend the money or the resources doing it - but they will on fixing bugs…
[18:56:45] <ctanga> icfantv: yep, same boat at my org
[18:57:00] *** NigelS has joined #angularjs
[18:57:08] *** darrin has quit IRC
[18:57:09] *** jstroem has quit IRC
[18:57:09] *** cwill747 has joined #angularjs
[18:57:21] * icfantv maintains a moment of silence for all those devs in the same situation...
[18:57:38] <icfantv> *amen*
[18:58:10] *** darrin has joined #angularjs
[18:58:36] *** jshultz has joined #angularjs
[18:58:47] <phaggood> am using angular-mocks 1.3.2 btw
[18:58:49] *** lugzer has joined #angularjs
[18:58:56] *** ahtik_ has quit IRC
[18:59:14] *** recidive has joined #angularjs
[18:59:19] <phaggood> note source says “Backend definitions allow you to define a fake backend [which] …just returns a trained response if a request is made.
[18:59:25] *** hell_razer has joined #angularjs
[18:59:28] *** nickeddy has joined #angularjs
[18:59:32] <nickeddy> yay internets again
[18:59:33] *** hell_razer has quit IRC
[18:59:36] *** kirfu has joined #angularjs
[18:59:36] <phaggood> so I’ve no idea why my fake response isn’t being returned, it’s like it’s tryign to pass-through
[18:59:44] *** darrin_ has joined #angularjs
[19:00:10] *** snurfery has joined #angularjs
[19:00:12] *** hell_razer has joined #angularjs
[19:00:18] *** jstroem has joined #angularjs
[19:00:51] *** mspier is now known as mspier|away
[19:00:56] *** elrabin_ has joined #angularjs
[19:00:59] <raibutera> ugh, this is a nightmare. anyone had any issues with getting google analytics to work with your angular app?
[19:01:12] <raibutera> i've added the tracking snippet, but google still cant detect anything
[19:01:29] *** jheady has joined #angularjs
[19:01:52] *** JosefDe has quit IRC
[19:02:26] *** darrin has quit IRC
[19:02:40] *** az7ar has joined #angularjs
[19:02:46] *** Dimlock has quit IRC
[19:02:52] *** jheady has left #angularjs
[19:03:19] *** macobo has joined #angularjs
[19:03:19] *** AngularUI has joined #angularjs
[19:03:19]
<AngularUI> [ui-router] christopherthielen pushed 2 new commits to master: http://git.io/RNAgSA
[19:03:19] <AngularUI> ui-router/master d38af4e christopherthielen: test(state): fix karma test for angular 1.0.8...
[19:03:20] *** AngularUI has left #angularjs
[19:03:24] *** darrin_ has quit IRC
[19:03:25] *** IvailoStoianov has quit IRC
[19:03:25] *** darrin has joined #angularjs
[19:03:28] *** rimp has joined #angularjs
[19:03:51] *** adpirz has joined #angularjs
[19:04:03] *** Josh has joined #angularjs
[19:04:08] *** kirfu has quit IRC
[19:04:17] *** neoadventist has quit IRC
[19:04:24] *** nycdevgirl has quit IRC
[19:04:26] *** Josh is now known as Guest99994
[19:04:37] *** elrabin has quit IRC
[19:04:44] *** lsiv568 has joined #angularjs
[19:04:58] *** hell_razer has quit IRC
[19:04:59] *** baweaver has joined #angularjs
[19:05:06] *** kentcdodds has joined #angularjs
[19:05:17] *** Schtive has quit IRC
[19:05:33] *** wallerdev has joined #angularjs
[19:05:40] <kentcdodds> UI-Router question, is there an easy way to resolve a route even if a resolve promise is rejected?
[19:06:06] <Naaab> Hi guys so im having issues when i use $location.path. The same url, using $location.path the url is set in the browser but i get blank page and no error in the console, using 'enter' in the brwoser it works. Any ideas ? tks
[19:06:18] <ctanga> in your resolve, I think you can add a .catch(function() { return “some value” })
[19:06:26] *** hell_razer has joined #angularjs
[19:06:41] *** vassagus has quit IRC
[19:06:41] <kentcdodds> I'll give it a try ctanga, thanks
[19:06:54] *** hell_razer has quit IRC
[19:07:09] *** guilbep has quit IRC
[19:07:30] *** hell_razer has joined #angularjs
[19:07:50] *** ededagic_ has joined #angularjs
[19:07:58] *** guilbep has joined #angularjs
[19:08:09] *** hell_razer has quit IRC
[19:08:23] *** adpirz has quit IRC
[19:08:32] *** IvailoStoianov has joined #angularjs
[19:09:01] *** Nijikokun has joined #angularjs
[19:09:15] *** Sebastien-L has joined #angularjs
[19:10:03] *** jacuqesdancona_ has joined #angularjs
[19:10:10] *** sigurding has joined #angularjs
[19:10:27] *** zz_night-owl is now known as night-owl
[19:11:11] *** nya has quit IRC
[19:11:20] *** mubi has joined #angularjs
[19:11:51] <mubi> hey all, so right now I’m using cookieStore to save my login data for use later with a “remember me” option
[19:11:53] *** Luser has quit IRC
[19:11:57] *** shampine has joined #angularjs
[19:12:15] <mubi> can I move away from this approach as its unsecure for passwords, and save information to the browser using autofill?
[19:12:21] *** despai has quit IRC
[19:12:23] <mubi> instead of a cookie
[19:12:31] <yandos> abailarri: you need to add required to the input
[19:13:08] <abailarri> yandos, yes
[19:13:10] *** adamdbradley has joined #angularjs
[19:13:14] *** frankblizzar has quit IRC
[19:13:56] <abailarri> yes yandos works fine
[19:14:00] <abailarri> I'm was confused
[19:14:12] *** dannyc has quit IRC
[19:14:12] *** Aerospark has joined #angularjs
[19:14:26] *** despai has joined #angularjs
[19:14:27] *** jacuqesdancona_ has quit IRC
[19:14:44] *** merobertsjr_ has joined #angularjs
[19:14:51] *** Pluff has joined #angularjs
[19:15:06] *** lite has quit IRC
[19:15:31] *** nerder has quit IRC
[19:15:55] *** mica1 has joined #angularjs
[19:15:59] *** intellix has quit IRC
[19:16:25] *** thedodd has quit IRC
[19:16:32] *** sonofdirt has quit IRC
[19:16:42] *** preben__ has quit IRC
[19:17:21] *** yandos has quit IRC
[19:17:36] *** moritzs has joined #angularjs
[19:17:54] *** dcadenas has quit IRC
[19:18:01] *** Vlad_ has quit IRC
[19:18:07] *** merobertsjr has quit IRC
[19:18:11] *** azizur has quit IRC
[19:18:14] *** Latros-OS has quit IRC
[19:18:26] *** mica1 is now known as mica
[19:19:20] *** snapwich has quit IRC
[19:20:11] *** snapwich has joined #angularjs
[19:20:16] *** bradmaxs has joined #angularjs
[19:20:35] *** KernelCurry has joined #angularjs
[19:20:50] *** shackleford has joined #angularjs
[19:20:57] *** lvivski has joined #angularjs
[19:21:02] *** Sebastien-L has quit IRC
[19:21:13] *** DrMabuse_ has joined #angularjs
[19:21:38] *** prbc has joined #angularjs
[19:23:00] *** stirlingw has quit IRC
[19:23:16] *** lsiv568 has quit IRC
[19:23:38] <Naaab> Hi guys so im having issues when i use $location.path. The same url, using $location.path the url is set in the browser but i get blank page and no error in the console, using 'enter' in the brwoser it works. Any ideas ? tks
[19:23:45] *** dcadenas has joined #angularjs
[19:23:51] *** sprunka has quit IRC
[19:24:04] *** eden_lane has joined #angularjs
[19:24:12] *** bberry has joined #angularjs
[19:24:17] *** nycdevgirl has joined #angularjs
[19:24:34] *** jareddlc has joined #angularjs
[19:25:04] *** Aliks has joined #angularjs
[19:25:17] *** DrMabuse_ has quit IRC
[19:25:19] <eden_lane> Hi there ! How can I know, which object in the array was changed by $watching it ?
[19:25:20] *** Evanion has quit IRC
[19:25:26] *** IJNX has joined #angularjs
[19:25:33] *** mica has left #angularjs
[19:25:35] *** rabbi1 has quit IRC
[19:25:53] *** jackdpeterson has joined #angularjs
[19:26:01] *** Vypah has quit IRC
[19:26:18] *** kotyy has quit IRC
[19:26:20] *** rho has quit IRC
[19:26:31] *** ahmetkapikiran has joined #angularjs
[19:26:43] *** rimp has quit IRC
[19:27:15] *** mspier|away is now known as mspier
[19:27:26] *** shackleford has quit IRC
[19:27:30] *** NigelS has quit IRC
[19:27:45] *** jstroem has quit IRC
[19:27:57] *** Fuzzy has joined #angularjs
[19:28:14] *** NigelS has joined #angularjs
[19:28:27] *** corehook has quit IRC
[19:29:12] *** az7ar is now known as az7ar_away
[19:29:30] *** lvivski has quit IRC
[19:29:44] *** Fire-Dragon-DoL has quit IRC
[19:30:17] *** Owner__ has joined #angularjs
[19:30:37] *** guilbep has quit IRC
[19:30:40] *** Owner__ is now known as Guest28427
[19:30:55] *** MaxV has joined #angularjs
[19:31:13] *** bengillies has quit IRC
[19:31:31] *** favetelinguis has quit IRC
[19:31:42] *** OddDuck has joined #angularjs
[19:31:42] *** OddDuck has joined #angularjs
[19:32:01] *** naneau has quit IRC
[19:32:03] *** favetelinguis has joined #angularjs
[19:32:42] *** Evanion has joined #angularjs
[19:33:31] *** greengriminal has quit IRC
[19:33:43] <phaggood> nickeddy: can I ask you a jasmine question?
[19:33:49] *** favetelinguis has quit IRC
[19:33:55] *** faveteli_ has joined #angularjs
[19:34:35] *** deez79 has joined #angularjs
[19:34:36] *** Nivag has quit IRC
[19:36:13] <icfantv> phaggood: rule #1 of IRC, don't ask if you can ask
[19:36:22] *** amatecha_ is now known as amatecha
[19:36:31] *** neoadventist has joined #angularjs
[19:36:40] *** oste has quit IRC
[19:36:48] *** nemothekid has joined #angularjs
[19:36:56] *** sigurding has quit IRC
[19:37:09] *** IJNX has quit IRC
[19:37:47] *** antons has quit IRC
[19:38:14] *** antons has joined #angularjs
[19:38:16] <icfantv> eden_lane: i don't know that you can directly. watches are on $scoped items. however, the function parameter of $watch gets passed two arguments, the new and old values respectively.
[19:38:16] *** NK5 has quit IRC
[19:39:00] <icfantv> eden_lane: i.e., $watch('name_of_item', function (newValue, oldValue) {} )
[19:39:24] <eden_lane> I want to $watch for array and get an index of changed item in it
[19:39:42] <icfantv> eden_lane: yes, but you didn't specifiy that it was in an ng-repeat
[19:39:57] *** reavengr1y has joined #angularjs
[19:40:07] <icfantv> eden_lane: and you also didn't specify that you wanted the index of the item that was changed. :-)
[19:40:15] *** nagappan has quit IRC
[19:40:20] <nickeddy> phaggood: i'm not really that familiar with jasmine, but go ahead
[19:40:42] <icfantv> Naaab: are you trying to send the user to another path?
[19:40:46] <eden_lane> icfantv: you're right, thats my fault, sorry
[19:40:56] *** nagappan has joined #angularjs
[19:40:57] <icfantv> eden_lane: no worries at all
[19:40:58] <phaggood> httpbackend seems to be ignoring my fake response
[19:41:00] *** guilbep has joined #angularjs
[19:41:16] <eden_lane> icfantv: thank you again !
[19:41:32] *** shackleford has joined #angularjs
[19:41:39] *** d4rklit3 has joined #angularjs
[19:41:42] *** shackleford has quit IRC
[19:41:45] *** yelvert has quit IRC
[19:41:49] <Naaab> icfantv, yea
[19:42:02] <icfantv> you can't use $location.path to do that
[19:42:11] *** yelvert has joined #angularjs
[19:42:14] *** mzabriskie has quit IRC
[19:42:22] *** shackleford has joined #angularjs
[19:42:35] <icfantv> $location.path is only for the URL field. you want something on $window…..one sec, lemme find it
[19:42:39] *** mzabriskie has joined #angularjs
[19:43:43] <icfantv> Naaab: try $location.href
[19:43:53] <Naaab> icfantv, but what's the diff between path and url ?
[19:44:07] <Naaab> i mean the path is to a inside link
[19:44:37] <icfantv> Naaab: yes, that's fine
[19:45:16] *** rho has joined #angularjs
[19:45:16] *** mmitchell has quit IRC
[19:45:26] *** mennea has joined #angularjs
[19:45:26] *** mds101_ has joined #angularjs
[19:45:36] *** Nivag has joined #angularjs
[19:45:42] *** mzabriskie has quit IRC
[19:45:45] *** stirlingw has joined #angularjs
[19:45:47] *** kirfu has joined #angularjs
[19:45:52] <icfantv> Naaab: you just specify '/#/myNewPath' or whatever
[19:45:59] *** eden_lane has quit IRC
[19:46:07] *** MistahKurtz has joined #angularjs
[19:46:38] *** yelvert has quit IRC
[19:47:18] *** drult has joined #angularjs
[19:47:27] *** ahmetkapikiran has quit IRC
[19:47:41] *** mds101_ has left #angularjs
[19:48:37] *** soee__ has joined #angularjs
[19:48:53] *** bayousoft has quit IRC
[19:48:57] *** whitebook has joined #angularjs
[19:49:04] *** tilgovi has joined #angularjs
[19:49:33] <icfantv> Naaab: looking at the source, it looks like $location.path() was meant to be chained since it returns a $location object.
[19:49:37] *** bayousoft has joined #angularjs
[19:50:01] <Naaab> icfantv, idk what chained means
[19:50:13] *** yelvert has joined #angularjs
[19:50:42] <icfantv> Naaab: foo().bar().bat()
[19:50:53] *** shackleford has quit IRC
[19:50:54] <Naaab> im trying to $location.url('/documents/'+type); and then catch it using .when('/documents/:document_type', { templateUrl: 'templates/documents/list.html', controller: 'DocumentCtrl' })
[19:50:55] *** craigmr has joined #angularjs
[19:51:00] *** nuizzy has joined #angularjs
[19:51:09] <Naaab> It arrives to DocumentCtrl
[19:51:14] *** elrabin_ has quit IRC
[19:51:23] <Naaab> but it seems the templates arrent loaded
[19:51:42] *** shackleford has joined #angularjs
[19:51:47] *** drult has quit IRC
[19:51:55] *** NorthBlast has joined #angularjs
[19:51:59] *** elrabin has joined #angularjs
[19:52:08] *** mclenithan has joined #angularjs
[19:52:32] <icfantv> Naaab: what do you mean by "catch it"
[19:52:43] *** ahmetkapikiran has joined #angularjs
[19:53:00] *** mubi has quit IRC
[19:53:57] *** preben__ has joined #angularjs
[19:54:06] <Naaab> icfantv, when i get the 201 i wanna send the user to the list of documents. so im calling /document/:document_type to recive the request in the DocumentCtrl
[19:54:11] *** tripu has quit IRC
[19:54:23] *** diegoaguilar has joined #angularjs
[19:54:31] *** whiteboo_ has joined #angularjs
[19:54:52] *** Sebastien-L has joined #angularjs
[19:55:24] *** thedodd has joined #angularjs
[19:55:47] *** lsiv568 has joined #angularjs
[19:55:53] *** nandoflorestan has quit IRC
[19:55:57] *** Schtive has joined #angularjs
[19:56:10] *** lugzer has quit IRC
[19:57:03] *** zlalanne has quit IRC
[19:57:23] *** Aswebb has joined #angularjs
[19:57:33] *** j0shua has joined #angularjs
[19:57:44] *** jae has joined #angularjs
[19:57:47] *** AngularUI has joined #angularjs
[19:57:48]
<AngularUI> [ui-router] christopherthielen pushed 1 new commit to master: http://git.io/quVl_w
[19:57:48] <AngularUI> ui-router/master 19715d1 christopherthielen: fix($state): fix $state.includes/.is to apply param types before comparisions...
[19:57:48] *** AngularUI has left #angularjs
[19:57:49] *** neoadventist has quit IRC
[19:57:53] *** jiskiras has quit IRC
[19:58:12] *** AlSquire has quit IRC
[19:58:13] *** faveteli_ has quit IRC
[19:58:15] *** whitebook has quit IRC
[19:58:17] *** mary5030 has quit IRC
[19:58:52] *** favetelinguis has joined #angularjs
[19:59:09] *** lvivski has joined #angularjs
[19:59:55] *** vassagus has joined #angularjs
[20:00:09] *** diosney1 has joined #angularjs
[20:00:20] *** baweaver has quit IRC
[20:00:30] *** oste has joined #angularjs
[20:00:49] *** Guest28427 has quit IRC
[20:00:59] *** digisky has joined #angularjs
[20:01:09] *** Marble68 has quit IRC
[20:01:27] *** Marble68 has joined #angularjs
[20:01:38] *** tech2_ has quit IRC
[20:01:43] <Aswebb> Hello guys, I have one question: I would like to create one service in my angularJS that will handle all the requests to my API (CRUD operations), did anyone do this for his project?
[20:02:01] *** krz has quit IRC
[20:02:07] <Aswebb> ex: MyService.find('users').then ... , MyService.find('books');then ...
[20:02:30] <oniijin> look up services and promises
[20:02:34] *** patrickarlt has quit IRC
[20:02:50] <zomg> Aswebb: maybe something like Restangular?
[20:03:03] *** mary5030 has joined #angularjs
[20:03:10] *** patrickarlt has joined #angularjs
[20:03:24] *** favetelinguis has quit IRC
[20:03:32] *** diosney has quit IRC
[20:03:52] *** szymek_ has joined #angularjs
[20:03:59] *** Akash_ has joined #angularjs
[20:04:20] <Aswebb> zomg: thanks ! gonna check this out, looks quite good
[20:04:21] <Akash_> How to learn Angular from Scratch
[20:04:53] <oniijin> thinkster
[20:05:00] *** szymek has quit IRC
[20:05:07] *** jheady1 has joined #angularjs
[20:05:21] <Akash_> Any open source project in Angular to start with
[20:05:23] <Akash_> ?
[20:06:25] <nickeddy> Aswebb: services + Restangular
[20:07:58] *** wayne has left #angularjs
[20:09:08] *** rashidkpc has quit IRC
[20:09:23] *** DrMabuse has joined #angularjs
[20:10:34] *** rashidkpc has joined #angularjs
[20:10:57] *** jheady1 has left #angularjs
[20:11:13] *** allgeek has joined #angularjs
[20:11:52] *** Akash_ has quit IRC
[20:12:26] *** mubi has joined #angularjs
[20:12:35] *** sk87 has joined #angularjs
[20:12:47] <phaggood> I have a unit test that seems to be ignoring the fake response I’’ sending to $httpbackend
[20:12:56] <allgeek> new to angular here... trying to figure out why half of my DOM isn't appearing when I include a custom directive (myGraphInterval). without that directive, page renders fine, but other directives (myGraph) that 'require' myGraphInterval of course fail to find the controller. if I add myGraphInterval, it's template appears, but none of the rest of the page (including the myGraph directives that depend on it). any troubleshootin
[20:13:08] <phaggood> the error I get says it’s trying to respond wth a template
[20:13:18] <phaggood> Error: Unexpected request: GET templates/tab-assignedShiftView.html
[20:13:19] <phaggood> No more request expected
[20:13:47] *** NorthBlast has quit IRC
[20:13:55] <allgeek> I know it's loading the entire child template, I see 404 errors from bad URLs I've got within the template, but the elements don't appear in the final DOM. nothing in the console log that's helpful (just those 404's)
[20:13:59] <allgeek> bad image URLs
[20:14:00] *** zzing has quit IRC
[20:14:19] *** josh-k has joined #angularjs
[20:14:26] *** sk87 has quit IRC
[20:14:28] *** kotyy has joined #angularjs
[20:14:53] *** Trow has joined #angularjs
[20:15:03] *** mennea has quit IRC
[20:15:34] *** Helious has joined #angularjs
[20:15:40] *** Helious has joined #angularjs
[20:15:41] *** mennea has joined #angularjs
[20:15:56] *** trend has joined #angularjs
[20:16:07] *** guilbep has quit IRC
[20:16:22] <allgeek> if I put myGraphInterval at the bottom of my template, the template shows fine, and the directive's output is at the bottom as expected - but the myGraph directives above that can't find myGraphInterval's controller. If I put myGraphInterval at the top, there's no elements after the output of that directive. Can a directive suppress further output? Do I need to transclude the rest of the content? Right now just trying to do <
[20:17:05] *** scriptThis has joined #angularjs
[20:17:24] *** sonofdirt has joined #angularjs
[20:18:15] *** fedenunez1 has joined #angularjs
[20:19:06] *** gunn has quit IRC
[20:19:12] *** davidreis has quit IRC
[20:19:26] *** lvivski has quit IRC
[20:20:06] *** gunn has joined #angularjs
[20:20:58] *** fedenunez has quit IRC
[20:21:31] *** MaxV has quit IRC
[20:23:49] *** edrocks has quit IRC
[20:24:11] *** Sontakey has joined #angularjs
[20:24:23] *** Sontakey has left #angularjs
[20:25:13] <snurfery> sup yall
[20:25:13] *** josh3336 has joined #angularjs
[20:25:17] <oniijin> peens
[20:25:21] <nickeddy> hey snurfery
[20:25:22] <snurfery> indeed
[20:25:25] * snurfery waves
[20:25:30] *** DrMabuse has quit IRC
[20:25:31] <oniijin> with your hand i hope
[20:25:34] *** josh3336 has left #angularjs
[20:25:36] *** Juanchito has quit IRC
[20:25:40] <nickeddy> *cough*
[20:25:44] *** Naaab has quit IRC
[20:25:50] <snurfery> squint your eyes and it all looks the same
[20:25:50] *** recidive has quit IRC
[20:25:52] *** sirkitree is now known as sirkitree|afk
[20:25:59] <oniijin> lol
[20:26:00] <snurfery> happy mondeezy
[20:26:00] *** kirfu1 has joined #angularjs
[20:26:10] <oniijin> mundizzle
[20:26:25] *** kirfu has quit IRC
[20:26:34] <snurfery> kinda trippin me out that thanksgiving is next week
[20:26:36] *** prosper has joined #angularjs
[20:26:54] *** merobertsjr_ has quit IRC
[20:27:00] *** prosper is now known as Guest67498
[20:27:03] *** bkuberek_ has joined #angularjs
[20:27:17] *** recidive has joined #angularjs
[20:27:20] *** zB0hs has joined #angularjs
[20:27:29] *** yelvert has quit IRC
[20:27:52] *** zanea|away is now known as zanea
[20:27:56] *** yelvert has joined #angularjs
[20:28:20] *** quantax- has joined #angularjs
[20:28:47] *** jeffscottward has quit IRC
[20:28:52] *** Sebastien-L has quit IRC
[20:29:16] *** bkuberek has quit IRC
[20:29:19] *** tplaner has joined #angularjs
[20:30:02] *** lsiv568 has quit IRC
[20:30:14] *** Rafzzz has joined #angularjs
[20:30:23] *** ingsoc has quit IRC
[20:30:30] *** yelvert_ has joined #angularjs
[20:30:34] *** disorder20 has joined #angularjs
[20:30:38] *** kirfu1 has quit IRC
[20:30:39] *** overtime has joined #angularjs
[20:31:02] *** vassagus has quit IRC
[20:31:03] *** yelvert has quit IRC
[20:31:31] *** bkuberek has joined #angularjs
[20:31:32] *** baweaver has joined #angularjs
[20:31:39] *** opiates has joined #angularjs
[20:31:47] *** NewBKaeK has quit IRC
[20:32:05] *** lsiv568 has joined #angularjs
[20:32:30] *** Oxynum has quit IRC
[20:32:33] *** qdk has quit IRC
[20:32:34] *** vassagus has joined #angularjs
[20:33:43] *** kixo_ has quit IRC
[20:33:44] *** jeffscottward has joined #angularjs
[20:34:02] *** kirkbride has quit IRC
[20:34:06] *** MistahKurtz has quit IRC
[20:34:22] *** nuizzy has quit IRC
[20:34:23] *** ederign is now known as ederign_brb
[20:34:44] *** teddyp1cker has joined #angularjs
[20:34:45] *** bkuberek_ has quit IRC
[20:34:45] *** bayousoft has quit IRC
[20:35:08] *** Rafzzz has quit IRC
[20:35:10] *** yandos has joined #angularjs
[20:35:17] *** nuizzy has joined #angularjs
[20:35:25] *** bayousoft has joined #angularjs
[20:35:32] <MacWinner> i'm looking at different ways of protecting routes, and I came across an $http interceptor method. Seems neat.. any obvious downside in using this method?
[20:35:44] <MacWinner> i'm a bit new to SPA development
[20:36:39] <tombee> I'm wondering how I remove the $scope dependency in this example, but allow the functions to still be called by the view
[20:38:38] *** jheady has joined #angularjs
[20:39:00] *** lvivski has joined #angularjs
[20:39:03] *** tech2_ has joined #angularjs
[20:39:08] *** krawek has joined #angularjs
[20:39:09] *** krawek has joined #angularjs
[20:39:40] *** teddyp1cker has quit IRC
[20:39:42] *** phzon has joined #angularjs
[20:40:16] *** Aswebb has quit IRC
[20:40:29] <yandos> MacWinner: another approach is to use ui-router and $stateChangeStart event . this allows you to pass specific roles allowed on a per view / route basis
[20:40:30] *** MaxV has joined #angularjs
[20:40:42] *** andrewdub has joined #angularjs
[20:40:48] *** Aerospark has quit IRC
[20:41:18] <MacWinner> yandos, do you have a link to an example?
[20:41:47] *** zumba_ad_ has joined #angularjs
[20:42:17] <ctanga> MacWinner: you must always double check your permissions server-side
[20:42:29] *** dylang has joined #angularjs
[20:42:41] *** Rejected has left #angularjs
[20:42:45] <MacWinner> ctanga, yeah.. i will be checking them on our routes and models as well
[20:42:46] <ctanga> MacWinner: there’s no such thing as client-side security. You can add checks for routes, etc, but if you want security, you must stop the resources from being sent to the client server-side
[20:42:54] <ctanga> cool
[20:43:25] *** RobinBAwesome has quit IRC
[20:44:24] *** teddyp1cker has joined #angularjs
[20:44:42] *** phzon has quit IRC
[20:44:45] <yandos> JWT is quite a nice approach to authorisation as no matter what someone changes in the request, the token will have the real user info
[20:45:05] *** teddyp1cker has quit IRC
[20:45:14] *** Johnny13371337 has joined #angularjs
[20:45:20] *** marcjs has quit IRC
[20:45:21] *** teddyp1cker has joined #angularjs
[20:45:23] *** stylemistake has quit IRC
[20:45:53] *** Sontakey1 has joined #angularjs
[20:45:59] <snurfery> sup andrewdub sheeeeit
[20:46:27] *** Sontakey1 has quit IRC
[20:46:46] *** mennea has quit IRC
[20:47:50] *** edrocks has joined #angularjs
[20:47:52] *** favetelinguis has joined #angularjs
[20:48:15] *** mary5030 has quit IRC
[20:48:26] *** kixo_ has joined #angularjs
[20:48:37] *** jwowwz has joined #angularjs
[20:49:16] *** NigelS has quit IRC
[20:49:19] *** stylemistake has joined #angularjs
[20:50:02] *** jheady has left #angularjs
[20:50:20] <yandos> MacWinner: that seems to only cover aiuthentication and not authorization, depending on your requirements it might require extra legwork if you have any roles based permissions
[20:50:27] *** NigelS has joined #angularjs
[20:50:37] *** wmbutler has quit IRC
[20:51:17] <MacWinner> yandos, i was thinking of doing an inital getRoles request.. if not authenticated, then it will go through auth flow.. then return roles.. then somehow use those roles in the standard way you suggested
[20:51:31] *** baweaver has quit IRC
[20:51:44] *** Sontakey has joined #angularjs
[20:51:59] *** ngbot has joined #angularjs
[20:51:59] <ngbot> angular.js/master c9899c5 Martin Staffa: test(ngModel): group validation tests
[20:52:00] <ngbot> angular.js/master e3764e3 Martin Staffa: fix(ngModel): don't run parsers when executing $validate...
[20:52:00] *** ngbot has left #angularjs
[20:52:31] *** despai has quit IRC
[20:52:49] *** adpirz has joined #angularjs
[20:53:28] *** patrickarlt has quit IRC
[20:53:34] *** davek_ has quit IRC
[20:53:38] *** spaceonline has quit IRC
[20:53:41] *** patrickarlt has joined #angularjs
[20:53:43] *** balr0g has joined #angularjs
[20:54:49] *** jstroem has joined #angularjs
[20:55:07] <yandos> MacWinner: you may have to ensure that the inital getRoles request completes/resolves before showing any views. not tried this from an inteceptor but using ui-router its trivial
[20:55:15] *** Shrooms has joined #angularjs
[20:55:16] *** Shrooms has joined #angularjs
[20:55:25] *** lsiv568 has quit IRC
[20:55:50] *** darrin has quit IRC
[20:56:04] *** Aswebb has joined #angularjs
[20:56:22] *** MistahKurtz has joined #angularjs
[20:56:24] *** sirkitree|afk is now known as sirkitree
[20:56:36] *** teddyp1cker has quit IRC
[20:56:46] <lebster> does ng-required work inside a ng-repeat?
[20:56:52] *** shackleford has quit IRC
[20:56:54] *** Owner__ has joined #angularjs
[20:56:57] *** mennea has joined #angularjs
[20:57:07] *** frankblizzar has joined #angularjs
[20:57:18] *** Owner__ is now known as Guest14847
[20:57:24] *** adpirz has quit IRC
[20:57:42] *** Trindaz has joined #angularjs
[20:57:50] *** mary5030 has joined #angularjs
[20:57:57] *** darrin has joined #angularjs
[20:57:57] *** night-owl is now known as zz_night-owl
[20:58:05] *** Fire-Dragon-DoL has joined #angularjs
[20:58:48] *** mary5030_ has joined #angularjs
[20:58:51] *** zz_night-owl is now known as night-owl
[20:58:59] *** cspeak has joined #angularjs
[20:59:14] *** charuru has joined #angularjs
[20:59:17] <bradgignac> lebster: yep
[20:59:31] <bradgignac> lebster: you just have to bind it to a unique value with ng-model
[20:59:51] *** preben__ has quit IRC
[20:59:59] *** digisky has quit IRC
[21:00:02] <Trindaz> Why doesn't ng-repeat detect parent scope function?
[21:00:05] *** yandos has quit IRC
[21:00:17] *** Snugug has quit IRC
[21:00:26] *** phaggood has quit IRC
[21:00:41] *** mary5030_ has quit IRC
[21:00:46] <Trindaz> Why do I have to use `e in $parent.parentScopeFunc()` instead of `e in parentScopeFunc()` when `{{ parentScopeValue }}` works fine for displaying parent scope members in a template?
[21:01:12] *** brandom has quit IRC
[21:01:28] *** Sontakey has quit IRC
[21:01:29] *** neoadventist has joined #angularjs
[21:01:33] *** mary5030_ has joined #angularjs
[21:01:36] *** SpotSec has joined #angularjs
[21:01:43] *** shackleford has joined #angularjs
[21:01:53] *** SpotSec has quit IRC
[21:01:54] <snurfery> Trindaz: is it in a directive?
[21:01:58] *** mary5030 has quit IRC
[21:01:58] <Trindaz> yes
[21:01:59] *** Guest99994 has quit IRC
[21:02:04] *** vassagus has quit IRC
[21:02:08] <snurfery> your directive has restricted scope
[21:02:10] *** SpotSec has joined #angularjs
[21:02:23] *** Aerospark has joined #angularjs
[21:02:47] <Trindaz> how do I change that?
[21:02:54] *** night-owl is now known as zz_night-owl
[21:02:56] <oniijin> restrict:
[21:03:08] *** baweaver has joined #angularjs
[21:03:17] *** vassagus has joined #angularjs
[21:03:17] *** dannyc has joined #angularjs
[21:03:44] <Trindaz> I must be totally missing something
[21:03:49] <Trindaz> according to this page
[21:04:04] <Trindaz> it makes it seem as thought restrict: only affects what method you can use for declaratively instantiating the directive in markup
[21:04:15] <Trindaz> not the behavior of scope member visibility to children
[21:04:25] *** Aerospark has quit IRC
[21:04:27] *** fedenunez has joined #angularjs
[21:04:44] *** SomeKittens has quit IRC
[21:04:47] *** glosoli has joined #angularjs
[21:05:07] *** ClarusCogitatio has joined #angularjs
[21:05:23] *** kixo_ has quit IRC
[21:05:24] <snurfery> ugh so many buzzwords
[21:05:37] <snurfery> that's a friggin word jumble there
[21:05:46] *** DrMabuse has joined #angularjs
[21:05:47] *** phaggood has joined #angularjs
[21:05:53] *** fedenunez1 has quit IRC
[21:05:58] *** IvailoStoianov_ has joined #angularjs
[21:06:08] *** bjtitus has joined #angularjs
[21:06:11] <phaggood> any httpBackend/jasmine experts online?
[21:06:24] *** bkuberek has quit IRC
[21:06:26] *** eBureau has joined #angularjs
[21:06:41] <Trindaz> thanks snurfery, but that only half way solves my problem. if i want a child directive that is 3 or 4 levels beneath a certain directive (in terms of scope inheritance) then i'd have to add 4 passthrough attributes to make my scope member available
[21:06:43] *** bjtitus has quit IRC
[21:06:45] <Trindaz> what a pain!
[21:07:10] *** Squarepy has joined #angularjs
[21:07:12] *** bjtitus has joined #angularjs
[21:07:14] *** bkuberek has joined #angularjs
[21:07:32] *** Snugug has joined #angularjs
[21:07:38] *** dannyc has quit IRC
[21:07:46] *** darrin has quit IRC
[21:07:47] *** bjtitus has quit IRC
[21:08:00] *** IvailoStoianov has quit IRC
[21:08:02] *** IvailoStoianov_ is now known as IvailoStoianov
[21:08:13] *** favetelinguis has quit IRC
[21:08:31] *** darrin has joined #angularjs
[21:08:53] *** favetelinguis has joined #angularjs
[21:08:58] <snurfery> nah
[21:09:23] *** cwill747 has quit IRC
[21:09:31] <snurfery> there are other options
[21:09:32] *** rmichnik_ has quit IRC
[21:09:51] *** Joe_knock has joined #angularjs
[21:10:32] *** NorthBlast has joined #angularjs
[21:10:35] *** Sontakey has joined #angularjs
[21:10:48] *** bayousoft has quit IRC
[21:10:49] <snurfery> 1) you can wrap that functionality in a service so you can inject it into whatever directive you need, irrespective of $scopes
[21:10:59] *** danecando has quit IRC
[21:11:26] *** bayousoft has joined #angularjs
[21:11:35] *** wallerdev has quit IRC
[21:11:37] <snurfery> 2) you can make the child directive 'require' the parent directive that contains the method you're looping over
[21:12:07] *** ederign_brb is now known as ederign
[21:12:56] *** darrin has quit IRC
[21:13:50] *** favetelinguis has quit IRC
[21:14:53] *** LeBlaaanc has joined #angularjs
[21:15:05] *** scriptThis has quit IRC
[21:15:09] *** Aerospark has joined #angularjs
[21:15:25] *** one0one has joined #angularjs
[21:15:40] *** trend has quit IRC
[21:16:27] *** larsgk has joined #angularjs
[21:17:13] <LeBlaaanc> Guys, if it's not entirely required to do auth in angular do you think you'd try to just do it with other templates on the backend? It just seems like there's a bunch of pitfalls that require some janky solutions (autofill being one of them)
[21:17:41] *** darrin has joined #angularjs
[21:17:49] *** bayousoft has quit IRC
[21:17:50] *** tplaner has quit IRC
[21:18:26] *** bayousoft has joined #angularjs
[21:18:37] *** wallerdev has joined #angularjs
[21:18:40] *** recidive has quit IRC
[21:19:01] *** yelvert_ has quit IRC
[21:19:15] *** nagappan has quit IRC
[21:19:23] *** thefostah has joined #angularjs
[21:19:28] *** yelvert has joined #angularjs
[21:19:53] *** wallerdev has quit IRC
[21:19:57] *** nagappan has joined #angularjs
[21:20:26] *** RobinBAwesome has joined #angularjs
[21:20:32] *** digisky has joined #angularjs
[21:22:06] *** darrin has quit IRC
[21:22:50] *** lvivski has quit IRC
[21:23:14] *** dj_zubehoer has joined #angularjs
[21:23:53] *** yelvert has quit IRC
[21:24:43] *** afuggini has joined #angularjs
[21:26:27] *** teddyp1cker has joined #angularjs
[21:26:44] *** mennea has quit IRC
[21:26:54] *** plato has quit IRC
[21:26:56] *** darrin has joined #angularjs
[21:27:01] *** mennea has joined #angularjs
[21:27:03] *** mgustaf has joined #angularjs
[21:27:35] *** jheady1 has joined #angularjs
[21:27:51] *** edrocks has quit IRC
[21:28:10] *** plato has joined #angularjs
[21:28:11] <maraneta> is it possible to make two columns in a confirmation window
[21:28:19] *** whunt has joined #angularjs
[21:28:35] <seriema> wafflej0ck_: here?
[21:28:41] *** jiskiras has joined #angularjs
[21:28:53] *** allgeek has left #angularjs
[21:30:06] *** fedenunez has quit IRC
[21:30:06] *** eamonn has joined #angularjs
[21:30:25] *** NorthBlast has quit IRC
[21:30:36] *** moritzs has quit IRC
[21:30:46] *** dj_zubehoer has quit IRC
[21:30:48] *** baweaver has quit IRC
[21:30:52] *** e0ipso is now known as e0ipso|away
[21:30:53] *** teddyp1cker has quit IRC
[21:32:36] <bradmaxs> Looking at my app.js, is it possible to also add $scope.region and $scope.pages to the scope in the directive?
[21:32:43] *** jheady1 has left #angularjs
[21:33:20] <mubi> hey guys, so on my form I’m not using the tradition “method=”
[21:33:25] <mubi> action=
[21:33:37] <mubi> but I want chrome to prompt me to save my password
[21:34:02] <mubi> angular does detect the change event after the form is submitted to trigger the browser’s “autofill” save prompt
[21:34:08] <mubi> *doesn't
[21:34:08] *** Sontakey has quit IRC
[21:34:12] *** Kwastie has quit IRC
[21:34:22] *** arkin has quit IRC
[21:34:34] <mubi> does anyone understand what I’m getting at?
[21:34:36] <mubi> lol
[21:34:54] *** eamonn has quit IRC
[21:35:17] <seriema> is the password <input type="password"> ?
[21:35:25] *** ededagic_ has quit IRC
[21:35:32] <mubi> yup
[21:36:09] *** mary5030_ has quit IRC
[21:36:18] *** jaznow has quit IRC
[21:36:19] *** yts has joined #angularjs
[21:37:01] <vtntimo> anyone know how to pre-buffer streaming audio with JavaScript Audio() ?
[21:37:03] <vtntimo> is it possible?
[21:37:14] *** MaxV has quit IRC
[21:37:41] *** shackleford has quit IRC
[21:38:49] <seriema> mubi: haven't tried to trigger the password thing, sorry =/
[21:38:59] *** dj_zubehoer has joined #angularjs
[21:39:21] *** Milkweed has joined #angularjs
[21:39:23] *** conner_ has joined #angularjs
[21:39:23] *** josh-k has quit IRC
[21:39:30] *** mary5030 has joined #angularjs
[21:40:10] *** dj_zubehoer has quit IRC
[21:40:42] *** Sontakey has joined #angularjs
[21:41:12] *** meisth0th has joined #angularjs
[21:41:17] <meisth0th> hello
[21:41:19] *** meisth0th has quit IRC
[21:41:19] *** meisth0th has joined #angularjs
[21:41:30] <meisth0th> how can i get an element's height without jquery? is it possible?
[21:41:45] *** KurtB has joined #angularjs
[21:42:18] *** MaxV has joined #angularjs
[21:42:30] *** shackleford has joined #angularjs
[21:42:46] *** blackkbo- has joined #angularjs
[21:42:52] *** dj_zubehoer has joined #angularjs
[21:43:08] *** blackkbo- is now known as blackkbot
[21:43:11] *** blar1 has joined #angularjs
[21:43:20] *** baweaver has joined #angularjs
[21:44:00] *** dj_zubehoer has quit IRC
[21:44:18] <meisth0th> oniijin: the element i want to get doesn't have an id, so i can't use something like getElementByID
[21:44:35] <meisth0th> i want to get by element name
[21:45:32] *** recidive has joined #angularjs
[21:45:55]
<blar1> so i'm trying to get around the prototype-inheritance problem, to build a repeated list of textboxes. my model here is an array of strings, and i've figured out a (admittedly, kinda hacky) way of bypassing the proto-inherit problem, but every keyup blurs the text field - rendering the control pretty well useless. plunker here: http://plnkr.co/edit/wn21CnE50hzavRLWdva5 can anyone offer some advice (other than "change your model") t
[21:46:11] *** cotko has quit IRC
[21:46:48] *** bjtitus has joined #angularjs
[21:46:50] *** Guest60253 has joined #angularjs
[21:47:37] *** Oxynum has joined #angularjs
[21:47:43] *** Guest2671 has joined #angularjs
[21:48:29] *** trend_ has joined #angularjs
[21:48:40] <blar1> hmm - my colleague seems to have solved the problem by adding a "trackby" into the ng-repeat expression. that's... odd
[21:48:49] *** dsdeiz has joined #angularjs
[21:48:56] *** rosieres has quit IRC
[21:49:12] *** plushy1 has joined #angularjs
[21:49:24] *** cwill747 has joined #angularjs
[21:49:52] *** bayousoft has quit IRC
[21:50:17] *** darrin has quit IRC
[21:50:33] *** bayousoft has joined #angularjs
[21:50:34] *** KurtB has quit IRC
[21:51:10] <phaggood> I did try to intercept the templates per the example wiht a passthrough, still did’t work - httpBackend.when(/\.html$/).passThrough();
[21:51:15] *** Guest2671 has quit IRC
[21:51:25] *** Oxynum has quit IRC
[21:51:50] *** surreal has joined #angularjs
[21:52:09] *** darrin has joined #angularjs
[21:52:11] *** jaydubya has joined #angularjs
[21:52:18] *** plushy has quit IRC
[21:52:19] *** shambrarian has joined #angularjs
[21:52:23] *** shambrarian has left #angularjs
[21:52:30] <surreal> If anyone here remembers my Safari problems, I found a fix!
[21:52:58]
<jaydubya> I need some clarification here. This is the output http://cl.ly/YYpb
[21:53:06] *** Linell has joined #angularjs
[21:53:10] <surreal> Setting my webserver to deliver content with "no-cache" type headers made Safari behave.
[21:53:38] *** FIFOd[a] has quit IRC
[21:53:45] <jaydubya> the revenue and expenses column are either entered via an input or grabbed from the database (for the edit).
[21:53:54] *** IvailoStoianov has quit IRC
[21:54:00] *** richiebkr has joined #angularjs
[21:54:07] *** a3gis has joined #angularjs
[21:54:19] *** wsmoak has joined #angularjs
[21:54:25] <jaydubya> I need the income column and the average row to update automatically when the revenue or expenses are changed
[21:54:47] <jaydubya> WHERE do I put the formulas -- in the view, controller or a service?
[21:55:01] *** FIFOd[a] has joined #angularjs
[21:55:11] <Linell> jaydubya: I'd say a service.
[21:55:45] <jaydubya> I tried a service but it only updates when I refresh the page, so I must be doing something wrong
[21:55:48] *** jiskiras has quit IRC
[21:55:49] *** Oxynum has joined #angularjs
[21:56:26] *** josh3336 has joined #angularjs
[21:56:37] *** lsiv568 has joined #angularjs
[21:56:40] <Linell> On the revenue or expenses inputs, do you have ng-change bound to a function that calls that service to update stuff?
[21:56:45] <jaydubya> are the values (ie, income = revenue - expense) or a function (ie, getIncome(revenue, expense)
[21:57:03] <jaydubya> they^
[21:57:05] *** mennea_ has joined #angularjs
[21:57:14] *** mennea has quit IRC
[21:57:26] <jaydubya> dammit, that's what I am missing -- the ng-change ... thanks!
[21:57:27] *** Ix-Xitan has joined #angularjs
[21:57:27] *** Ix-Xitan is now known as PointBlank
[21:57:35] *** PointBlank is now known as Ix-xitan
[21:57:40] *** JBreit has quit IRC
[21:57:52] *** Guest60253 has quit IRC
[21:57:55] *** j0shua has quit IRC
[21:58:04] *** favetelinguis has joined #angularjs
[21:58:05] <prbc> Which is the best service to handle angular authentication? satellizer, restanagular?
[21:58:11] *** ses1984 has quit IRC
[21:58:52] *** Josh has joined #angularjs
[21:59:16] *** Josh is now known as Guest3664
[21:59:26] *** tplaner has joined #angularjs
[21:59:27] *** digisky1 has joined #angularjs
[21:59:43] *** evotuned has joined #angularjs
[22:00:01] *** jacuqesdancona_ has joined #angularjs
[22:00:03] <evotuned> hey all
[22:00:12] <evotuned> question for ya
[22:00:17] *** digisky has quit IRC
[22:00:29] *** anjumkaiser has joined #angularjs
[22:00:32] *** xavia has quit IRC
[22:00:52] *** frankbli_ has joined #angularjs
[22:00:57] *** lsiv568 has quit IRC
[22:01:13] *** baweaver has quit IRC
[22:01:19] <evotuned> i have an ng-model="type" on a select dropdown and i'm trying to display/hide divs based on ng-if="type == daily"
[22:01:30] <evotuned> am i missing something?
[22:01:39] <surreal> ng-if="type == 'daily'"
[22:01:55] <evotuned> damn.
[22:01:55] *** whiteboo_ has quit IRC
[22:01:56] <evotuned> lol
[22:01:59] *** dj_zubehoer has joined #angularjs
[22:02:00] <surreal> Unless daily is another variable...
[22:02:09] <evotuned> no, it's the value in the select options
[22:02:12] <surreal> Ya gotta quote your strings.
[22:02:17] <surreal> :)
[22:02:18] *** macabre has quit IRC
[22:02:28] <MacWinner> is it best practice to not use $http in your controllers?
[22:02:36] *** elrabin_ has joined #angularjs
[22:02:59] *** kirfu has joined #angularjs
[22:03:16] *** favetelinguis has quit IRC
[22:03:21] *** DrMabuse_ has joined #angularjs
[22:03:23] *** frankblizzar has quit IRC
[22:03:28] *** dj_zubehoer has quit IRC
[22:03:30] <digisky1> I guess that goes in services usually
[22:03:41] *** macabre has joined #angularjs
[22:03:49] *** Aerospark has quit IRC
[22:04:02] *** AngularUI has joined #angularjs
[22:04:03]
<AngularUI> [bootstrap] fassetar opened pull request #2983: Added favicon.ico (gh-pages...gh-pages) http://git.io/OegteQ
[22:04:03] *** AngularUI has left #angularjs
[22:04:27] *** drult has joined #angularjs
[22:04:27] *** jacuqesdancona_ has quit IRC
[22:04:30] *** Una has joined #angularjs
[22:04:46] *** nycdevgirl has quit IRC
[22:04:54] <evotuned> thanks
[22:04:59] *** mzabriskie has joined #angularjs
[22:05:17] *** DrMabuse_ has quit IRC
[22:05:28] *** DrMabuse_ has joined #angularjs
[22:06:01] *** Aerospark has joined #angularjs
[22:06:07] *** elrabin has quit IRC
[22:06:17] *** jiskiras has joined #angularjs
[22:06:30] *** TheAceOfHearts has joined #angularjs
[22:06:33] *** FunnyLookinHat has quit IRC
[22:06:35] *** recidive has quit IRC
[22:06:43] *** kentcdodds has quit IRC
[22:06:56] *** cboden has quit IRC
[22:07:00] *** DrMabuse has quit IRC
[22:07:14] *** DrMabuse_ has quit IRC
[22:07:23] *** DrMabuse has joined #angularjs
[22:07:42] *** kixo_ has joined #angularjs
[22:08:26] *** Aliks has quit IRC
[22:08:45] *** larsgk has quit IRC
[22:08:48] *** lsiv568 has joined #angularjs
[22:09:27] *** NorthBlast has joined #angularjs
[22:09:29] *** lsiv568 has joined #angularjs
[22:09:35] *** kixo_ has quit IRC
[22:10:06] *** lsiv568 has quit IRC
[22:10:16] *** diosney1 has quit IRC
[22:10:22] *** lsiv568 has joined #angularjs
[22:10:24] *** afuggini has quit IRC
[22:10:45] *** lsiv568 has quit IRC
[22:10:57] *** thedodd has quit IRC
[22:11:00] *** lsiv568 has joined #angularjs
[22:11:14] *** lsiv568 has joined #angularjs
[22:12:19] *** after_r has quit IRC
[22:12:43] *** trend_ has quit IRC
[22:13:08] *** mdel has quit IRC
[22:13:15] *** Guest60253 has joined #angularjs
[22:13:19] *** dannyc has joined #angularjs
[22:13:22] *** bjtitus has quit IRC
[22:13:44] *** lsiv568 has quit IRC
[22:13:54] *** lsiv568 has joined #angularjs
[22:13:59] *** edy has quit IRC
[22:14:04] *** oniijin has quit IRC
[22:14:23] *** zzing has joined #angularjs
[22:15:34] *** JBreit has joined #angularjs
[22:15:49] *** sk87 has joined #angularjs
[22:17:23] *** dannyc has quit IRC
[22:17:38] <prbc> Which is the best service to handle angular authentication? satellizer, restanagular?
[22:17:44] <prbc> or another one
[22:18:40] *** preben__ has joined #angularjs
[22:18:52] *** nycdevgirl has joined #angularjs
[22:18:54] <eighty4> prbc: I'd say it depends on your backend
[22:19:16] <prbc> eighty4: what? I use nodejs, passport
[22:19:26] *** cboden has joined #angularjs
[22:19:27] *** busticated has quit IRC
[22:19:33] *** edy has joined #angularjs
[22:20:06] *** FunnyLookinHat has joined #angularjs
[22:20:29] <eighty4> prbc: well, restanagular isn't really an authentication only module is it? It might work well with passport (not sure) but you do get more things
[22:21:11] *** caitp has quit IRC
[22:21:39] <eighty4> satellizer isn't actually using your backend?
[22:21:55] *** trend has joined #angularjs
[22:22:06] *** yelvert has joined #angularjs
[22:22:25] *** glosoli has quit IRC
[22:22:44] *** krawek has quit IRC
[22:22:53] *** rmaxfield has joined #angularjs
[22:23:02] *** lsiv568 has quit IRC
[22:23:08] <wsmoak> new to angular, reading Angular JS Up and Running, and stuck using $http.post to send form data.
[22:23:18] *** rmaxfield has left #angularjs
[22:23:22] <jcool> wsmoak, whats the issue?
[22:23:31] *** jheady has joined #angularjs
[22:23:45] *** joker666 has joined #angularjs
[22:23:48] <wsmoak> but I’m using Ruby and Sinatra on the back end … I suspect it’s not speaking the same language as Node would be.
[22:23:57] *** caitp has joined #angularjs
[22:23:57] *** Pluff has quit IRC
[22:24:05] <wsmoak> if I look at params on the server side, it’s empty
[22:24:06] *** thedodd has joined #angularjs
[22:24:26] *** baweaver has joined #angularjs
[22:24:44] *** Fuzzier has joined #angularjs
[22:25:23] *** cacts|wtf has quit IRC
[22:25:46] *** Fuzzy has quit IRC
[22:26:19] <wsmoak> DrMabuse: not sure that was for me ?
[22:26:20] *** woah has joined #angularjs
[22:26:26] *** wallerdev has joined #angularjs
[22:26:34] <DrMabuse> wsmoak: yes
[22:26:46] <DrMabuse> wsmoak: you have to check the promise
[22:26:51] <DrMabuse> from your $http
[22:27:10] *** renstrm has quit IRC
[22:27:26] <DrMabuse> var promise = $http.get('....'); promise.then(mydata)
[22:28:15] <DrMabuse> wsmoak: using restapi ?
[22:29:10] *** recidive has joined #angularjs
[22:29:13] *** oniijin has joined #angularjs
[22:29:58] *** Bennit has quit IRC
[22:30:15] <wsmoak> DrMabuse: I’m not following. the problem is that I don’t see the form data on the server side.
[22:30:16] *** G1eb has quit IRC
[22:30:19] <nickeddy> can't recommend $resource, but Restangular is good
[22:30:41] <DrMabuse> wsmoak: ups
[22:30:42] *** ClarusCogitatio has quit IRC
[22:30:44] <DrMabuse> :)
[22:30:46] *** rhp has joined #angularjs
[22:30:54] <wsmoak> the console.log statement just before looks good, I can expand the Object in the console log and all the data is there
[22:30:55] *** lsiv568 has joined #angularjs
[22:31:20] *** marcjs has joined #angularjs
[22:31:27] <wsmoak> so I wonder… is that a plain old HTTP post or is there something JSON-y about it that Sinatra doesn’t understand ? (the book examples assume Node on the server side)
[22:32:13] *** lsiv568 has quit IRC
[22:32:23] <DrMabuse> missing header ?
[22:32:45] *** ClarusCogitatio has joined #angularjs
[22:32:45] *** mhoffman has left #angularjs
[22:33:47] *** Fuzzy has joined #angularjs
[22:33:59] *** TheAceOfHearts has quit IRC
[22:34:14] *** plato has quit IRC
[22:34:21] *** TheAceOfHearts has joined #angularjs
[22:34:49] *** elrabin_ has quit IRC
[22:34:58] *** plato has joined #angularjs
[22:35:18] *** Rafzzz has joined #angularjs
[22:35:31] *** elrabin has joined #angularjs
[22:35:33] *** renstrm has joined #angularjs
[22:35:36] *** Fuzzier has quit IRC
[22:35:43] *** mzabriskie has quit IRC
[22:36:48] <wsmoak> hm.. how would you go about debugging ?
[22:37:29] *** G1eb has joined #angularjs
[22:37:42] *** mennea_ has quit IRC
[22:37:58] *** Fuzzier has joined #angularjs
[22:38:00] <sweeper> caaarefully
[22:38:12] *** Fuzzy has quit IRC
[22:38:17] *** kirfu has quit IRC
[22:38:17] *** kirfu1 has joined #angularjs
[22:38:22] *** mennea has joined #angularjs
[22:38:33] <Rafzzz> wsmoak: dev tools and break points
[22:38:46] <baweaver> fair warning, Restangular objects have a lot of extra data that gets sent with them on post / update that you may want to filter off.
[22:39:02] *** Bennit has joined #angularjs
[22:40:53] <DrMabuse> wsmoak: check network in chrom check th request or better check it first in postman
[22:41:07] <DrMabuse> postman is a chrome extension
[22:41:11] *** darrin has quit IRC
[22:41:24] <DrMabuse> or the best way use Raml or swagger
[22:41:34] *** phuh has joined #angularjs
[22:41:35] *** adpirz has joined #angularjs
[22:41:50] <DrMabuse> postmanis the fastest way i think
[22:42:09] <soee__> what way do you prefere to check if user is authenticated etc? do you have some auth servis thats stores authed user data on client side etc ?\
[22:42:30] *** joedotjs_ has joined #angularjs
[22:42:34] *** renstrm has quit IRC
[22:42:37] *** kirfu1 has quit IRC
[22:42:48] *** joedotjs has joined #angularjs
[22:43:06] *** joedotjs_ has quit IRC
[22:43:29] *** soee__ is now known as soee
[22:43:32] <DrMabuse> soee__: doesnt the auth in the gist
[22:43:41] <DrMabuse> is a simple request
[22:43:47] <DrMabuse> to the server
[22:43:53] *** akrikos has quit IRC
[22:44:07] *** mary5030 has quit IRC
[22:44:42] *** AngularUI has joined #angularjs
[22:44:43]
<AngularUI> [bootstrap] maxisam closed pull request #2980: to work with bootstrap 3.3.1 (master...patch-3) http://git.io/1XEXmQ
[22:44:43] *** AngularUI has left #angularjs
[22:44:58] *** joshontheweb has quit IRC
[22:45:07] *** G1eb has quit IRC
[22:45:54] *** adpirz has quit IRC
[22:46:00] *** macabre has quit IRC
[22:46:21] *** RoryHughes_ is now known as RoryHughes
[22:46:24] *** _BlackMage_ has quit IRC
[22:47:10] *** TyrfingMjolnir has quit IRC
[22:47:27] *** AtomicCookie has quit IRC
[22:47:27] *** Schtive has quit IRC
[22:47:36] *** macabre has joined #angularjs
[22:47:47] *** sk87 has quit IRC
[22:47:52] *** zzing has quit IRC
[22:47:54] *** bkuberek_ has joined #angularjs
[22:48:03] *** phaggood has quit IRC
[22:48:08] <Trindaz> I've noticed that by default angular.js prints a JSON styled output for an object when you do {{ myObject }}
[22:48:12] *** plato has quit IRC
[22:48:19] <Trindaz> is there a way to set a default toString method that Angular.js should use?
[22:48:22] *** shemerey has joined #angularjs
[22:48:31] *** Joe_knock has left #angularjs
[22:48:46] *** NorthBlast has quit IRC
[22:48:49] *** AngularUI has joined #angularjs
[22:48:49]
<AngularUI> [bootstrap] maxisam opened pull request #2984: Update modal.js to work with bootstrap 3.3.1 (master...patch-4) http://git.io/mClFOg
[22:48:49] *** AngularUI has left #angularjs
[22:48:50] *** tech2_ has quit IRC
[22:48:52] *** Bennit has quit IRC
[22:49:02] *** dsdeiz has quit IRC
[22:49:02] *** SpotSec has quit IRC
[22:49:10] *** busticated has joined #angularjs
[22:49:40] <wsmoak> (ftr I found my ‘missing’ form data with “JSON.parse request.body.read” in the sinatra app)
[22:49:56] <DrMabuse> haha
[22:50:00] <DrMabuse> :)
[22:50:08] *** plato has joined #angularjs
[22:50:41] *** jlebrech has joined #angularjs
[22:50:42] *** jeffscottward has quit IRC
[22:50:42] *** un1337 has joined #angularjs
[22:50:53] *** adamdbradley has quit IRC
[22:50:58] *** cleme1mp has quit IRC
[22:51:02] *** subtone100 has joined #angularjs
[22:51:24] *** jheady has left #angularjs
[22:51:25] *** un1337 has quit IRC
[22:51:29] *** bkuberek has quit IRC
[22:51:30] *** SpotSec has joined #angularjs
[22:52:20] *** Latros-OS has joined #angularjs
[22:52:24] *** G1eb has joined #angularjs
[22:52:25] *** G1eb has joined #angularjs
[22:52:27] *** cboden has quit IRC
[22:52:35] *** renstrm has joined #angularjs
[22:53:30] *** jimvideo has quit IRC
[22:53:34] <ctanga> hmmmmm…
[22:53:38] <soee> DrMabuse: doesnt the auth in the gist ?
[22:53:44] *** Fuzzier has quit IRC
[22:53:46] <ctanga> i wonder what this means for angular router
[22:54:06] *** Helious has quit IRC
[22:54:07] *** whunt has quit IRC
[22:54:35] <DrMabuse> soee: i mean there no auth in the request
[22:54:35] *** joedotjs has quit IRC
[22:54:48] <DrMabuse> on this gist wsmoak posted
[22:54:51] *** despai has joined #angularjs
[22:55:15] *** Bennit has joined #angularjs
[22:55:22] *** Rebirth has quit IRC
[22:55:22] *** thomasreggi has joined #angularjs
[22:55:27] *** whunt has joined #angularjs
[22:55:28] *** jlebrech has quit IRC
[22:55:44] *** joshontheweb has joined #angularjs
[22:56:06] *** shemerey has quit IRC
[22:56:27] *** andrewdub has quit IRC
[22:56:27] *** shemerey has joined #angularjs
[22:56:50] *** jeffscottward has joined #angularjs
[22:56:59] *** larsgk has joined #angularjs
[22:57:05] *** shemerey has quit IRC
[22:57:13] <mubi> hi guys I have a problem I need help thinking through
[22:57:22] *** shinnya has joined #angularjs
[22:57:25] <DANtheBEASTman> mubi: did you ask your rubber duck?
[22:57:25] *** shemerey has joined #angularjs
[22:57:34] <mubi> ??
[22:57:44] *** tsalb has quit IRC
[22:57:56] *** digisky1 has quit IRC
[22:57:58] <DrMabuse> mubi: whats your preblem ?
[22:58:06] *** ClarusCogitatio has quit IRC
[22:58:10] *** phuh has quit IRC
[22:58:20] *** drult has quit IRC
[22:58:29] *** RobinBAwesome has quit IRC
[22:58:30] *** Guest67498 has quit IRC
[22:58:40] *** shackleford has quit IRC
[22:58:44] *** favetelinguis has joined #angularjs
[22:58:55] *** mgustaf has quit IRC
[22:58:56] <mubi> so I have a password that I am saving to a cookie atm, but the issue with that is its plaintext and can easily be hacked, so I can encrypt it locally before saving to the cookie. By doing this however, someone can technically still get the js files on the page and decrypt/figure out how to decrypt the now encrypted password on the cookie
[22:59:11] *** FalsePozitive has joined #angularjs
[22:59:18] *** zzing has joined #angularjs
[22:59:40] <DANtheBEASTman> mubi: are you not using hashes?
[23:00:13] *** dylang has quit IRC
[23:00:21] *** Rebirth has joined #angularjs
[23:00:25] <DrMabuse> SHA256
[23:00:29] *** ClarusCogitatio has joined #angularjs
[23:00:31] *** samuel02 has quit IRC
[23:00:32]
<Oxynum> Hi ! I'm struggling with a datalist element u_u, I want it to act like a select element 'ng-options' => 'supplier.id as supplier.name for supplier in supplier'. But I can't figure how to do it ! http://plnkr.co/edit/1EeVx2hPhH9ovTtCZTRd?p=preview
[23:01:30] <Oxynum> I want my model to have the bind to the id of the selected object but to display the name in the datalist
[23:01:49] *** mgustaf has joined #angularjs
[23:01:56] *** digisky has joined #angularjs
[23:02:30] *** tech2_ has joined #angularjs
[23:02:33] <Foxandxss> it is going to rain fire
[23:02:54] *** Una has quit IRC
[23:03:03] *** siddart has quit IRC
[23:03:09] *** diegoaguilar has quit IRC
[23:03:22] *** edy has quit IRC
[23:03:39] <mubi> DrMabuse: yea cool, but can’t someone download crypto-js locally and decrypt my password?
[23:03:45] *** AngularUI has joined #angularjs
[23:03:46]
<AngularUI> [ui-router] christopherthielen closed pull request #1522: Update TypeScript API (master...tsd) http://git.io/u9_p3Q
[23:03:46] *** AngularUI has left #angularjs
[23:04:01] <DrMabuse> mubi ??
[23:04:04] <DrMabuse> what
[23:04:29] *** mjs2600_ has quit IRC
[23:04:34] *** siddart has joined #angularjs
[23:04:35] *** Aliks has joined #angularjs
[23:04:38] *** cspeak has quit IRC
[23:04:42] *** favetelinguis has quit IRC
[23:04:48] <Linell> mubi: Is it the password of the use that's currently logged in? What is the passowrd being stored for in the first place?
[23:05:16] <DrMabuse> mubi:
[23:05:18] *** NormySan has quit IRC
[23:05:19] <DrMabuse> SHA-256 is a cryptographic (one-way) hash function, so there is no direct way to decode it. The entire purpose of a cryptographic hash function is that you can't undo it.
[23:05:33] *** mjs2600 has joined #angularjs
[23:05:41] *** busticated has quit IRC
[23:05:47] <mubi> DrMabuse: ok…but I’m storing that in a cookie
[23:05:51] *** mjs2600 has quit IRC
[23:05:59] <jcool> how can we change date format of data being saved in model?
[23:06:08] *** mjs2600 has joined #angularjs
[23:06:08] <DrMabuse> yes the SHA-256
[23:06:11] <mubi> if they copy it and paste it in the password field, can’t they log in as me
[23:06:13] *** mjs2600 has quit IRC
[23:06:21] <DrMabuse> not reeally
[23:06:24] <mubi> forgive me ignorance in the matter
[23:06:25] <mubi> lol
[23:06:41] *** delasweb has joined #angularjs
[23:06:43] *** kevinfagan_ has quit IRC
[23:06:50] *** delasweb has quit IRC
[23:07:18] <DrMabuse> dont save the plain passowrd in cookie
[23:07:30] <DrMabuse> only the SHA256
[23:07:31] *** busticated has joined #angularjs
[23:07:38] *** Rafzzz has quit IRC
[23:07:41] <mubi> DrMabuse: ok, gotcha
[23:07:43] <Oxynum> jcool: ?? What are you trying to do ?
[23:07:46] *** mennea has quit IRC
[23:07:48] <mubi> lemme give that a go
[23:08:01] *** cody-- has quit IRC
[23:08:02] *** zorch_ has quit IRC
[23:08:19] *** mennea has joined #angularjs
[23:08:31] *** lsiv568 has joined #angularjs
[23:09:06] *** whitebook has joined #angularjs
[23:09:19] *** hnomad has quit IRC
[23:09:19] *** toin0u|away has quit IRC
[23:09:42] *** cody-- has joined #angularjs
[23:09:52] *** subsonic has quit IRC
[23:10:12] *** livingstn has quit IRC
[23:10:12] *** hnomad has joined #angularjs
[23:10:17] *** toin0u|away has joined #angularjs
[23:10:19] *** jstroem has quit IRC
[23:10:34] *** mgustaf has quit IRC
[23:10:51] <stylemistake> hi guys
[23:11:12] * stylemistake continues his quest of porting AngularJS to Bitwig Studio
[23:11:15] *** qdk has joined #angularjs
[23:11:27] *** BillCriswell has quit IRC
[23:11:39] *** zB0hs has quit IRC
[23:11:44] *** andrewdub has joined #angularjs
[23:11:58] *** kevinfagan has joined #angularjs
[23:12:04] *** ulkesh_ has quit IRC
[23:12:08] <stylemistake> and i don't know why, but i use dollar methods everywhere
[23:12:18] *** morenoh149 has joined #angularjs
[23:12:20] *** zz_zorch_ has joined #angularjs
[23:12:37] *** mzabriskie has joined #angularjs
[23:12:37] *** zz_zorch_ is now known as zorch_
[23:12:39] <stylemistake> they seems to do the magic
[23:13:08] *** mdedetrich has joined #angularjs
[23:13:15] *** tristanp has quit IRC
[23:13:17] *** airtonix has quit IRC
[23:13:28] *** bradgignac has quit IRC
[23:13:53] *** Aliks has quit IRC
[23:13:59] *** whiteboo_ has joined #angularjs
[23:14:34] *** ben_dev has quit IRC
[23:14:54] *** hecatonicosachor has joined #angularjs
[23:15:15] *** zz_night-owl is now known as night-owl
[23:15:22] *** Una has joined #angularjs
[23:15:28] *** Latros-OS has quit IRC
[23:16:02] *** night-owl is now known as zz_night-owl
[23:16:10] *** MistahKurtz has quit IRC
[23:16:32] *** jpstone has quit IRC
[23:16:42] *** cspeak has joined #angularjs
[23:17:09] *** RobinBAwesome has joined #angularjs
[23:17:25] *** whitebook has quit IRC
[23:17:30] *** josh3336 has quit IRC
[23:17:56] *** sacho_ has quit IRC
[23:18:42] *** ulkesh has joined #angularjs
[23:18:49] *** digisky has quit IRC
[23:18:50] *** fedenunez has joined #angularjs
[23:19:28] *** DrMabuse has quit IRC
[23:19:51] *** joshmu has joined #angularjs
[23:19:54] *** DrMabuse has joined #angularjs
[23:20:14] *** blar1 has left #angularjs
[23:20:15] *** mennea has quit IRC
[23:20:18] *** conner_ has quit IRC
[23:20:49] *** annlewis has quit IRC
[23:20:51] *** Trindaz has quit IRC
[23:20:56] *** danielmahon has quit IRC
[23:21:29] *** josh3336 has joined #angularjs
[23:21:42] *** jstroem has joined #angularjs
[23:23:22] *** Sontakey has quit IRC
[23:23:35] *** subtone100 has quit IRC
[23:23:37] *** macobo has quit IRC
[23:23:47] *** Snugug has quit IRC
[23:24:07] *** c00ljs has quit IRC
[23:24:08] *** DrMabuse has quit IRC
[23:24:16] *** digisky has joined #angularjs
[23:24:22] *** mmealling has quit IRC
[23:24:34] *** shackleford has joined #angularjs
[23:24:48] *** mubi has quit IRC
[23:24:49] *** MistahKurtz has joined #angularjs
[23:24:58] *** davek_ has joined #angularjs
[23:24:58] *** davek_ has joined #angularjs
[23:25:06] *** davek_ is now known as davek
[23:25:26] *** lsiv568 has quit IRC
[23:25:28] *** MistahKurtz has quit IRC
[23:25:45] *** mubi has joined #angularjs
[23:25:48] *** Sontakey has joined #angularjs
[23:25:54] *** shacklef_ has joined #angularjs
[23:25:57] <nickeddy> DANtheBEASTman: it goes formName.inputName - you're doing formName.ngModelName
[23:26:02] *** MistahKurtz has joined #angularjs
[23:26:11] *** trend has quit IRC
[23:26:12] *** Alina-malina has quit IRC
[23:26:14] <nickeddy> DANtheBEASTman: so instead of truckodoform.odostart it should be truckodoform.start
[23:26:47] *** MistahKurtz has quit IRC
[23:27:02] *** Sontakey1 has joined #angularjs
[23:27:16] *** juanpablo_ has quit IRC
[23:27:16] *** teddyp1cker has joined #angularjs
[23:27:19] *** Sontakey2 has joined #angularjs
[23:27:26] *** MistahKurtz has joined #angularjs
[23:27:29] *** cspeak has quit IRC
[23:27:33] *** FalsePozitive has quit IRC
[23:27:37] *** juanpablo_ has joined #angularjs
[23:27:44] *** trend has joined #angularjs
[23:28:05] *** MistahKurtz has quit IRC
[23:28:38] *** Sontakey2 has quit IRC
[23:28:41] *** MistahKurtz has joined #angularjs
[23:28:46] *** Sontakey2 has joined #angularjs
[23:28:49] *** nemothekid has quit IRC
[23:29:03] *** shackleford has quit IRC
[23:29:14] *** Sontakey2 has quit IRC
[23:29:20] *** Sontakey3 has joined #angularjs
[23:30:17] *** Sontakey has quit IRC
[23:30:19] *** szymek_ has quit IRC
[23:30:21] <DANtheBEASTman> hmm ok thanks
[23:30:30] <icfantv> TheAceOfHearts: hey, did you get the workshop refund email from ng-conf?
[23:30:33] *** Aliks has joined #angularjs
[23:30:35] *** frankbli_ has quit IRC
[23:30:47] *** Sontakey has joined #angularjs
[23:30:49] *** joshontheweb has quit IRC
[23:31:01] <nickeddy> DANtheBEASTman: because of the name=
[23:31:07] <nickeddy> DANtheBEASTman: name="start"
[23:31:14] <nickeddy> DANtheBEASTman: make sense?
[23:31:28] *** Sontakey1 has quit IRC
[23:31:30] *** yoshokatana has quit IRC
[23:31:39] *** joshontheweb has joined #angularjs
[23:31:47] *** imehesz has quit IRC
[23:31:47] *** Sontakey3 has quit IRC
[23:31:52] *** Sontakey1 has joined #angularjs
[23:32:07] *** teddyp1cker has quit IRC
[23:32:23] *** nemothekid has joined #angularjs
[23:32:37] *** Sontakey2 has joined #angularjs
[23:32:44] *** a3gis has quit IRC
[23:33:02] *** cjuehring has joined #angularjs
[23:33:05] *** Sontakey3 has joined #angularjs
[23:33:09] *** szymek has joined #angularjs
[23:33:17] *** jstroem has quit IRC
[23:33:17] *** elrabin_ has joined #angularjs
[23:35:04] *** Sontakey has quit IRC
[23:35:05] *** Sontakey3 has quit IRC
[23:35:11] *** Sontakey4 has joined #angularjs
[23:35:13] *** Sontakey has joined #angularjs
[23:35:34] <DANtheBEASTman> sure, I just have an entire new set of problems now
[23:35:37] *** Makpoc has quit IRC
[23:35:41] *** dsdeiz has joined #angularjs
[23:36:10] *** Sontakey4 has quit IRC
[23:36:11] *** Sontakey3 has joined #angularjs
[23:36:15] *** Sontakey has quit IRC
[23:36:16] *** mzabriskie has quit IRC
[23:36:16] *** Sontakey1 has quit IRC
[23:36:17] *** dj_zubehoer has joined #angularjs
[23:36:41] *** shacklef_ has quit IRC
[23:36:42] <dman777_alter> ugh...can't find it, but it exists. Does anyone have the link to the Angular.js documentation where it saids to use destroy() in a directive?
[23:36:57] *** elrabin has quit IRC
[23:37:02] *** Sontakey2 has quit IRC
[23:37:12] *** Sontakey3 has quit IRC
[23:37:19] *** Sontakey has joined #angularjs
[23:37:24] *** doodlehaus has quit IRC
[23:37:36] *** elrabin_ has quit IRC
[23:37:48] <dman777_alter> in contrast to a controller which destroys scope automatically
[23:37:51] *** Alina-malina has joined #angularjs
[23:37:55] <nickeddy> dman777_alter: sec
[23:37:56] *** phaggood has joined #angularjs
[23:38:01] *** beckyconning_ has quit IRC
[23:38:02] *** Cin has joined #angularjs
[23:38:09] *** Fuzzy has joined #angularjs
[23:38:09] *** Makpoc has joined #angularjs
[23:38:11] <nickeddy> search destroy on that
[23:38:21] *** moritzs has joined #angularjs
[23:38:40] *** Sontakey has quit IRC
[23:39:37] *** FIFOd[a] has quit IRC
[23:39:53] *** joshmu has quit IRC
[23:39:57] *** dj_zubehoer has quit IRC
[23:40:00] *** recidive has quit IRC
[23:40:03] <dman777_alter> nickeddy: thanks!
[23:40:03] *** FIFOd[a] has joined #angularjs
[23:40:08] *** trend has quit IRC
[23:40:21] *** joshmu has joined #angularjs
[23:40:24] *** yts has quit IRC
[23:40:34] *** LeBlaaanc has quit IRC
[23:40:46] *** tplaner has quit IRC
[23:41:00] <nickeddy> np
[23:41:31] *** evotuned has quit IRC
[23:42:27] <TheAceOfHearts> icfantv: D:
[23:42:29] <TheAceOfHearts> I didn't buy
[23:42:36] <TheAceOfHearts> because I couldn't get just the normal event one
[23:42:38] <TheAceOfHearts> shit
[23:42:40] <TheAceOfHearts> should've bought :U
[23:42:51] <TheAceOfHearts> I'm gonna try again on tomorrow's (?) sale
[23:42:53] *** preben__ has quit IRC
[23:42:55] <TheAceOfHearts> or is it thursday?
[23:43:01] <nickeddy> 19th
[23:43:03] <nickeddy> so weds
[23:43:04] *** cspeak has joined #angularjs
[23:43:10] <TheAceOfHearts> yeah, then
[23:43:20] <icfantv> wednesday
[23:43:27] <TheAceOfHearts> so yeah, then
[23:43:29] *** cannap has quit IRC
[23:43:38] <icfantv> who ended up trying to buy two then and only got one?
[23:43:45] <TheAceOfHearts> I think BahamutWC
[23:43:47] <icfantv> but wound up getting EVERYTHING
[23:43:53] <icfantv> ahhhhh, yea, i think that's right
[23:44:04] <nickeddy> i'm going to be trying to get tickets too
[23:44:11] <icfantv> hope like hell i get one wednesday
[23:44:12] <nickeddy> hopefully i see you guys there :P
[23:44:23] <icfantv> punk
[23:44:31] *** FIFOd[a] has quit IRC
[23:44:35] <TheAceOfHearts> hopefully I don't get food poisoning this year ;_;
[23:44:40] <icfantv> hah
[23:44:45] <icfantv> it's the little things....
[23:44:53] *** recidive has joined #angularjs
[23:45:03] <nickeddy> well work wants to send me so, yay free conferences
[23:45:12] <TheAceOfHearts> indeed
[23:45:28] <TheAceOfHearts> I'm booking an extra day so I can go to the mountains too or w/e
[23:45:29] <icfantv> it's not like work WANTS to send me, it's that i asked and they said yes, they would pay
[23:45:37] <TheAceOfHearts> yeah
[23:45:37] <TheAceOfHearts> same
[23:45:39] *** bjtitus has joined #angularjs
[23:45:41] <nickeddy> lmao
[23:45:47] <TheAceOfHearts> I have like idk how much money in my conf budget
[23:45:48] <MacWinner> are view templates for $route cachable like directive templates? ie, can I do a grunt html2js on them?
[23:45:49] <TheAceOfHearts> so I plan on using it :D
[23:45:52] <TheAceOfHearts> use it or lose it~
[23:45:53] <nickeddy> we have budget for 'educational' stuff
[23:45:57] <TheAceOfHearts> me too
[23:46:03] <icfantv> i have no idea what our budget is either
[23:46:04] <nickeddy> and there's monies in that pile that we need to spend so
[23:46:05] <TheAceOfHearts> I get 2 conferences and like $3000 I think
[23:46:15] <TheAceOfHearts> but I learned that if I don't spend the money
[23:46:15] <icfantv> and with the merger, god only knows what will happen
[23:46:18] <TheAceOfHearts> it's not transferable
[23:46:20] <nickeddy> ^
[23:46:21] <TheAceOfHearts> I just sorta lose it :(
[23:46:27] <TheAceOfHearts> so I have to book really nice hotels and stuff
[23:46:29] <icfantv> i think we lose it too
[23:46:29] <nickeddy> yeah, gotta spend it or it just goes away here too lol
[23:46:47] <icfantv> *have to?
[23:47:10] <icfantv> i have to stay at the four seasons and drink hennessey XO or i lose it
[23:47:26] <nickeddy> i don't think i'd be complaining about that :P
[23:47:38] *** craigmr has quit IRC
[23:47:41] <icfantv> likewise….but that ain't happeneing
[23:48:04] <nickeddy> any other angular conferences besides the salt lake one?
[23:48:10] <TheAceOfHearts> ngEurope I guess
[23:48:17] <nickeddy> heh. they would never send me there
[23:48:19] <TheAceOfHearts> I'm probably doing ngConf and JSConf
[23:48:22] *** Aswebb has quit IRC
[23:48:26] <TheAceOfHearts> I only get to attend two
[23:48:27] <nickeddy> jsconf would be good
[23:48:28] <TheAceOfHearts> unless I'm speaking
[23:48:29] *** joshmu has quit IRC
[23:48:33] <TheAceOfHearts> I can go to as many as I want if I'm a speaker
[23:48:38] <TheAceOfHearts> cuz personal growth and stuff
[23:48:54] *** joshmu has joined #angularjs
[23:48:55] *** trend has joined #angularjs
[23:48:59] <Slim> i wanted to be apersonal speaker but I can only be a personal microphone
[23:49:04] *** shackleford has joined #angularjs
[23:49:16] *** c00ljs has joined #angularjs
[23:49:19] *** shackleford has quit IRC
[23:49:22] *** eBureau has quit IRC
[23:49:22] <TheAceOfHearts> haha
[23:49:32] *** shackleford has joined #angularjs
[23:49:55] *** gr1zzlybe4r has joined #angularjs
[23:50:01] *** nemothekid has quit IRC
[23:50:36] *** bjtitus has quit IRC
[23:50:37] *** dnull has joined #angularjs
[23:50:38] *** mubi has quit IRC
[23:50:43] *** nemothekid has joined #angularjs
[23:50:53] *** ClarusCogitatio has quit IRC
[23:51:23] *** mclenithan has quit IRC
[23:51:55] <icfantv> i got asked to speak at gwt.create in Europe and in the US, but my company said they wouldn't pay for it.
[23:52:03] <icfantv> super bummed
[23:52:20] *** kotyy has quit IRC
[23:52:27] <icfantv> but then, we're not using GWT anymore - or at least, not actively developing with it.
[23:53:01] *** sonicparke|bradm has quit IRC
[23:53:10] *** mzabriskie has joined #angularjs
[23:53:13] *** joshmu has quit IRC
[23:53:26] *** Alina-malina has quit IRC
[23:54:11] *** phaggood has quit IRC
[23:54:23] *** ClarusCogitatio has joined #angularjs
[23:55:19] *** jwowwz has quit IRC
[23:55:20] <Foxandxss> uhh ngconf
[23:55:24] <Foxandxss> too far
[23:55:26] <dman777_alter> does a eventlistener get destroyed automatically in a directive when the directive is completed?
[23:55:32] *** recidive has quit IRC
[23:55:41] *** Alina-malina has joined #angularjs
[23:55:58] *** shemerey has quit IRC
[23:56:09] *** lvivski has joined #angularjs
[23:56:52] *** andrewhl has joined #angularjs
[23:56:57] *** phishy has joined #angularjs
[23:57:16] *** cads has joined #angularjs
[23:58:00] *** sirkitree is now known as sirkitree|afk
[23:58:17] *** dcherman has quit IRC
[23:58:31] *** phaggood has joined #angularjs
[23:58:41] *** codeninja-don has joined #angularjs
[23:58:50] *** favetelinguis has joined #angularjs
[23:58:55] *** dj_zubehoer has joined #angularjs
[23:59:12] *** bayousoft has quit IRC
[23:59:35] *** jeffbalboni has quit IRC