[AngularJS] Interceptor is not firing

2015-03-09 Thread Mohan Radhakrishnan
Hi, I may be missing the obvious here. The interceptor is not fired when I use $resource. I was trying to check my angular-cache whenever I get a cookie to activate session expiry. But the usecase has nothing to do with the firing of interceptors. .factory('sessionvalidator', ['$q',

Re: [AngularJS] angular2 - two way data binding - how to

2015-03-09 Thread Martin Kuhn
Hi Sander, great to hear. Thanks for information. Regards Am Montag, 9. März 2015 15:40:31 UTC+1 schrieb Sander Elias: Hi Martin, As far as I found out, on the moment, yes, you have to do it on your own. However, this is going to change as soon as the new formCollection thingie will

[AngularJS] Route provider in angular ngNewRouter/Angular 2 router.

2015-03-09 Thread Rentius Engelbrecht
Hi I'm using Angular 1.3 and want to incorporate the ngNewRouter. Is there a way to configure the ngNewRouter when a module starts up? I configure the routes per module as the module is created. i.e main app module has route config of /home or /, I inject the $routeProvider into the config and

[AngularJS] Angular-ui-router.js with C# MVC avoiding C# controller calls

2015-03-09 Thread Nikola Radisic
Hi. I am building a .NET MVC 5 application on back-end and Angularjs on front-end. I am loading .cshtml views in a div containerOne on a parent .cshtml page with ui.router and everything is working fine. An issue I would like to solve is when I enter manually a page URL that is C#

Re: [AngularJS] I18N for Angular 1.4 status?

2015-03-09 Thread TsenYing H
Good presentation from ng-conf on upcoming i18n functionality: http://youtu.be/iBBkCA1M-mc As far as release dates go, plurals and gender message format support will be in 1.4. It was mentioned that there is no timeline for command line extraction tools. It's unclear to me if this means

Re: [AngularJS] angular2 - two way data binding - how to

2015-03-09 Thread AJ Mercer
I am messing around with this right now too :-) Try value={{name}} input id=my-name autofocus #newname (keyup)=changeName($event, newname) Just found out camelCase for variable names is a bad idea #newName did not make it to my function. (maybe gets

[AngularJS] angular2 - two way data binding - how to

2015-03-09 Thread Martin Kuhn
I'm curious about two way databinding in Angular2. I played around with the quickstart project and would like to know how to get a value from an UI-element back to the model: In the source example I used the change event and a manually update of the model. But this may not be the right way,

[AngularJS] Enterprise responsive web with AngularJS and reuse existing API server-side

2015-03-09 Thread Van Hung Le
Hi guys, I have a enterprise app in CRM business domain follow client-server architecture. Server-side is built in restful web services and a client-side is a iOS native app. And now, i want to build my app in responsive web tech and reuse server-side service. I'm considering what