Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #200

Open
wants to merge 166 commits into
base: master
Choose a base branch
from
Open

Update README.md #200

wants to merge 166 commits into from

Commits on Jan 6, 2014

  1. Create Gruntfile.js for Grunt

    Tero Parviainen committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    9570c2b View commit details
    Browse the repository at this point in the history
  2. Hello, World!

    Tero Parviainen committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    5caec74 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2014

  1. Enable Static Analysis With JSHint

    Tero Parviainen committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    97ee132 View commit details
    Browse the repository at this point in the history
  2. Have Git ignore node_modules

    Tero Parviainen committed Jan 18, 2014
    Configuration menu
    Copy the full SHA
    d7ac882 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2014

  1. Enable Unit Testing With Jasmine And Testem

    Tero Parviainen authored and teropa committed May 18, 2014
    Configuration menu
    Copy the full SHA
    26f1beb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. Include Lo-Dash And jQuery

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    4bbab7c View commit details
    Browse the repository at this point in the history
  2. Define The Default Grunt Task

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    315916e View commit details
    Browse the repository at this point in the history
  3. Removed placeholder Hello, World code

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    97c2de4 View commit details
    Browse the repository at this point in the history
  4. Scope Objects

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    b2ef4b1 View commit details
    Browse the repository at this point in the history
  5. Watching Object Properties: $watch And $digest

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    c048528 View commit details
    Browse the repository at this point in the history
  6. Checking for Dirty Values

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    6bbde64 View commit details
    Browse the repository at this point in the history
  7. Initializing Watch Values

    teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    8072fed View commit details
    Browse the repository at this point in the history
  8. Getting Notified Of Digests

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    0cc70c1 View commit details
    Browse the repository at this point in the history
  9. Giving Up On An Unstable Digest

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    6add1d5 View commit details
    Browse the repository at this point in the history
  10. Short-Circuit The Digest When The Last Watch Is Clean

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    dbc93fc View commit details
    Browse the repository at this point in the history
  11. Value-Based Dirty-Checking

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    08c41c3 View commit details
    Browse the repository at this point in the history
  12. NaNs

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    33df168 View commit details
    Browse the repository at this point in the history
  13. $eval - Evaluating Code In The Context of A Scope

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    9186cda View commit details
    Browse the repository at this point in the history
  14. $apply - Integrating External Code With The Digest Cycle

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    73bba1b View commit details
    Browse the repository at this point in the history
  15. $evalAsync - Deferred Execution

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    aebd1f4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7a6cf6e View commit details
    Browse the repository at this point in the history
  17. Scope Phases

    Tero Parviainen authored and teropa committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    45948be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2014

  1. Configuration menu
    Copy the full SHA
    0367f5d View commit details
    Browse the repository at this point in the history
  2. Running Code After A Digest - $$postDigest

    Tero Parviainen authored and teropa committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    e3ea7b9 View commit details
    Browse the repository at this point in the history
  3. Handling Exceptions

    Tero Parviainen authored and teropa committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    9cdcc25 View commit details
    Browse the repository at this point in the history
  4. Watching Several Changes With One Listener:

    $watchGroup
    teropa committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    80ffb40 View commit details
    Browse the repository at this point in the history
  5. Making A Child Scope

    Tero Parviainen authored and teropa committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    25c6536 View commit details
    Browse the repository at this point in the history
  6. Attribute Shadowing

    Tero Parviainen authored and teropa committed Oct 19, 2014
    Configuration menu
    Copy the full SHA
    41658e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. Digesting The Whole Tree from $apply, $evalAsync, and $applyAsync

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f313c91 View commit details
    Browse the repository at this point in the history
  2. Substituting The Parent Scope

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    a573420 View commit details
    Browse the repository at this point in the history
  3. Destroying Scopes

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    656de5f View commit details
    Browse the repository at this point in the history
  4. Update CONTRIBUTING.md

    Foxandxss authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f76cb8f View commit details
    Browse the repository at this point in the history
  5. Update README, fix contributing url.

    The case was important here :P
    Foxandxss authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    351cfb8 View commit details
    Browse the repository at this point in the history
  6. Setting Up The Infrastructure for Watching Collections

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f9900a3 View commit details
    Browse the repository at this point in the history
  7. Detecting Non-Collection Changes

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    b2a0c95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36c29ce View commit details
    Browse the repository at this point in the history
  9. Detecting New Arrays

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    d11cbc2 View commit details
    Browse the repository at this point in the history
  10. Detecting New Or Removed Items in Arrays

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    ea493c3 View commit details
    Browse the repository at this point in the history
  11. Detecting Replaced or Reordered Items in Arrays

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    de5e7d6 View commit details
    Browse the repository at this point in the history
  12. Array-Like Objects

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    c10f093 View commit details
    Browse the repository at this point in the history
  13. Detecting New Objects

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    5c99d13 View commit details
    Browse the repository at this point in the history
  14. Detecting New Or Replaced Attributes In Objects

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    44dd315 View commit details
    Browse the repository at this point in the history
  15. Detecting Removed Attributes In Objects

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3bfa2b1 View commit details
    Browse the repository at this point in the history
  16. Preventing Unnecessary Object Iteration

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    e88e6c6 View commit details
    Browse the repository at this point in the history
  17. Dealing with Objects that Have A length

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    7c608ee View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a4a4311 View commit details
    Browse the repository at this point in the history
  19. Events: Test Setup

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    33889bc View commit details
    Browse the repository at this point in the history
  20. Registering Event Listeners: $on

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f15b94a View commit details
    Browse the repository at this point in the history
  21. The basics if $emit and $broadcast

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    d66a5f8 View commit details
    Browse the repository at this point in the history
  22. Dealing with Duplication

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    8634844 View commit details
    Browse the repository at this point in the history
  23. Event Objects

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    73b9365 View commit details
    Browse the repository at this point in the history
  24. Additional Listener Arguments

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    0ca42c8 View commit details
    Browse the repository at this point in the history
  25. Returning The Event Object

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3b2db59 View commit details
    Browse the repository at this point in the history
  26. Deregistering Event Listeners

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f16f121 View commit details
    Browse the repository at this point in the history
  27. Emitting Up The Scope Hierarchy

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    d714989 View commit details
    Browse the repository at this point in the history
  28. Broadcasting Down The Scope Hierarchy

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    5a3a239 View commit details
    Browse the repository at this point in the history
  29. Including The Current And Target Scopes in The Event Object

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    03d5d98 View commit details
    Browse the repository at this point in the history
  30. Stopping Event Propagation

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    4134394 View commit details
    Browse the repository at this point in the history
  31. Preventing Default Event Behavior

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    0d406f3 View commit details
    Browse the repository at this point in the history
  32. Broadcasting Scope Removal

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    d7b8285 View commit details
    Browse the repository at this point in the history
  33. Handling Event Listener Exceptions

    Tero Parviainen authored and teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    70fd3f7 View commit details
    Browse the repository at this point in the history
  34. Parsing setup

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    9eb02ca View commit details
    Browse the repository at this point in the history
  35. Parsing Integers

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    fcf9ebb View commit details
    Browse the repository at this point in the history
  36. Marking Literals And Constants

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    72fbd22 View commit details
    Browse the repository at this point in the history
  37. Parsing Floating Point Numbers

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2e0d071 View commit details
    Browse the repository at this point in the history
  38. Parsing Scientific Notation

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    a80da49 View commit details
    Browse the repository at this point in the history
  39. Parsing Strings

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    4d79178 View commit details
    Browse the repository at this point in the history
  40. Parsing true, false, and null

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    df4b447 View commit details
    Browse the repository at this point in the history
  41. Parsing Whitespace

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    4766428 View commit details
    Browse the repository at this point in the history
  42. Parsing Arrays

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    5ae46a5 View commit details
    Browse the repository at this point in the history
  43. Parsing Objects

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    00e13e0 View commit details
    Browse the repository at this point in the history
  44. Simple Attribute Lookup

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    7176826 View commit details
    Browse the repository at this point in the history
  45. Nested Attribute Lookup

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    075b057 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f9a063c View commit details
    Browse the repository at this point in the history
  47. Getter Caching

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    dd81513 View commit details
    Browse the repository at this point in the history
  48. Locals

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    893d0df View commit details
    Browse the repository at this point in the history
  49. Square Bracket Property Access

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    1dde5e2 View commit details
    Browse the repository at this point in the history
  50. Field Access

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    9e3e188 View commit details
    Browse the repository at this point in the history
  51. Function Calls

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    fe3157e View commit details
    Browse the repository at this point in the history
  52. Function Calls

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f4d6ae3 View commit details
    Browse the repository at this point in the history
  53. Ensuring Safe Objects

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    212d5b0 View commit details
    Browse the repository at this point in the history
  54. Ensuring Safe Functions

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    426a4b2 View commit details
    Browse the repository at this point in the history
  55. Assigning Values

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3bc3ba9 View commit details
    Browse the repository at this point in the history
  56. Objects and Array Revisited

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    41d3b11 View commit details
    Browse the repository at this point in the history
  57. Unary Operators

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    458bb58 View commit details
    Browse the repository at this point in the history
  58. Multiplicative Operators

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    243871a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    551f22a View commit details
    Browse the repository at this point in the history
  60. Logical Operators

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    86e214b View commit details
    Browse the repository at this point in the history
  61. The Ternary Operator

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    112250f View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4c5eedf View commit details
    Browse the repository at this point in the history
  63. Statements

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    decf4ff View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    5251ae3 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    c62ed83 View commit details
    Browse the repository at this point in the history
  66. One-Time Expressions

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    cc90648 View commit details
    Browse the repository at this point in the history
  67. Input Tracking

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2b82e03 View commit details
    Browse the repository at this point in the history
  68. The angular Global

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    f8e5b02 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    dfb53fd View commit details
    Browse the repository at this point in the history
  70. The module Method

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    a03f181 View commit details
    Browse the repository at this point in the history
  71. Registering A Module

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    14cdfd2 View commit details
    Browse the repository at this point in the history
  72. Getting A Registered Module

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    b4b201b View commit details
    Browse the repository at this point in the history
  73. The Injector

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2e8d744 View commit details
    Browse the repository at this point in the history
  74. Registering A Constant

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    9a08564 View commit details
    Browse the repository at this point in the history
  75. Requiring Other Modules

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    686d957 View commit details
    Browse the repository at this point in the history
  76. Dependency Injection

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    52c4021 View commit details
    Browse the repository at this point in the history
  77. Rejecting Non-String DI Tokens

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    8460bb8 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    8f90d30 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    39fe256 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    df49dc9 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    4dcd1dc View commit details
    Browse the repository at this point in the history
  82. Strict Mode

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    2d67db2 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    3912989 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    f6a1d0e View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    86566b8 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    13c6722 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    0634877 View commit details
    Browse the repository at this point in the history
  88. Singleton Enforcement

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    d34e56d View commit details
    Browse the repository at this point in the history
  89. Circular Dependencies

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    26b36b6 View commit details
    Browse the repository at this point in the history
  90. Provider Constructors

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3c27727 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    4e41508 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    6a509a6 View commit details
    Browse the repository at this point in the history
  93. Injecting The $injectors

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    39f3487 View commit details
    Browse the repository at this point in the history
  94. Injecting $provide

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    426993e View commit details
    Browse the repository at this point in the history
  95. Config Blocks

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    bcd1ceb View commit details
    Browse the repository at this point in the history
  96. Run Blocks

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    bfc950e View commit details
    Browse the repository at this point in the history
  97. Function Modules

    teropa committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    3b19077 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2014

  1. Factories

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    a5f1171 View commit details
    Browse the repository at this point in the history
  2. Values

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    76136e1 View commit details
    Browse the repository at this point in the history
  3. Services

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    91d8dc9 View commit details
    Browse the repository at this point in the history
  4. Decorators

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    f460f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2be97ff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46e0e94 View commit details
    Browse the repository at this point in the history
  7. Creating The $compile Provider

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    a256744 View commit details
    Browse the repository at this point in the history
  8. Registering Directives

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    c90cfae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b7c32a View commit details
    Browse the repository at this point in the history
  10. Recursing to Child Elements

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    70fb33a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04d6f07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1004bcc View commit details
    Browse the repository at this point in the history
  13. Applying Directives to Classes

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    2841453 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    374f972 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0fcd74 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bfe273a View commit details
    Browse the repository at this point in the history
  17. added MIT license to the code

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    2e2dd44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cf1b6ab View commit details
    Browse the repository at this point in the history
  19. Handling Boolean Attributes

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    2128a31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f40851e View commit details
    Browse the repository at this point in the history
  21. Setting Attributes

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    3c63830 View commit details
    Browse the repository at this point in the history
  22. Setting Boolean Properties

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    c914b00 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    627a16a View commit details
    Browse the repository at this point in the history
  24. Observing Attributes

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    70a5eba View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5c3ac94 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    201b34b View commit details
    Browse the repository at this point in the history
  27. Manipulating Classes

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    a22aeb9 View commit details
    Browse the repository at this point in the history
  28. ignore .DS_Store

    teropa committed Nov 16, 2014
    Configuration menu
    Copy the full SHA
    0d2d85b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. The Public Link Function

    teropa committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    fdf037e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Directive Link Functions

    teropa committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    341ecdd View commit details
    Browse the repository at this point in the history
  2. Plain Directive Link Functions

    teropa committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    80da3f7 View commit details
    Browse the repository at this point in the history
  3. Linking Child Nodes

    teropa committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    379fb0a View commit details
    Browse the repository at this point in the history
  4. Pre- and Post-Linking

    teropa committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    09d8f4d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. Configuration menu
    Copy the full SHA
    dbb6455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c28019 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Linking And Scope Inheritance

    teropa committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    0b7bc56 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Isolate Scopes

    teropa committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    7a6430b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Isolate Attribute Bindings

    teropa committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    e91580e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Two-Way Data Binding

    teropa committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    9091390 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. Expression Binding

    teropa committed Dec 24, 2014
    Configuration menu
    Copy the full SHA
    ff935c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. Update README.md

    typo
    yaroslavya committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    114e838 View commit details
    Browse the repository at this point in the history