oh yeah i called it that
This commit is contained in:
parent
ab3f0b7a3d
commit
00aabd62df
|
@ -0,0 +1,2 @@
|
|||
.sass-cache/
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>Beginner AngularJS: Blow Your Mind Edition</title>
|
||||
<title>Total Beginner AngularJS: Blow Your Mind Edition</title>
|
||||
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
|
||||
<script type="text/javascript" src="angular.min.js"></script>
|
||||
<script type="text/javascript" src="keypress.js"></script>
|
||||
|
@ -48,7 +48,7 @@
|
|||
<slide id="introduction">
|
||||
<script type="text/code-grabber" for="slide">
|
||||
<section id="intro-title" ng-animate="'mind_blown'" ng-show="!state.blow_your_mind">
|
||||
<title>Beginner's AngularJS</title>
|
||||
<title>Total Beginner AngularJS</title>
|
||||
</section>
|
||||
<section id="intro-blow-your-mind" ng-animate="'mind_blown'" ng-show="state.blow_your_mind">
|
||||
<title>Blow Your Mind Edition</title>
|
||||
|
|
Loading…
Reference in New Issue