aboutsummaryrefslogtreecommitdiffstats
path: root/example/personalLog/personalLog.js
AgeCommit message (Collapse)Author
2012-03-28docs(examples): update example appsIgor Minar
2012-01-23refactor(scope): separate controller from scopeVojta Jina
Controller is standalone object, created using "new" operator, not messed up with scope anymore. Instead, related scope is injected as $scope. See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k Closes #321 Closes #425 Breaks controller methods are not exported to scope automatically Breaks Scope#$new() does not take controller as argument anymore
2011-11-14refactor(api): remove type augmentationMisko Hevery
BREAK: - remove angular.[Object/Array/String/Function] - in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
2010-10-26Adding e2e tests for the PersonalLog appIgor Minar
- added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-23improving the PersonalLog appIgor Minar
- adding jsdocs and comments - logs should be ordered in inverse order
2010-10-23personalLog demo - initial version with specIgor Minar