Skip to content

Commit 95c5ec8

Browse files
pbatchupbatchu
authored andcommitted
modified readme
1 parent cd1fa1a commit 95c5ec8

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

AngularJS/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
AngularJS
2+
-------------------
3+
This provides an introduction to Angular JS.
4+
Run index.html in a browser (or preferebly serve it through a http container to better resolve the ajax calls in some slides).
5+
Press 's' on your keyboard to expose the notes.
6+
-------------------
7+
8+
9+
Built using reveal.js. Read below for its documentation.
10+
11+
12+
113
# reveal.js [![Build Status](https://travis-ci.org/hakimel/reveal.js.png?branch=master)](https://travis-ci.org/hakimel/reveal.js)
214

315
A framework for easily creating beautiful presentations using HTML. [Check out the live demo](http://lab.hakim.se/reveal-js/).

README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

nbproject/project.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config.folder=
2+
file.reference.projects-angular-presentation=.
3+
files.encoding=UTF-8
4+
site.root.folder=${file.reference.projects-angular-presentation}
5+
test.folder=

nbproject/project.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.web.clientproject</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
6+
<name>angular-presentation</name>
7+
</data>
8+
</configuration>
9+
</project>

0 commit comments

Comments
 (0)