Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,160,584 members, 7,843,818 topics. Date: Wednesday, 29 May 2024 at 11:32 AM

Have You Tried Out Angularjs(mvc Framework) - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Have You Tried Out Angularjs(mvc Framework) (1634 Views)

Free Csharp, Mvc, Jquery And More Tutorials Online / Has Anyone Tried Out Windows 10? Pls Share Your Experience / Who Has Tried Out Zend Framework 2 ? (2) (3) (4)

(1) (Reply) (Go Down)

Have You Tried Out Angularjs(mvc Framework) by Therages: 11:34am On Jul 01, 2013
The philosophy of AngularJS
---------
AngularJS is built around the
belief that declarative
programming should be used for
building UIs and wiring software
components, while imperative
programming is excellent for
expressing business logic.[1] The
framework adapts and extends
traditional HTML to better serve
dynamic content through two-
way data-binding that allows for
the automatic synchronization of
models and views. As a result,
AngularJS deemphasizes DOM
manipulation and improves
testability.
Text 4rm wikipedia.
Who has tried it out and aomments about it please.
To me its simply perfect, restructured fronted dev.
Re: Have You Tried Out Angularjs(mvc Framework) by Fayimora(m): 7:54pm On Jul 01, 2013
I prefer Ember anyday, anytime! Angular is nice but it gets really disgusting as the app grows.
Re: Have You Tried Out Angularjs(mvc Framework) by Creatrixity(m): 9:58pm On Jul 01, 2013
I love angular..its two way data binding, xhr processing,root scope,routing are made!!!

1 Like

Re: Have You Tried Out Angularjs(mvc Framework) by Therages: 10:21pm On Jul 01, 2013
@fayimora , u can organise ur code using RequireJS. Check out seed-project on github, its like a boilerplate for Angular & RequireJS Configured for easy unit testing.
Re: Have You Tried Out Angularjs(mvc Framework) by Therages: 10:25pm On Jul 01, 2013
AngularJS is realy perfect with d 3Ds. 1. Directives 2. Data-binding and 3. Dependency Injection. + more features 2geda.
Re: Have You Tried Out Angularjs(mvc Framework) by Nobody: 1:03am On Jul 02, 2013
Stuck in my dojotoolkit ways, besides we had MVC because it was cool
Re: Have You Tried Out Angularjs(mvc Framework) by Fayimora(m): 5:26am On Jul 02, 2013
Therages: @fayimora , u can organise ur code using RequireJS. Check out seed-project on github, its like a boilerplate for Angular & RequireJS Configured for easy unit testing.
Yeah, I know that but that's not my point! Watch this and read this to understand what I mean.

1 Like

Re: Have You Tried Out Angularjs(mvc Framework) by Therages: 10:32am On Jul 02, 2013
@fayimora i know ember is very good, but that article is a bit biased mostly the examples. I think you should google "AngularJS vs EmberJS" and read few of the articles on it. i realy appreciate anweres from stackoverflow.
Re: Have You Tried Out Angularjs(mvc Framework) by Fayimora(m): 1:58pm On Jul 02, 2013
Therages: @fayimora i know ember is very good, but that article is a bit biased mostly the examples. I think you should google "AngularJS vs EmberJS" and read few of the articles on it. i realy appreciate anweres from stackoverflow.
Yeah i've read as much as I can. I've had a chat with folks who use Angular and they agree with me. The only thing I know Angular beats Ember at is testing support.

Angular does dirty checking, that I really don't like!
I'm not a fan of littering HTML with "directives"!


Re: Have You Tried Out Angularjs(mvc Framework) by Therages: 11:05pm On Oct 20, 2013
Fayimora:
Yeah i've read as much as I can. I've had a chat with folks who use Angular and they agree with me. The only thing I know Angular beats Ember at is testing support.

Angular does dirty checking, that I really don't like!
I'm not a fan of littering HTML with "directives"!


I understand your point of dirty checking (Though not as bad as, almost un-noticeable).

I know this post is old but in order not to mislead other programmers i'll just post a little reply, Atrributes(directives or extended attributes, as refered to by Angularjs) is the best thing that ever happened to HTML, guess you dont know much about HTML(5) or maybe thats just your opinion. And tell me who uses HTML without Attributes?? See an example of HTML5 "download" Attribute

<!-- will download as "expenses.pdf" -->
<a href="/files/adlafjlxjewfasd89asd8f.pdf" download="expenses.pdf">Download Your Expense Report</a>
Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 11:50am On Jul 11, 2014
please i see everybody here got there hands dirty with angularjs one way or the other so please i really need help starting up with it.I have been trying to follow up with the tutorial on the official website but installing npm with my node.js interface seems to be impossible,and i have been stucked up trying to do that for about 2days now.please any help would be appriciated.
Thanks in advance
08161608442
eniolasadiq@gmail.com
Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 2:26pm On Jul 11, 2014
oluwaslim: please i see everybody here got there hands dirty with angularjs one way or the other so please i really need help starting up with it.I have been trying to follow up with the tutorial on the official website but installing npm with my node.js interface seems to be impossible,and i have been stucked up trying to do that for about 2days now.please any help would be appriciated.
Thanks in advance
08161608442
eniolasadiq@gmail.com

Download the latest node.js version here http://nodejs.org/download/. Once you install, node.js and npm will be 'sitting' comfortably in your system.
Re: Have You Tried Out Angularjs(mvc Framework) by Chimanet(m): 3:47pm On Jul 11, 2014
AngularJS, the sure way to go. been working on a project with it for the past few months now. its really owesome. you can post the problems you are having let us trash it. but really do you really need node to start working with angular?. You can use angular with any rest based backend. As for my project we are using it with Spring based Rest backend reading data from mongo db.
Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 1:05am On Jul 12, 2014
Urine:

Download the latest node.js version here http://nodejs.org/download/. Once you install, node.js and npm will be 'sitting' comfortably in your system.

i already did that but when i run npm search express,this is what i get:
"Error: 9784:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:openssl\ssl\s3_pkt.c:485:"

if i run "npm install -g yo" i also get fetch failed

i cant seem to use npm to install anything:i've tried several things include installing several versions and my prsent version is v0.10.29.For my app i need to install yeoman and angular generator.

thanks in advance
Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 7:22am On Jul 12, 2014
oluwaslim:

i already did that but when i run npm search express,this is what i get:
"Error: 9784:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:openssl\ssl\s3_pkt.c:485:"

if i run "npm install -g yo" i also get fetch failed

i cant seem to use npm to install anything:i've tried several things include installing several versions and my prsent version is v0.10.29.For my app i need to install yeoman and angular generator.

thanks in advance


You have to install express before you search for it. Run this commands from your node.js command prompt and tell me what you see

1. node -v (press enter)
2. npm -v(press enter)

If these two are ok you can now install express by running this command;

npm install -g express-generator (press enter) This will install express perfectly for you.
Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 3:16pm On Jul 12, 2014
Urine:

You have to install express before you search for it. Run this commands from your node.js command prompt and tell me what you see

1. node -v (press enter)
2. npm -v(press enter)

If these two are ok you can now install express by running this command;

npm install -g express-generator (press enter) This will install express perfectly for you.

Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 3:26pm On Jul 12, 2014
Please what do you think.....
Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 3:53pm On Jul 12, 2014
[quote author=oluwaslim][/quote]

You are using "node.js", the one you should be using is "node.js command prompt", this is the place you can install express etc.

Click "all programs" you will see it in your Node.js folder.

Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 8:32pm On Jul 12, 2014
Urine:

You are using "node.js", the one you should be using is "node.js command prompt", this is the place you can install express etc.

Click "all programs" you will see it in your Node.js folder.

Alrite thanks i get that now but the problem i have now is that AM STILL UNABLE TO INSTALL ANYTHING I GET THE ERROR IN THE PICTURE BELOW

Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 9:00pm On Jul 12, 2014
oluwaslim:

Alrite thanks i get that now but the problem i have now is that the node.js cmd disappears within 2secs after opening it, before even typing anything.and i have un-install and reinstalled it back.
Thanks again for your concern


I GOT IT FINALLY THANKS

Well done!
Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 11:24pm On Jul 12, 2014
Urine:

Well done!

But am still un able to install anything again.And this is really becoming a pain in the ass,and am really stucked learning my angularjs

Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 4:43am On Jul 13, 2014
oluwaslim:

But am still un able to install anything again.And this is really becoming a pain in the ass,and am really stucked learning my angularjs


What are the things you want to install? Please don't give up, you will figure it out at the end. Hope your Internet connection is fast?
Re: Have You Tried Out Angularjs(mvc Framework) by oluwaslim: 3:16pm On Jul 13, 2014
Urine:

What are the things you want to install? Please don't give up, you will figure it out at the end. Hope your Internet connection is fast?

Thanks bro.

please visit here http://www.thinkster.io/angularjs/eqq96ECqkT/1-getting-your-project-set-up-with-yeoman

Its the tutorial i want to follow and also the tutorial on angular website itself.
Thanks once again
Re: Have You Tried Out Angularjs(mvc Framework) by Urine: 8:13pm On Jul 13, 2014
oluwaslim:

Thanks bro.

please visit here http://www.thinkster.io/angularjs/eqq96ECqkT/1-getting-your-project-set-up-with-yeoman

Its the tutorial i want to follow and also the tutorial on angular website itself.
Thanks once again

Just checked the tutorial and everything looks fine, to install Yeoman, please follow this format.

npm install (press the space bar twice) -g yo

Let's see what happens after that.
Re: Have You Tried Out Angularjs(mvc Framework) by blueyedgeek(m): 5:06pm On Mar 01, 2015
{{var bump = true}}

(1) (Reply)

Php Quiz Application With Radio Button And Checkbox (jquery And Php/sql) / Is Kali Linux A Programming Language Or An Os / Free Script For Scrambling Php Distributed Codes (obfuscator)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 39
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.