Click here to Skip to main content
15,886,799 members

Comments by devdev13 (Top 6 by date)

devdev13 5-Mar-14 7:46am View    
I've already used 'ng-show' within the span tags to show the validation feedback based on the input. Should I use it along with ng-class in the div as well ? Could you please provide an example ?
devdev13 12-Apr-13 6:37am View    
Yeah. That's right. It is spelt correctly in the code. Thanks. Any other suggestions ?
devdev13 15-Feb-13 18:35pm View    
Thanks a lot for your comment. I will certainly consider your advice, but if you have to improve the code I've written above, what are the steps you would take ? I was going through the code-first approach, and almost every piece of code i see, looks pretty different from what i've written. And most of the people I speak to suggest me to use generic repository pattern because it supports unit-testing, and increases performance when accessing data from multiple sources. what are your thoughts ? Is there anychance you could please refactor my code, and make it look more like the ones on ASP.NET website ? Thanks
devdev13 16-Jan-13 11:12am View    
Sure, will do..Thanks..!!
devdev13 16-Jan-13 9:15am View    
Thanks for the Reply. Could you please give me some information about why/when we use SelectListItem class, and why we set the "Selected" property to true ?