Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tadeuszwojcik/angular-once
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: tadeuszwojcik/angular-once
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 4 files changed
  • 8 contributors

Commits on Mar 28, 2014

  1. Updating READ.Me

    Really small typo found.
    bobber205 committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    4a6f57c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from bobber205/patch-1

    Updating READ.Me
    tadeuszwojcik committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    6d81ffb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2014

  1. Add main to package.json

    Aaron Borden committed Apr 18, 2014
    Configuration menu
    Copy the full SHA
    54ac490 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2014

  1. Merge pull request #17 from goodeggs/master

    Add main to package.json
    tadeuszwojcik committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    d1f68e8 View commit details
    Browse the repository at this point in the history
  2. chore(release): v0.1.7

    tadeuszwojcik committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    957f953 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Use $parse instead of $eval

    Reduce calls to $eval, and internally to $parse.
    Scope.$watch uses $parse too.
    albyrock87 committed May 30, 2014
    Configuration menu
    Copy the full SHA
    bf65ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4011733 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. Merge pull request #20 from albyrock87/master

    Use $parse instead of $eval, and reduce function calls
    tadeuszwojcik committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    71d7425 View commit details
    Browse the repository at this point in the history
  2. chore(release): v0.1.8

    tadeuszwojcik committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    0e3487a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. updateing the once binding

    When using the once-attr-{some attribute} binding I kept getting errors that watcherParser was not a function so I made a quick update so that the attribute binding matched what was used for the rest of the bindings.
    runxc1 committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    a96e40b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Configuration menu
    Copy the full SHA
    65f75b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Merge pull request #26 from cameronmaske/priority

    Added priority for directives based on native angular equivalent.
    tadeuszwojcik committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    83c896b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from runxc1/patch-1

    update to the once attribute binding
    tadeuszwojcik committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    011ff9f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Small spelling and punctuation fixes

    Travis authored and Travis committed Dec 12, 2014
    Configuration menu
    Copy the full SHA
    9a9cd05 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2014

  1. Merge pull request #30 from Shazypro/patch-1

    Small spelling and punctuation fixes
    tadeuszwojcik committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    810f781 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Fixed bad doc

    An example contained "once-bind" which is not present.
    
    fixed to use "once-text"
    rafgeekee committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    b015d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Merge pull request #32 from rafgeekee/patch-1

    Fixed bad doc
    tadeuszwojcik committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    dee3445 View commit details
    Browse the repository at this point in the history
  2. chore(release): v0.1.9

    tadeuszwojcik committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    3b2f23f View commit details
    Browse the repository at this point in the history
Loading