Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
AngularJS
Search
Tom Wilson
November 11, 2012
Programming
5
630
AngularJS
BarCamp 2012
Tom Wilson
November 11, 2012
Tweet
Share
More Decks by Tom Wilson
See All by Tom Wilson
Application Development
jackhq
1
110
JS the language every programmer should know
jackhq
4
650
Programming Basics with JavaScript
jackhq
0
200
NodeJS-Talk @convergese 2012
jackhq
3
310
Pair Programming and TDD
jackhq
5
280
Other Decks in Programming
See All in Programming
問題の見方を変える「システム思考」超入門
panda_program
0
190
Kotlin + Power-Assert 言語組み込みならではのAssertion Library採用と運用ベストプラクティス by Kazuki Matsuda/Gen-AX
kazukima
0
110
AIを駆使して新しい技術を効率的に理解する方法
nogu66
0
590
KoogではじめるAIエージェント開発
hiroaki404
1
430
AIエージェントでのJava開発がはかどるMCPをAIを使って開発してみた / java mcp for jjug
kishida
3
340
Core MIDI を勉強して作曲用の電子ピアノ作ってみた!
hypebeans
0
100
AI POSにおけるLLM Observability基盤の導入 ― サイバーエージェントDXインターン成果報告
hekuchan
0
480
Phronetic Team with AI - Agile Japan 2025 closing
hiranabe
2
430
Temporal Knowledge Graphで作る! 時間変化するナレッジを扱うAI Agentの世界
po3rin
5
1.3k
歴史から学ぶ「Why PHP?」 PHPを書く理由を改めて理解する / Learning from History: “Why PHP?” Rediscovering the Reasons for Writing PHP
seike460
PRO
0
140
仕様がそのままテストになる!Javaで始める振る舞い駆動開発
ohmori_yusuke
4
2.3k
Nitro v3
kazupon
2
270
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Why Our Code Smells
bkeepers
PRO
340
57k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Code Review Best Practice
trishagee
72
19k
Navigating Team Friction
lara
190
15k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
A designer walks into a library…
pauljervisheath
210
24k
Being A Developer After 40
akosma
91
590k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Become a Pro
speakerdeck
PRO
29
5.6k
Transcript
AngularJS Tom Wilson
HTML Enhanced JavaScript Framework
http://plnkr.co Hello World DEMO
AngularJS Structure • Controllers • Directives • Services
Lets Build and App
None
Setup • Install nodejs - http://nodejs.org • npm install ng
-g • ng init barcampchs • built markup • push to github - https://github. com/twilson63/barcampchs • tag red-texas-48
AngularJS App Structure
Routing
github tag teal-surrey-51
Add Sessions
/app/services/session.js
None
inject Session and Location into newSession.js and add session, then
redirect to root path
None
None
None
None
github tag khaki-kennedy-18
Vote
/app/services/session.js
None
None
Edit Session
None
None
git tag red-reindahl-14
Cloud MongoLab