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
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
370
情報漏洩させないための設計
kubotak
5
1.3k
テストコードのガイドライン 〜作成から運用まで〜
riku929hr
7
1.4k
Alba: Why, How and What's So Interesting
okuramasafumi
0
210
DMMオンラインサロンアプリのSwift化
hayatan
0
190
Внедряем бюджетирование, или Как сделать хорошо?
lamodatech
0
940
ある日突然あなたが管理しているサーバーにDDoSが来たらどうなるでしょう?知ってるようで何も知らなかったDDoS攻撃と対策 #phpcon.2024
akase244
2
7.7k
アクターシステムに頼らずEvent Sourcingする方法について
j5ik2o
6
700
Azure AI Foundryのご紹介
qt_luigi
1
210
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
210
KMP와 kotlinx.rpc로 서버와 클라이언트 동기화
kwakeuijin
0
300
見えないメモリを観測する: PHP 8.4 `pg_result_memory_size()` とSQL結果のメモリ管理
kentaroutakeda
0
940
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
113
50k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Typedesign – Prime Four
hannesfritz
40
2.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
3
180
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Designing for humans not robots
tammielis
250
25k
KATA
mclloyd
29
14k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Designing for Performance
lara
604
68k
GraphQLとの向き合い方2022年版
quramy
44
13k
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