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
99
JS the language every programmer should know
jackhq
4
640
Programming Basics with JavaScript
jackhq
0
190
NodeJS-Talk @convergese 2012
jackhq
3
300
Pair Programming and TDD
jackhq
5
270
Other Decks in Programming
See All in Programming
AWS re:Invent 2024個人的まとめ
satoshi256kbyte
0
100
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
420
LLM Supervised Fine-tuningの理論と実践
datanalyticslabo
8
1.9k
はてなにおけるfujiwara-wareの活用やecspressoのCI/CD構成 / Fujiwara Tech Conference 2025
cohalz
3
2.7k
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
300
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.4k
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
210
KMP와 kotlinx.rpc로 서버와 클라이언트 동기화
kwakeuijin
0
300
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
7
1.4k
快速入門可觀測性
blueswen
0
500
ChatGPT とつくる PHP で OS 実装
memory1994
PRO
3
190
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
0
100
Featured
See All Featured
Statistics for Hackers
jakevdp
797
220k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
960
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
3
180
Optimizing for Happiness
mojombo
376
70k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Building an army of robots
kneath
302
45k
Designing Experiences People Love
moore
139
23k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
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