[00:00:08] *** punisher has quit IRC
[00:00:08] <wafflejock_> Louis11: what's the expected behavior where should the data show up in the view?
[00:00:11] *** Bade has quit IRC
[00:00:18] *** nodweber has joined #angularjs
[00:00:27] <Louis11> Let me take a screenshot of the working code
[00:00:27] *** tomzx is now known as tomzx`afk
[00:00:29] <Louis11> one sec
[00:01:03] *** nanoyak has quit IRC
[00:01:29] *** arizzo has joined #angularjs
[00:01:32] *** annlewis has joined #angularjs
[00:01:41] <Louis11> So it builds out a grouped list of several <ul> elements, with an <h2> as a header.
[00:02:00] *** tyfighter has quit IRC
[00:02:39] <Louis11> The screenshot I took is from the local copy, which I committed up to my repo and pulled down on the remote server. No clue what could've changed between that process
[00:02:49] *** aaronmitchell has quit IRC
[00:02:56] <wafflejock_> Louis11: I don't see wait.html
[00:02:59] *** richardbaker has quit IRC
[00:03:25] *** gnar_matix has quit IRC
[00:03:51] <Louis11> hm . . . let me make sure it's there. Are you getting a 404?
[00:04:16] *** gnar_matix has joined #angularjs
[00:04:25] <wafflejock_> Louis11: no 404 I just don't see it in the network panel
[00:04:50] *** kroogs has quit IRC
[00:04:56] *** darrin has quit IRC
[00:05:32] *** annlewis has quit IRC
[00:05:41] <wafflejock_> right
[00:06:15] <Louis11> Hash? I'm not using html5 mode, or w/e it's called
[00:06:18] <wafflejock_> you got it right it just didn't match the URL there
[00:06:25] *** AlSquirikou has quit IRC
[00:06:34] <Louis11> ah - but this wouldn't effect the sidebarCtrl?
[00:06:36] *** dashed has joined #angularjs
[00:07:05] *** matiasow has quit IRC
[00:07:34] <wafflejock_> Louis11: yeah you might want to use ui-router instead of ngRoute if you want to have different areas on the screen that respond to various routes
[00:07:45] <Louis11> I hard coded some text into the html. It should render "Key should be here: " {{ key }} but as you can see the key is empty
[00:07:46] *** matiasow has joined #angularjs
[00:07:52] *** aaronmitchell has joined #angularjs
[00:07:53] <wafflejock_> Louis11: ngRoute is good if you have everything static but one section you want to change based on the routes
[00:08:07] *** matiasow has joined #angularjs
[00:08:37] <Louis11> But why does it work locally? That's what I don't really understand
[00:08:37] *** Ymesio has joined #angularjs
[00:08:46] *** punisher has joined #angularjs
[00:09:40] *** TorpedoSkyline has quit IRC
[00:09:44] <wafflejock_> Louis11: not sure I haven't seen ngRoute used where there are multiple parts of the DOM that change based on a URL
[00:09:56] *** nodweber has quit IRC
[00:10:13] <Louis11> Oh only one part changes. This piece is built on first load.
[00:10:25] *** dcherman has joined #angularjs
[00:10:40] <Louis11> It's basically the navigation, and I update the ng-view based on ngRoute. The route shouldn't affect this navigation component.
[00:11:19] *** dbouwman has joined #angularjs
[00:11:23] <wafflejock_> Louis11: okay so what html file corresponds to the navigation
[00:11:31] *** CptChaos has joined #angularjs
[00:12:07] <wafflejock_> ah okay I see just in the index.html
[00:12:12] *** josh-k has joined #angularjs
[00:12:17] <Louis11> Near the top of the body, the sidebarCtrl
[00:12:34] *** TorpedoSkyline has joined #angularjs
[00:13:08] <wafflejock_> Louis11: yeah looks like the {{}} is being removed before the html itself is fetched
[00:13:10] *** matiasow has quit IRC
[00:13:18] <wafflejock_> Louis11: you got anything server side that might be doing that
[00:13:48] <Louis11> Ah, django perhaps
[00:13:55] *** foofoobar has quit IRC
[00:13:55] *** mamian has quit IRC
[00:13:56] <Louis11> i wonder if my django versions differ locally and remotely
[00:14:08] <wafflejock_> yeah I would look there then cause it looks like something is stripping that out of the html
[00:14:09] *** alekibango has quit IRC
[00:14:19] <Louis11> damnit . . . yea, {{ }} are django's template tags
[00:14:23] <Louis11> I bet that's it.
[00:14:25] <wafflejock_> yup
[00:14:41] <Louis11> So dumb . . . thanks for the help. Been banging my head against the wall for a while.
[00:14:55] <wafflejock_> np sometimes just need fresh eyes on it
[00:15:00] *** Aggy has joined #angularjs
[00:15:07] *** nicholaswyoung_ has quit IRC
[00:15:22] *** mamian has joined #angularjs
[00:15:32] *** danielpquinn has joined #angularjs
[00:15:41] *** nicholaswyoung_ has joined #angularjs
[00:15:59] *** bmac has quit IRC
[00:16:01] <Aggy> Hi, whats the latest ng bootstrap ?
[00:16:23] <wafflejock_> Aggy: there are two bootstrap projects ui-bootstrap and angularstrap
[00:16:38] *** pdillinger has quit IRC
[00:16:49] <wafflejock_> typically*
[00:17:42] *** subnl2 has joined #angularjs
[00:20:04] *** danielpquinn has quit IRC
[00:20:09] *** nicholaswyoung_ has quit IRC
[00:20:25] *** jumpstracks has joined #angularjs
[00:20:28] *** Aggy has quit IRC
[00:20:53] *** Drako_ has quit IRC
[00:20:56] *** Absolute0 has joined #angularjs
[00:21:09] <Absolute0> In this part of the tutorial: bout to code and ensuring what you’ve already coded is shippable and production ready. Make your interviewer understand that you know that programming is just a means to an end.
[00:21:11] *** TheAceOfHearts has joined #angularjs
[00:21:18] <Foxandxss> lateis is 0.11
[00:21:23] <Foxandxss> latest*
[00:21:59] <Absolute0> angular-route.js is included in index.js it is also passed to angular.module(app, [ngRoute])
[00:22:00] *** jshultz has joined #angularjs
[00:22:06] <Absolute0> it seems redundant to include it twice
[00:22:18] <Foxandxss> no
[00:22:19] <Foxandxss> it is not
[00:22:25] <wafflejock_> Absolute0: one is loading a js file the other is referencing a module that is defined in that js file
[00:22:26] <Foxandxss> you can include in a module, but not in the other
[00:22:29] <Absolute0> what does angular.module(myApp, [ngRoute]) do exactly?
[00:22:29] *** TorpedoSkyline has quit IRC
[00:22:33] <Foxandxss> you can't assume that all modules want it
[00:22:45] <Absolute0> is a module just a namespace?
[00:22:52] *** Tidwell has quit IRC
[00:22:54] <Foxandxss> a module contains components
[00:23:00] <Foxandxss> services, directives, controllers, etc
[00:23:11] <Foxandxss> so you're including ngRoute components in your myApp module
[00:23:32] *** caitp has quit IRC
[00:23:35] <Absolute0> I thought it was a way to have multiple "apps" withing your angular app
[00:23:38] <Foxandxss> more or less
[00:23:44] <Absolute0> with different mvcs
[00:23:51] <wafflejock_> Absolute0: yeah a module is like Foxandxss says just a container for a bunch of (probably related) components
[00:23:51] <Foxandxss> you can have multiple modules yes
[00:24:16] <Foxandxss> one per section of your web if you want
[00:24:21] *** TorpedoSkyline has joined #angularjs
[00:24:27] <Foxandxss> like one for users, one for bills, one for charts, one for...
[00:24:30] <Absolute0> why isn't ngRoute global once you include angular-route.js?
[00:24:31] *** CptChaos has quit IRC
[00:24:33] <wafflejock_> Absolute0: the components can be anything though, services, directives, filters any of hte types you define for angular to use
[00:24:42] *** CptChaos has joined #angularjs
[00:24:47] <Foxandxss> Absolute0: as I said, you don't need it to be included in all modules
[00:24:52] <wafflejock_> Absolute0: you might include some js file but not want all the modules in it
[00:24:53] <Absolute0> if it's fetched by the client, what harm does it do by be available in all modules?
[00:24:56] <Foxandxss> or better
[00:25:03] <Foxandxss> ui-bootstrap has like 15 compnents
[00:25:09] <Foxandxss> maybe you need 2 of them
[00:25:16] <Foxandxss> so you can only add those two
[00:25:19] <Absolute0> Foxandxss: that's not answering my question.
[00:25:20] <Foxandxss> not the 15
[00:25:35] *** TorchDragon has joined #angularjs
[00:25:40] <Absolute0> i know that angular and angular-route are two separate components
[00:25:43] <Foxandxss> or you don't want to hear
[00:25:44] <Absolute0> but once you include both
[00:25:55] <Absolute0> should both be available to all scripts of your app?
[00:26:01] <Foxandxss> no
[00:26:04] <Foxandxss> only where you need it
[00:26:07] <Absolute0> without having to "require" ngRoute
[00:26:10] *** CptChaos has quit IRC
[00:26:17] <Absolute0> with require.js a module is fetched with js
[00:26:20] <wafflejock_> Absolute0: say you are using ui-bootstrap and angular strap two libraries that cover some of the same things you may want to pull modules from one or the other
[00:26:21] <Absolute0> so it makes sence
[00:26:30] *** CptChaos has joined #angularjs
[00:26:35] <Foxandxss> one problem of making it "global" is collision
[00:26:36] *** Dalsass_mobi has quit IRC
[00:26:38] <wafflejock_> Absolute0: it makes sense if 1 js file = 1 module all the time
[00:26:41] <Absolute0> but if you include it in the html why include it again in the js?
[00:26:51] <wafflejock_> Absolute0: you aren't including it twice
[00:26:57] <wafflejock_> one thing is loading the script in the browser
[00:27:06] <wafflejock_> the other thing is telling angular where to find components
[00:27:09] <wafflejock_> and they aren't 1:1
[00:27:11] <Foxandxss> also, it would potentially make the injector slower, not a big deal, but meh
[00:27:37] <wafflejock_> Absolute0: for example I might have a module that spans multiple files
[00:27:46] <wafflejock_> or I might have multiple modules in one file
[00:27:55] <wafflejock_> it just depends on how I decided to organize things
[00:27:57] <Absolute0> okay?
[00:28:22] <Foxandxss> the biggest problem is collision
[00:28:26] <Absolute0> I am probably confusing angular. with ngRoute
[00:28:36] <wafflejock_> Absolute0: so your idea is it should just load all the modules from all the files that are referenced which doesn't allow you to mix two files if they have modules that conflict but could be loaded separately
[00:28:37] <Absolute0> angular is not "required"
[00:28:43] <Absolute0> you just add the src in the html
[00:28:51] <Absolute0> but ngRoute needs to be required as well...
[00:28:58] <wafflejock_> Absolute0: right because the module defaults to include "ng" since it's the core stuff
[00:29:24] <wafflejock_> in place of ngRouter you can use ui-router
[00:29:55] <wafflejock_> or your own custom router it's been broken up to make it easier to replace pieces of it or load only parts you need
[00:30:03] *** TorchDragon has quit IRC
[00:30:33] *** jamto11 has joined #angularjs
[00:30:34] *** scmx has quit IRC
[00:31:12] <Absolute0> Is it something like module = {routeApi: null, x,y,z, constructor(routeApi_): {this.routeApi = routeApi_}} ?
[00:31:32] <Absolute0> function constructor(...
[00:31:34] *** Cache_Money has joined #angularjs
[00:31:53] *** TimmyTones has joined #angularjs
[00:32:07] *** feelfine has quit IRC
[00:32:26] <Absolute0> and then x: function () {this.routeApi.useAPI}
[00:32:38] <Absolute0> my pseudo code is full of typos. :)
[00:32:41] <Absolute0> the compiler will complain
[00:33:23] *** nicholaswyoung_ has joined #angularjs
[00:33:26] <zelrik> hi
[00:33:32] *** subnl2 has quit IRC
[00:34:05] <Absolute0> is angular.module('appName') illegal? Why is the empty array always used in the tutorial for the second arg?
[00:34:48] *** jamto11 has quit IRC
[00:34:55] <zelrik> because it s illegal to omit it
[00:35:15] <Absolute0> can't you do modules = modules || []?
[00:35:28] <Foxandxss> Absolute0: with [] is creating a module
[00:35:33] <Foxandxss> without is using it
[00:35:35] <Foxandxss> like setter and getter
[00:35:45] <zelrik> I think angular.module('moduleName') has a different meaning
[00:36:00] <zelrik> ^
[00:36:08] *** bayousoft has joined #angularjs
[00:36:26] *** Simone\ has quit IRC
[00:36:28] <zelrik> Took me a while to debug that one also
[00:36:29] <Absolute0> weird
[00:36:40] <Absolute0> why not getModule?
[00:36:45] *** punisher has left #angularjs
[00:36:55] <Foxandxss> I like the syntax
[00:37:40] <wafflejock_> yeah it's fine keeps things relatively short can have more descriptive variable names without having super verbose code
[00:37:58] <Foxandxss> and this is not java after all
[00:38:26] <Absolute0> but here it makes sense
[00:38:29] <Absolute0> because of the name clash
[00:38:40] <Foxandxss> you have to learn the syntax, just that
[00:38:42] <Absolute0> different args, differnt meanings
[00:38:45] *** arizzo has quit IRC
[00:38:56] <Absolute0> that's breaks some rules, I think.
[00:39:29] *** arizzo has joined #angularjs
[00:39:47] *** Absolute0 has quit IRC
[00:39:50] *** dashed has quit IRC
[00:39:54] *** marcospgp has quit IRC
[00:40:09] *** morenoh149 has joined #angularjs
[00:40:21] *** tylerjohnst has joined #angularjs
[00:40:26] *** TorpedoSkyline has quit IRC
[00:41:01] <Foxandxss> meh
[00:41:04] *** Simone\ has joined #angularjs
[00:41:08] <zelrik> did anybody use ngmodules.com
[00:41:24] <Foxandxss> 10 minutes here and only complaints
[00:41:27] <Foxandxss> ah, he left
[00:41:33] <Foxandxss> zelrik: it is useful
[00:42:01] <zelrik> Foxandxss, it s not since it s unmaintained and people can't log in anymore
[00:42:03] *** Reskp has quit IRC
[00:42:04] <zelrik> O.o
[00:42:10] <TheAceOfHearts> oh wow
[00:42:14] <TheAceOfHearts> I didn't know it was unmaitained
[00:42:27] <zelrik> 1 year since last update on github
[00:42:39] <zelrik> and it breaks at login
[00:42:40] <TheAceOfHearts> well, that just means they don't need to add moar stuff :p
[00:42:43] <TheAceOfHearts> ah~
[00:42:46] <TheAceOfHearts> pl0x fix~
[00:42:47] <TheAceOfHearts> gogogo
[00:42:47] <zelrik> has been breaking for days at least
[00:42:50] <wafflejock_> zelrik: I just signed in
[00:43:05] *** senayar has quit IRC
[00:43:06] <zelrik> wafflejock_, yeah
[00:43:16] <Foxandxss> zelrik: I pinged the author today
[00:43:31] <zelrik> 'something went wrong'
[00:43:40] <zelrik> happened at work too with 2 different github accounts
[00:43:42] <Foxandxss> typical rails error 500
[00:43:53] <TheAceOfHearts> lol rails
[00:43:57] *** arizzo has quit IRC
[00:44:19] <zelrik> wafflejock_, maybe you signed in before it broke
[00:44:21] <Foxandxss> no lol, you us it :P
[00:44:38] <TheAceOfHearts> Rails <3 && Rails </3
[00:44:50] <Foxandxss> heh
[00:44:57] <Foxandxss> I am going to do a project using lotus + angular
[00:45:01] <Foxandxss> my friend, which is crazy
[00:45:03] <TheAceOfHearts> what's lotus?
[00:45:07] <Foxandxss> ruby framework
[00:45:10] <Foxandxss> a new one
[00:45:13] <TheAceOfHearts> use KoaJS
[00:45:16] <TheAceOfHearts> it's great :D
[00:45:20] <Foxandxss> no clue
[00:45:22] <TheAceOfHearts> enhance your zen~
[00:45:27] <Foxandxss> he is from a ruby shop so...
[00:45:35] <TheAceOfHearts> ah
[00:45:42] <TheAceOfHearts> use Koa anyway :D, fight the good fight!!~
[00:45:48] <TheAceOfHearts> I'm at NodeConf waiting for modules to install
[00:46:04] <Foxandxss> bah, lotus seems good anyway
[00:46:09] <Foxandxss> I am not too much nodish though
[00:46:22] <TheAceOfHearts> node is cool
[00:46:26] <TheAceOfHearts> I wanna learn Go, though
[00:47:32] <zelrik> what s good about Go
[00:48:01] *** TorpedoSkyline has joined #angularjs
[00:48:15] *** jeffisabelle has joined #angularjs
[00:48:17] *** richardbaker has joined #angularjs
[00:48:29] <Foxandxss> I want to stop learning things for a while, my kanban is quite noise already
[00:48:38] *** DrMabuse has joined #angularjs
[00:48:41] *** Stephen has quit IRC
[00:49:14] *** jdj_dk has joined #angularjs
[00:49:22] *** Stephen has joined #angularjs
[00:49:47] *** evilaliv3 has quit IRC
[00:49:50] <morenoh149> I think it has to do with `Parse.Object.extend` but I'm not sure
[00:50:26] *** terrykfwong has quit IRC
[00:50:54] <zelrik> you miss parenthesis
[00:50:57] *** senayar has joined #angularjs
[00:51:02] *** marr has quit IRC
[00:51:05] <zelrik> those methods are not part of the scope also
[00:51:23] *** corban has quit IRC
[00:52:02] <zelrik> also not sure what query does but that doesnt look like angular stuff
[00:52:04] *** tomzx`afk is now known as tomzx
[00:52:17] *** kennbrodhagen has joined #angularjs
[00:52:19] <morenoh149> zelrik: so you can't define a function like `function foo {}` it has to be `function foo() {}`?
[00:52:25] *** Cache_Money has quit IRC
[00:52:34] *** richardbaker has quit IRC
[00:52:36] *** Milanito has quit IRC
[00:52:40] <morenoh149> zelrik: I'm useing the parse sdk
[00:52:46] *** senayar has quit IRC
[00:52:51] <zelrik> morenoh149, not sure if you can but I have never done it
[00:52:52] <morenoh149> parse.com
[00:52:58] <zelrik> looks like bad practice
[00:53:09] *** johann has joined #angularjs
[00:53:12] *** DrMabuse has quit IRC
[00:53:23] *** Willow has joined #angularjs
[00:53:26] *** TheAceOfHearts has quit IRC
[00:53:39] <zelrik> also I tend to not have functions not attached to anything
[00:53:42] *** jdj_dk has quit IRC
[00:53:53] <zelrik> I either put them in a scope or in an object
[00:54:10] *** peldan has joined #angularjs
[00:55:06] <johann> Have any here experience to use polymer with angularjs? And how good ideas are it to use together?
[00:55:28] *** Fishy has quit IRC
[00:55:37] <Foxandxss> it will be on 2.0
[00:56:00] *** jawr has quit IRC
[00:56:01] *** Fishy has joined #angularjs
[00:56:45] *** annlewis has joined #angularjs
[00:56:48] *** GeertV____ has quit IRC
[00:56:54] <zelrik> I feel there are things I do in angularJS that are overkill
[00:56:56] *** kennbrodhagen has quit IRC
[00:57:18] *** jawr has joined #angularjs
[00:57:51] *** ajk27 has quit IRC
[00:58:34] *** peldan has quit IRC
[00:58:36] <Foxandxss> angular is not boilerplate
[00:59:13] <zelrik> ?
[00:59:14] *** LuxuryMode has quit IRC
[00:59:54] *** kroogs has joined #angularjs
[01:01:08] *** annlewis has quit IRC
[01:01:16] <Foxandxss> uh
[01:01:21] <Foxandxss> silver bullet
[01:01:25] <Foxandxss> don't mind me, 1 am already
[01:01:49] *** disorder20 has quit IRC
[01:01:50] *** ghostbar has joined #angularjs
[01:02:12] *** jk-5 is now known as jk-5|gone
[01:02:21] *** nicholaswyoung_ has quit IRC
[01:02:34] <zelrik> damn I wish I could log in ngmodules
[01:02:38] *** cbeacock has quit IRC
[01:02:47] *** nicholaswyoung_ has joined #angularjs
[01:02:47] <zelrik> it looks like it s the only directory for angular modules
[01:03:22] *** tangorri has quit IRC
[01:03:32] *** bayousoft has quit IRC
[01:03:35] <johann> When will Angular 2.0 be released?
[01:04:35] <zelrik> when it s ready :p
[01:04:44] <johann> :D
[01:05:20] *** kroogs has quit IRC
[01:05:51] <Foxandxss> valve time
[01:07:12] *** nicholaswyoung_ has quit IRC
[01:07:19] *** Siecje has joined #angularjs
[01:08:21] <Foxandxss> end of year maybe
[01:08:38] *** Nizumzen has quit IRC
[01:09:36] *** TheAceOfHearts has joined #angularjs
[01:11:21] *** aaronmitchell has quit IRC
[01:11:23] *** JoshGlzBrk has joined #angularjs
[01:12:57] *** Asiajey has quit IRC
[01:12:59] *** corban has joined #angularjs
[01:13:03] *** ajk27 has joined #angularjs
[01:13:44] *** ascarter has joined #angularjs
[01:15:42] *** corban has quit IRC
[01:15:44] *** Nizumzen has joined #angularjs
[01:15:44] *** ch3pa_ has quit IRC
[01:16:23] *** danielpquinn has joined #angularjs
[01:17:49] *** klaut has joined #angularjs
[01:19:53] *** styles has quit IRC
[01:20:07] *** caitp has joined #angularjs
[01:20:16] *** gnar_matix has quit IRC
[01:20:44] *** gnar_matix has joined #angularjs
[01:20:47] *** danielpquinn has quit IRC
[01:21:21] *** trinode has quit IRC
[01:23:05] *** alekibango has joined #angularjs
[01:24:00] <morenoh149> yeah I heard by december
[01:24:20] *** caitp has quit IRC
[01:25:23] *** gnar_matix has quit IRC
[01:26:57] *** pvde has quit IRC
[01:27:41] *** Nizumzen has quit IRC
[01:28:20] *** dancek has quit IRC
[01:28:50] *** dashed has joined #angularjs
[01:29:14] *** TheAceOfHearts has quit IRC
[01:30:00] *** Yancy has quit IRC
[01:30:10] *** Yancy has joined #angularjs
[01:30:59] *** mennea has quit IRC
[01:31:41] *** bkuberek_ has quit IRC
[01:32:33] *** ascarter has quit IRC
[01:32:46] *** BahamutWC|Work has joined #angularjs
[01:33:47] *** alekibango has quit IRC
[01:33:58] *** dancek has joined #angularjs
[01:35:08] *** Louis11 has quit IRC
[01:38:20] *** dancek has quit IRC
[01:38:55] *** caitp has joined #angularjs
[01:40:11] *** bmac has joined #angularjs
[01:40:32] *** klaut has quit IRC
[01:40:47] *** ghostbar has quit IRC
[01:41:45] *** mehlah has quit IRC
[01:41:46] *** jumpstracks has quit IRC
[01:42:57] *** JoshGlzBrk has quit IRC
[01:42:58] *** styles has joined #angularjs
[01:42:58] *** styles has joined #angularjs
[01:43:08] *** caitp has quit IRC
[01:43:15] *** TimmyTones has quit IRC
[01:45:05] *** umib0zu has joined #angularjs
[01:48:56] *** richardbaker has joined #angularjs
[01:48:58] *** dennisallard has joined #angularjs
[01:49:02] *** SpearThruster has joined #angularjs
[01:49:26] *** dennisallard has left #angularjs
[01:50:53] *** nicholaswyoung_ has joined #angularjs
[01:51:00] *** Willow has quit IRC
[01:51:12] *** gnar_matix has joined #angularjs
[01:51:26] *** mikehaas763 has quit IRC
[01:51:29] *** roymiloh has quit IRC
[01:51:44] <s3shs> This may sound silly... now that my app handles dozens of custom rest/json request.
[01:52:12] *** roymiloh has joined #angularjs
[01:52:15]
<s3shs> I have a form: <form method="POST" action="http://url.com?action=order" target="_top"><input type="submit" value="Purchase" /></form> How do I build that in json?
[01:52:25] <s3shs> Does the submit go someplace?
[01:52:40] <s3shs> I'll be using $http.
[01:52:41] <Foxandxss> why you have method and action in angular?
[01:52:57] <s3shs> I don't. A vendor told me to "do what this form does", and I don't know what that form does.
[01:53:29] <s3shs> I don't even have a form. I have all the data in code. I just don't know how to build the request.
[01:53:31] <Foxandxss> on ng-submit just $http post to that path?
[01:53:53] <s3shs> I don't have a form.
[01:54:03] <s3shs> I need to do what a form would do with json, but without the form.
[01:54:15] *** richardbaker has quit IRC
[01:54:23] <Foxandxss> I am far asleep, maybe is that why I don't follow :P
[01:54:39] <s3shs> It's probably me. :-)
[01:54:43] <Foxandxss> yay, twitch burns my mac
[01:55:20] <s3shs> I need to make the http request above using $http. If it were a form the browser would collect all the inputs and format them somehow in to json data and send them to that URL.
[01:55:44] *** gnar_matix has quit IRC
[01:56:10] <s3shs> But I don't have any html form. I have scope variables. So using $http.post, what would the data look like? Would I send {submit:"purchase"} or something?
[01:56:31] <Foxandxss> $http.post('path', { foo: foo, bar: bar })
[01:56:32] <Foxandxss> for example
[01:56:34] *** roymiloh has quit IRC
[01:56:34] *** annlewis has joined #angularjs
[01:56:39] <s3shs> Right.
[01:56:54] <s3shs> I swear I've done this dozens of times, just never mimic'd what a form does.
[01:57:22] <s3shs> Does the browser put the value "purchase" anywhere when it does the submit?
[01:57:38] *** Ir1sh has joined #angularjs
[01:58:56] <Foxandxss> uhm, I don't think so
[01:59:01] *** styles has quit IRC
[01:59:04] <Foxandxss> you can try that form easily
[01:59:12] <Foxandxss> outside the project to see what it sends
[01:59:19] *** dashed has quit IRC
[01:59:24] <Foxandxss> just create a new index.html , that will fail (no backend) but you see the payload
[01:59:38] *** TorpedoSkyline has quit IRC
[02:00:02] <s3shs> I'm doing that now. Just thought I'd ask first. :-)
[02:00:10] <s3shs> You can ignore me now.
[02:00:18] <Foxandxss> you're never sure :P
[02:00:20] *** kroogs has joined #angularjs
[02:00:43] <s3shs> I did preface it with "silly". :-)
[02:01:04] *** annlewis has quit IRC
[02:01:36] *** mven_ has quit IRC
[02:02:04] <Foxandxss> s3shs: the idea is not to know everything but knowing how to solve them, or knowing its existence
[02:02:04] *** cpciv has joined #angularjs
[02:02:23] <s3shs> You should change your handle to @fortuneCookie
[02:02:37] <Foxandxss> not a bad idea
[02:02:42] <Foxandxss> that is what I do all day long
[02:03:03] <Foxandxss> making everyone feels good :P
[02:03:35] <s3shs> :-)
[02:04:33] *** dangle0000 has joined #angularjs
[02:04:48] <s3shs> Hmm. Maybe I can embed that form straight in for my button.
[02:05:01] <dangle0000> Happy Fourth of July everybody.
[02:05:02] <s3shs> I hate interfacing with third parties.
[02:05:04] *** kroogs has quit IRC
[02:05:23] <Foxandxss> bah, 4th july
[02:05:38] *** Guest67852 has quit IRC
[02:05:39] *** Guest67852 has joined #angularjs
[02:05:43] <Foxandxss> s3shs: just don't add that action and method that is not angular :P
[02:05:48] *** Guest67852 is now known as digifi5ve
[02:05:52] *** nicholaswyoung_ has quit IRC
[02:05:58] *** digifi5ve is now known as digifiv5e
[02:06:06] <s3shs> Do form posts forward the page to a new location? I haven't done these in so long.
[02:06:27] *** Ir1sh has quit IRC
[02:06:28] *** nicholaswyoung_ has joined #angularjs
[02:06:30] *** digifiv5e is now known as guyz
[02:06:41] <Foxandxss> maybe
[02:06:57] *** xastey- has quit IRC
[02:07:26] *** johnkevinmbasco has joined #angularjs
[02:07:27] <Foxandxss> I think it will
[02:07:47] <dangle0000> I think it depends, s3shs. If you submit the form as an AJAX request, you can stay on the current page. Normal forms have an action which is the page to handle the stuff after submitting the form.
[02:07:51] *** TorpedoSkyline has joined #angularjs
[02:08:19] <Foxandxss> dangle0000: you came in the mid of the conversation
[02:09:01] <Foxandxss> he is working with a classic form
[02:09:19] <s3shs> "classic". I like that.
[02:09:55] <dangle0000> So are you trying to convert him over to AngularJS Fox, ha, ha?
[02:09:59] <Cixis> yes form posts send the client to a new location. it's a regular old http request
[02:10:20] <Foxandxss> who is who dangle0000 ?
[02:10:22] *** Jon30 has joined #angularjs
[02:10:22] *** RedOrangeZ has quit IRC
[02:10:56] <Foxandxss> s3shs already knows angular pretty well
[02:11:01] <Foxandxss> it is just old classic stuff, gets in the way
[02:11:09] *** nicholaswyoung_ has quit IRC
[02:11:14] <dangle0000> I see, it is hard to go back to old code
[02:11:23] *** metasansana has joined #angularjs
[02:11:33] *** sacho has joined #angularjs
[02:11:55] <s3shs> "pretty well". I think that sums it up. :-)
[02:12:03] *** Dalsass_mobi has joined #angularjs
[02:12:14] *** johnkevinmbasco has quit IRC
[02:12:41] <Foxandxss> veteran user then ?:P
[02:12:48] <s3shs> Se
[02:12:50] <s3shs> Si
[02:12:54] <Foxandxss> depend on what veteran means anyway
[02:13:08] <Foxandxss> I think I am going to do my first angular year any day now
[02:13:08] <Cixis> "old"
[02:13:29] <s3shs> I think I'm at about 15 months with angular
[02:13:44] <Foxandxss> oh, so you're more veteran than me then
[02:14:00] *** sacho_ has quit IRC
[02:14:14] <s3shs> But not 100% in. Much of that was in node and business third party stuff.
[02:14:15] *** styles has joined #angularjs
[02:14:34] *** Vloz has quit IRC
[02:14:35] <s3shs> So I know enough to not be dangerous. But not enough to be tricky.
[02:14:48] <dangle0000> Could you guys help me with a beginner question? I'm coming back to Angular after a hiatus. I lost some of the basics.
[02:14:58] <s3shs> Shoot.
[02:15:31] <Foxandxss> I had at least two hiatus with angular
[02:15:44] <dangle0000> Ok, so I used mean.js to scaffold a MEAN stack app. First time working with MEAN. I'm trying use a directive, but I'm getting "unknown provider"
[02:15:47] <Foxandxss> damn, I lost my old channel logs
[02:15:59] <dangle0000> I added the .js file to my index page.
[02:16:09] <dangle0000> In my controller, I inject it.
[02:16:10] *** nicholaswyoung_ has joined #angularjs
[02:16:16] <dangle0000> I'm missing the last step.
[02:16:42] *** mikehaas763 has joined #angularjs
[02:16:44] <Foxandxss> you're injecting something wrong
[02:17:04] *** TheAceOfHearts has joined #angularjs
[02:17:17] *** danielpquinn has joined #angularjs
[02:18:26] *** andkan has joined #angularjs
[02:19:08] *** andkan_ has joined #angularjs
[02:19:08] *** andkan has quit IRC
[02:19:28] <s3shs> Gak, I pasted the simple form in to my template and it appears angular took it out.
[02:19:43] *** kalehv has quit IRC
[02:19:52] *** johann has quit IRC
[02:20:34] *** nicholaswyoung_ has quit IRC
[02:20:46] <s3shs> This is turning in to a can of worms.
[02:20:54] <s3shs> I do not like cans of worms.
[02:21:20] *** drej has joined #angularjs
[02:21:45] *** danielpquinn has quit IRC
[02:22:01] <s3shs> Mental note: angular does not like forms in forms.
[02:22:12] <Foxandxss> actually it does
[02:22:44] <s3shs> Then why is it deleting my form tag?
[02:22:45] <Foxandxss> that is common on dynamic names
[02:22:53] <Foxandxss> it shouldn't
[02:23:06] *** AndyFTP has joined #angularjs
[02:23:08] <s3shs> I'm looking at the dom and the form (as I have above) pasted in to my html is gone from the dom.
[02:23:23] *** TorpedoSkyline has quit IRC
[02:23:39] <Foxandxss> angular defending itself
[02:23:41] <Foxandxss> of bad froms :P
[02:25:36] <s3shs> Apparently. It has one input.
[02:26:13] *** AndyFTP has quit IRC
[02:26:35] <s3shs> So you say I have to use ng-form and ng-submit. ng-form has no docs.
[02:26:40] <s3shs> (Or might as well have none.)
[02:26:57] *** TorchDragon has joined #angularjs
[02:27:08] <Foxandxss> no
[02:27:13] <Foxandxss> you can use just form
[02:27:37] <s3shs> If I do that it vanishes.
[02:27:46] <Foxandxss> it shouldn't
[02:27:47] <s3shs> This is "one of those things".
[02:27:51] <s3shs> I swear it's not there.
[02:30:16] <Foxandxss> remote the action, method and target
[02:30:22] <Foxandxss> you don't need that
[02:30:35] <s3shs> I sort of do.
[02:30:38] <Foxandxss> just simulate them in angular as you said
[02:30:52] <s3shs> And now we're back to my original question.
[02:31:04] *** TorchDragon has quit IRC
[02:31:05] <Foxandxss> ya
[02:31:10] <Foxandxss> create a simple html, non angular
[02:31:11] <s3shs> The best part is now angular is putting the csrf token in there and screwing up this third party.
[02:31:18] *** dbouwman has quit IRC
[02:31:24] <Foxandxss> drop the form, click submit and check the network tab to see what it sends and where
[02:31:24] *** jamto11 has joined #angularjs
[02:31:25] <Foxandxss> replicate that
[02:31:55] <s3shs> I will do so after dinner.
[02:32:01] <s3shs> Bah.
[02:32:01] <Foxandxss> csrf with angular, bah
[02:32:02] <s3shs> ;-)
[02:32:07] <Foxandxss> :)
[02:32:45] <s3shs> @Foxandxss, don't knock it. It works great. :-) Although I may have to use jquery to send this post. And it's also taking the user to another page, which is ok, but will be harder to do if I do the post manually.
[02:33:11] <Foxandxss> no need of jquery
[02:33:11] <BahamutWC|Work> I hate forms
[02:33:28] *** nicholaswyoung_ has joined #angularjs
[02:33:32] <s3shs> Back later. Thank you for helping me with this silly problem.
[02:33:35] *** nicholaswyoung_ has quit IRC
[02:34:17] <BahamutWC|Work> working with third party form api is also the worst
[02:35:50] *** dashed has joined #angularjs
[02:36:03] *** jamto11 has quit IRC
[02:37:57] *** hubertus_ has joined #angularjs
[02:37:58] *** hubertu__ has quit IRC
[02:38:07] *** OdinIncarnate has joined #angularjs
[02:38:18] *** andkan_ has quit IRC
[02:38:52] *** andkan_ has joined #angularjs
[02:39:21] *** SpearThruster has quit IRC
[02:39:22] *** darrin has joined #angularjs
[02:39:29] <s3shs> And that's where I'm at. :-( I need to squeeze this plain old form (above) in to my angular app and make angular leave it alone.
[02:39:34] *** caitp has joined #angularjs
[02:40:05] *** bpayne has joined #angularjs
[02:40:08] <s3shs> Maybe I can insert the html with jq. So evil. But whatever works.
[02:40:11] <s3shs> (Going now.)
[02:40:18] *** JoshGlzBrk has joined #angularjs
[02:40:56] <BahamutWC|Work> s3shs: you could try creating something to fill in the data with jquery
[02:41:23] *** JoshGlzBrk has joined #angularjs
[02:41:42] <BahamutWC|Work> not really a great solution but…being forced to use existing form posts is horrendous when you can submit data with javascript
[02:42:02] *** kalehv has joined #angularjs
[02:42:14] <BahamutWC|Work> I ran into it recently, but the form api I was fighting was changing styles on a setInterval, making styling it for responsiveness an absolute nightmare
[02:42:46] <BahamutWC|Work> so I used that as an out to use js instead, which turned out to have existed, the company just didn’t tell me since the representative was not tech saavy
[02:43:23] *** one_zero has joined #angularjs
[02:43:34] *** andkan_ has quit IRC
[02:44:20] *** caitp has quit IRC
[02:46:50] <Foxandxss> form changing styles on a setInterval?
[02:46:53] <Foxandxss> what the heck
[02:48:02] <dangle0000> just use an iframe, j/k
[02:48:50] *** bayousoft has joined #angularjs
[02:49:26] <BahamutWC|Work> Foxandxss: yup…it was awful
[02:49:40] <BahamutWC|Work> and even worse, it did it as an inlined style
[02:49:41] *** richardbaker has joined #angularjs
[02:50:17] <BahamutWC|Work> so even if I did setTimeout(function () { setStyle(); }) or something similar, it would override it, sometimes in an unpredictable way
[02:50:32] <BahamutWC|Work> so if I set an input width to 90%, it would then bump it up to 135%
[02:50:41] *** TheAceOfHearts has quit IRC
[02:50:50] <BahamutWC|Work> or if I did it at 75% or something similar, it bumped it up to 90%
[02:51:15] *** dashed has quit IRC
[02:51:49] <BahamutWC|Work> of course it also floated the form and set a fixed pixel width, meaning boxing it in another div isn’t good enough to contain the styles
[02:51:57] *** gnar_matix has joined #angularjs
[02:53:17] *** kennbrodhagen has joined #angularjs
[02:53:28] *** nemothekid has quit IRC
[02:53:41] *** kalehv has quit IRC
[02:54:26] *** kalehv has joined #angularjs
[02:54:32] *** richardbaker has quit IRC
[02:55:37] *** peldan has joined #angularjs
[02:56:22] *** gnar_matix has quit IRC
[02:56:40] *** annlewis has joined #angularjs
[02:57:57] *** kennbrodhagen has quit IRC
[02:58:34] *** kalehv has quit IRC
[02:58:34] *** mikehaas763 has quit IRC
[02:59:43] *** gnar_matix has joined #angularjs
[03:00:08] *** peldan has quit IRC
[03:00:44] *** annlewis has quit IRC
[03:00:55] *** kroogs has joined #angularjs
[03:02:21] *** aljohri has joined #angularjs
[03:04:07] *** gnar_matix has quit IRC
[03:05:49] *** kroogs has quit IRC
[03:06:57] *** aljohri has quit IRC
[03:06:57] *** rystraum has joined #angularjs
[03:07:24] *** Fishy has quit IRC
[03:07:30] *** sharondio has quit IRC
[03:09:15] *** Fishy has joined #angularjs
[03:09:21] *** OdinIncarnate has quit IRC
[03:09:52] *** quickie has joined #angularjs
[03:10:04] *** nickp has joined #angularjs
[03:10:24] *** gnar_matix has joined #angularjs
[03:11:47] *** tylerjohnst has quit IRC
[03:15:41] *** Shrooms has joined #angularjs
[03:17:33] *** nemothekid has joined #angularjs
[03:17:55] *** danielpquinn has joined #angularjs
[03:18:18] *** CodeFriar has joined #angularjs
[03:19:13] *** CptChaos_ has joined #angularjs
[03:19:31] *** BahamutWC|Work has quit IRC
[03:19:59] *** ichi has joined #angularjs
[03:21:29] *** ichi has quit IRC
[03:22:04] *** danielpquinn has quit IRC
[03:22:48] *** CptChaos has quit IRC
[03:24:20] *** Dalsass_mobi has quit IRC
[03:24:51] *** bpayne has quit IRC
[03:24:59] *** akhil has joined #angularjs
[03:25:38] *** Bade has joined #angularjs
[03:26:10] *** akhil has quit IRC
[03:26:12] *** ckboii89 has joined #angularjs
[03:28:10] *** Dalsass_mobi has joined #angularjs
[03:29:38] *** andkan_ has joined #angularjs
[03:30:28] *** styles has quit IRC
[03:30:43] *** alpha080 has joined #angularjs
[03:30:57] *** andkan__ has joined #angularjs
[03:31:11] *** mennea has joined #angularjs
[03:31:32] *** jdj_dk has joined #angularjs
[03:33:09] *** dangle0000 has quit IRC
[03:33:15] *** Foxandxss has quit IRC
[03:34:10] *** fataldecrease has joined #angularjs
[03:34:33] *** andkan_ has quit IRC
[03:35:15] *** bmac has quit IRC
[03:35:36] *** mennea has quit IRC
[03:36:04] *** jdj_dk has quit IRC
[03:36:15] *** bmac has joined #angularjs
[03:36:30] *** TorpedoSkyline has joined #angularjs
[03:37:30] *** kkthxbye has quit IRC
[03:37:58] *** mrogne has quit IRC
[03:38:58] *** TorpedoSkyline has quit IRC
[03:39:01] *** bmac has quit IRC
[03:39:57] *** nemothekid has quit IRC
[03:40:28] *** bmac has joined #angularjs
[03:40:38] *** caitp has joined #angularjs
[03:40:59] *** nemothekid has joined #angularjs
[03:42:11] *** nickp has quit IRC
[03:43:59] *** sacho_ has joined #angularjs
[03:45:08] *** caitp has quit IRC
[03:45:22] *** night-owl has quit IRC
[03:46:01] *** Nek has quit IRC
[03:47:31] *** sacho has quit IRC
[03:48:00] *** rogo has joined #angularjs
[03:49:09] <zelrik> sup
[03:50:00] *** sharondio has joined #angularjs
[03:50:01] *** tigrang has joined #angularjs
[03:55:04] *** kennbrodhagen has joined #angularjs
[03:56:23] *** peldan has joined #angularjs
[03:56:24] *** anjumkaiser1 has quit IRC
[03:56:38] *** annlewis has joined #angularjs
[03:59:36] *** andkan__ has quit IRC
[04:00:08] *** andkan__ has joined #angularjs
[04:01:32] *** LuxuryMode has joined #angularjs
[04:01:33] *** annlewis has quit IRC
[04:02:08] *** peldan has quit IRC
[04:02:54] *** rodrigo has joined #angularjs
[04:03:20] *** fedenunez has joined #angularjs
[04:03:35] *** josh-k has quit IRC
[04:04:03] *** josh-k has joined #angularjs
[04:04:32] *** andkan__ has quit IRC
[04:04:47] <tigrang> I'm using jquery datatables with server-side pagination. When I get the results back and datatables renders a row, datatables fires off an event. How can I render a template with extra info I'm returning from the server (I don't need any binding, it's static content but I need to render a template with some variables)
[04:04:59] *** ngoyal has joined #angularjs
[04:05:25] <tigrang> Need to render the template for every row in the event that datatables emits\
[04:06:30] <rodrigo> some help please ?
[04:06:38] <rodrigo> I have my file app.js, it got my routes -> / login / home / signup
[04:06:46] <rodrigo> But when I logging , would like to regenerate my routes
[04:06:50] *** Stephen has quit IRC
[04:07:24] *** Stephen has joined #angularjs
[04:07:29] *** DrMabuse has joined #angularjs
[04:07:50] *** nemothekid has quit IRC
[04:08:44] *** josh-k has quit IRC
[04:10:49] *** mennea has joined #angularjs
[04:11:46]
<quickie> stuck on an issue with angular apps running in a subdirectory, html5mode = true, and compatibility with old browsers. here's the plunker if anyone has time to assist, thanks: http://plnkr.co/edit/NwVGZMmR7fHt5uI5L8AW?p=info
[04:11:56] *** gnar_matix has quit IRC
[04:12:28] *** nemothekid has joined #angularjs
[04:13:01] *** nickp has joined #angularjs
[04:14:49] *** rodrigo has quit IRC
[04:15:18] *** mennea has quit IRC
[04:15:38] *** gnar_matix has joined #angularjs
[04:16:23] *** nickp has quit IRC
[04:16:24] *** rogo has quit IRC
[04:16:37] *** ckboii89 has quit IRC
[04:18:41] *** danielpquinn has joined #angularjs
[04:21:32] *** gnar_matix has quit IRC
[04:22:08] *** rburns has joined #angularjs
[04:22:16] *** CodeFriar has quit IRC
[04:22:27] *** tfennelly has joined #angularjs
[04:22:29] *** btc_panhandler has quit IRC
[04:22:38] *** ipalaus has quit IRC
[04:22:39] *** gnar_matix has joined #angularjs
[04:23:09] *** jeffszusz has quit IRC
[04:23:18] *** danielpquinn has quit IRC
[04:26:53] *** tfennelly has quit IRC
[04:27:24] *** bayousoft has quit IRC
[04:28:20] *** CptChaos_ has quit IRC
[04:28:44] *** CptChaos has joined #angularjs
[04:29:08] *** dashed has joined #angularjs
[04:29:15] *** sneakertack1 has joined #angularjs
[04:30:11] *** sneakertack1 has left #angularjs
[04:30:23] *** Hackwar has joined #angularjs
[04:32:01] *** JoshGlzBrk has quit IRC
[04:32:15] *** jamto11 has joined #angularjs
[04:32:28] *** Hackwar1 has quit IRC
[04:32:30] *** dbouwman has joined #angularjs
[04:32:34] *** Stephen has quit IRC
[04:33:27] *** cmfatih has joined #angularjs
[04:35:31] *** davesidious_ has joined #angularjs
[04:35:41] *** davesidious has quit IRC
[04:36:34] *** jamto11 has quit IRC
[04:36:47] *** dbouwman has quit IRC
[04:37:31] *** sneakertack_ has joined #angularjs
[04:37:33] *** jdj_dk has joined #angularjs
[04:38:28] *** mrogne has joined #angularjs
[04:39:18] *** bayousoft has joined #angularjs
[04:40:19] *** nemothekid has quit IRC
[04:41:22] *** caitp has joined #angularjs
[04:42:17] *** jdj_dk has quit IRC
[04:42:33] *** tigrang has quit IRC
[04:42:44] *** boneskul_ has quit IRC
[04:43:05] *** bmac has quit IRC
[04:43:21] *** gnar_matix has quit IRC
[04:43:24] *** jaitaiwan has joined #angularjs
[04:43:36] *** nickp has joined #angularjs
[04:43:44] *** rburns has quit IRC
[04:43:47] *** gnar_matix has joined #angularjs
[04:44:10] *** josh-k has joined #angularjs
[04:44:13] *** CodeFriar has joined #angularjs
[04:44:45] *** kennbrodhagen has quit IRC
[04:45:00] *** boneskull has joined #angularjs
[04:45:56] *** caitp has quit IRC
[04:46:34] *** gunn has quit IRC
[04:47:03] *** wa5ted has quit IRC
[04:47:10] *** CptChaos has quit IRC
[04:47:28] *** gnar_mat_ has joined #angularjs
[04:48:22] *** gnar_matix has quit IRC
[04:49:24] *** lnxmad has joined #angularjs
[04:49:35] *** subnl2 has joined #angularjs
[04:50:00] *** darrin has quit IRC
[04:50:28] *** nemothekid has joined #angularjs
[04:50:44] <lnxmad> question…Does anyone know of a way to get a search results box below an input box similar to google’s instant results?
[04:51:04] <lnxmad> is it all custom css?
[04:51:09] *** richardbaker has joined #angularjs
[04:51:50] *** aljohri has joined #angularjs
[04:53:03] *** lnxmad has quit IRC
[04:53:14] *** sharondio has quit IRC
[04:53:34] *** josh-k has quit IRC
[04:54:00] *** lnxmad has joined #angularjs
[04:54:40] *** annlewis has joined #angularjs
[04:54:57] *** LuxuryMode has quit IRC
[04:55:17] *** nemothekid has quit IRC
[04:55:51] *** bayousoft has quit IRC
[04:57:18] *** joshontheweb has joined #angularjs
[04:58:44] *** annlewis has quit IRC
[04:58:46] *** peldan has joined #angularjs
[04:59:50] *** armdale has quit IRC
[05:00:00] *** charuru has quit IRC
[05:00:40] *** kroogs has joined #angularjs
[05:00:58] *** Yancy has quit IRC
[05:01:08] *** Yancy has joined #angularjs
[05:01:58] *** subnl2 has quit IRC
[05:02:29] *** nemothekid has joined #angularjs
[05:02:45] *** cmfatih has quit IRC
[05:03:09] *** peldan has quit IRC
[05:05:26] *** kroogs has quit IRC
[05:05:43] <Cixis> yes
[05:06:29] *** aljohri has quit IRC
[05:06:59] <lnxmad> I was looking into bootstrap’s typeahead
[05:07:01] <lnxmad> looks decent
[05:07:21] <Cixis> it's "okay"
[05:07:28] *** jmwolfe has joined #angularjs
[05:07:49] <Cixis> it does hinting, but extending it is difficult
[05:08:09] <lnxmad> Yeah I wanted a couple lines of text for each row
[05:08:21] <jmwolfe> anybody know what the angular-ui/bootstrap projects use for a webserver for their demo?
[05:08:42] <Cixis> altering the template is easy
[05:08:42] <lnxmad> if I had to guess..node.js?
[05:09:28] *** wilmoore has joined #angularjs
[05:09:28] <Cixis> jmwolfe: which demo
[05:09:33] *** gnar_mat_ has quit IRC
[05:09:41] <jmwolfe> the one for bootstrap
[05:09:51] <Cixis> maybe link us?
[05:10:00] *** gnar_matix has joined #angularjs
[05:10:31] *** bayousoft has joined #angularjs
[05:10:33] <lnxmad> o.o
[05:10:37] <Cixis> uh
[05:10:39] <Cixis> that's github dude
[05:10:42] <lnxmad> lol
[05:10:53] <Cixis> there's probably a blog post or 20 out there about what web technologies they use
[05:10:54] *** gnar_matix has quit IRC
[05:11:02] <jmwolfe> lol yeah i know.. i have it cloned on my desktop and I would like to run the demo
[05:11:04] *** gnar_matix has joined #angularjs
[05:11:15] <lnxmad> nginx
[05:11:18] *** nickp has quit IRC
[05:11:28] <Cixis> yea you can use anything
[05:11:35] *** mennea has joined #angularjs
[05:11:36] <Cixis> you can probably even just open index.html
[05:11:42] <lnxmad> lol
[05:11:54] <jmwolfe> I don't recognize the <%= %> syntax.. what is that?
[05:12:01] <Cixis> anything
[05:12:09] <jmwolfe> no, its got embedded scripting
[05:12:12] <Cixis> could be asp.net, could be something else, could be custom tags for angular
[05:12:20] <Cixis> could be another template system entirely
[05:13:07] <Cixis> looks a lot like underscore
[05:13:46] *** aljohri has joined #angularjs
[05:13:49] *** nemothekid has quit IRC
[05:14:44] *** nemothekid has joined #angularjs
[05:14:50] <Cixis> they even have a package.json
[05:14:56] *** gnar_matix has quit IRC
[05:15:22] *** gnar_matix has joined #angularjs
[05:15:45] <lnxmad> node.js
[05:16:02] *** DrMabuse has quit IRC
[05:16:23] *** Bade has quit IRC
[05:16:24] *** mennea has quit IRC
[05:16:28] *** DrMabuse has joined #angularjs
[05:16:30] <jmwolfe> thanks guys. i'll go figure out how to point node.js at the demo directory
[05:16:47] *** gnar_matix has quit IRC
[05:17:07] *** gnar_matix has joined #angularjs
[05:17:41] <Cixis> i bet you can just run `grunt`
[05:18:05] *** illume has joined #angularjs
[05:19:08] *** wilmoore has quit IRC
[05:19:21] *** danielpquinn has joined #angularjs
[05:21:21] *** DrMabuse has quit IRC
[05:21:56] *** josh-k has joined #angularjs
[05:22:13] *** quickie has quit IRC
[05:24:31] *** danielpquinn has quit IRC
[05:24:39] *** lnxmad has left #angularjs
[05:25:10] *** nemothekid has quit IRC
[05:28:41] *** mgolawala has quit IRC
[05:29:18] *** TorchDragon has joined #angularjs
[05:29:45] *** nemothekid has joined #angularjs
[05:30:52] *** aljohri has quit IRC
[05:30:52] *** mgolawal_ has joined #angularjs
[05:32:17] *** Dalsass_mobi has quit IRC
[05:33:06] *** dbouwman has joined #angularjs
[05:33:26] *** TorchDragon has quit IRC
[05:33:28] *** richardbaker has quit IRC
[05:34:18] *** dcherman has quit IRC
[05:34:31] *** night-owl has joined #angularjs
[05:34:54] *** dcherman has joined #angularjs
[05:35:06] *** k-dawg has joined #angularjs
[05:35:50] *** Dalsass_mobi has joined #angularjs
[05:35:55] *** bayousoft has quit IRC
[05:37:15] *** aljohri has joined #angularjs
[05:37:34] *** dbouwman has quit IRC
[05:39:06] *** josh-k has quit IRC
[05:39:39] *** josh-k has joined #angularjs
[05:40:08] *** dc_ has joined #angularjs
[05:41:15] *** hubertu__ has joined #angularjs
[05:41:16] *** hubertus_ has quit IRC
[05:41:22] *** Yancy has quit IRC
[05:41:32] *** Yancy has joined #angularjs
[05:42:22] *** caitp has joined #angularjs
[05:44:09] *** josh-k has quit IRC
[05:45:28] *** nemothekid has quit IRC
[05:45:32] *** hubertusanton has quit IRC
[05:46:01] *** hubertusanton has joined #angularjs
[05:46:05] *** bmac has joined #angularjs
[05:46:44] *** caitp has quit IRC
[05:47:03] *** jtimon has quit IRC
[05:48:27] *** MTGap has quit IRC
[05:50:22] <s3shs> BahamutWC, you here?
[05:50:38] *** steffengy has quit IRC
[05:50:39] *** steffengy1 has joined #angularjs
[05:54:10] <s3shs> BahamutWC, never mind. I figured out my form. :-)
[05:54:17] <s3shs> I had to move it out of my other form and then it worked fine.
[05:55:49] *** dbouwman has joined #angularjs
[05:58:07] *** drake01 has joined #angularjs
[05:58:53] *** AWAW has quit IRC
[05:59:58] *** mrogne has quit IRC
[06:00:16] *** dbouwman has quit IRC
[06:00:42] *** kroogs has joined #angularjs
[06:01:17] *** Dalsass_mobi has quit IRC
[06:01:55] *** tfennelly has joined #angularjs
[06:02:56] <jmwolfe> @Cixis.. found the issue. i had not run grunt so the file i was looking at was a template that grunt filled in once it ran and put the demo stuff in the dist output directory.
[06:03:04] *** illume has quit IRC
[06:03:19] *** rystraum has quit IRC
[06:05:03] *** kroogs has quit IRC
[06:06:34] *** tfennelly has quit IRC
[06:07:21] *** InezK_away is now known as InezK
[06:07:56] *** Ericx2x has joined #angularjs
[06:08:04] *** fedenunez has quit IRC
[06:10:04] *** BadHorsie has quit IRC
[06:10:06] *** optikalmouse has quit IRC
[06:10:46] <Cixis> werd
[06:11:23] *** morenoh149 has quit IRC
[06:12:01] *** s3shs has quit IRC
[06:12:25] *** gnar_matix has quit IRC
[06:12:33] *** gnar_matix has joined #angularjs
[06:14:34] *** blueadept has quit IRC
[06:14:39] *** jaitaiwan has quit IRC
[06:14:46] *** s3shs has joined #angularjs
[06:15:49] *** dc_ has quit IRC
[06:16:46] *** DrMabuse has joined #angularjs
[06:18:00] *** Circlefusion has quit IRC
[06:18:41] *** Ericx2x has quit IRC
[06:19:17] *** BahamutWC|Work has joined #angularjs
[06:20:06] *** danielpquinn has joined #angularjs
[06:20:54] *** mgolawal_ has quit IRC
[06:21:50] *** DrMabuse has quit IRC
[06:22:49] *** mgolawala has joined #angularjs
[06:23:31] *** morenoh149 has joined #angularjs
[06:24:22] *** danielpquinn has quit IRC
[06:24:35] *** fixl has joined #angularjs
[06:24:41] *** dc_ has joined #angularjs
[06:26:55] *** BlinkyBill has joined #angularjs
[06:27:47] <BlinkyBill> is it possible to change the target url in an Angular form?
[06:29:46] *** DoubleAW has joined #angularjs
[06:30:52] *** RaphaelRocca has joined #angularjs
[06:32:56] *** agronholm has quit IRC
[06:33:17] *** jamto11 has joined #angularjs
[06:36:43] *** agronholm has joined #angularjs
[06:37:48] *** jamto11 has quit IRC
[06:38:17] *** jdj_dk has joined #angularjs
[06:39:54] *** morenoh149 has quit IRC
[06:42:44] *** jdj_dk has quit IRC
[06:43:07] *** caitp has joined #angularjs
[06:44:43] *** aljohri has quit IRC
[06:44:43] *** hubertu__ has quit IRC
[06:45:03] *** speakingcode has quit IRC
[06:45:19] *** anotherwise has joined #angularjs
[06:45:25] *** hubertus_ has joined #angularjs
[06:45:32] *** bmac has quit IRC
[06:45:40] *** kennbrodhagen has joined #angularjs
[06:46:42] *** hubertu__ has joined #angularjs
[06:47:02] *** speakingcode has joined #angularjs
[06:47:32] *** caitp has quit IRC
[06:48:24] *** morenoh149 has joined #angularjs
[06:49:25] *** sriram-dev has joined #angularjs
[06:49:37] *** KushS has joined #angularjs
[06:49:50] *** bobdobbs has joined #angularjs
[06:49:50] *** RaphaelRocca has quit IRC
[06:49:54] *** bobdobbs has left #angularjs
[06:49:57] <sriram-dev> Hi.. Would like to know the best option for developing angular nodeapp for both mobile and web..
[06:49:58] *** kennbrodhagen has quit IRC
[06:49:58] *** hubertus_ has quit IRC
[06:50:27] *** bobdobbs has joined #angularjs
[06:50:28] *** RaphaelRocca has joined #angularjs
[06:50:56] *** KushS has quit IRC
[06:51:10] *** KushS has joined #angularjs
[06:51:48] <anotherwise> HI sriram-dev ^_^ 1) Are you just beginning AngularJS? 2) Does your project requires mobile?
[06:52:27] <sriram-dev> my project requires mobile..need not be common code..but would like to know if that option is possible
[06:52:55] <sriram-dev> have done 2 small projects using angular.. but still a beginner i suppose
[06:52:58] *** knownasilya has quit IRC
[06:53:34] *** Circlefusion has joined #angularjs
[06:53:35] <anotherwise> Ah, you're a more exprienced person than I am. I'll let others answer your question :)
[06:53:56] <anotherwise> *you're more
[06:54:25] <sriram-dev> experience doesnt matter.. you may asnwer if you know
[06:54:38] <sriram-dev> am looking for option of using angular for mobile dev
[06:55:02] *** dotts has quit IRC
[06:55:15] <Cixis> what sort of option?
[06:55:24] <Cixis> you can use angular to write mobile applications just fine
[06:55:27] *** ngoyal has quit IRC
[06:56:02] *** ngoyal has joined #angularjs
[06:56:10] <sriram-dev> oh cool .. possibilities are endless !
[06:56:17] *** gnar_matix has quit IRC
[06:56:21] *** dbouwman has joined #angularjs
[06:56:22] <sriram-dev> btw how Cixis ?
[06:56:26] *** Siecje has quit IRC
[06:56:44] *** gnar_matix has joined #angularjs
[06:57:04] *** harvey203 has joined #angularjs
[06:57:24] <Cixis> the same way you'd write any web application
[06:57:30] <Cixis> i'm not sure i understand what you're asking
[06:57:35] *** rons has joined #angularjs
[06:58:09] <sriram-dev> i mean native android app or ios app
[06:58:15] <sriram-dev> use phonegap ?
[07:00:03] *** ngoyal has quit IRC
[07:00:19] *** peldan has joined #angularjs
[07:01:03] *** gnar_matix has quit IRC
[07:01:03] *** dbouwman has quit IRC
[07:01:03] *** kroogs has joined #angularjs
[07:01:58] *** sneakertack_ has quit IRC
[07:02:17] *** rabaznaz has joined #angularjs
[07:02:31] *** enxtur has joined #angularjs
[07:04:44] *** peldan has quit IRC
[07:05:26] *** kroogs has quit IRC
[07:05:39] *** gnar_matix has joined #angularjs
[07:06:40] *** mac_ified has quit IRC
[07:06:57] *** enxtur has quit IRC
[07:07:40] *** anotherwise has quit IRC
[07:08:19] *** Bade has joined #angularjs
[07:09:16] *** InezK is now known as InezK_away
[07:10:46] *** FunnyLookinHat has quit IRC
[07:11:14] *** caitp has joined #angularjs
[07:13:02] *** mennea has joined #angularjs
[07:13:04] *** dashed has quit IRC
[07:13:37] *** mennea has quit IRC
[07:14:04] *** obert has quit IRC
[07:14:57] *** DrMabuse has joined #angularjs
[07:15:06] *** BahamutWC|Work has quit IRC
[07:16:25] *** styles has joined #angularjs
[07:19:18] *** DrMabuse has quit IRC
[07:20:40] *** evilaliv3 has joined #angularjs
[07:20:41] *** SahanH has joined #angularjs
[07:20:52] *** danielpquinn has joined #angularjs
[07:20:56] <sriram-dev> angular is power
[07:21:23] *** tigrang has joined #angularjs
[07:22:23] *** tfennelly has joined #angularjs
[07:23:47] *** BlinkyBill has quit IRC
[07:24:56] *** RaphaelRocca has quit IRC
[07:25:33] *** danielpquinn has quit IRC
[07:26:12] *** mgolawala has quit IRC
[07:27:17] *** tfennelly has quit IRC
[07:29:01] *** obert has joined #angularjs
[07:29:11] *** JoshGlzBrk has joined #angularjs
[07:31:21] *** LuxuryMode has joined #angularjs
[07:31:46] *** aaronmitchell has joined #angularjs
[07:32:21] *** jdj_dk has joined #angularjs
[07:32:55] *** pdillinger has joined #angularjs
[07:33:32] *** tomzx is now known as tomzx`afk
[07:37:06] *** InezK_away is now known as InezK
[07:41:35] *** jdj_dk has quit IRC
[07:43:05] *** Yahkob has quit IRC
[07:43:11] *** motionman has joined #angularjs
[07:43:17] *** motionman has joined #angularjs
[07:43:20] *** Yahkob has joined #angularjs
[07:45:51] *** bejames has joined #angularjs
[07:46:16] *** aaronmitchell has quit IRC
[07:46:46] *** InezK is now known as InezK_away
[07:49:21] *** motiondude has joined #angularjs
[07:49:56] *** motionman has quit IRC
[07:49:58] *** ch3pa has joined #angularjs
[07:51:52] *** nanoyak has joined #angularjs
[07:52:39] *** shailesh has joined #angularjs
[07:53:32] *** shailesh has quit IRC
[07:55:05] *** rburns has joined #angularjs
[07:56:40] *** nodweber has joined #angularjs
[07:57:11] *** dbouwman has joined #angularjs
[07:58:03] *** earthquake has joined #angularjs
[07:58:37] *** Bade has quit IRC
[08:01:48] *** dbouwman has quit IRC
[08:02:48] *** airtonix has quit IRC
[08:03:33] *** KushS has quit IRC
[08:03:48] *** aaronmitchell has joined #angularjs
[08:04:52] *** ckboii89 has joined #angularjs
[08:05:23] *** motiondude has quit IRC
[08:05:36] *** motionman has joined #angularjs
[08:05:36] *** motionman has joined #angularjs
[08:05:51] *** alpha080 has quit IRC
[08:06:55] *** JoshGlzBrk has quit IRC
[08:12:03] *** calvinx has joined #angularjs
[08:12:58] *** jmwolfe has quit IRC
[08:13:55] *** mennea has joined #angularjs
[08:13:55] *** tomoyuki28jp has joined #angularjs
[08:14:08] <tomoyuki28jp> How can I get $element for $modalInstance?
[08:14:18] *** mennea has quit IRC
[08:14:21] *** tk has joined #angularjs
[08:14:44] *** airtonix has joined #angularjs
[08:14:58] *** Kay-z has joined #angularjs
[08:15:23] *** dingurt has joined #angularjs
[08:15:32] <damoncasale> Hmm...
[08:15:35] *** CodeFriar has quit IRC
[08:15:45] *** DrMabuse has joined #angularjs
[08:15:47] *** nibster has joined #angularjs
[08:15:57] *** nettofarah has joined #angularjs
[08:16:19] <damoncasale> I want to have a page layout with multiple nested views, but I can't figure out how to do it properly.
[08:16:52] <damoncasale> I want to have a dashboard parent view that contains userbar, controls, news, and content views.
[08:17:08] <damoncasale> I want all of those views to be visible at once.
[08:17:11] <damoncasale> How do I do that?
[08:17:33] <damoncasale> Making the dashboard abstract doesn't work since I can't navigate to the dashboard.
[08:18:20] *** JoshGlzBrk has joined #angularjs
[08:18:40] *** nibster has quit IRC
[08:19:49] *** CodeFriar has joined #angularjs
[08:20:19] *** DrMabuse has quit IRC
[08:20:24] *** GeertV____ has joined #angularjs
[08:20:35] *** Kay-z has quit IRC
[08:20:45] *** styles has quit IRC
[08:21:10] *** dcherman has quit IRC
[08:21:17] *** dingurt has left #angularjs
[08:21:39] *** danielpquinn has joined #angularjs
[08:22:43] *** nettofarah has quit IRC
[08:22:57] *** SomeKittens has quit IRC
[08:24:47] *** Kay-z has joined #angularjs
[08:24:57] *** mennea has joined #angularjs
[08:25:03] *** CodeFriar has quit IRC
[08:25:07] *** Milanito has joined #angularjs
[08:26:03] *** JesseEichar_ has joined #angularjs
[08:26:03] *** danielpquinn has quit IRC
[08:26:05] *** JesseEichar_ has quit IRC
[08:26:59] *** enxtur has joined #angularjs
[08:27:57] *** tomoyuki28jp has quit IRC
[08:29:42] *** Kay-z has quit IRC
[08:29:51] *** CodeFriar has joined #angularjs
[08:31:06] *** ravi has joined #angularjs
[08:31:20] *** TorchDragon has joined #angularjs
[08:32:41] <ravi> hi guys
[08:33:25] <s3shs> I may be the only one here.
[08:34:03] *** jamto11 has joined #angularjs
[08:34:13] <ravi> in latest version of angular for any type of error i'm getting same error like Uncaught TypeError: object is not a function
[08:34:25] *** davi has joined #angularjs
[08:34:30] <ravi> due to this i'm unable to debug
[08:34:47] *** CodeFriar has quit IRC
[08:34:52] *** Kay-z has joined #angularjs
[08:35:02] <ravi> can anyone help me how to resolve it
[08:35:34] *** TorchDragon has quit IRC
[08:37:31] *** styles has joined #angularjs
[08:37:46] *** InezK_away is now known as InezK
[08:38:29] *** jdj_dk has joined #angularjs
[08:38:45] *** jamto11 has quit IRC
[08:39:27] <sriram-dev> only in latest ?
[08:39:34] *** LuxuryMode has quit IRC
[08:39:47] *** CodeFriar has joined #angularjs
[08:39:49] <ravi> 1.2.18
[08:39:59] *** Kay-z has quit IRC
[08:40:11] <ravi> and also tried in 19 as well
[08:40:32] <sriram-dev> so it fails in all builds
[08:41:18] <ravi> yes i thinlk
[08:41:35] *** gnar_matix has quit IRC
[08:41:49] <sriram-dev> share some code else its tough to help for anyone
[08:41:52] <s3shs> ravi is this something that just started?
[08:42:02] *** gnar_matix has joined #angularjs
[08:42:34] *** jdj_dk has quit IRC
[08:42:58] *** damoncasale has quit IRC
[08:43:34] <sacho_> ravi, this is a bug in chrome.
[08:43:43] <sriram-dev> its to do with name of the function ?
[08:44:06] *** pdillinger has quit IRC
[08:44:51] <sacho_> no.
[08:44:52] *** Kay-z has joined #angularjs
[08:45:00] *** CodeFriar has quit IRC
[08:45:21] <sacho_> that's a chrome bug when the error message is too long.
[08:45:26] *** GeertV_____ has joined #angularjs
[08:45:32] <sacho_> oh wait, object is not a function?
[08:45:40] <sacho_> do you have a test case for that?
[08:46:09] <ravi> i mean if i made any mistake, duplicate values in ng-repeat, any syntactical mistakes or injucting problem
[08:46:11] *** iksik has quit IRC
[08:46:21] <sacho_> can you make a test case?
[08:46:27] <ravi> any kind of error it's throwing the same error
[08:46:28] *** kennbrodhagen has joined #angularjs
[08:46:29] *** gnar_matix has quit IRC
[08:46:34] *** davi has quit IRC
[08:46:38] <ravi> not appropriate error message
[08:46:44] <ravi> and line numbers
[08:46:46] *** GeertV____ has quit IRC
[08:47:08] <sacho_> do you have a test case?
[08:47:22] <ravi> no sacho
[08:47:34] *** iksik has joined #angularjs
[08:47:47] * sacho_ shrugs
[08:47:52] <sacho_> make a test case, then
[08:47:57] <ravi> tried in FF and Ie as well
[08:48:02] <ravi> same problem
[08:48:10] <sacho_> that's nice.
[08:49:01] <sriram-dev> chk for any popular names used as function
[08:49:08] <ravi> even for digest errors it's showing the same
[08:49:31] *** GeertV_____ has quit IRC
[08:49:38] *** Kay-z has quit IRC
[08:50:07] <sacho_> ravi, so make a test case to show off your problem
[08:50:17] <ravi> if you try import 1.2.18 and make any mistake you'll understand the scenario
[08:50:35] <ravi> how to do that can you help me
[08:50:44] *** josh-k has joined #angularjs
[08:50:51] <s3shs> ravi, when did this problem start?
[08:51:02] *** kennbrodhagen has quit IRC
[08:51:42] *** tfennelly has joined #angularjs
[08:51:46] *** Ymesio has quit IRC
[08:52:36] <ravi> for previous app i've used 1.2.12
[08:53:00] <ravi> but for new app i need to use latest 1.2.18
[08:53:37] <ravi> now i'm facing the isuues for every mistake
[08:53:48] *** mokush has joined #angularjs
[08:54:05] <sacho_> ravi, I don't get that error
[08:54:08] <s3shs> If you fall back to 1.2.12, can you locate the problem?
[08:54:09] <sacho_> so, yeah, make a test case.
[08:54:58] *** tarnus has quit IRC
[08:54:59] <ravi> to identify the error i made debug point on every throw statement in angularjs library
[08:55:24] *** rabaznaz has quit IRC
[08:55:25] <ravi> then i realised what actually the issue
[08:55:33] *** rburns has quit IRC
[08:56:03] *** hychen has joined #angularjs
[08:56:08] <sacho_> ravi, like I said, if you're getting "Uncaught object", that's a bug with chrome.
[08:56:14] <sacho_> ravi, but since you're not, make a test case showing off your problem.
[08:56:15] *** shinnya has quit IRC
[08:56:45] *** tfennelly has quit IRC
[08:57:13] <s3shs> sacho_, he most likely has a large app, has a bug in *his* code that is somehow causing an angular wrapper to throw.
[08:57:38] <s3shs> The .12 to .18 was a red herring.
[08:57:38] <ravi> yes s3shs
[08:57:54] *** dbouwman has joined #angularjs
[08:57:55] <sacho_> s3shs, sounds like a great time for a test case.
[08:58:09] <s3shs> Sure.
[08:58:30] *** ngoyal has joined #angularjs
[08:58:33] *** drake01 has quit IRC
[08:58:48] <ravi> i've not tried any test cases before
[08:59:40] *** kroogs has joined #angularjs
[09:00:36] <ravi> if you know how to do that can you help me ravikumar.konka at gmail dot com
[09:01:06] <s3shs> ravi, the angular tutorial I believe has many examples of how to test. (Or did at one time!)
[09:01:16] <sacho_> s3shs, I wasn't talking about tests.
[09:01:36] *** shinnya has joined #angularjs
[09:01:44] <s3shs> Sorry, I misunderstood your "test case" comment then.
[09:01:53] *** peldan has joined #angularjs
[09:02:26] *** dbouwman has quit IRC
[09:02:40] *** earthquake has quit IRC
[09:02:43] <ravi> for example in previos version i've used
[09:02:59] *** ngoyal has quit IRC
[09:03:26] <ravi> if i 've any duplice values in array while ng-repeate
[09:04:04] <ravi> it thows an error like duplicates not allowed something like this
[09:04:28] <s3shs> ravi, there's a library called lodash that has lots of little utilities to help you check for cases like these.
[09:04:34] <ravi> then i've used track by $index in ng-repeat
[09:04:34] <s3shs> You may want to check it out.
[09:04:42] <ravi> that problem is solved
[09:04:45] *** kroogs has quit IRC
[09:05:12] <ravi> but now in latest i'm getting the error like Uncaught TypeError: object is not a function
[09:05:19] <ravi> for the same problem
[09:05:40] <sacho_> ravi, that's nice, but we're going to keep going in circles until you write a test case to show your exact problem
[09:05:42] <ravi> how can i understand rootcause for that problem
[09:06:04] *** peldan has quit IRC
[09:06:52] <s3shs> "learning opportunity"
[09:07:09] <ravi> ok i'll do that
[09:07:56] *** bejames has quit IRC
[09:10:54] *** sacho_ has quit IRC
[09:11:43] *** anjumkaiser has joined #angularjs
[09:14:35] *** SahanH has quit IRC
[09:16:18] *** mzehrer_ has joined #angularjs
[09:16:29] *** DrMabuse has joined #angularjs
[09:21:27] *** DrMabuse has quit IRC
[09:22:24] *** ch3pa has quit IRC
[09:22:24] *** danielpquinn has joined #angularjs
[09:22:32] *** aviraldg has joined #angularjs
[09:22:38] *** Mouzi has joined #angularjs
[09:23:59] *** nanoyak has quit IRC
[09:24:19] *** auser has joined #angularjs
[09:24:23] *** diffalot has quit IRC
[09:25:18] *** antonsamper has joined #angularjs
[09:25:46] *** Guest54159 has joined #angularjs
[09:26:48] *** antonsamper has quit IRC
[09:26:51] *** danielpquinn has quit IRC
[09:27:53] *** Milanito has quit IRC
[09:28:21] *** Milanito has joined #angularjs
[09:28:43] *** LuxuryMode has joined #angularjs
[09:29:27] *** michael has joined #angularjs
[09:29:51] *** michael is now known as Guest27468
[09:30:42] *** diffalot has joined #angularjs
[09:31:45] *** scmx has joined #angularjs
[09:32:21] *** Vloz has joined #angularjs
[09:32:38] *** jdj_dk has joined #angularjs
[09:32:53] *** Yancy has quit IRC
[09:33:02] *** Yancy has joined #angularjs
[09:33:09] *** Guest54159 has quit IRC
[09:34:15] *** nipster has joined #angularjs
[09:34:16] <nipster> hey guys
[09:34:28] <auser> holla
[09:34:38] <sriram-dev> howdy
[09:34:39] <nipster> any idea how to set to the angularjs ui bootstrap carousel height of the image so that to not change depending on the size of the image ?
[09:35:16] <sriram-dev> max width and max height of image can be changed
[09:36:06] <nipster> well i tried but it didn't work , ok i will try again
[09:36:11] <sriram-dev> it shld work
[09:37:33] *** jdj_dk has quit IRC
[09:38:34] *** Circlefusion has quit IRC
[09:39:44] *** KushS has joined #angularjs
[09:39:45] *** tigrang has quit IRC
[09:39:51] *** ajk27 has quit IRC
[09:40:03] *** mamian has quit IRC
[09:40:08] *** foofoobar has joined #angularjs
[09:40:13] *** ajk27 has joined #angularjs
[09:40:23] *** diffalot has quit IRC
[09:40:39] <sriram-dev> y dont we hard code the max width as well .. give it a shot ?
[09:40:45] *** pdillinger has joined #angularjs
[09:41:00] <nipster> what do yo umean?
[09:41:13] *** jk-5|gone is now known as jk-5
[09:41:49] <sriram-dev> max-height:400px max-width:500px ?
[09:43:13] *** diffalot has joined #angularjs
[09:43:43] *** Circlefusion has joined #angularjs
[09:43:49] <sriram-dev> works ?
[09:43:49] <nipster> obviously it worked
[09:43:54] <nipster> :D
[09:43:55] <nipster> cheers
[09:44:01] *** KushS has quit IRC
[09:44:04] <sriram-dev> cheers
[09:44:22] *** AlecTaylor has joined #angularjs
[09:44:24] <AlecTaylor> hi
[09:44:30] <sriram-dev> pblm could be that we think div properly is inherited by img but pbly it doesnt obey
[09:44:40] <AlecTaylor> Anyone not getting $sce errors from AngularStrap with AngularJS 1.2.18?
[09:44:42] <nipster> well yeah i thought so ..
[09:44:51] <sriram-dev> maybe if u had carousel max-width set it could have worked
[09:46:06] *** roymiloh has joined #angularjs
[09:46:26] *** pdillinger has quit IRC
[09:46:36] *** brodul has quit IRC
[09:47:45] *** Yahkob has quit IRC
[09:49:12] *** brodul has joined #angularjs
[09:51:40] *** Guest27468 has quit IRC
[09:52:27] *** DrMabuse has joined #angularjs
[09:52:28] *** Denny_ has joined #angularjs
[09:52:29] *** DrMabuse has quit IRC
[09:52:35] *** DrMabuse has joined #angularjs
[09:52:51] *** Denny_ is now known as Guest26215
[09:52:56] *** DrMabuse has joined #angularjs
[09:53:26] *** subnl2 has joined #angularjs
[09:53:27] <Guest26215> Hello all...how 2 modules can comunicate without create dependencies?
[09:54:02] <sriram-dev> wil be interested to know .. i havent done sometihng like that
[09:55:02] <Guest26215> Sriram according my question?
[09:55:02] *** rons has quit IRC
[09:55:08] <aviraldg> Why would you want that?
[09:56:04] *** dve has joined #angularjs
[09:56:09] <sriram-dev> aviraldg i thought so too
[09:56:13] *** aaronmitchell has quit IRC
[09:56:55] <Guest26215> Becouse the module A perform an action and the module B must do something else with this result
[09:57:35] *** tandetzke has joined #angularjs
[09:57:43] <sriram-dev> have a module C with service and inject into both A and B ? :P
[09:58:32] <Guest26215> So you think that i must create a factory and i must add to both modules?
[09:58:34] *** aaronmitchell has joined #angularjs
[09:58:42] *** dbouwman has joined #angularjs
[09:59:40] *** mguillech has joined #angularjs
[09:59:45] *** aaronmitchell has quit IRC
[09:59:57] *** JoshGlzBrk has quit IRC
[10:00:16] *** Milanito has quit IRC
[10:00:25] <sriram-dev> yeah if it works
[10:00:53] <Guest26215> Other idea?
[10:00:57] <aviraldg> you could do it in many other ways, it's really a design decision that depends upon what A and B actually do
[10:02:29] <sriram-dev> i dont have any other idea
[10:02:34] <Guest26215> Example: i've a roulette, module A is chipstak, module B is table. Module A se l'eco the chip and module B need to know the value of the chip to put it on the table
[10:02:59] <Guest26215> *select
[10:02:59] <sriram-dev> was that french ?
[10:03:17] *** SpearThruster has joined #angularjs
[10:03:23] *** Milanito has joined #angularjs
[10:03:36] <Guest26215> ???
[10:03:41] <aviraldg> Still not going anywhere with the analogy.
[10:03:49] *** dbouwman has quit IRC
[10:03:55] *** ravi has quit IRC
[10:04:05] <mguillech> sriram-dev: I think that was just a typo :-)
[10:04:31] <sriram-dev> :) quite heavy typo.. thought it was a different language !
[10:04:43] <aviraldg> isolate scope + transclusion, anyone?
[10:05:06] *** quantax- has quit IRC
[10:05:24] <Guest26215> Is a simple problem A perform a set and B want the get (chip stack perform the set of the chip and table want the value of the chip)
[10:05:57] <sriram-dev> do you need two modules
[10:05:58] *** tigrang has joined #angularjs
[10:06:18] <sriram-dev> try to have it all done in just A maybe with factory
[10:06:46] <aviraldg> add A as a dependency of B, or merge them into the same module, if they're really that coupled
[10:07:11] <sriram-dev> are you thinking OO programming ?
[10:07:39] <Guest26215> But in this way all the modules are merged in one....becouse they do samething that is indipendent but they need to comunicate value
[10:08:01] <sriram-dev> just one module and have factory
[10:08:08] <sriram-dev> think if tat design would work
[10:08:12] *** InezK is now known as InezK_away
[10:08:29] <aviraldg> exactly, the isolation is at the service/controller level, not module/module
[10:09:34] <Guest26215> But also view is indipendent so the only things that need to comunicate is the controller
[10:10:28] <aviraldg> O_O
[10:10:29] <Guest26215> The other pieces is very indipendent...i don't think that comunications beetween modules = 1 module
[10:11:03] <sriram-dev> O_o
[10:11:14] <sriram-dev> that doesnt work in IRC
[10:11:39] <sriram-dev> so try module C idea then ?
[10:11:55] <Guest26215> Ok i google a bit
[10:12:03] *** Jon30 has quit IRC
[10:12:39] <aviraldg> sriram-dev, any experience with isolate scope / transclusion?
[10:12:50] <aviraldg> I know different ways of doing it, but I'm looking for the "right" way
[10:13:21] <sriram-dev> sorry none
[10:13:27] *** sigurding has joined #angularjs
[10:14:56] *** aaronmitchell has joined #angularjs
[10:15:10] <nipster> guys can i change the controls of the carousel ?
[10:16:10] *** Guest26215 has quit IRC
[10:18:02] *** nfroidure_ has joined #angularjs
[10:18:39] *** dve has quit IRC
[10:18:42] *** feelfine has joined #angularjs
[10:19:21] *** mguillech has quit IRC
[10:19:22] *** dve has joined #angularjs
[10:20:42] *** obert has quit IRC
[10:21:06] *** dve_ has joined #angularjs
[10:22:00] *** senayar has joined #angularjs
[10:22:50] *** tfennelly has joined #angularjs
[10:23:21] *** danielpquinn has joined #angularjs
[10:23:28] *** senayar has quit IRC
[10:23:50] *** dve has quit IRC
[10:24:00] *** Pilate has quit IRC
[10:24:06] *** klaut has joined #angularjs
[10:24:34] *** jaredjones has quit IRC
[10:24:44] *** Shrooms has quit IRC
[10:25:50] *** senayar has joined #angularjs
[10:26:16] *** enxtur has quit IRC
[10:27:12] *** tfennelly has quit IRC
[10:28:03] *** danielpquinn has quit IRC
[10:28:09] *** robk has left #angularjs
[10:28:29] *** jaredjones has joined #angularjs
[10:29:36] *** obert has joined #angularjs
[10:30:14] *** BahamutWC|Laptop has quit IRC
[10:30:17] *** subnl2 has quit IRC
[10:30:55] *** Guest57263 has joined #angularjs
[10:31:06] *** dve_ has quit IRC
[10:31:41] *** dve has joined #angularjs
[10:32:27] *** dylanlindgren has joined #angularjs
[10:32:39] *** terrykfwong has joined #angularjs
[10:34:51] *** jamto11 has joined #angularjs
[10:35:39] *** jshultz has quit IRC
[10:36:45] *** dve has quit IRC
[10:36:56] *** dested has joined #angularjs
[10:37:25] *** fixl has quit IRC
[10:38:56] *** jdj_dk has joined #angularjs
[10:39:57] *** jamto11 has quit IRC
[10:40:02] *** sigurding has quit IRC
[10:41:10] *** klaut has quit IRC
[10:41:17] *** terrykfwong has quit IRC
[10:43:06] *** martin-_- has joined #angularjs
[10:43:08] <martin-_-> hi
[10:43:21] *** pdillinger has joined #angularjs
[10:43:31] <martin-_-> can someone plz recommend a angularjs book?
[10:43:33] *** jdj_dk has quit IRC
[10:43:58] <martin-_-> but maybe its outdated
[10:44:23] <bealtine> almost every angular book is outdated
[10:44:28] <martin-_-> :(
[10:44:50] <bealtine> do the tutorial on angular website
[10:44:56] <sriram-dev> maybe docs.angular,com ?
[10:45:08] *** MuffinMan` has quit IRC
[10:45:22] <martin-_-> someone told me that the docu doesn't gave many examples
[10:45:31] <martin-_-> and some stuff is not really good documented
[10:45:40] <martin-_-> thats why I'm prefering a book
[10:46:40] *** ckboii89 has quit IRC
[10:46:48] <aviraldg> martin-_-, will videos do?
[10:47:11] *** kennbrodhagen has joined #angularjs
[10:47:13] <martin-_-> yes videos are also good
[10:47:17] *** dc_ has quit IRC
[10:47:22] <aviraldg> Try the egghead.io series. They're quite good (for the basics)
[10:47:29] <martin-_-> thanks
[10:48:02] *** pdillinger has quit IRC
[10:48:34] <bealtine> books are ok but sometimes they teach old fashioned things
[10:48:35] *** Milanito has quit IRC
[10:50:03] *** tfennelly has joined #angularjs
[10:50:29] <nipster> guys any idea how to create text template for email message for example
[10:50:44] <nipster> like Dear, [name] ..
[10:51:19] <nipster> but i want to change it for example To Institution [institution ]
[10:51:19] *** SpearThruster has quit IRC
[10:51:50] *** Milanito has joined #angularjs
[10:51:54] *** kennbrodhagen has quit IRC
[10:53:01] <auser> martin-_-: I am the author of ng-book… I work hard to keep it up to date
[10:53:40] <auser> if you get it through ng-book.com. you’ll get all the updates. I update it weekly
[10:53:56] <sriram-dev> :)
[10:54:07] <bealtine> auser: nice
[10:55:40] <auser> *sorry for butting in
[10:56:16] *** ipalaus has joined #angularjs
[10:56:17] *** tarnus has joined #angularjs
[10:56:21] <bealtine> good for clarification:)
[10:57:06] <aviraldg> auser, hey, any opinion on the right way to do transclusion + isolate scope when you want your directive to expose data to the transcluded elements scope BUT have no control over the transcluded elements
[10:57:47] *** pdillinger has joined #angularjs
[10:57:59] <auser> have a jsbin for a demo of what you’re trying to do?
[10:58:30] *** dylanlindgren has quit IRC
[10:58:52] <auser> (split brained here)
[10:59:28] *** peldan has joined #angularjs
[10:59:32] *** ngoyal has joined #angularjs
[10:59:33] *** dbouwman has joined #angularjs
[10:59:55] <aviraldg> not quite. something like <load-data><p ng-repeat="for item in data"></p></load-data>, and I'm trying to expose data from loadData to the inner scope (which doesn't work with transclusion+isolate scope as the "inner" scope is actually inside the parent of the directive, not the directive itself)
[11:00:10] <aviraldg> *item in data
[11:00:57] *** tarnus has quit IRC
[11:01:24] <aviraldg> I hope that was clear enough
[11:01:54] <bealtine> that doesnt sound like a job for a directive
[11:02:04] *** aaronmitchell has quit IRC
[11:02:26] <aviraldg> poor example, that's not what it actually does
[11:02:56] <bealtine> then we can only guess
[11:03:09] *** tigrang has quit IRC
[11:03:22] *** hychen has quit IRC
[11:03:59] *** dbouwman has quit IRC
[11:04:03] *** ngoyal has quit IRC
[11:05:06] *** arek_deepinit has joined #angularjs
[11:05:34] <aviraldg> okay, so my directive tracks scrolling, takes a method that provides data and when you've scrolled to the bottom it updates said data -- see how that might be useful?
[11:05:56] <aviraldg> the actual loading is still handled elsewhere
[11:06:02] *** dylanlindgren has joined #angularjs
[11:06:08] <arek_deepinit> why would $formatters not work?
[11:06:31] *** enxtur has joined #angularjs
[11:06:39] <aviraldg> bealtine, ?
[11:08:31] *** InezK_away is now known as InezK
[11:10:49] *** roymiloh has quit IRC
[11:11:26] *** zz_Brocken is now known as Brocken
[11:12:27] *** Asiajey has joined #angularjs
[11:13:25] *** jtimon has joined #angularjs
[11:13:50] *** roymiloh has joined #angularjs
[11:16:10] *** tfennelly has quit IRC
[11:17:40] *** ajk27 has quit IRC
[11:18:13] *** InezK is now known as InezK_away
[11:18:25] *** dve has joined #angularjs
[11:19:37] *** senayar has quit IRC
[11:20:05] *** altious has joined #angularjs
[11:20:06] <auser> aviraldg:
[11:20:08] <auser> still there?
[11:20:10] *** senayar has joined #angularjs
[11:20:13] <aviraldg> yeah
[11:20:19] *** niall_obrien has joined #angularjs
[11:22:10] *** bauser has joined #angularjs
[11:22:16] *** WishBoy has joined #angularjs
[11:22:19] *** ajk27 has joined #angularjs
[11:22:46] <aviraldg> ?
[11:22:46] <bauser> aviraldg: did you get my link? sorry, got booted
[11:22:59] <aviraldg> nope
[11:23:08] <bauser> is that what you’re looking to do?
[11:23:18] <bauser> if I understood you correctly
[11:23:40] <aviraldg> yes, and that's the solution I linked to above :)
[11:23:55] *** danielpquinn has joined #angularjs
[11:23:55] *** Milanito has quit IRC
[11:23:57] <aviraldg> asking if it's the right way to do this, or if I'm misusing something
[11:24:19] <aviraldg> this behaviour is definitely ... odd
[11:24:20] <bauser> I just wrote that
[11:24:38] *** auser has quit IRC
[11:24:38] *** bauser is now known as auser
[11:24:45] *** senayar has quit IRC
[11:24:56] <auser> ah
[11:25:03] <auser> I was like… whoa… crazy, meta
[11:25:08] <auser> I know I’m tired, but
[11:25:30] <aviraldg> haha, yeah :)
[11:25:33] <auser> yeah, that’s what the function is for
[11:25:40] <aviraldg> hmm
[11:25:59] <aviraldg> but why's the default behaviour like that?
[11:26:16] <auser> why does ngTransclude create it’s own scope?
[11:26:39] *** harvey203 has quit IRC
[11:26:42] <auser> is that what you’re asking
[11:26:46] <aviraldg> when used like that, yes
[11:26:48] *** Vinnyceptr has quit IRC
[11:27:32] <auser> it’s a little dirty to be messing with the scope chain, yes; but sometimes it’s okay
[11:27:53] *** Vinnyceptr has joined #angularjs
[11:27:58] <auser> and it’s the natural behavior to protect the existing scope from a new one… it’s actually much safer
[11:28:01] *** KushS has joined #angularjs
[11:28:21] *** danielpquinn has quit IRC
[11:28:21] <aviraldg> hmm
[11:28:24] <aviraldg> thanks :)
[11:28:34] <auser> it’s similar to why you use isolate scopes
[11:28:43] <auser> except the transcludeFn gives you an escape hatch
[11:28:53] *** dalazx has joined #angularjs
[11:28:58] <auser> np
[11:29:05] *** arc__ has joined #angularjs
[11:30:01] *** nszceta has joined #angularjs
[11:30:46] <arc__> Hi, I am trying to use morris.js with angularjs but I am getting error - TypeError: row is undefined content = "<div class='morris-hover-row-label'>" + row.label + "</div>";. The data for morris is coming from a json api. Any guess why this error is there??
[11:30:48] *** hychen has joined #angularjs
[11:31:35] <arc__> If I hard code the data for morris then I can see the bar charts
[11:32:11] *** gunn has joined #angularjs
[11:32:38] *** KushS has quit IRC
[11:33:10] <niall_obrien> So - TJ Hallowwaychuck left node.js...
[11:33:18] *** dc_ has joined #angularjs
[11:33:50] *** Yancy has quit IRC
[11:34:00] *** Yancy has joined #angularjs
[11:34:21] <auser> so he did
[11:34:39] <niall_obrien> What will that mean for the node community I wonder
[11:34:41] <storkme> wtf why :o
[11:35:27] <auser> I, for one completely understand
[11:35:41] <niall_obrien> auser: How so?
[11:35:49] *** marr has joined #angularjs
[11:38:32] *** jdj_dk has joined #angularjs
[11:38:54] <storkme> oh ouch
[11:39:32] *** evilaliv3 has quit IRC
[11:40:25] *** Emperor_Earth has joined #angularjs
[11:40:28] *** nszceta has quit IRC
[11:41:11] <arc__> Folks, any guesses for my problem?
[11:41:49] *** WishBoy has quit IRC
[11:43:15] *** jdj_dk has quit IRC
[11:45:57] *** morenoh149 has quit IRC
[11:48:08] <niall_obrien> storkme: yeah, big loss
[11:49:30] <arek_deepinit> arc__: whats probl?
[11:49:42] *** auser has quit IRC
[11:49:54] <arek_deepinit> niall_obrien: why would my $formatters wont work?
[11:50:11] <niall_obrien> i dunno
[11:50:53] <arc__> arek_deepinit: I am trying to use morris.js with angularjs but I am getting error - TypeError: row is undefined content = "<div class='morris-hover-row-label'>" + row.label + "</div>";. The data for morris is coming from a json api. If I hard code the data for morris then I can see the bar charts
[11:53:47] <arek_deepinit> arc__: shouldnt Your div have some class expected by morris?
[11:53:49] <arek_deepinit> dunno
[11:58:24] *** hussain has joined #angularjs
[11:58:57] *** hussain is now known as Guest2158
[12:00:15] *** dbouwman has joined #angularjs
[12:01:22] *** tfennelly has joined #angularjs
[12:02:34] *** Guest2158 has quit IRC
[12:04:07] <OnkelTem> Hi. Is there a sort of controller of controllers?
[12:04:38] <OnkelTem> or rather...
[12:04:44] *** dbouwman has quit IRC
[12:04:53] <OnkelTem> in short, I need to do some action when a scope is created
[12:05:13] <OnkelTem> specifically, I want to augment it with depth - how many ancestors it has
[12:05:56] <OnkelTem> specifically, I need to get view names. And for this I get $state.$current.path[DEPTH]
[12:06:06] <OnkelTem> and this DEPTH I need
[12:06:16] <OnkelTem> of course I can do this in every controller:
[12:07:04] <OnkelTem> var depth = 0, s = $scope; while (true) { if (s.$parent) { s = s.$parent; depth++; } else { break; }}
[12:07:13] <OnkelTem> but I want to do this in one place only
[12:07:26] <OnkelTem> not in every controller
[12:08:05] <Cixis> i think ui-router can get you something like that
[12:08:33] *** InezK_away is now known as InezK
[12:09:19] <Cixis> or instead of a while loop and calculating the depth, why not $scope.depth = $scope.$parent.depth === undefined ? 0 : $scope.$parent.depth + 1;
[12:09:35] *** Pierre_N has quit IRC
[12:10:32] *** Pierre_N has joined #angularjs
[12:11:36] <OnkelTem> I'll be back, need to run now
[12:11:59] *** LuxuryMode has quit IRC
[12:12:28] *** niall_obrien has quit IRC
[12:12:47] *** roymiloh has quit IRC
[12:12:57] *** ngoyal has joined #angularjs
[12:13:52] *** ngoyal has joined #angularjs
[12:14:58] *** ngoyal has joined #angularjs
[12:17:13] *** ngoyal_ has joined #angularjs
[12:17:29] *** intellix has joined #angularjs
[12:17:53] <OnkelTem> i lied. i can chat from mobile
[12:18:13] <OnkelTem> Let me rephrase
[12:18:18] *** InezK is now known as InezK_away
[12:18:54] <OnkelTem> I want to augemnt every created scope in one place
[12:19:03] <OnkelTem> is there a way?
[12:19:33] *** ngoyal has quit IRC
[12:19:47] <OnkelTem> for example - add depth
[12:19:54] *** evilaliv3 has joined #angularjs
[12:19:58] *** Nek has joined #angularjs
[12:21:36] <OnkelTem> Cixis: well, if it was called recursively then yes
[12:21:42] *** ngoyal_ has quit IRC
[12:22:44] <Cixis> i'm not sure i understand. if a scope is a child of another scope, then it's depth will be the parent's plus 1
[12:24:15] *** tangorri has joined #angularjs
[12:24:42] *** danielpquinn has joined #angularjs
[12:24:52] <OnkelTem> yes, true, if only you have such a place where you can init depth
[12:25:22] *** cpciv has quit IRC
[12:26:01] *** aljohri has joined #angularjs
[12:26:14] <Cixis> the one liner i typed does that
[12:26:37] <Cixis> but you can probably set it on $rootScope, either way
[12:26:49] <Cixis> or if $parent is null, then init to 0
[12:27:21] *** ngoyal has joined #angularjs
[12:28:31] *** ngoyal has quit IRC
[12:29:04] *** ngoyal has joined #angularjs
[12:29:45] *** danielpquinn has quit IRC
[12:31:45] *** ngoyal_ has joined #angularjs
[12:32:51] *** Foxandxss has joined #angularjs
[12:32:53] *** senayar has joined #angularjs
[12:33:26] *** ngoyal has quit IRC
[12:34:20] *** elxa has quit IRC
[12:35:46] *** jamto11 has joined #angularjs
[12:36:27] *** ngoyal_ has quit IRC
[12:37:03] *** enxtur has quit IRC
[12:39:18] *** jdj_dk has joined #angularjs
[12:39:53] *** ngoyal has joined #angularjs
[12:40:12] *** jamto11 has quit IRC
[12:41:03] *** enxtur has joined #angularjs
[12:41:25] *** lvpeng has joined #angularjs
[12:42:36] *** RedOrangeZ has joined #angularjs
[12:43:46] *** Dalsass_mobi has joined #angularjs
[12:44:05] *** jdj_dk has quit IRC
[12:44:52] *** ngoyal has quit IRC
[12:45:19] *** anjumkaiser has quit IRC
[12:45:57] *** jtimon has quit IRC
[12:47:13] *** anjumkaiser has joined #angularjs
[12:48:00] *** metasansana has quit IRC
[12:48:02] *** Milanito has joined #angularjs
[12:48:03] *** kennbrodhagen has joined #angularjs
[12:49:52] *** AlecTaylor has quit IRC
[12:50:40] *** ngoyal has joined #angularjs
[12:51:34] *** moritzs has joined #angularjs
[12:52:07] <nfroidure_> At work we're considering to open-source some of our Angular stuff
[12:52:27] <nfroidure_> Are there some good practice / generators to start it on good basis ?
[12:52:38] *** kennbrodhagen has quit IRC
[12:52:50] <nfroidure_> Otherwise, wich project would you recommend to look at to get it right ?
[12:54:01] *** ngoyal_ has joined #angularjs
[12:54:03] <Cixis> angular-ui is probably a good project to mirror
[12:54:19] <Foxandxss> github repo with the source on it
[12:54:21] <Foxandxss> good README
[12:54:34] <Foxandxss> a contribution.md if you want to instruct people how to contribute
[12:54:42] <Foxandxss> instructions to build it yourself, to run tests...
[12:54:54] <Foxandxss> that is the basic for me
[12:55:05] <Foxandxss> then you can have a dist folder if you want, that is optional
[12:55:14] *** t_p has joined #angularjs
[12:55:15] *** Dalsass_mobi has quit IRC
[12:55:18] *** ngoyal has quit IRC
[12:55:28] <nfroidure_> this is what i already do for my node projects
[12:55:39] <Foxandxss> shouldn't be different
[12:55:50] <nfroidure_> but i'm thinking about bower dist and other ng specific stuff
[12:56:09] <Foxandxss> ah true, create a bower.json to put your library on bower
[12:56:21] <Foxandxss> but you need to do it right from minute one
[12:56:33] <Foxandxss> bower management is not crap, it simply doesnt exist
[12:56:46] <Foxandxss> there is no specific ng-stuff that I recall atm
[12:56:54] <nfroidure_> would you recommend to create a separate repo or do it in the same one, i've seen the 2 approaches
[12:57:03] *** orion1111 has joined #angularjs
[12:57:13] *** tarnus has joined #angularjs
[12:57:15] <Foxandxss> separate repo from what?
[12:57:26] <nfroidure_> for the bower package
[12:57:53] <Foxandxss> ah, the bower package is just a file
[12:57:57] <Foxandxss> bower.json
[12:58:12] <Foxandxss> that is mine
[12:58:20] <Foxandxss> and that is my way as today
[12:58:26] <Foxandxss> working good so far
[12:58:29] *** mguillech has joined #angularjs
[12:58:33] *** ngoyal_ has quit IRC
[12:59:44] <OnkelTem> Cixis: this would suggest having controller for each scope.
[12:59:48] <nfroidure_> starred ;) i may also use it since our notification system is a bit crappy
[13:00:06] *** moritzs has quit IRC
[13:00:45] <Cixis> ah
[13:00:47] <nfroidure_> do yu distribute your angular modules with node too ?
[13:00:48] <OnkelTem> Cixis: i tried to use rootScope, but didnt figured out a way to do something usefull
[13:00:58] *** dbouwman has joined #angularjs
[13:01:03] <Foxandxss> uh $rootScope
[13:01:17] <nfroidure_> Are there people using browserify for building ng apps?
[13:01:29] <OnkelTem> Cixis: one liner here, there, more repeated lines :)
[13:01:30] *** ngoyal has joined #angularjs
[13:01:40] <Foxandxss> nfroidure_: yes
[13:01:57] *** tarnus has quit IRC
[13:02:24] <caitp> browserify is crap, I suggest not using it
[13:02:36] <caitp> unless you're being forced to use it
[13:02:40] <caitp> in which case I have nothing but pity
[13:02:53] <sriram-dev> ui-bootstrap contributor.. any scope for contribution there now ?
[13:03:01] <nfroidure_> :)
[13:03:22] <Foxandxss> sriram-dev: if ui-bootstrap needs something is contribution, but before that, needs organization
[13:03:37] <OnkelTem> So, any ideas how to init every scope being created?
[13:03:54] <Foxandxss> why would you do that?
[13:04:08] *** arc__ has quit IRC
[13:04:24] <sriram-dev> did you miss a "it" ?
[13:04:28] *** Milanito has quit IRC
[13:04:44] <Foxandxss> caitp: do you have any idea if creating an npm package to technically allow browserify (on angular lib), needs change on the code to make it work to browserify?
[13:05:01] *** mercwithamouth has joined #angularjs
[13:05:01] *** enxtur has quit IRC
[13:05:11] <Foxandxss> sriram-dev: if that is to me, probably
[13:05:20] <OnkelTem> Foxandxss: me? for profit of course))
[13:05:24] *** dbouwman has quit IRC
[13:05:29] <sriram-dev> ok now i get what u meant
[13:05:41] <Foxandxss> how does a scope initialization gives profit?
[13:05:54] <Foxandxss> sriram-dev: it is contribution* I guess
[13:05:58] *** ngoyal has quit IRC
[13:06:00] <Foxandxss> not being english is a PITA sometimes
[13:06:02] <OnkelTem> Foxandxss: less code. i need to add depth
[13:06:17] <sriram-dev> foxandxss yes thanks
[13:06:51] <OnkelTem> Foxandxss: then i use it to retreive state config from $state.$current.path
[13:06:58] <sriram-dev> anyone here tried ionic framework ?
[13:07:12] <Foxandxss> I didn't read your original problem OnkelTem
[13:07:21] <Foxandxss> I came late
[13:07:30] <OnkelTem> For i repeating it
[13:07:44] <caitp> Foxandxss I have no idea, I expect the browserify shim tool should be good enough
[13:07:51] <caitp> but why would anyone ever do that, browserify is all kinds of terrible
[13:07:51] <arek_deepinit> Foxandxss: why would $formatters not work?
[13:08:22] <Foxandxss> arek_deepinit: because it is used correctly
[13:08:29] *** calvinx has quit IRC
[13:08:30] <Foxandxss> that is the answer I can give to that question :P
[13:08:35] *** jaitaiwan has joined #angularjs
[13:09:13] <arek_deepinit> Foxandxss: well formatter takes val and returns val right?
[13:09:18] *** InezK_away is now known as InezK
[13:09:22] <Foxandxss> yes
[13:10:05] <arek_deepinit> Foxandxss: so i dont get how can it not apply changes
[13:10:16] *** disorder20 has joined #angularjs
[13:10:24] <sriram-dev> wow toastr looks like something i can use
[13:11:00] <sriram-dev> gud one
[13:12:24] *** jumpstracks has joined #angularjs
[13:12:36] <sriram-dev> Your computer is about to explode !
[13:13:39] *** dylanlindgren has quit IRC
[13:15:03] *** jtimon has joined #angularjs
[13:16:38] *** tfennelly has quit IRC
[13:17:50] *** sacho has joined #angularjs
[13:19:02] *** InezK is now known as InezK_away
[13:21:40] *** lvpeng has quit IRC
[13:22:44] <storkme> I'm using restangular and trying to write a SPA with authentication. How can I add a specific request header (authorization) only when the user is authenticated?
[13:24:09] *** peldan has quit IRC
[13:24:16] *** ajk27 has quit IRC
[13:24:16] <Foxandxss> I don't use restangular but what I do is simply check if I am authenticated and if so, I add the header to $http, if not, I don't
[13:24:32] *** sjda has joined #angularjs
[13:24:36] *** peldan has joined #angularjs
[13:25:26] *** danielpquinn has joined #angularjs
[13:26:02] *** DrJae has joined #angularjs
[13:27:48] *** Jae has quit IRC
[13:28:34] <storkme> I guess I could add a fullrequestinterceptor in my .run method of my app...
[13:28:46] *** peldan has quit IRC
[13:29:25] <Foxandxss> that is what I did
[13:29:34] *** t_p has quit IRC
[13:30:21] *** danielpquinn has quit IRC
[13:30:29] *** sjda has quit IRC
[13:30:44] <storkme> ah, I see.
[13:31:21] *** jtimon has quit IRC
[13:32:21] *** ngoyal has joined #angularjs
[13:32:25] *** CptChaos has joined #angularjs
[13:33:23] *** ngoyal has quit IRC
[13:33:28] *** ngoyal_ has joined #angularjs
[13:34:12] *** ngoyal_ has quit IRC
[13:34:18] *** mokush has quit IRC
[13:34:50] *** jaitaiwan has quit IRC
[13:35:38] *** ngoyal has joined #angularjs
[13:35:42] *** DrMabuse has quit IRC
[13:35:58] *** mercwith1mouth has joined #angularjs
[13:36:10] *** ngoyal has quit IRC
[13:36:45] *** ngoyal has joined #angularjs
[13:37:03] *** ajk27 has joined #angularjs
[13:37:34] *** mercwithamouth has quit IRC
[13:38:24] *** MuffinMan` has joined #angularjs
[13:41:06] *** ngoyal has quit IRC
[13:41:10] *** anjumkaiser has quit IRC
[13:41:53] *** jumpstracks has quit IRC
[13:42:19] *** marthinal has joined #angularjs
[13:42:44] *** anjumkaiser has joined #angularjs
[13:46:07] *** mennea has quit IRC
[13:46:55] *** senayar has quit IRC
[13:47:30] *** senayar has joined #angularjs
[13:48:11] <storkme> why do you use $injector in that example to get an instance of LocalService?
[13:48:24] *** Milanito has joined #angularjs
[13:48:42] *** DrJae is now known as Jae
[13:48:48] *** Jae has joined #angularjs
[13:48:49] *** amedia has joined #angularjs
[13:48:50] *** ngoyal has joined #angularjs
[13:49:27] *** geoffstokes has quit IRC
[13:49:28] *** joshontheweb has quit IRC
[13:49:46] <Foxandxss> storkme: I am not sure if I encountered a problem there
[13:49:56] <Foxandxss> but interceptors are picky with their injections
[13:50:10] <Foxandxss> sometimes you would get a circular dependencies error
[13:50:12] *** titanomachy has quit IRC
[13:50:18] <Foxandxss> and one way to solve it is using $injector
[13:50:24] *** seydoggy has joined #angularjs
[13:50:25] <storkme> gonna try it your way, since mine isn't working :x
[13:50:38] <Foxandxss> but I have to be honest, I don't recall if I found one or I just did that for security
[13:50:44] *** geoffstokes has joined #angularjs
[13:52:17] *** senayar has quit IRC
[13:52:43] <storkme> wait, how is your responseError function going to resolve LocalService ?
[13:52:51] *** ngoyal_ has joined #angularjs
[13:53:15] *** ngoyal has quit IRC
[13:53:23] *** ngoyal_ has quit IRC
[13:53:39] *** mguillech has quit IRC
[13:53:41] <Foxandxss> uh, I saw you sharp there
[13:53:53] <Foxandxss> that is what happen when you build without testing
[13:53:56] <Foxandxss> that will probably fail
[13:55:08] *** lordkryss has joined #angularjs
[13:55:21] <Foxandxss> wait, I think I tried
[13:55:23] *** MathiasM has joined #angularjs
[13:55:26] <Foxandxss> let me play with that, I'll report back
[13:55:32] <storkme> okay, thanks
[13:55:56] *** amedia has quit IRC
[13:56:27] <OnkelTem> I implement simple A-directive and set the attribute for one element only, expecting I will be called once - with scope of that element. But for some reason I get called twice, first time with some virign scope. Is it directive's scope?
[13:56:48] <OnkelTem> second time it is element's scope
[13:56:55] *** titanomachy has joined #angularjs
[13:58:15] *** nodweber has quit IRC
[13:58:50] *** nodweber has joined #angularjs
[13:59:50] *** V0id is now known as SkyCat
[14:00:09] <OnkelTem> if I use the directive two times in the DOM, it is called three times, first - with that unknown scope
[14:00:12] *** kroogs has joined #angularjs
[14:00:29] *** Dalsass_mobi has joined #angularjs
[14:00:33] *** SkyCat is now known as V0id
[14:00:44] *** tarnus has joined #angularjs
[14:00:54] <Foxandxss> storkme: it fails, I am going to fix that and push
[14:01:00] <Foxandxss> that was obvious
[14:01:06] <Foxandxss> shit happen if you don't test, that is the moral for today
[14:01:46] <OnkelTem> So, any ideas why I get that extra call?
[14:01:59] <storkme> my interceptor is being fired, but according to chrome, restangular is making an OPTIONS request which isn't passing my authorization header
[14:02:04] *** dbouwman has joined #angularjs
[14:02:19] <OnkelTem> Also, one more question. If an attribute directive have template or templateUri, what does it exactly mean, is it used?
[14:02:29] <Foxandxss> storkme: CORS?
[14:02:38] <storkme> apparently OPTIONS doesn't require an authorization header, so my API shouldn't be rejecting the request
[14:02:40] <Foxandxss> OnkelTem: plunk it
[14:02:48] *** styles has quit IRC
[14:03:02] *** nodweber has quit IRC
[14:03:07] *** MathiasM has quit IRC
[14:03:32] *** marcospgp has joined #angularjs
[14:03:38] *** jaitaiwan has joined #angularjs
[14:03:38] *** nodweber has joined #angularjs
[14:03:50] *** ngoyal has joined #angularjs
[14:04:12] *** dylanlindgren has joined #angularjs
[14:04:16] *** ngoyal has quit IRC
[14:04:33] *** aljohri has quit IRC
[14:04:35] <OnkelTem> Oh... ok
[14:04:40] <Foxandxss> storkme: fixed, thanks
[14:04:42] *** ngoyal has joined #angularjs
[14:05:08] *** mercwith1mouth has quit IRC
[14:05:11] <lordkryss> if i have an input with ng-model="searchText" and i change $scope.searchText the input value should change right?
[14:05:45] *** kroogs has quit IRC
[14:05:55] <Foxandxss> if that $scope.searchText is the one on the ng-model yes
[14:05:57] <Foxandxss> if not, no
[14:06:13] <zelrik> sup
[14:06:25] *** DrMabuse has joined #angularjs
[14:06:51] *** Brocken is now known as zz_Brocken
[14:07:01] *** dbouwman has quit IRC
[14:07:14] <zelrik> lordkryss, usually it s better if there is a '.' in that ng-model
[14:07:30] *** DrMabuse_ has joined #angularjs
[14:07:31] <Foxandxss> zelrik: let him learn
[14:07:33] <zelrik> ng-model='myService.searchText'
[14:07:39] <Foxandxss> no need to spoil
[14:07:54] <zelrik> come on, it s a big source of headaches
[14:08:03] <Foxandxss> yes
[14:08:09] <Foxandxss> but I want him to realize its mistakes
[14:08:28] *** Milanito has quit IRC
[14:08:29] <Foxandxss> giving a solution without realizing why is not fun
[14:09:10] <zelrik> it s a tricky one, even after reading about it I was consued
[14:09:13] <zelrik> confused
[14:09:17] <lordkryss> mmm that doesn't seem to be the problem to me, i can use the value inside my code but it won't just update the input
[14:09:18] <Foxandxss> yeah
[14:09:20] *** ngoyal has quit IRC
[14:09:28] <Foxandxss> that is why it is better to explain properly than point out
[14:09:31] *** deepaksingh has joined #angularjs
[14:09:37] <deepaksingh> hi
[14:09:47] <Foxandxss> if the error is that though
[14:09:53] *** InezK_away is now known as InezK
[14:10:15] <deepaksingh> can anybody help for angular
[14:10:24] <Foxandxss> lordkryss: I see you playing with $parent
[14:10:34] <Foxandxss> That is bad
[14:10:37] <lordkryss> oh :S
[14:10:45] <lordkryss> should i use a service or something for that?
[14:10:55] *** deepaksingh has left #angularjs
[14:10:57] <Foxandxss> I don't know what are you doing
[14:11:00] <Foxandxss> but normally, yes
[14:11:04] *** AlSquirikou has joined #angularjs
[14:11:05] <lordkryss> changing the title of the page
[14:11:32] <Zerot> the scope inheritance tree layout is never something you should trust on. that is why using $parent is bad
[14:11:38] <lordkryss> i made a page controller that is bind to the html, is there any way to get a reference to that without $parent?
[14:11:45] *** DrMabuse has quit IRC
[14:11:55] *** Dalsass_mobi has quit IRC
[14:11:56] <Zerot> changing something in the dom can change the parent, which would make the code fail
[14:11:58] <Foxandxss> normally you don't communicate controllers like that
[14:12:21] *** DrMabuse_ has quit IRC
[14:12:34] <Foxandxss> are titles fixed per route?
[14:13:29] <lordkryss> no, i mean, the video route will display the title of the video, and the search route will display the query
[14:13:39] <zelrik> The controllers inherite from each other
[14:13:41] <lordkryss> they are "dynamic"
[14:13:47] <Foxandxss> okey
[14:13:51] <zelrik> so no need for parent
[14:14:24] <zelrik> unless you re in a ng-repeat or so
[14:14:26] <lordkryss> :O
[14:14:36] *** marthinal has quit IRC
[14:14:44] *** jumpstracks has joined #angularjs
[14:14:45] <lordkryss> thanks :D
[14:14:45] <zelrik> and then services are the way to go
[14:14:47] <Foxandxss> even so, I wouldn't :P
[14:14:52] <Foxandxss> there are uses for $parent though
[14:14:58] <zelrik> yeah
[14:15:25] *** seydoggy has quit IRC
[14:15:39] <lordkryss> anyway, nobody got any clue for my input not updating? it's defined as (jade) input.form-control(type="text" ng-model="searchText" placeholder="Search here" autofocus="autofocus")
[14:15:48] <Foxandxss> ah jade
[14:15:52] <lordkryss> and code is $scope.searchText = $routeParams["query"];
[14:15:57] <Foxandxss> you're bringing me pain today
[14:16:01] *** seydoggy has joined #angularjs
[14:16:15] <zelrik> jade?
[14:16:16] <Foxandxss> for the title thing, create a controller just for the title
[14:16:18] <zelrik> what s that
[14:16:24] <Foxandxss> with a factory that updates the title
[14:16:32] <Foxandxss> you can inject that factory where needed to update the title
[14:16:40] *** dashed has joined #angularjs
[14:16:42] <Foxandxss> zelrik: html template
[14:16:48] <zelrik> oh
[14:16:52] <lordkryss> Foxandxss, honestly that seems.. overkill?
[14:16:55] <zelrik> is it like haml
[14:16:58] <Foxandxss> which is the biggest PITA in the world
[14:17:03] <Foxandxss> yes, but more horrendous
[14:17:07] <zelrik> lol
[14:17:11] <zelrik> haml is ok
[14:17:17] <zelrik> slim is a bit too dry
[14:17:25] <zelrik> I dont know about jade
[14:17:33] <Foxandxss> yes, until you give up on it and you have to reread your code a couple of month after
[14:17:40] <Foxandxss> lordkryss: you need something reliable and testable
[14:18:01] <Foxandxss> with fixed titles it is easy
[14:18:07] <Foxandxss> but with dynamic ones it is more complicated
[14:18:23] <zelrik> I have yet to write a controller test
[14:18:27] <zelrik> I feel they so complicated
[14:18:48] <zelrik> I stuff everything in services and test them
[14:19:00] <Foxandxss> you need to test all
[14:19:03] <OnkelTem> Foxandxss: as you may see, viewName directive called twice
[14:19:13] <zelrik> Foxandxss, in an ideal world, yes
[14:19:13] <lordkryss> i have yet to write a test :/
[14:19:16] <Foxandxss> OnkelTem: I get an error
[14:19:22] <Foxandxss> cant read viewName of undefined
[14:19:32] <Foxandxss> zelrik: that is the crappest excuse ever
[14:19:41] <Foxandxss> you have to test everyday long
[14:19:42] <Foxandxss> in all cases
[14:19:45] <OnkelTem> Foxandxss: right, this is because first time it is called with that 'unknown' scope which doesn't have views
[14:19:45] *** InezK is now known as InezK_away
[14:19:52] *** joshontheweb has joined #angularjs
[14:19:52] <Foxandxss> I just have a big big error on a demo because... I didn't test
[14:20:03] <OnkelTem> Foxandxss: the question is why it is called twice after all
[14:20:13] <OnkelTem> Foxandxss: I mean the link function
[14:20:15] *** seydoggy has quit IRC
[14:20:18] <zelrik> Foxandxss, tests dont solve everything though
[14:20:30] <Foxandxss> OnkelTem: it is not working for me
[14:20:31] <zelrik> you can have 100% test coverage and a very shitty app
[14:20:42] <Foxandxss> zelrik: that is another excuse
[14:20:46] <zelrik> lol
[14:20:53] <Foxandxss> it is worst to have a shitty app without tests
[14:20:57] <Foxandxss> than a shitty app well tested
[14:21:00] <OnkelTem> Foxandxss: what do you mean 'not working'? It is exactly why you get error message - first extra call
[14:21:08] <Foxandxss> at least it won't break all day long
[14:21:16] <zelrik> Foxandxss, I am trying to increase test coverage as I go
[14:21:18] <Foxandxss> otoh, TDD reduces the shit factor
[14:21:21] <OnkelTem> Foxandxss: and it is actually working, as 'x-nam' attribute is finally set :)
[14:21:28] <zelrik> I have started E2E tests
[14:21:40] <Foxandxss> OnkelTem: I get in the console: home@ and then an error
[14:22:15] <OnkelTem> Foxandxss: right, this is what the plunk should do
[14:22:18] *** BahamutWC|Work has joined #angularjs
[14:22:24] *** zz_Brocken is now known as Brocken
[14:23:00] <OnkelTem> Foxandxss: but if you insist, I can hide the error
[14:23:11] *** unliu has joined #angularjs
[14:23:14] <OnkelTem> if it makes you so nervous :)
[14:23:41] <zelrik> Foxandxss, I have yet to see an App in a company that has 100% coverage
[14:23:49] <zelrik> or 50% coverage even....
[14:23:56] <zelrik> maybe I have worked for shitty companies
[14:24:23] *** ngoyal has joined #angularjs
[14:25:04] <Foxandxss> OnkelTem: sorry, I don't follow then
[14:25:05] *** ngoyal has quit IRC
[14:25:22] <Foxandxss> zelrik: companies seems to be waking up regarding tests
[14:25:26] <Foxandxss> those are big news
[14:25:33] *** ngoyal has joined #angularjs
[14:25:40] *** disorder20 has quit IRC
[14:25:57] <zelrik> I opened an issue on github once telling people the test coverage of the services in the angularJS app was only 15%
[14:26:07] *** arek_deepinit has quit IRC
[14:26:08] <zelrik> they let me write some tests as a low priority thing
[14:26:08] *** danielpquinn has joined #angularjs
[14:26:20] <zelrik> when I reached 90% they closed the ticket
[14:26:26] <Foxandxss> I never used coverage tools
[14:26:26] <OnkelTem> Foxandxss: please refresh the plunk. I hid error message, and display some text when link function is invoked
[14:26:32] <Foxandxss> I yet need to find a good one
[14:26:33] *** ngoyal has quit IRC
[14:26:33] <OnkelTem> Foxandxss: it is invoked two times
[14:26:45] <zelrik> even if there were 0 coverage on other parts of the code
[14:27:15] <Foxandxss> OnkelTem: I think that there is an issue with ui-router calling routes twice
[14:27:20] <Foxandxss> I would investigate that
[14:27:21] *** jdj_dk has joined #angularjs
[14:27:23] *** tomzx`afk is now known as tomzx
[14:27:23] <zelrik> Foxandxss, karma has a coverage tool
[14:27:28] <Foxandxss> I don't use karma
[14:27:34] *** evilaliv3 has quit IRC
[14:27:43] <zelrik> Foxandxss, what do you use
[14:27:44] *** arek_deepinit has joined #angularjs
[14:27:46] <zelrik> karma is shit
[14:27:48] <Foxandxss> test'em
[14:27:51] <zelrik> ok
[14:27:53] <Foxandxss> real shit
[14:28:01] <arek_deepinit> why?
[14:28:03] <Foxandxss> test'em has a wonderful CLI
[14:28:05] *** ngoyal has joined #angularjs
[14:28:17] <Foxandxss> allows you to test your app easily in any device
[14:28:25] <Foxandxss> mobile, tablet, any computer..
[14:28:29] <Foxandxss> anything that can reach an URL
[14:28:34] <Foxandxss> like plug & play
[14:28:41] <Foxandxss> also, karma doesn't allow me to pop up some console.log
[14:29:03] <Foxandxss> normally it goes in a circle dependency error
[14:29:36] *** quantax- has joined #angularjs
[14:29:39] <zelrik> console.log works in karma
[14:29:53] <Foxandxss> some times does, sometimes doesn't
[14:29:56] <Foxandxss> don't ask me why
[14:30:03] <Foxandxss> I had big pain with karma in ui-bootstrap
[14:30:46] <zelrik> installing Karma can be a huge pain
[14:30:47] *** danielpquinn has quit IRC
[14:30:57] *** seydoggy has joined #angularjs
[14:31:00] <zelrik> I never had so much trouble with a package
[14:31:34] *** ngoyal_ has joined #angularjs
[14:32:12] *** jdj_dk has quit IRC
[14:32:13] *** quantax_ has joined #angularjs
[14:32:24] *** ngoyal has quit IRC
[14:33:19] *** ustunozgur has joined #angularjs
[14:33:22] *** hychen has quit IRC
[14:33:34] *** quantax- has quit IRC
[14:34:53] <zelrik> damn
[14:35:00] <zelrik> I feel I should fork ngmodules
[14:35:56] *** ngoyal_ has quit IRC
[14:36:09] <Foxandxss> I Pinged the guy yesterday
[14:36:09] *** scmx has quit IRC
[14:36:11] <Foxandxss> so far, nothing
[14:36:17] <lordkryss> ah found the problem :D
[14:36:37] <lordkryss> but now the code is... `$scope.$parent.searchText = $scope.searchText = $routeParams["query"];` which i think is... ad
[14:36:39] <lordkryss> bad*
[14:36:40] *** jamto11 has joined #angularjs
[14:37:02] <zelrik> the hard part would be to pay for the server costs
[14:37:02] <zelrik> :p
[14:37:27] <Foxandxss> zelrik: uh, $5 for a vps
[14:37:45] <zelrik> too expensive man
[14:37:47] <zelrik> :p
[14:37:49] <Foxandxss> maybe this help a little bit
[14:38:11] <lordkryss> Foxandxss, i have the same "searchText" property in both the parent and the child...
[14:38:15] <lordkryss> i think that is my problem :S
[14:38:21] <Foxandxss> read that
[14:38:41] <lordkryss> wow that is a long read :O thanks
[14:38:42] <Foxandxss> zelrik: seems that the guy haven't twit since day 3, so I'll wait to see if he fix the error
[14:38:56] <Foxandxss> lordkryss: yeah, but better angular read ever
[14:39:09] <lordkryss> i probably need it then :P
[14:39:17] *** sdouglas has joined #angularjs
[14:41:12] *** amedia has joined #angularjs
[14:41:14] *** obert has quit IRC
[14:41:19] *** bayousoft has joined #angularjs
[14:41:21] <zelrik> yeah I read that oen
[14:41:26] *** jamto11 has quit IRC
[14:41:40] <Foxandxss> I see
[14:41:43] <Foxandxss> so... that needs love
[14:41:50] <Foxandxss> I never used that page though but it is interesting
[14:41:51] *** anjumkaiser has quit IRC
[14:43:15] *** intellix has quit IRC
[14:43:43] *** obert has joined #angularjs
[14:43:45] *** intellix has joined #angularjs
[14:43:59] *** sdouglas has quit IRC
[14:44:05] <Foxandxss> lunch
[14:44:44] *** caitp has quit IRC
[14:46:46] *** amedia has quit IRC
[14:47:34] *** disorder20 has joined #angularjs
[14:47:53] *** disorder20 has quit IRC
[14:47:58] *** mewm has joined #angularjs
[14:48:05] *** MathiasM has joined #angularjs
[14:48:22] *** ceephax has quit IRC
[14:48:34] *** obert has quit IRC
[14:48:55] *** kennbrodhagen has joined #angularjs
[14:49:15] <OnkelTem> I'm just out of ideas :)
[14:49:16] *** Ymesio has joined #angularjs
[14:49:38] <OnkelTem> Ahhh
[14:49:47] <OnkelTem> Hell, I know :) Forget it ))
[14:50:26] *** bel3atar has quit IRC
[14:51:54] *** Ymesio has quit IRC
[14:52:29] *** RaphaelRocca has joined #angularjs
[14:53:45] *** kennbrodhagen has quit IRC
[14:54:57] *** dve has quit IRC
[14:55:40] *** ChrisMatheson has joined #angularjs
[14:55:40] *** hubertu__ has quit IRC
[14:55:57] *** hubertus_ has joined #angularjs
[14:56:00] *** caitp has joined #angularjs
[14:56:02] *** BahamutWC|Work has quit IRC
[14:56:34] *** SpearThruster has joined #angularjs
[14:56:53] *** SonikBoom has joined #angularjs
[14:57:15] *** FunnyLookinHat has joined #angularjs
[14:57:20] *** moritzs has joined #angularjs
[14:57:49] *** MathiasM_ has joined #angularjs
[14:58:32] *** MathiasM has quit IRC
[14:58:46] *** obert has joined #angularjs
[14:59:12] *** one_zero has quit IRC
[14:59:25] *** DuelShark has joined #angularjs
[15:00:05] *** peldan has joined #angularjs
[15:00:08] *** MathiasM_ has quit IRC
[15:00:15] *** bel3atar has joined #angularjs
[15:00:33] *** Siecje has joined #angularjs
[15:00:34] *** dve has joined #angularjs
[15:02:45] *** dbouwman has joined #angularjs
[15:04:20] *** dalazx has quit IRC
[15:04:40] *** peldan has quit IRC
[15:05:06] *** bel3atar has quit IRC
[15:05:44] *** tfennelly has joined #angularjs
[15:06:01] *** enxtur has joined #angularjs
[15:06:47] <OnkelTem> Foxandxss: I think you are right, directive link is called before a state is transited to and it's controller is invoked
[15:06:54] *** dve has quit IRC
[15:07:03] *** dbouwman has quit IRC
[15:07:04] <Foxandxss> I heard about that issue
[15:07:43] *** bel3atar has joined #angularjs
[15:07:48] *** jumpstracks has quit IRC
[15:08:19] *** heavyhorse has joined #angularjs
[15:08:22] *** DrMabuse has joined #angularjs
[15:10:28] *** enxtur has quit IRC
[15:10:48] *** InezK_away is now known as InezK
[15:11:13] *** ngoyal has joined #angularjs
[15:13:05] *** bel3atar has quit IRC
[15:13:31] *** DrMabuse has quit IRC
[15:15:36] *** ngoyal has quit IRC
[15:16:36] *** wxo has joined #angularjs
[15:16:40] *** peldan has joined #angularjs
[15:18:23] <zelrik> it s not an issue
[15:18:28] <zelrik> it s a feature :)
[15:18:42] *** jumpstracks has joined #angularjs
[15:19:30] *** elxa has joined #angularjs
[15:19:52] <Cixis> a directive's link is called before its controller. sounds like an issue to me ;)
[15:20:11] *** jaitaiwan has quit IRC
[15:20:26] <zelrik> makes perfect sense to me
[15:20:33] *** InezK is now known as InezK_away
[15:20:57] <zelrik> I actually rely on that fact
[15:21:10] <zelrik> in practice
[15:21:17] *** Ymesio has joined #angularjs
[15:21:24] *** mchapman has joined #angularjs
[15:21:56] <Cixis> controller is supposed to be called first
[15:22:37] *** KushS has joined #angularjs
[15:22:37] *** disorder20 has joined #angularjs
[15:22:47] <zelrik> why
[15:23:00] <Cixis> because that's how directives work
[15:23:44] *** anjumkaiser has joined #angularjs
[15:23:46] *** wxo has quit IRC
[15:24:00] *** kennbrodhagen has joined #angularjs
[15:24:03] <OnkelTem> suggested to wrap into ngIf, but in my case I have just: <ui-view my-directive>.. and it is invoked for the first time when ui-view controller is not initialized
[15:25:59] <zelrik> what s ui-view anyway
[15:26:08] <OnkelTem> a driective
[15:26:15] *** scottc5 has quit IRC
[15:26:19] <zelrik> you can put that into a ng-include
[15:26:28] <zelrik> and load its template dynamically
[15:26:33] <zelrik> from ui-view
[15:26:41] *** jdj_dk has joined #angularjs
[15:26:41] <OnkelTem> so I have: <directive-1 directive-2... and directive-2 link is called before directive-1 controller? Not an issue?
[15:26:54] *** DrMabuse has joined #angularjs
[15:26:54] *** danielpquinn has joined #angularjs
[15:27:02] <OnkelTem> well, maybe they do something with priorities?
[15:27:25] *** disorder20 has quit IRC
[15:27:26] *** KushS has quit IRC
[15:27:45] *** bel3atar has joined #angularjs
[15:27:55] <zelrik> OnkelTem, I think my workaround will work
[15:27:56] *** DerekPerkins has joined #angularjs
[15:27:59] *** jumpstracks has quit IRC
[15:28:25] <OnkelTem> zelrik: can you provide a simple example of you mean?
[15:28:40] <zelrik> I dont write code on saturdays
[15:28:42] <zelrik> sorry
[15:28:42] <zelrik> :p
[15:29:01] <OnkelTem> zelrik: here, just where ngInclude to use?
[15:29:14] <zelrik> just after the ui-view
[15:29:38] *** marr has quit IRC
[15:29:39] *** KushS has joined #angularjs
[15:29:48] <zelrik> <div ui-view ng-include="MyTemplate"></div>
[15:30:00] *** senayar has joined #angularjs
[15:30:05] <zelrik> or
[15:30:15] <OnkelTem> and MyTempalte could be... a directive?
[15:30:29] <OnkelTem> just never used ngInclude :)
[15:30:34] <zelrik> <div ui-view><div ng-include="MyTemplate"></div></div>
[15:30:47] <zelrik> hold on let me cross check how ng-include works
[15:31:10] <OnkelTem> no no, I need to have exactly attribute-directive on ui-view node
[15:31:17] *** danielpquinn has quit IRC
[15:31:33] *** jdj_dk has quit IRC
[15:31:44] *** dashed has quit IRC
[15:31:50] *** Milanito has joined #angularjs
[15:32:07] <zelrik> MyTemplate is a template url
[15:32:09] <OnkelTem> zelrik: nah, looks like ngInclude wants external html gragment
[15:32:11] <OnkelTem> yep
[15:32:40] *** Jon30 has joined #angularjs
[15:32:42] *** jumpstracks has joined #angularjs
[15:33:00] <zelrik> is ui-view one of your directives?
[15:33:10] *** ChrisMatheson has quit IRC
[15:33:43] *** bel3atar has quit IRC
[15:34:09] *** mogaj has joined #angularjs
[15:34:15] <mogaj> How to make step change not happen in angular-wizard if form elements are not valid in current step?
[15:34:17] <zelrik> Cixis, actually I was mixed up
[15:34:19] *** KushS has quit IRC
[15:34:28] <Cixis> cool
[15:34:32] <zelrik> Cixis, I rely on the scope being defined before the controller
[15:34:55] *** tangorri has quit IRC
[15:35:03] <zelrik> which could happen in the link function while I think about it
[15:35:16] *** bel3atar has joined #angularjs
[15:35:17] *** dylanlindgren has quit IRC
[15:35:18] <zelrik> maybe that could move into a compile
[15:35:48] <zelrik> OnkelTem, not sure what could go wrong with my example
[15:36:08] <zelrik> it s a bit of a hack
[15:36:10] <zelrik> but should work
[15:36:44] <OnkelTem> zelrik: plunker started working, let me show what I mean
[15:38:24] *** Ang_pro has joined #angularjs
[15:38:32] *** RaphaelRocca has quit IRC
[15:38:50] <OnkelTem> two messages in the console
[15:38:56] <OnkelTem> with two different scopes
[15:38:59] *** FunnyLookinHat has quit IRC
[15:39:26] <OnkelTem> this worries me, I'd like to either no getting the first call, or somehow filter it out
[15:39:51] <zelrik> yup
[15:39:59] <zelrik> so you do as I say
[15:40:05] <zelrik> and everything will be fixed
[15:40:06] <zelrik> :p
[15:40:10] *** jangoh has joined #angularjs
[15:40:23] <zelrik> you start with an empty template
[15:40:41] *** bel3atar has quit IRC
[15:40:44] *** caitp has quit IRC
[15:40:49] <zelrik> and fill it at the end of your controller
[15:40:56] <OnkelTem> instead of words, isn't it easier just to edit the plunk? ;-)
[15:40:58] <zelrik> so that your controller is called before
[15:41:16] <zelrik> damn
[15:41:22] <OnkelTem> oh, I forgot... saturday!
[15:41:25] <zelrik> I havent had breakfast yet
[15:41:34] <Ang_pro> excuses
[15:41:40] <zelrik> hold on I ll see what I can do
[15:42:03] * OnkelTem sat smoking
[15:42:52] *** jstroem has joined #angularjs
[15:43:04] *** ankur has joined #angularjs
[15:43:16] <ankur> How to select data inside div ?
[15:44:03] <ankur> anybody online ?
[15:45:08] *** Yancy has quit IRC
[15:45:20] *** Yancy has joined #angularjs
[15:45:43] <zelrik> damn what s the path for files in plunkr
[15:45:44] *** jumpstracks has quit IRC
[15:46:12] <ankur> How to select data inside div ?
[15:46:36] <ankur> How to get inner content of DIV
[15:46:37] <ankur> ?
[15:47:02] <orion1111> document.getElementById('div_id').innerHTML = 'sometext';
[15:47:26] <orion1111> this is how you set inner content to <div id="div_id"></div>
[15:47:51] *** nodweber has quit IRC
[15:48:01] *** zwacky has joined #angularjs
[15:48:18] *** sriram-dev has quit IRC
[15:50:52] *** kennbrodhagen has quit IRC
[15:50:54] <zelrik> hopefully that s what you want
[15:50:58] <zelrik> I really need to get going
[15:51:51] <Ang_pro> Anybody here up for working on some projects ?
[15:52:29] <OnkelTem> zelrik: thanks, I see. But this is definitely not whay I need - set attribute on ui-view node :)
[15:53:00] <OnkelTem> ok, then I'll find a way to filter out extra call/scope
[15:53:50] *** CptChaos has quit IRC
[15:54:03] *** Nizumzen has joined #angularjs
[15:54:28] *** DerekPerkins has quit IRC
[15:55:32] *** anjumkaiser1 has joined #angularjs
[15:55:34] <orion1111> ankur: does it work for you?
[15:56:03] *** DerekPerkins has joined #angularjs
[15:56:22] *** bayousoft has quit IRC
[15:56:34] *** anjumkaiser has quit IRC
[15:57:35] <zelrik> OnkelTem, what s wrong with it?
[15:58:23] <zelrik> you can try replace: true
[15:58:32] <ankur> got it
[15:58:37] <ankur> did that with jquery
[15:58:39] <zelrik> in that state hash
[15:58:46] *** bel3atar has joined #angularjs
[15:58:49] <zelrik> I am not sure how fancy is stateprovider
[15:59:07] *** ankur has quit IRC
[16:00:18] *** heavyhorse has quit IRC
[16:00:31] *** heavyhorse has joined #angularjs
[16:01:45] <OnkelTem> zelrik: I need to get: <div ui-view ui-view-name="some-name">.....</div>
[16:02:00] <OnkelTem> how with that approach I can achieve something like this?
[16:02:24] <zelrik> OnkelTem, I am out, but I am sure someone else can help you :)
[16:02:24] <OnkelTem> er, not ui-view-name, reather - my-view-name
[16:02:26] *** teddyp1cker has joined #angularjs
[16:03:01] *** RaphaelRocca has joined #angularjs
[16:03:17] <OnkelTem> heh, I can't figure out how to detect that superfluous scope/call
[16:03:27] *** dbouwman has joined #angularjs
[16:03:34] *** arek_deepinit has quit IRC
[16:03:38] *** mogaj has quit IRC
[16:03:39] *** squeakytoy has joined #angularjs
[16:03:47] *** bel3atar has quit IRC
[16:03:48] <Ang_pro> wish i could help you out
[16:03:51] *** ceephax has joined #angularjs
[16:04:30] <nipster> guys is it possiblee somehow to select the slide from angular ui carousel ?
[16:05:23] *** heavyhorse has quit IRC
[16:06:24] <nipster> anyone ?
[16:06:46] *** discipolo has quit IRC
[16:06:47] *** bel3atar has joined #angularjs
[16:06:50] *** caitp has joined #angularjs
[16:07:50] *** dbouwman has quit IRC
[16:09:14] *** nodweber has joined #angularjs
[16:09:43] *** MTGap has joined #angularjs
[16:09:44] *** jeffszusz has joined #angularjs
[16:09:58] *** DerekPerkins has quit IRC
[16:11:34] *** InezK_away is now known as InezK
[16:11:47] *** patrickc_ has joined #angularjs
[16:12:06] <nipster> pplease guys
[16:12:44] *** caitp has quit IRC
[16:13:28] *** DuelShark has quit IRC
[16:13:45] <OnkelTem> Hm looks like I found something. That custom directive on ui-view node get's extra call only if it is top-level ui-view
[16:13:55] *** blevs has joined #angularjs
[16:14:20] <OnkelTem> child ui-views' custom directives are called properly with initialized scope of the view
[16:15:00] *** moritzs has quit IRC
[16:16:35] *** Mrkol has joined #angularjs
[16:17:51] *** DuelShark has joined #angularjs
[16:18:26] <OnkelTem> as you can see, now myDirective link is called only once
[16:20:42] *** teddyp1cker has quit IRC
[16:21:26] <OnkelTem> Updated again. Now all ui-views (except of the root view) get their names! :) see x-name attr
[16:21:45] <marcospgp> anyone know a good tutorial on mongodb? that thing has my head spinning
[16:23:05] *** Milanito has quit IRC
[16:23:07] *** InezK is now known as InezK_away
[16:23:55] *** Dalsass_mobi has joined #angularjs
[16:24:39] *** RaphaelRocca has quit IRC
[16:24:58] *** kalehv has joined #angularjs
[16:25:29] <Ang_pro> mongoose = require('mongoose');
[16:25:30] *** wolfman2000 has quit IRC
[16:27:02] *** heavyhorse has joined #angularjs
[16:27:13] *** jangoh has quit IRC
[16:27:20] *** TorpedoSkyline has joined #angularjs
[16:27:43] *** danielpquinn has joined #angularjs
[16:27:59] *** jdj_dk has joined #angularjs
[16:28:06] <storkme> I'm trying to write an angular filter that works on a nested array - it should only show elements if one or more child elements match my filter (and indeed it should only show child elements if they have matched). I'm confused about how I should be achieving this - is a filter supposed to mutate the input data, or is it supposed to return a copy?
[16:31:17] <sacho> it's supposed to return a copy
[16:31:46] <sacho> hmm, I'm not sure if you don't already get a copy.
[16:32:11] *** jdj_dk has quit IRC
[16:32:20] *** danielpquinn has quit IRC
[16:32:24] *** Fishy has quit IRC
[16:32:34] *** texinwien has joined #angularjs
[16:33:03] *** Fishy has joined #angularjs
[16:33:40] <texinwien> say I have an ng-click on a div element, but I only want it to fire some code if some other condition $scope.X === true. What's the best way to do that?
[16:34:35] <texinwien> Just have it fire the function and evaluate $scope.X in the function, or is there a way to make calling the function contingent on $scope.X === true?
[16:35:13] *** hswolff has joined #angularjs
[16:35:44] *** Sijdesign has joined #angularjs
[16:37:08] *** Fishy has quit IRC
[16:37:30] *** jamto11 has joined #angularjs
[16:38:10] <bealtine> ng-if
[16:38:29] <bealtine> i think there should be a minimal amount of logic in views
[16:39:56] <zelrik> I am back
[16:40:34] <airtonix> <insert identity joke here/>
[16:40:56] <zelrik> what do you call views
[16:40:57] <bealtine> i am legion
[16:41:00] *** josh-k has quit IRC
[16:41:09] <bealtine> html
[16:41:24] <zelrik> html... or directive templates :D
[16:41:35] *** josh-k has joined #angularjs
[16:41:38] <bealtine> any html
[16:41:59] <zelrik> it's impossible to avoid logic in views
[16:42:09] <bealtine> i said minimal :)
[16:42:14] *** jamto11 has quit IRC
[16:42:27] <zelrik> if minimal means a lot, yeah
[16:42:28] <zelrik> :)
[16:42:50] <bealtine> well i disagree i aim for no logic in html
[16:42:58] <bealtine> but do as you want
[16:43:18] <zelrik> I aim for as little as possible
[16:43:31] <zelrik> but I still have 300 character long divs
[16:44:39] *** Ymesio has quit IRC
[16:46:08] *** josh-k has quit IRC
[16:46:52] *** bayousoft has joined #angularjs
[16:47:37] *** earthquake has joined #angularjs
[16:49:08] *** anjumkaiser1 has quit IRC
[16:49:24] *** Ymesio has joined #angularjs
[16:49:48] *** intellix has quit IRC
[16:50:40] *** anjumkaiser has joined #angularjs
[16:53:31]
<storkme> wondering if anybody could help me with my filter problem.. the filter code I'm using is here: http://pastie.org/9358280
[16:53:37] *** damoncasale has joined #angularjs
[16:53:43] <damoncasale> Morning, folks...
[16:54:59] *** bmac has joined #angularjs
[16:55:02] *** tandetzke has quit IRC
[16:55:11] <damoncasale> So, I googled and found a Stack Overflow page that seemed to explain how to render a select w/ populated options:
[16:55:17] <Ang_pro> whats everybody working on
[16:55:30] *** isthisreallife has joined #angularjs
[16:55:37] *** isthisreallife has left #angularjs
[16:55:38] *** tgt has joined #angularjs
[16:55:44] <damoncasale> But, it's not working for me. Could it be because this is a template I'm including via ng-include?
[16:56:08] *** tigrang has joined #angularjs
[16:57:19] *** patrickc_ has quit IRC
[16:57:35] *** jeppesen has joined #angularjs
[16:57:51] *** patrickc_ has joined #angularjs
[16:59:03] *** futuredale has quit IRC
[16:59:19] *** kennbrodhagen has joined #angularjs
[17:02:45] *** patrickc_ has quit IRC
[17:04:02] *** dbouwman has joined #angularjs
[17:04:03] *** drej has joined #angularjs
[17:04:59] *** kennbrodhagen has quit IRC
[17:05:08] *** unliu has quit IRC
[17:06:52] *** enxtur has joined #angularjs
[17:07:44] *** jmwolfe has joined #angularjs
[17:08:16] <jmwolfe> if anyone posted response to my last question, could you repost? my wbchat client got bogged
[17:08:47] *** dbouwman has quit IRC
[17:09:03] *** TorpedoSkyline has quit IRC
[17:09:29] *** caitp has joined #angularjs
[17:11:03] *** enxtur has quit IRC
[17:11:29] *** TorpedoSkyline has joined #angularjs
[17:12:08] *** ngoyal has joined #angularjs
[17:12:11] *** darrin has joined #angularjs
[17:12:47] *** dve has joined #angularjs
[17:12:54] <tigrang> jmwolfe, look at the channel info, link to log of this channel ;)
[17:13:12] *** jstroem has quit IRC
[17:13:32] *** caitp has quit IRC
[17:13:39] *** intellix has joined #angularjs
[17:13:47] *** ngoyal_ has joined #angularjs
[17:13:58] *** jstroem has joined #angularjs
[17:14:01] *** InezK_away is now known as InezK
[17:15:15] *** reg_ has joined #angularjs
[17:15:28] <damoncasale> Figured it out. I was mixing functionality for nested views with ng-include'd templates.
[17:15:45] <reg_> i need help with Google maps api and angular js. can anyone help?
[17:15:49] *** Yancy has quit IRC
[17:15:54] *** ustunozgur has quit IRC
[17:15:56] *** seydoggy has quit IRC
[17:16:01] *** Yancy has joined #angularjs
[17:16:30] *** seydoggy has joined #angularjs
[17:16:31] <damoncasale> Anyway, here's another question. I'd like to set the value of a select. How would I do that in Angular?
[17:16:47] <damoncasale> reg_: I'm very familiar with Google Maps, not so much with Angular. What do you want to do?
[17:16:52] *** Lavoaster has joined #angularjs
[17:17:09] *** ngoyal has quit IRC
[17:17:11] *** tfennelly has quit IRC
[17:17:37] <Ang_pro> ng-model
[17:17:49] <damoncasale> Ah.
[17:18:27] *** jstroem has quit IRC
[17:18:27] *** ngoyal_ has quit IRC
[17:19:20] *** patrickc_ has joined #angularjs
[17:20:11] *** umib0zu has quit IRC
[17:20:18] *** blevs has joined #angularjs
[17:20:54] *** seydoggy has quit IRC
[17:21:19] *** mennea has joined #angularjs
[17:22:03] *** jdj_dk has joined #angularjs
[17:23:11] *** kalehv has quit IRC
[17:23:13] *** hswolff has quit IRC
[17:23:51] *** InezK is now known as InezK_away
[17:23:53] *** kalehv has joined #angularjs
[17:24:13] *** dbouwman has joined #angularjs
[17:24:14] *** blevs has joined #angularjs
[17:24:50] *** Willow has joined #angularjs
[17:25:24] *** seydoggy has joined #angularjs
[17:26:34] *** jdj_dk has quit IRC
[17:27:26] *** jdj_dk has joined #angularjs
[17:27:47] *** sharondio has joined #angularjs
[17:28:28] *** danielpquinn has joined #angularjs
[17:28:36] *** kalehv has quit IRC
[17:29:02] <jmwolfe> i'm working on the modal feature to prevent tabbing into the background... does anyone have thoughts about whether the tabbing should take you to the address bar, and then back to your modal? Or exclude the address bar entirely?
[17:29:58] *** seydoggy has quit IRC
[17:30:32] *** DrMabuse has quit IRC
[17:30:57] *** umib0zu has joined #angularjs
[17:31:36] *** ustunozgur has joined #angularjs
[17:31:48] *** jmichaelward has joined #angularjs
[17:32:09] *** jdj_dk has quit IRC
[17:33:21] *** danielpquinn has quit IRC
[17:33:41] *** umib0zu has quit IRC
[17:34:05] *** BadHorsie has joined #angularjs
[17:35:25] *** futuredale has joined #angularjs
[17:35:31] *** ekinmur has joined #angularjs
[17:35:51] <damoncasale> jmwolfe: Probably exclude the address bar entirely.
[17:38:02] *** ekinmur has quit IRC
[17:39:50] *** TorpedoSkyline has quit IRC
[17:40:24] *** reg_ has quit IRC
[17:42:57] *** TorpedoSkyline has joined #angularjs
[17:43:10] *** sdouglas has joined #angularjs
[17:43:44] *** mityaz has quit IRC
[17:43:52] *** xavia has quit IRC
[17:44:12] *** gnar_matix has joined #angularjs
[17:45:13] *** KushS has joined #angularjs
[17:45:54] <tigrang> Is plnkr down?
[17:46:21] *** Sijdesign has quit IRC
[17:46:45] *** patrickc_ has quit IRC
[17:47:06] *** sacho_ has joined #angularjs
[17:47:13] <tigrang> Well, if in a directives link function, I do scope.name = "foo"; and then $compile('<span>{{name}}')(scope);, should it replace {{name}} with 'foo'?
[17:47:20] *** patrickc_ has joined #angularjs
[17:48:06] *** sdouglas has quit IRC
[17:48:47] *** texinwien has quit IRC
[17:50:05] *** CodeFriar has joined #angularjs
[17:50:12] *** sacho has quit IRC
[17:50:58] <jmwolfe> thanks, dc.
[17:51:26] <jmwolfe> anyone know how to get grunt watch to only watch a particular module and not the entire project?
[17:51:33] <jmwolfe> grunt watch:modal doesn't work
[17:52:05] *** patrickc_ has quit IRC
[17:54:17] <sacho_> grunt watches files.
[17:54:30] <sacho_> well, grunt watch*. So configure it to watch the files you want
[17:54:33] *** Shrooms has joined #angularjs
[17:54:37] *** drej has quit IRC
[17:54:44] *** mewm has quit IRC
[17:54:50] *** TorpedoSkyline has quit IRC
[17:56:34] *** KushS has quit IRC
[17:56:52] *** disorder20 has joined #angularjs
[17:57:24] *** gnar_mat_ has joined #angularjs
[17:57:25] *** gnar_matix has quit IRC
[17:57:45] *** seydoggy has joined #angularjs
[18:00:08] *** bbankes has joined #angularjs
[18:00:13] *** kroogs has joined #angularjs
[18:01:03] *** lordkryss has quit IRC
[18:02:16] *** Darkduma has joined #angularjs
[18:02:44] *** blueadept has joined #angularjs
[18:03:23] *** Yahkob has joined #angularjs
[18:03:28] *** Darkduma has quit IRC
[18:03:38] *** Yahkob has quit IRC
[18:05:11] *** kroogs has quit IRC
[18:05:30] *** bmac has quit IRC
[18:06:16] *** ngoyal has joined #angularjs
[18:06:19] *** seydoggy has quit IRC
[18:06:45] *** Nizumzen has quit IRC
[18:06:53] *** seydoggy has joined #angularjs
[18:06:54] *** ppppaul has joined #angularjs
[18:09:21] *** pdillinger has quit IRC
[18:10:31] *** charuru has joined #angularjs
[18:10:51] *** ngoyal has quit IRC
[18:11:02] *** isthisreallife has joined #angularjs
[18:11:03] *** k-dawg has quit IRC
[18:11:19] *** isthisreallife has left #angularjs
[18:11:23] *** caitp has joined #angularjs
[18:11:33] *** seydoggy has quit IRC
[18:12:05] *** drej has joined #angularjs
[18:12:12] *** nodweber has quit IRC
[18:12:43] *** nodweber has joined #angularjs
[18:12:52] *** wartdev has joined #angularjs
[18:12:57] *** waylon999 has joined #angularjs
[18:14:06] *** kennbrodhagen has joined #angularjs
[18:14:29] *** gnar_mat_ has quit IRC
[18:14:47] *** InezK_away is now known as InezK
[18:15:15] *** bayousoft has quit IRC
[18:15:23] *** peldan has quit IRC
[18:15:50] *** peldan has joined #angularjs
[18:15:56] *** caitp has quit IRC
[18:16:10] *** wartdev has quit IRC
[18:16:20] *** ssbr has quit IRC
[18:16:32] *** wartdev has joined #angularjs
[18:17:35] *** Chi_ has joined #angularjs
[18:19:18] *** Chi_ has quit IRC
[18:19:25] *** vorktanamobay has joined #angularjs
[18:20:09] *** peldan has quit IRC
[18:20:17] *** gnar_matix has joined #angularjs
[18:20:29] *** Shrooms has quit IRC
[18:21:08] *** daslicht has joined #angularjs
[18:22:40] *** DrMabuse has joined #angularjs
[18:23:30] *** vorktanamobay has quit IRC
[18:23:36] <martin-_-> I need to authenticate the user against my set up adfs server. does some one know how i can implement this?
[18:24:20] *** kennbrodhagen has quit IRC
[18:24:22] *** drake01 has joined #angularjs
[18:24:34] *** InezK is now known as InezK_away
[18:25:32] *** CodeFriar has quit IRC
[18:25:51] *** mac_ified has joined #angularjs
[18:26:03] *** gnar_matix has quit IRC
[18:26:37] *** teddyp1cker has joined #angularjs
[18:28:12] *** jdj_dk has joined #angularjs
[18:28:23] *** heavyhorse has quit IRC
[18:28:38] *** heavyhorse has joined #angularjs
[18:29:11] *** danielpquinn has joined #angularjs
[18:29:11] *** DrMabuse has quit IRC
[18:29:13] *** arabot has joined #angularjs
[18:29:20] *** ssbr has joined #angularjs
[18:29:20] *** aaronmitchell has joined #angularjs
[18:29:32] *** arabot has left #angularjs
[18:29:32] *** heavyhor1e has joined #angularjs
[18:29:33] *** heavyhorse has quit IRC
[18:30:06] *** senayar has quit IRC
[18:30:17] *** tfennelly has joined #angularjs
[18:30:28] *** Dalsass_mobi has quit IRC
[18:30:34] *** TheAceOfHearts has joined #angularjs
[18:30:43] *** senayar has joined #angularjs
[18:31:03] *** tigrang has quit IRC
[18:31:15] *** AlSquirikou has quit IRC
[18:31:19] *** AlSquire has joined #angularjs
[18:31:25] *** tylerjohnst has joined #angularjs
[18:31:38] *** gnar_matix has joined #angularjs
[18:31:46] *** ceephax has quit IRC
[18:33:00] *** jdj_dk has quit IRC
[18:33:22] *** subnl2 has joined #angularjs
[18:33:28] *** nemothekid has joined #angularjs
[18:33:56] *** danielpquinn has quit IRC
[18:35:01] *** mamarilmanson has joined #angularjs
[18:35:25] *** nemothekid has quit IRC
[18:35:45] *** senayar has quit IRC
[18:35:46] *** Lavoaster has quit IRC
[18:36:10] *** mamarilmanson has quit IRC
[18:36:19] *** Ymesio has quit IRC
[18:37:13] *** mehlah has joined #angularjs
[18:37:24] *** DrMabuse has joined #angularjs
[18:37:59] *** DrMabuse has joined #angularjs
[18:38:20] *** drake01 has quit IRC
[18:38:22] *** jamto11 has joined #angularjs
[18:38:25] *** AlSquirrel has joined #angularjs
[18:38:28] *** Sijdesign has joined #angularjs
[18:40:05] *** AlSquirrel has quit IRC
[18:40:09] *** AlSquirikou has joined #angularjs
[18:40:13] *** bayousoft has joined #angularjs
[18:40:32] *** jeppesen has quit IRC
[18:40:33] *** AlSquire has quit IRC
[18:40:35] *** Ang_pro has quit IRC
[18:40:41] *** drej has quit IRC
[18:40:52] *** nerdfiles has joined #angularjs
[18:42:30] *** DrMabuse has quit IRC
[18:42:41] *** jamto11 has quit IRC
[18:44:48] *** bayousoft has quit IRC
[18:45:07] *** richardbaker has joined #angularjs
[18:45:17] *** AlSquirikou has quit IRC
[18:47:36] <damoncasale> Okay, I have a named form (which I assume will be available inside my controller's $scope). I have a submit button *which is outside the form*, which is currently linked to a submit() function.
[18:47:54] <damoncasale> Is there a way to probe the form, using $scope.fooForm, to see if it's valid?
[18:48:05] <damoncasale> Trying to manually do form validation w/ an AJAX submit.
[18:50:05] <TheAceOfHearts> you can just look at the form model, no?
[18:50:15] *** morenoh149 has joined #angularjs
[18:51:09] *** blueadept has quit IRC
[18:51:25] *** nemothekid has joined #angularjs
[18:53:03] <damoncasale> Okay, can I check to see if that's valid?
[18:53:30] <damoncasale> And, looks like the model isn't updated if I use ng-click... -_-
[18:55:04] <TheAceOfHearts> it should
[18:55:11] <TheAceOfHearts> unless you're doing something wrong
[18:55:23] <TheAceOfHearts> like binding non-objects directly to the scope
[18:59:22] *** ngoyal has joined #angularjs
[19:00:10] *** kroogs has joined #angularjs
[19:00:21] *** ppppaul has quit IRC
[19:04:04] *** RootWeiller has joined #angularjs
[19:04:08] *** ngoyal has quit IRC
[19:04:25] <damoncasale> ngClick events happen before a model is updated, and ngSubmit happen after.
[19:04:36] *** disorder20 has quit IRC
[19:04:37] <damoncasale> But I'm not sure how to use ngSubmit if my submit button is outside the form.
[19:05:45] *** kroogs has quit IRC
[19:05:52] *** stirlingw has joined #angularjs
[19:07:18] *** pushpak has joined #angularjs
[19:07:22] *** empz is now known as emps
[19:07:35] *** chrisshattuck has joined #angularjs
[19:07:43] *** aljohri has joined #angularjs
[19:07:48] *** enxtur has joined #angularjs
[19:07:58] *** eperez has joined #angularjs
[19:08:33] *** DrMabuse has joined #angularjs
[19:08:55] *** Cache_Money has joined #angularjs
[19:09:06] *** pdillinger has joined #angularjs
[19:09:24] *** bmac has joined #angularjs
[19:10:08] *** TheAceOfHearts has quit IRC
[19:10:29] *** Al` has joined #angularjs
[19:11:00] *** blueadept has joined #angularjs
[19:12:12] *** enxtur has quit IRC
[19:12:43] *** caitp has joined #angularjs
[19:13:08] *** DrMabuse has quit IRC
[19:13:35] *** senayar has joined #angularjs
[19:14:09] *** aljohri has quit IRC
[19:15:19] *** ngoyal has joined #angularjs
[19:15:31] *** InezK_away is now known as InezK
[19:16:40] *** nownot has joined #angularjs
[19:16:59] <snurfery> damoncasale: you can always make a hidden submit button inside the form
[19:17:08] *** caitp has quit IRC
[19:17:09] <damoncasale> True.
[19:17:17] *** eperez has quit IRC
[19:17:21] <snurfery> are you trying to get them to click submit or press enter?
[19:17:35] <damoncasale> Click submit *or* press enter on either field in the form.
[19:17:45] <damoncasale> Either would work.
[19:17:59] <damoncasale> So, I can make a hidden submit button. How would I trigger that from the button outside the form?
[19:18:03] <snurfery> 1 sec
[19:18:17] *** disorder20 has joined #angularjs
[19:19:13] <damoncasale> I know how to do that in jQuery. jQuery("#form input[type=submit]").trigger("click"); .
[19:19:14] *** hychen has joined #angularjs
[19:19:21] <damoncasale> But not sure how to do that in Angular.
[19:19:31] *** TheAceOfHearts has joined #angularjs
[19:20:16] <nownot> sure it’s something easy I’m missing …. suggestions?
[19:20:24] <snurfery> I guess it depends how your controllers/scopes are setup
[19:20:36] <snurfery> I had a form that has multiple inputs and all the sudden submit on enter stopped working
[19:20:46] <snurfery> (that's by design)
[19:20:53] <snurfery> and I found this little directive
[19:21:41] *** intellix has quit IRC
[19:21:42] <damoncasale> Looks useful.
[19:22:10] <snurfery> it helped me but it sounds like your use-case is a bit different
[19:22:43] *** seydoggy has joined #angularjs
[19:22:51] <damoncasale> Just slightly. :)
[19:22:57] <damoncasale> But that can still help me.
[19:24:01] *** MathiasM has joined #angularjs
[19:24:20] *** jharbaugh has joined #angularjs
[19:24:51] *** anjumkaiser has quit IRC
[19:25:23] *** anjumkaiser has joined #angularjs
[19:25:52] *** lordkryss has joined #angularjs
[19:26:20] *** jharbaug_ has joined #angularjs
[19:26:20] *** CodeFriar has joined #angularjs
[19:27:48] *** jharbaug_ has quit IRC
[19:28:14] *** jharbaugh has quit IRC
[19:28:15] *** jharbaug_ has joined #angularjs
[19:29:57] *** chrisshattuck has quit IRC
[19:30:00] *** danielpquinn has joined #angularjs
[19:30:31] <raijin> so I can only use bootstrap within my ng-scope if I have angularui?
[19:30:55] <snurfery> bootstrap has 2 parts - css and javascript
[19:31:01] <raijin> or more accurately, s/bootstrap/carousel
[19:31:04] <snurfery> ah
[19:31:18] *** CodeFriar has quit IRC
[19:31:37] *** stirlingw has quit IRC
[19:31:48] <snurfery> if you have jquery included in your project you can use the plain version too, though I wouldn't recommend it
[19:32:04] <snurfery> angular-ui is pretty great
[19:32:33] *** jharbaug_ has quit IRC
[19:32:34] *** Sijdesign has quit IRC
[19:33:28] *** nemothekid has quit IRC
[19:33:46] <raijin> I think I am missing something
[19:33:47] <raijin> lol
[19:33:49] <snurfery> what am I looking at?
[19:33:56] <raijin> the app in question
[19:34:20] *** InezK is now known as InezK_away
[19:34:32] *** stirlingw has joined #angularjs
[19:34:33] *** danielpquinn has quit IRC
[19:34:49] <raijin> for example, I want home.p.html to contain a carousel. it seems to fail
[19:35:21] <snurfery> does angular run at all?
[19:35:23] *** seydoggy has quit IRC
[19:35:25] <raijin> yea
[19:35:56] *** seydoggy has joined #angularjs
[19:36:02] *** MathiasM has quit IRC
[19:36:20] <raijin> afk
[19:37:20] <snurfery> add ['ui.bootstrap'] as a dependency right after djangular and google-maps
[19:37:58] *** rkalfane has quit IRC
[19:38:33] *** DrMabuse has joined #angularjs
[19:39:33] *** TorchDragon has joined #angularjs
[19:40:03] *** seydoggy has quit IRC
[19:40:06] *** nemothekid has joined #angularjs
[19:40:39] *** katsh has quit IRC
[19:41:40] *** Malone has joined #angularjs
[19:41:48] *** storkme has left #angularjs
[19:42:46] *** DrMabuse has quit IRC
[19:43:40] *** senayar_ has joined #angularjs
[19:43:42] *** The_HunterT has joined #angularjs
[19:43:50] *** senayar has quit IRC
[19:43:52] *** TorchDragon has quit IRC
[19:44:05] <snurfery> nownot: you're declaring your module twice
[19:44:12] *** TorpedoSkyline has joined #angularjs
[19:44:17] <snurfery> in gistfile1.txt you're declaring it properly
[19:44:25] *** leyluj has joined #angularjs
[19:44:34] <snurfery> angular.module('myApp', [... dependencies... ])
[19:44:43] <nownot> snurfery: the var myApp = angular.module('myApp',[]); in gistfile3.txt?
[19:44:49] <snurfery> in gistfile3 you're straight out overwriting it
[19:44:49] *** rkalfane has joined #angularjs
[19:44:52] <snurfery> yeah
[19:44:57] <snurfery> in gistfile3 change it to
[19:45:07] <snurfery> var myApp = angular.module('myApp');
[19:45:26] <nownot> !!!!! thanks
[19:45:32] <snurfery> np, hope it helps
[19:47:15] *** senayar_ has quit IRC
[19:47:31] *** chrisshattuck has joined #angularjs
[19:48:12] *** mewm has joined #angularjs
[19:48:31] *** aaronmitchell has quit IRC
[19:52:10] *** tigrang has joined #angularjs
[19:52:27] *** KushS has joined #angularjs
[19:52:43] *** nownot has quit IRC
[19:54:03] *** nemothekid has quit IRC
[19:54:07] *** Jon30 has quit IRC
[19:54:19] *** D-Boy has quit IRC
[19:54:24] *** Jon30 has joined #angularjs
[19:55:04] *** CptChaos has joined #angularjs
[19:57:02] *** jmichaelward has quit IRC
[19:57:05] <sal1191> is there documentation for angular that is terminal-viewable?
[19:58:42] *** richardbaker has quit IRC
[19:59:21] *** jmichaelward has joined #angularjs
[20:00:38] *** jonnybro has joined #angularjs
[20:00:51] *** kroogs has joined #angularjs
[20:04:27] *** KamalKaur has joined #angularjs
[20:04:31] *** TorpedoSkyline has quit IRC
[20:05:19] *** nemothekid has joined #angularjs
[20:05:19] *** BahamutWC|Work has joined #angularjs
[20:05:37] *** Malone has quit IRC
[20:05:44] *** kroogs has quit IRC
[20:05:57] *** bayousoft has joined #angularjs
[20:06:09] *** Malone has joined #angularjs
[20:06:42] *** Yancy has quit IRC
[20:06:52] *** Yancy has joined #angularjs
[20:07:35] *** bmac has quit IRC
[20:09:38] *** KamalKaur has left #angularjs
[20:10:02] *** marr has joined #angularjs
[20:10:44] *** Malone has quit IRC
[20:11:18] *** dashed has joined #angularjs
[20:12:15] *** bmac has joined #angularjs
[20:12:54] *** jonnybro has quit IRC
[20:12:55] <tigrang> How can you have a variable inside of a template that is html? It's currently escaping the html in the var
[20:13:30] *** caitp has joined #angularjs
[20:13:54] <BahamutWC|Work> tigrang: can you give an example?
[20:13:59] *** toinbis has joined #angularjs
[20:14:07] <bd> first answer
[20:14:29] *** fl0ppy has joined #angularjs
[20:15:08] *** chrisshattuck has quit IRC
[20:16:16] *** cthrax has joined #angularjs
[20:16:53] *** evilaliv3 has joined #angularjs
[20:16:53] *** mzehrer_ has quit IRC
[20:17:17] <tigrang> bd, thanks, but not quite it
[20:17:31] <tigrang> here's an example
[20:17:32] *** caitp has quit IRC
[20:17:35] *** d10n_ is now known as d10n
[20:17:35] *** d10n has joined #angularjs
[20:18:01] <tigrang> <div>{{row}}<div><span>....{{othervars}}</div>, but {{row}} is html
[20:18:04] *** Malone has joined #angularjs
[20:18:27] *** anjumkaiser has quit IRC
[20:18:53] <s3shs> BahamutWC|Work, you wouldn't believe how I made this form thing work.
[20:19:21] <BahamutWC|Work> tigrang: use the ng-bind-html directive
[20:19:30] <bd> yes, you don't use {{}}, you use the ng-bind-html like in that so answer
[20:19:33] <BahamutWC|Work> s3shs: sounds like an Upworthy title
[20:20:20] <s3shs> BahamutWC|Work, I ended up pasting the vanilla form in to my template. After doing my "real" angular work in response to a click, I found the form by ID and called "submit()" on it. I feel all dirty.
[20:20:45] <tigrang> er I did it wrong, that was it
[20:20:48] <tigrang> thank you
[20:21:03] <s3shs> BahamutWC|Work, and then I set the form to display:none.
[20:21:12] *** cthrax has quit IRC
[20:21:14] *** anjumkaiser has joined #angularjs
[20:21:15] <s3shs> But it works great.
[20:21:32] <BahamutWC|Work> s3shs: I did that before…turned out I came upon a jquery bug with the api where that api only supported up to jquery 1.8.3
[20:21:49] <s3shs> I hate jq issues.
[20:22:02] <BahamutWC|Work> well in my case it was more 3rd party api issues than anything else
[20:22:17] <BahamutWC|Work> it relied on an old method of checking jquery versions or something
[20:22:31] <s3shs> *shudder*
[20:23:13] <s3shs> Hack it up, and then stick a nice big comment in there for when you revisit 6 months from now.
[20:24:54] *** bayousoft has quit IRC
[20:24:55] <BahamutWC|Work> I said fuck it and went searching for an api endpoint I could post to instead
[20:24:57] *** chrisshattuck has joined #angularjs
[20:25:01] *** kennbrodhagen has joined #angularjs
[20:25:14] *** InezK_away is now known as InezK
[20:25:19] <BahamutWC|Work> and after co-workers pulling some strings, I got it done
[20:25:32] <s3shs> I was pretty close to that. Taking the response and then rebuilding the cookies, etc., didn't look like fun.
[20:26:05] <s3shs> The good news is this whole ordeal allowed me to remove about 100 lines of code from the "old" way.
[20:26:45] <tigrang> BahamutWC|Work, is there a way for the directive tag to be replaced with the actual content?
[20:26:47] *** CodeFriar has joined #angularjs
[20:29:07] *** jharbaugh has joined #angularjs
[20:29:21] *** ngoyal has quit IRC
[20:29:43] *** DrMabuse has joined #angularjs
[20:29:45] *** kennbrodhagen has quit IRC
[20:29:57] *** ngoyal has joined #angularjs
[20:30:01] *** DrMabuse has quit IRC
[20:30:08] *** anjumkaiser1 has joined #angularjs
[20:30:27] *** DrMabuse has joined #angularjs
[20:30:35] <s3shs> tigrang, can you tell us a little bit about what you're really trying to do?
[20:30:36] *** anjumkaiser has quit IRC
[20:30:45] *** danielpquinn has joined #angularjs
[20:30:53] <s3shs> Because angular has a number of mechanisms to do stuff like this. And you may be using the wrong one.
[20:31:17] <tigrang> sure, and I most likely am doing something very wrong/dumb
[20:31:27] <s3shs> We all learn sometime.
[20:31:35] *** CodeFriar has quit IRC
[20:33:07] *** Zeeshan_M has quit IRC
[20:33:43] *** Willow has quit IRC
[20:33:47] *** jharbaugh has quit IRC
[20:34:06] <s3shs> tigrang, check out ng-include and using in-line templates in script tags or templates you can fetch from a URL.
[20:34:11] *** Willow has joined #angularjs
[20:34:13] *** martin-_- has quit IRC
[20:34:29] *** obihann has quit IRC
[20:34:29]
<tigrang> I'm using jquery datatables with server-side pagination.When datatables gets the response and renders the rows, it fires an event. In that event I am taking the content that datatables renders, and then putting that into an angular js with extra variables that I return from the server. http://privatepaste.com/009b37fe38
[20:34:33] *** ngoyal has quit IRC
[20:34:44] *** orion1111 has quit IRC
[20:34:47] <tigrang> into an angular js template*
[20:35:03] *** InezK is now known as InezK_away
[20:35:03] *** danielpquinn has quit IRC
[20:35:33] <tigrang> so it's like <div>{{the_var_that_contains_datatables_generated_html}}<span>{{property.some_other_var}}<span>
[20:35:34] *** Ymesio has joined #angularjs
[20:36:06] <s3shs> So your data has the html in it and you're trying to include that. And that html has bindings within it?
[20:36:31] <s3shs> How consistent is the html between each row?
[20:37:34] *** leyluj has quit IRC
[20:37:38] *** evilaliv3 has quit IRC
[20:38:46] *** Willow has quit IRC
[20:38:59] <tigrang> It's consistent. But to answer your first question, no. I have another directive that has a template. For each row, I replace the row with that directive using $compile. The template is (simplified) <div>{{row}<div>{{property.name}}</div>. {{row}} is html for the row that datatables generates. And then there are some other fields that I want to render with the template
[20:39:15] *** jamto11 has joined #angularjs
[20:39:31] <s3shs> So you have an angular template for each row?
[20:39:35] <tigrang> yes
[20:39:56] <tigrang> but jquery datatables renders a row itself as html, that I want to include in the angular template
[20:40:12] <s3shs> And that's defined in a <script id="myRowTemplate"...> {{r.value1}}, {{r.value2}} </script>
[20:40:12] *** ngoyal has joined #angularjs
[20:40:18] <tigrang> yes
[20:40:23] *** CptChaos has quit IRC
[20:40:28] <s3shs> Is there any way to get the jq database to not render the row itself?
[20:40:41] <s3shs> Can you parse the row with a regex and get a value that you can let angular bind
[20:40:42] <s3shs> ?
[20:41:18] <s3shs> It just sounds like you've got a few directives (which can cause issues with priority) and you're making this more complex than it needs to be.
[20:42:09] *** obihann has joined #angularjs
[20:42:23] *** amarildo has joined #angularjs
[20:42:28] *** fl0ppy has quit IRC
[20:42:36] *** SomeKittens has joined #angularjs
[20:42:48] *** henn1nk has joined #angularjs
[20:43:39] *** jamto11 has quit IRC
[20:43:44] *** Zeeshan_M has joined #angularjs
[20:43:57] *** amarildo has quit IRC
[20:45:08] *** Yancy has quit IRC
[20:46:29] *** Yancy has joined #angularjs
[20:46:55] *** leyluj has joined #angularjs
[20:47:32] *** peldan has joined #angularjs
[20:47:40] *** CodeFriar has joined #angularjs
[20:49:16] *** endash has joined #angularjs
[20:49:37] *** Ymesio has quit IRC
[20:50:36] *** jamieshepherd has joined #angularjs
[20:51:12] *** altious has quit IRC
[20:51:28] <tigrang> s3shs, possibly, thanks for the idea
[20:51:30] *** nagappan has quit IRC
[20:51:38] *** altious has joined #angularjs
[20:52:04] *** nagappan has joined #angularjs
[20:52:05] <s3shs> Angular likes clean data. Inserting pre-rendered html, especially with bindings inside of it, is usually done with angular templates. Good luck!
[20:52:12] *** peldan has quit IRC
[20:52:20] *** Ymesio has joined #angularjs
[20:53:11] *** chrisshattuck has quit IRC
[20:53:19] *** Malone has quit IRC
[20:53:24] *** gunn has quit IRC
[20:53:31] *** Ymesio has quit IRC
[20:53:39] *** Malone has joined #angularjs
[20:53:48] *** CptChaos has joined #angularjs
[20:54:31] *** LuxuryMode has joined #angularjs
[20:55:19] *** asdofindia has joined #angularjs
[20:55:56] *** eXecuteThis has joined #angularjs
[20:56:16] *** MTGap has quit IRC
[20:57:17] *** mdel has joined #angularjs
[20:58:02] *** cristatus has joined #angularjs
[20:58:38] *** eXecuteThis has quit IRC
[20:58:47] *** drej has joined #angularjs
[20:58:56] *** eXecuteThis has joined #angularjs
[21:00:31] *** henn1nk has quit IRC
[21:00:34] *** anjumkaiser1 has quit IRC
[21:02:01] *** Brocken is now known as zz_Brocken
[21:02:17] *** jmichaelward has quit IRC
[21:02:25] *** DoubleAW has quit IRC
[21:02:47] *** chrisshattuck has joined #angularjs
[21:02:52] *** DoubleAW has joined #angularjs
[21:03:24] *** TheAceOfHearts has quit IRC
[21:06:40] *** seydoggy has joined #angularjs
[21:07:10] *** nerdfiles has quit IRC
[21:07:22] *** CodeFriar has quit IRC
[21:08:24] *** cristatus has quit IRC
[21:08:35] *** Malone has quit IRC
[21:08:38] *** motionman has quit IRC
[21:08:39] *** enxtur has joined #angularjs
[21:09:30] *** CodeFriar has joined #angularjs
[21:10:03] *** cime has joined #angularjs
[21:11:45] *** lordkryss has quit IRC
[21:13:13] *** ustunozgur has quit IRC
[21:13:23] *** enxtur has quit IRC
[21:13:47] *** ckboii89 has joined #angularjs
[21:14:23] *** caitp has joined #angularjs
[21:14:37] *** eXecuteThis has left #angularjs
[21:14:45] *** CodeFriar has quit IRC
[21:15:34] *** stirlingw has quit IRC
[21:15:59] *** mary5030 has joined #angularjs
[21:16:06] *** Hackwar has quit IRC
[21:16:29] *** stirlingw has joined #angularjs
[21:16:30] *** cruxeter1us is now known as cruxeternus
[21:17:56] *** ckboii89 has quit IRC
[21:18:04] *** Yancy has quit IRC
[21:18:15] *** Yancy has joined #angularjs
[21:18:44] *** caitp has quit IRC
[21:20:51] *** disorder20 has quit IRC
[21:21:31] *** Shrooms has joined #angularjs
[21:21:58] *** chrisshattuck has quit IRC
[21:21:59] *** disorder20 has joined #angularjs
[21:23:22] *** hychen has quit IRC
[21:23:40] *** JoshGlzBrk has joined #angularjs
[21:23:42] *** subnl2 has quit IRC
[21:23:59] *** RedOrangeZ has quit IRC
[21:24:07] <Al`> I have an input in my directive template and I'm trying to set the name attribute of this input by specifying an attribute on the directive
[21:24:21] <Al`> this isn't getting resolved and I figure I need to do this within the compile function of my directive
[21:24:37] <Al`> but I'm a bit lost on how to go about this. Can anyone point me in the right direction?
[21:25:56] *** InezK_away is now known as InezK
[21:26:05] *** Ymesio has joined #angularjs
[21:26:11] *** Hackwar has joined #angularjs
[21:27:43] *** chrisshattuck has joined #angularjs
[21:27:59] *** Yancy has quit IRC
[21:28:09] *** Yancy has joined #angularjs
[21:28:36] *** marcospgp has quit IRC
[21:29:05] *** stirlingw has quit IRC
[21:29:20] *** henn1nk has joined #angularjs
[21:30:11] *** tfennelly has quit IRC
[21:31:32] *** jharbaug_ has joined #angularjs
[21:31:47] *** danielpquinn has joined #angularjs
[21:31:57] *** jumpstracks has joined #angularjs
[21:32:07] *** stirlingw has joined #angularjs
[21:32:15] *** chrisshattuck has quit IRC
[21:32:43] *** intellix has joined #angularjs
[21:33:18] *** stirling_ has joined #angularjs
[21:33:21] *** bmac has quit IRC
[21:34:08] *** dve has quit IRC
[21:35:20] *** cristatus has joined #angularjs
[21:35:27] *** blueadept` has joined #angularjs
[21:35:36] *** dve_ has joined #angularjs
[21:35:43] *** InezK is now known as InezK_away
[21:35:50] *** jharbaug_ has quit IRC
[21:35:55] *** dve_ has joined #angularjs
[21:36:15] *** gordroid has joined #angularjs
[21:36:21] *** danielpquinn has quit IRC
[21:36:22] *** stirlingw has quit IRC
[21:36:22] *** jumpstracks has quit IRC
[21:36:22] *** blueadept has quit IRC
[21:37:16] *** Al` has quit IRC
[21:38:35] *** drej has quit IRC
[21:39:10] *** InezK_away is now known as InezK
[21:40:04] *** seydoggy has quit IRC
[21:40:38] *** gordroid has quit IRC
[21:40:39] *** seydoggy has joined #angularjs
[21:43:32] *** DrMabuse_ has joined #angularjs
[21:45:50] *** cristatus has quit IRC
[21:46:13] *** sdouglas has joined #angularjs
[21:46:33] *** DrMabuse has quit IRC
[21:47:17] *** damoncasale has quit IRC
[21:48:21] *** btc_panhandler has joined #angularjs
[21:49:54] *** ngoyal has quit IRC
[21:49:57] *** dve_ has quit IRC
[21:50:30] *** ngoyal has joined #angularjs
[21:50:41] *** dve has joined #angularjs
[21:50:58] *** sdouglas has quit IRC
[21:52:29] *** btc_panhandler has quit IRC
[21:52:37] *** henn1nk has quit IRC
[21:53:00] *** justinobney has joined #angularjs
[21:54:57] *** ngoyal has quit IRC
[21:55:30] *** CodeFriar has joined #angularjs
[21:55:34] *** dve has quit IRC
[21:55:35] *** ngoyal has joined #angularjs
[21:55:57] *** dc_ has quit IRC
[21:59:59] *** Fishy has joined #angularjs
[22:00:12] *** dnewkerk has joined #angularjs
[22:00:40] *** kroogs has joined #angularjs
[22:00:41] *** tfennelly has joined #angularjs
[22:01:04] *** ngoyal has quit IRC
[22:01:04] *** toinbis has quit IRC
[22:01:05] *** teddyp1cker has quit IRC
[22:01:39] *** ngoyal has joined #angularjs
[22:01:40] *** cristatus has joined #angularjs
[22:02:46] <zrl> is it possible to specify a conditional route with ngRoute? i have an auth service that has a function called loggedIn(). if loggedIn() returns true, i want the route to correspond to views/users/home.html with the controller UsersHomeCtrl. if it returns false, i want it to resolve to views/home.html and use the controller HomeCtrl.
[22:02:55] *** asterick has joined #angularjs
[22:02:58] *** ngoyal_ has joined #angularjs
[22:03:03] *** ngoyal has quit IRC
[22:03:48] *** mary5030 has quit IRC
[22:04:20] *** TheAceOfHearts has joined #angularjs
[22:04:25] *** Tidwell has joined #angularjs
[22:05:03] *** kroogs has quit IRC
[22:06:03] *** dve has joined #angularjs
[22:07:24] <BahamutWC|Work> zrl: you could do something like that with ui router using states
[22:07:31] <BahamutWC|Work> it would probably be cleaner
[22:07:41] <zrl> yeah, the plan is to migrate to ui-router after the next deploy
[22:07:43] *** tfennelly has quit IRC
[22:07:49] <zrl> which is in ~3 days
[22:08:00] *** wolfman2000 has joined #angularjs
[22:08:01] *** Xethron has joined #angularjs
[22:08:22] *** ngoyal_ has quit IRC
[22:08:22] *** The_HunterT has quit IRC
[22:08:32] *** cristatus has quit IRC
[22:08:32] *** morenoh149 has quit IRC
[22:08:36] <zrl> is there something easy for a temp solution? or should i go ahead and migrate to ui-router now?
[22:09:42] <BahamutWC|Work> zrl: I think the only way to do what you want is to toss a controller somewhere above your ng-view and do $location.path redirection depending on what happens in the controller
[22:09:47] *** sigurding has joined #angularjs
[22:10:52] *** Cache_Money has quit IRC
[22:11:27] <zrl> ah, alright. ui-router it is!
[22:11:37] *** seydoggy has quit IRC
[22:12:12] *** seydoggy has joined #angularjs
[22:13:44] *** fedenunez has joined #angularjs
[22:13:44] *** bmac has joined #angularjs
[22:14:33] *** ckboii89 has joined #angularjs
[22:14:40] *** dve has quit IRC
[22:15:32] *** leehambley has joined #angularjs
[22:15:37] *** tfennelly has joined #angularjs
[22:15:58] *** JoshGlzBrk has quit IRC
[22:16:01] *** manoogian has joined #angularjs
[22:16:22] *** seydoggy has quit IRC
[22:17:09] *** chrislerum has joined #angularjs
[22:17:56] *** Siecje has quit IRC
[22:18:29] *** bmac has quit IRC
[22:18:44] *** ckboii89 has quit IRC
[22:23:48] *** ngoyal has joined #angularjs
[22:25:24] *** wilmoore has joined #angularjs
[22:25:32] *** ngoyal_ has joined #angularjs
[22:25:47] *** ngoyal has quit IRC
[22:25:58] *** kennbrodhagen has joined #angularjs
[22:26:37] *** DexterTheDragon has quit IRC
[22:27:12] *** ngoyal_ has quit IRC
[22:27:44] *** snapwich has joined #angularjs
[22:27:48] *** leyluj has quit IRC
[22:27:51] *** optikalmouse has joined #angularjs
[22:28:05] *** dve has joined #angularjs
[22:28:35] *** pkayfire has joined #angularjs
[22:29:00] *** wartdev has quit IRC
[22:29:27] *** ad_libr has joined #angularjs
[22:29:29] <jeffszusz> when i look at my markup in the 'elements' tab in chrome dev tools, there are a bunch of ::after and ::before things showing up in the markup
[22:29:35] <jeffszusz> any idea what that is?
[22:29:57] *** ngoyal has joined #angularjs
[22:30:04] *** kennbrodhagen has quit IRC
[22:30:15] *** dve has quit IRC
[22:31:00] <jeffszusz> I know what they do in css
[22:31:13] <jeffszusz> I don't know why they are showing up in the HTML in the dev tools
[22:31:26] <zrl> ah, my bad
[22:31:30] <jeffszusz> :) sok
[22:31:53] *** ngoyal_ has joined #angularjs
[22:32:20] *** danielpquinn has joined #angularjs
[22:32:30] *** jharbaugh has joined #angularjs
[22:32:31] <RoryHughes> When deploying an angular app whose front end is completely static do you think it would ok to only buy an ssl cert for the api domain?
[22:32:32] *** pkayfire has quit IRC
[22:32:49] <RoryHughes> Obviously it wouldn't appear to have a green lock
[22:33:07] *** pkayfire has joined #angularjs
[22:33:15] *** gordroid has joined #angularjs
[22:33:20] *** ad_libr has quit IRC
[22:33:46] <zrl> RoryHughes: i ended up buying a wildcard because of the green lock and i had other services on the same domain. i would say it's worth it for the green lock and extra assurance to users.
[22:34:07] *** chrislerum has quit IRC
[22:34:16] *** dve_ has joined #angularjs
[22:34:21] *** ngoyal has quit IRC
[22:34:34] <RoryHughes> zrl: That's the only benefit though, right?
[22:36:26] *** ngoyal_ has quit IRC
[22:36:57] *** jharbaugh has quit IRC
[22:36:57] *** danielpquinn has quit IRC
[22:37:19] *** bphogan is now known as bphogan_afk
[22:37:31] *** Siecje has joined #angularjs
[22:37:32] *** gordroid has quit IRC
[22:37:33] <zrl> i'm not too familiar with web security, but you may also be vulnerable to a mitm where the api url is changed
[22:37:47] *** pkayfire_ has joined #angularjs
[22:38:07] *** pkayfire has quit IRC
[22:38:13] <zrl> and you would be vulnerable to mitm with content changes
[22:38:39] *** cristatus has joined #angularjs
[22:39:58] *** ngoyal has joined #angularjs
[22:40:09] *** jamto11 has joined #angularjs
[22:40:13] *** gordroid has joined #angularjs
[22:40:44] *** dbouwman has quit IRC
[22:41:37] *** motionman has joined #angularjs
[22:41:38] *** motionman has joined #angularjs
[22:42:13] *** D-Boy has joined #angularjs
[22:43:14] *** moritzs has joined #angularjs
[22:44:34] *** jamto11 has quit IRC
[22:44:39] *** Cache_Money has joined #angularjs
[22:44:45] *** gordroid has quit IRC
[22:45:05] *** ngoyal has quit IRC
[22:45:42] *** Hellz2K has joined #angularjs
[22:46:21] <RoryHughes> zrl: As in they could intercept the request for the angular code containing the api address and switch it for something else?
[22:46:46] <RoryHughes> Yeah, i'll probably just get a wildcard
[22:46:49] <zrl> yeah
[22:47:22] *** evilaliv3 has joined #angularjs
[22:47:40] *** dc_ has joined #angularjs
[22:48:49] *** Ymesio has quit IRC
[22:49:00] *** peldan has joined #angularjs
[22:49:06] *** bmac has joined #angularjs
[22:49:31] *** Cache_Money has quit IRC
[22:49:57] *** pushpak has quit IRC
[22:51:47] *** dc_ has quit IRC
[22:52:10] *** jmwolfe has quit IRC
[22:52:52] *** davek has joined #angularjs
[22:53:07] *** senayar has joined #angularjs
[22:53:10] *** peldan has quit IRC
[22:54:33] *** dve_ has quit IRC
[22:55:31] *** wartdev has joined #angularjs
[22:55:43] *** rkalfane has quit IRC
[22:56:00] *** blevs has joined #angularjs
[22:56:30] *** leyluj has joined #angularjs
[22:56:37] <jeffszusz> what's the angular equivalent of event listening for a click?
[22:56:55] *** rkalfane has joined #angularjs
[22:57:57] *** dve has joined #angularjs
[22:58:30] <jeffszusz> I just register a callback with ngClick ?
[22:58:33] *** blevs has joined #angularjs
[22:58:37] <jeffszusz> man this is so different from what I'm used to
[22:59:05] *** leehambley has left #angularjs
[23:00:03] <RoryHughes> jeffszusz: put some kind of function you want to run in your controller and then on the element you want to trigger it do <div ng-click="doThing()">
[23:00:08] *** gnar_matix has quit IRC
[23:00:14] *** howzus has joined #angularjs
[23:00:17] *** braoru has joined #angularjs
[23:00:17] *** howzus has quit IRC
[23:00:18] <RoryHughes> note in html you use ng-click not ngClick
[23:00:21] *** wxo has joined #angularjs
[23:00:31] *** JimmyKane___ has joined #angularjs
[23:00:35] *** gnar_matix has joined #angularjs
[23:00:47] *** howzus has joined #angularjs
[23:00:48] *** kroogs has joined #angularjs
[23:00:51] *** howzus has quit IRC
[23:00:55] <jeffszusz> ok
[23:01:02] *** nemothekid has quit IRC
[23:01:02] <jeffszusz> so
[23:01:09] *** mehlah_ has joined #angularjs
[23:01:12] <jeffszusz> I have to make some modal views
[23:01:28] <jeffszusz> is there something in particular I should do in angular for modal boxes?
[23:01:40] *** mehlah has quit IRC
[23:03:13] <JimmyKane___> Hey there. Can someone recommend a quite updated book to start with. I am familiar with angular, but haven't followed for some months now...
[23:03:31] *** manoogian has quit IRC
[23:04:03] *** cristatus has quit IRC
[23:04:53] <jeffszusz> arielserafini, thanks - is that compatible with regular bootstrap or do i need angular-bootstrap?
[23:05:00] *** asterick has quit IRC
[23:05:04] *** gnar_matix has quit IRC
[23:05:14] *** tfennelly has quit IRC
[23:05:22] <arielserafini> jeffszusz: the only dependency is the bootstrap CSS, as far as I know
[23:05:24] *** kroogs has quit IRC
[23:05:29] <jeffszusz> cool
[23:05:31] <jeffszusz> thanks :)
[23:05:37] <arielserafini> are you using yeoman and bower?
[23:05:44] <jeffszusz> I'm using bower
[23:06:01] <jeffszusz> I tried the yeoman angular generator and it had way too much stuff in it
[23:06:05] *** josh-k has joined #angularjs
[23:06:24] *** harth has joined #angularjs
[23:07:24] <arielserafini> jeffszusz: i think it's called angular-bootstrap on bower
[23:07:44] *** MathiasM has joined #angularjs
[23:07:52] *** sdouglas has joined #angularjs
[23:08:56] *** tgt has quit IRC
[23:09:37] <snurfery> I love all the yeoman goodies
[23:09:54] <snurfery> livereload, grunt, compass, mm hmm
[23:10:07] <snurfery> b/c I dunno how to set any of that stuff up myself
[23:10:35] *** thebigredgeek has joined #angularjs
[23:10:41] <arielserafini> i especially like the generators
[23:10:46] <RoryHughes> snurfery: grunt sucks compared to gulp or broccoli
[23:11:04] <RoryHughes> When your app gets big, it's so slow
[23:11:07] <arielserafini> RoryHughes: good point
[23:11:21] <snurfery> I just discovered all this nifty frontend workflow stuff
[23:11:26] <snurfery> so I'm pretty easily impressed
[23:11:37] <snurfery> I did see a gulpfile and it looked pretty damn clean
[23:11:39] <arielserafini> grunt is awesome, but it can be slow
[23:11:48] <arielserafini> I wouln't say it sucks
[23:11:48] <thebigredgeek> ng-pattern doesn't seem tow ork on emails..
[23:11:53] <arielserafini> but I like gulp better
[23:12:00] <snurfery> thebigredgeek: whaddya mean
[23:12:01] *** howzus has joined #angularjs
[23:12:01] *** mdel has quit IRC
[23:12:07] <thebigredgeek> if I console.log out the result of the test, it prints false
[23:12:15] <thebigredgeek> but the submit button doesn't disable
[23:12:16] *** FunnyLookinHat has joined #angularjs
[23:12:25] <thebigredgeek> it only seems to disable based on angular's built in regex
[23:12:35] <snurfery> what exactly are you printing
[23:12:41] <snurfery> or testing against to disable
[23:12:44] *** Hellz2K has quit IRC
[23:13:01] *** sakustar has quit IRC
[23:13:12] *** sakustar has joined #angularjs
[23:14:24] *** sigurding has quit IRC
[23:14:47] <thebigredgeek> I have the submit button with ng-disabled="register_form.$invalid", where the form name is "register_form". the ng-validate regex is /[A-Z0-9._%+-]+ at [A-Z0-9 dot -]+\.[A-Z]{2,4}/
[23:15:19] *** ckboii89 has joined #angularjs
[23:15:26] <thebigredgeek> I am also $watch the email input and console.log a test of the regex against the value on $scope
[23:15:37] *** kennbrodhagen has joined #angularjs
[23:15:41] <snurfery> and it'll mark the whole form invalid, vs just the one input?
[23:15:50] *** Nijikoku_ has joined #angularjs
[23:15:51] <snurfery> register_form.email.$invalid
[23:15:56] *** wilmoore has quit IRC
[23:16:01] <thebigredgeek> the button isn't turned off
[23:16:09] <snurfery> is your email field 'required' ?
[23:16:12] <thebigredgeek> should it not mark the whole form as invalid?
[23:16:14] <thebigredgeek> yes
[23:16:23] <thebigredgeek> ng-required = "true"
[23:16:37] *** sdouglas has quit IRC
[23:18:07] <snurfery> hmm ng-validate huh?
[23:18:23] <snurfery> how about ng-pattern="/whatever/"
[23:18:39] <snurfery> I might be wrong but I'm looking at the docs and they don't mention ng-validate
[23:18:41] *** nanoyak has joined #angularjs
[23:18:51] <snurfery> for input type=email at least
[23:18:58] *** ETBlue has quit IRC
[23:18:58] *** mehlah has joined #angularjs
[23:19:12] *** mehlah_ has quit IRC
[23:19:23] *** nodweber has quit IRC
[23:19:27] *** eperez has joined #angularjs
[23:19:32] *** ckboii89 has quit IRC
[23:19:58] *** nodweber has joined #angularjs
[23:20:50] *** mennea has quit IRC
[23:21:12] *** braoru has quit IRC
[23:21:23] *** dve has quit IRC
[23:21:30] *** nodweber_ has joined #angularjs
[23:22:36] *** TheAceOfHearts has quit IRC
[23:23:00] *** peldan has joined #angularjs
[23:24:21] *** eperez has quit IRC
[23:24:57] *** nodweber has quit IRC
[23:25:08] *** shinnya has quit IRC
[23:25:51] *** CodeFriar has quit IRC
[23:26:12] *** styles has joined #angularjs
[23:27:24] *** TheAceOfHearts has joined #angularjs
[23:28:07] *** mosez_ has quit IRC
[23:28:38] *** Cache_Money has joined #angularjs
[23:28:53] *** nodweber has joined #angularjs
[23:30:47] *** ngoyal has joined #angularjs
[23:31:01] *** hswolff has joined #angularjs
[23:31:02] *** gordroid has joined #angularjs
[23:31:06] *** shinnya has joined #angularjs
[23:31:12] *** evilaliv3 has quit IRC
[23:31:18] *** sss2500 has quit IRC
[23:31:51] *** howzus has quit IRC
[23:32:00] *** nodweber_ has quit IRC
[23:32:18] *** jaitaiwan has joined #angularjs
[23:33:04] *** danielpquinn has joined #angularjs
[23:33:09] *** jharbaugh has joined #angularjs
[23:33:37] *** Cache_Money has quit IRC
[23:35:15] *** sss2500 has joined #angularjs
[23:35:34] *** gordroid has quit IRC
[23:35:39] *** Ymesio has joined #angularjs
[23:35:42] *** tfennelly has joined #angularjs
[23:36:12] *** nickp has joined #angularjs
[23:36:26] *** bbb_ has joined #angularjs
[23:36:41] <bbb_> hi
[23:37:01] <bbb_> its looks good
[23:37:33] *** jharbaugh has quit IRC
[23:37:48] *** danielpquinn has quit IRC
[23:37:52] *** bbb_ has quit IRC
[23:38:20] *** bayousoft has joined #angularjs
[23:38:45] *** nickp has quit IRC
[23:38:49] *** bmac has quit IRC
[23:39:04] *** cristatus has joined #angularjs
[23:40:06] *** tfennelly has quit IRC
[23:41:00] *** wxo has quit IRC
[23:41:22] *** dve has joined #angularjs
[23:41:38] *** wxo has joined #angularjs
[23:41:59] *** Nizumzen has joined #angularjs
[23:43:16] *** mosez has joined #angularjs
[23:43:58] *** gordroid has joined #angularjs
[23:44:19] *** dc_ has joined #angularjs
[23:44:35] *** ceephax has joined #angularjs
[23:44:37] *** cristatus has quit IRC
[23:45:42] *** dc_ has quit IRC
[23:47:20] *** dc_ has joined #angularjs
[23:48:34] *** Tidwell has quit IRC
[23:48:48] *** cristatus has joined #angularjs
[23:48:54] *** Tidwell has joined #angularjs
[23:48:56] *** bbankes has quit IRC
[23:48:57] *** gordroid has quit IRC
[23:52:03] *** dve has quit IRC
[23:55:01] *** harth has quit IRC
[23:55:32] *** Shrooms has quit IRC
[23:57:09] *** waylon999 has quit IRC
[23:58:01] *** marchizan has joined #angularjs
[23:58:58] *** Yancy has quit IRC
[23:59:07] *** leyluj has quit IRC
[23:59:08] *** Yancy has joined #angularjs
[23:59:29] *** JoshGlzBrk has joined #angularjs
[23:59:42] *** leyluj has joined #angularjs