[AngularJS] Is there any node js driver for h2 database?

2013-12-29 Thread Uk Jo
I want to use h2 database in node.js but I can't find any drivers on the internete. I think it is already implemented. but I can't find. please let me know where I can get that. thanks in advance. -- You received this message because you are subscribed to the Google Groups AngularJS group.

[AngularJS] angularjs and grails.

2013-12-29 Thread Mauro Sanna
Hi, I want to know if there is someone using angularjs with grails framework, I have some little problems and I'm in stand by for days. -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop receiving emails from

[AngularJS] Re: How to represent behaviors in AngularJS?

2013-12-29 Thread Diogo Correia
If you are really keen on building it like that, you can do it through a custom built directive and custom child-attributes, see the sample running on plunkr: http://plnkr.co/edit/piwNFpkeb5AxcbQ1j2oY?p=preview On Sunday, December 29, 2013 12:51:41 PM UTC, Богдан Цимбала wrote: Some comments

Re: [AngularJS] Re: Any of you using Bootstrap 3 yet? aka, one of AngularJS's kryptonite because of how you have to wrap everything w/ Directives :-)

2013-12-29 Thread john.tiger
fyi: we deleted the angular-ui as still too buggy - since we were mostly interested in just having navbar collapse working in addition to the css, we just followed another post (can't remember where) on using an ng-class for navCollapse and toggling it with ng-click - now the navbar collapse

[AngularJS] $routeProvider only available in config

2013-12-29 Thread ILO
For the love of the gods, and science, and empirical rationalism only being able to setup static $routes in a module's .config is extremely limiting, lacking the great magic of services, and other goodies. Why is this so? What if I want to inject headers, or parameters into the templateUrl

Re: [AngularJS] Re: error messages not very helpful

2013-12-29 Thread Mark Volkmann
Makes sense. I tried that, but it didn't make a difference in this case. If I fail to list a file in the files array of karma.conf.js, such as angular-route.js, I still get a message like this when I run karma start: http://errors.angularjs.org/1.2.6/$injector/modulerr?p0=KarmaDemop1=Err

Re: [AngularJS] Re: error messages not very helpful

2013-12-29 Thread Jeff Hubbard
OK, yeah, that message is kinda bad. Does it not throw an exception with a proper message that you can see? I know it puts the link to the docs in as well (that's what you're seeing), but it should provide you with a friendly message as well. On Sunday, December 29, 2013 2:22:52 PM UTC-8, Mark