<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Angular-tutorial, branch master</title>
<subtitle>Application created while teaching Angular 1</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/'/>
<entry>
<title>Add README and license</title>
<updated>2017-02-03T20:50:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=afb3ec629045fece6c9b038d548808fd8c120fdd'/>
<id>afb3ec629045fece6c9b038d548808fd8c120fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hello.component.js: Add a button that prints the name to the console</title>
<updated>2017-02-03T20:42:19+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=ce84731d02d0986a1172e80e690b6601f8c00e32'/>
<id>ce84731d02d0986a1172e80e690b6601f8c00e32</id>
<content type='text'>
Clicking on the button prints the current name to the console. Normally
you wouldn't include the debug console in the controller scope, but this
is here as an example to illustrate the action. The window isn't
available to the controller's scope, it only includes what it defines on
its scope.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clicking on the button prints the current name to the console. Normally
you wouldn't include the debug console in the controller scope, but this
is here as an example to illustrate the action. The window isn't
available to the controller's scope, it only includes what it defines on
its scope.
</pre>
</div>
</content>
</entry>
<entry>
<title>hello.component.js: Add &lt;input/&gt; to edit name</title>
<updated>2017-02-03T20:40:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=d60b1eb67c2c4878955458f5378911d5d54b6a95'/>
<id>d60b1eb67c2c4878955458f5378911d5d54b6a95</id>
<content type='text'>
Add an input to the component and use an `ng-model` to allow users to
change the name in the "Hello ____" output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an input to the component and use an `ng-model` to allow users to
change the name in the "Hello ____" output.
</pre>
</div>
</content>
</entry>
<entry>
<title>index.html.erb: Delete the contents of this file</title>
<updated>2017-02-03T20:39:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=a336bc30a62f77ae8a50be5fa6deddc48ea4fba2'/>
<id>a336bc30a62f77ae8a50be5fa6deddc48ea4fba2</id>
<content type='text'>
Now that we have information being displayed from Angular, we can get
rid of this extra text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have information being displayed from Angular, we can get
rid of this extra text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hello.component.js</title>
<updated>2017-02-03T20:38:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=13eb4df71a2d304d13b37cfc15eac4c76870adce'/>
<id>13eb4df71a2d304d13b37cfc15eac4c76870adce</id>
<content type='text'>
Create a new component for a Hello World example. This is housed in a
new `n.Hello` module.

For now, just print a hard-coded name to the page.

Update the `n.Notes` module adding a dependency on `n.Hello` in order
for our new component to be displayed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new component for a Hello World example. This is housed in a
new `n.Hello` module.

For now, just print a hard-coded name to the page.

Update the `n.Notes` module adding a dependency on `n.Hello` in order
for our new component to be displayed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create `n.Notes` app module</title>
<updated>2017-02-03T20:30:17+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=8dabdf87e992755d2a2bddb99a0c464917fd42d7'/>
<id>8dabdf87e992755d2a2bddb99a0c464917fd42d7</id>
<content type='text'>
This will be the base module for our app.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be the base module for our app.
</pre>
</div>
</content>
</entry>
<entry>
<title>application.html.erb: Add `hello` component</title>
<updated>2017-02-03T20:28:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=6592859bc9fb7531b8831bbba3535a7f333a14bd'/>
<id>6592859bc9fb7531b8831bbba3535a7f333a14bd</id>
<content type='text'>
Include a new `&lt;hello/&gt;` component on the page. We haven't written it
yet, but this will be where it gets rendered on the page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a new `&lt;hello/&gt;` component on the page. We haven't written it
yet, but this will be where it gets rendered on the page.
</pre>
</div>
</content>
</entry>
<entry>
<title>application.html.erb: Declare ngApp</title>
<updated>2017-02-03T20:26:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=75c818e34328b38fdd7fd143b17663c00846cc80'/>
<id>75c818e34328b38fdd7fd143b17663c00846cc80</id>
<content type='text'>
Set ngApp on the `&lt;html&gt;` attribute of the layout template. Calling it
"Notes" since this is a note app. Using the `n` prefix to
separate/namespace application/project modules from other included
modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set ngApp on the `&lt;html&gt;` attribute of the layout template. Calling it
"Notes" since this is a note app. Using the `n` prefix to
separate/namespace application/project modules from other included
modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>application.js: Include Angular</title>
<updated>2017-02-03T20:25:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T20:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=21d734fc8047ea2a228cb7c951e0f966d20b8ff7'/>
<id>21d734fc8047ea2a228cb7c951e0f966d20b8ff7</id>
<content type='text'>
Remove unneeded libraries, include Angular and Angular's router on the
page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded libraries, include Angular and Angular's router on the
page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create HomeController</title>
<updated>2017-02-03T19:05:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-02-03T19:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Angular-tutorial/commit/?id=22207ed91997361da247bbe1f676bcc0c05baf51'/>
<id>22207ed91997361da247bbe1f676bcc0c05baf51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
