aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-22fromJson delegation to native JSON parser if availableIgor Minar
2010-12-07improving $resource docsIgor Minar
2010-12-06allow documentation to be in external fileMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-25Doc service: added example into service overviewVojta Jina
2010-11-25docs for all angular.* type checking functionsIgor Minar
2010-11-24docs for angular.bindIgor Minar
2010-11-24docs for angular.foreachIgor Minar
2010-11-24docs for angular.extendIgor Minar
2010-11-24fixing docs for angular.scopeIgor Minar
2010-11-24docs for angular.compileIgor Minar
2010-11-24docs for angular.elementIgor Minar
2010-11-24docs for angular.noop and angular.identityIgor Minar
2010-11-24docs for angular.Object.copyIgor Minar
2010-11-24docs for angular.Object.sizeIgor Minar
2010-11-24docs for angular.Object and angular.Object.equalsIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18fix docs for angular.directive and ng:autobindIgor Minar
2010-11-18fixing angular.lowercase and angular.upppercase jsdocs + apiIgor Minar
2010-11-18fix ng docs for angular, angular.lowercase and uppercaseIgor Minar
2010-11-18scope docs + lowercase doc fixIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-15Added basic Services, which support @memberOf and @methodOfVojta Jina
2010-11-15changed to ! notation for indexable appsMisko Hevery
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-10Added DirectivesMisko Hevery
2010-11-09improve jsdocsIgor Minar
2010-11-09Better example widgetIgor Minar
2010-11-09Added formatter documentation.Misko Hevery
2010-11-08Add isDate method + fix old codeIgor Minar
2010-11-07Issue #51: Update extensionMap()Vojta Jina
2010-11-05Refactored toJsonArray(), added isBoolean() functionVojta Jina
2010-11-05changed to showdown from markup. added validator overviewMisko Hevery
2010-11-04added documentation for ng:include and ng:widget and test for doc collector.Misko Hevery
2010-11-03hide example for angular.filterIgor Minar
2010-11-03jsdoc parser + generator + viewer + scenario runnerMisko Hevery
2010-11-03add jsdocs for angular and filter namespaces + all filtersIgor Minar
2010-10-31fix typo, and change a list to string for more efficient compression.Misko Hevery
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-20Angular should look for angular-ie-compat file at the right locationIgor Minar
2010-10-20extract and test regexp that identifies angular script tagIgor Minar
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-18inline all images into cssIgor Minar
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
2010-10-16Pass the toKeyValue() test - parsing flagsVojta Jina
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-10-13fixed issue where date copy creates an object instead of dateMisko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-05Fix bug in IE where clone removes whitespace nodes.Elliott Sprehn
$leftover="* (truncated by server)" if $3; $target=$nick if $target eq ""; # the address may _never_ be emtpy, if it is its own_public $nick=$server->{'nick'} if $address eq ""; $server->window_item_find($target)->print("[binary] <$nick> " . unbinary($1) . $leftover, 'MSGLEVEL_CRAP'); signal_stop() if not settings_get_bool('show_binary_too'); } } signal_add_last('message own_public', 'sig_binary'); signal_add_last('message public', 'sig_binary'); signal_add_last('message own_private', 'sig_binary'); signal_add_last('message private', 'sig_binary'); settings_add_bool('lookandfeel', 'show_binary_too', 0); settings_add_bool('lookandfeel', 'binary_spaces', 1); Irssi::command_bind('binary', 'cmd_binary'); Irssi::command_bind('unbinary', 'cmd_unbinary'); Irssi::print("binary obfuscator vanity script loaded"); Irssi::print("written by nchip and updated by carl"); Irssi::print("--------------------------------------"); Irssi::print("/binary message"); Irssi::print("will send binary text to the current channel"); Irssi::print(""); Irssi::print("/unbinary obfuscated_text"); Irssi::print("will print the unobfuscated equivalent to your window (and not to the channel)"); Irssi::print(""); Irssi::print("/set show_binary_too on"); Irssi::print("will make this script print the binary equivalent as well as the translation to your screen whenever someone uses binary on the channel"); Irssi::print("/set binary_spaces off"); Irssi::print("will make the binary be printed as a single word with no spaces");