| Age | Commit message (Collapse) | Author |
|
As explained in 'Understanding the Controller Component', Controllers
written for new (post 1.0 RC) versions of Angular need to add methods to
the scope directly, not the function's prototype. Correcting this
example should remove any ambiguity, especially for beginners.
|
|
|
|
|
|
|
|
|
|
Fixes #1799
|
|
Updated the canonical video to a recent one. Fixed a typo.
|
|
|
|
Closes #1021
|
|
|
|
|
|
|
|
|
|
Fix syntax and update code to the latest API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs(directive): fix typo
|
|
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
|
|
Fix table formatting so headings are bold, rows are separated by lines, and rows have :hover style
|
|
fixed example app, `simpleAppModule` should have been `myAppModule`.
|
|
|
|
Closes #1493
|
|
Describes several common pitfalls new users of Angular fall into that
I've observed in #angularjs.
|
|
|
|
|
|
|
|
JsTD references have been replaced with Testacular stuff.
snapshots are PITA to maintain so I'm dropping them, everyone loves the Git
version anyway.
|
|
|
|
|
|
|
|
|
|
Closes #1339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As you guys had mansion, we can and need to do it through Google CDN for better performance,
so i've updated it accordingly
|
|
|
|
Refference -> Reference
|
|
Corrects video information
|