[AngularJS] Re: Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
of them. I have attached an image. When I type in grunt watch it says A valid Gruntfile could not be found. On Wednesday, July 2, 2014 3:22:30 PM UTC+1, Sander Elias wrote: > > try: sudo npm install grunt > > > On Wednesday, July 2, 2014 4:06:15 PM UTC+2, ng-user wrote: >>

[AngularJS] Re: Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
gt; > On Wednesday, July 2, 2014 3:12:43 PM UTC+2, ng-user wrote: >> >> Hi, >> >> I was able to install npm successfully when I type in npm --version I get >> the following output 1.4.14 >> But when I try to install grunt using the following command $ su

[AngularJS] Re: My first Angular project

2014-07-02 Thread ng-user
modules first and keep linking them to the html file. I hope this is the right approach that I am taking. Again thank you so much for all your help I really appreciate it. Best Regards, On Wednesday, July 2, 2014 11:41:31 AM UTC+1, Sander Elias wrote: > > Hi Ng-user, > > The common

[AngularJS] Re: Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
zhu wrote: > > How did you install node? > > On Wednesday, July 2, 2014 7:52:24 PM UTC+10, ng-user wrote: >> >> Hi, >> >> I am trying to get the mg-boilerplate >> <http://joshdmiller.github.io/ng-boilerplate/#/home>ready and installed >> I

[AngularJS] Re: Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
Hi Sander Elias, I have attached an image of what happens when I type in the command "npm --version" Again I appreciate you help thank you. Regards On Wednesday, July 2, 2014 11:33:04 AM UTC+1, Sander Elias wrote: > > Hi ng-user. > > What happens if you type npm --versio

[AngularJS] Re: Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
Hi Sander Elias, I have installed node.js. When I type in "node -v" it outputs v0.10.29. Thanks for the reply. Regards On Wednesday, July 2, 2014 10:58:24 AM UTC+1, Sander Elias wrote: > > Hi ng-user (hmm you did read the part about the prefixes, right?? :-P), > > My guess

[AngularJS] Re: My first Angular project

2014-07-02 Thread ng-user
and contact.html and all these files are then connected to a css file to give it style. Again thank you for your reply. Regards On Wednesday, July 2, 2014 10:08:15 AM UTC+1, Sander Elias wrote: > > Hi ng-user! > > The best thing is just get started with it already. Be pre

[AngularJS] Having issues installing ng-boilerplate, npm and grunt

2014-07-02 Thread ng-user
Hi, I am trying to get the mg-boilerplate ready and installed I have followed the process exactly as explained on the webiste but I can seem to be able to install npm or grunt. When I type in sudo npm -g install grunt-cli karma bower it dis

[AngularJS] My first Angular project

2014-07-02 Thread ng-user
Hi, I am working on my first angular project. The details of the project are below: To create a web application or webiste using angularJs that would allow users to manage their tasks. e.g https://trello.com/tour Functions will include: 1) Being able to register/login to the site 2) Being abl

[AngularJS] Creating multiple divs or objects dynamically from front end

2014-06-26 Thread ng-user
Hi, I'm trying to make a task management site and I want to create a feature where users can click on a button and that will create a new div for them or a new object for them which they can edit by adding a title and description. And they can create as many as they want. Can anyone help me t

[AngularJS] What is $scope in angularjs?

2014-06-23 Thread ng-user
I am new to angularjs and I can't understand what $scope is in angularjs. Can someone please explain in the simplest way possible what does $scope do in angular js and what can we use it for. Please explain it in a way you would explain someone with absolutely no knowledge of programming. Als