aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.expressions.ngdoc
AgeCommit message (Collapse)Author
2012-03-13docs(*): fixing various docsIgor Minar
2012-03-13docs(links): corrected borken linksMisko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
- turn everything into a directive
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-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all dev guide doc link warningsMisko Hevery
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko Hevery
2011-10-12docs(*): remove @workInProgress from everywhereIgor Mina
## -----------
it's not useful any more and it only makes the docs look ugly
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-06-15docs - stripping extra new linesIgor Minar
2011-06-06yet another docs batchIgor Minar
2011-06-06new batch of docsIgor Minar
------- # HISTORY # ------- # Load Previously Published Messages history = pubnub.history({ 'channel' : 'hello_world', 'limit' : 1 }) print(history) # ------- # DETAILED HISTORY # ------- # Load Previously Published Messages in Detail @param array args with 'channel', optional: 'start', 'end', 'reverse', 'count' 'channel'-Channel name 'start'-Start timestamp 'end'-End timestamp 'reverse'-Order of History 'count'-Number of History messages NSInteger count = 3; NSNumber * aCountInt = [NSNumber numberWithInteger:count]; [pubnub detailedHistory:[NSDictionary dictionaryWithObjectsAndKeys: aCountInt,@"count", @"hello_world",@"channel", nil]];