<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Angular-tutorial/app/assets/javascripts/hello, 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>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>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>
</feed>
