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
190
NodeJS-Talk @convergese 2012
jackhq
3
310
Pair Programming and TDD
jackhq
5
280
Other Decks in Programming
See All in Programming
GitHub Actions × AWS OIDC連携の仕組みと経緯を理解する
ota1022
0
240
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
150
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
460
Web技術を最大限活用してRAW画像を現像する / Developing RAW Images on the Web
ssssota
2
1.2k
AIエージェント時代における TypeScriptスキーマ駆動開発の新たな役割
bicstone
4
1.6k
止められない医療アプリ、そっと Swift 6 へ
medley
1
120
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
200
「ちょっと古いから」って避けてた技術書、今だからこそ読もう
mottyzzz
1
280
Signals & Resource API in Angular: 3 Effective Rules for Your Architecture @BASTA 2025 in Mainz
manfredsteyer
PRO
0
110
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
690
実践AIチャットボットUI実装入門
syumai
7
2.5k
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
1
130
Featured
See All Featured
Site-Speed That Sticks
csswizardry
11
880
Product Roadmaps are Hard
iamctodd
PRO
54
11k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Unsuck your backbone
ammeep
671
58k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Music & Morning Musume
bryan
46
6.8k
The Cult of Friendly URLs
andyhume
79
6.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