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

Add functionnalities to switch between templateEngine and set custom binding attribute name #2202

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

Commits on Feb 10, 2017

  1. Add a way to switch templateEngine

    Add TemplateEngineContentType which can switch templateEngine depends on a contentType
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    876d138 View commit details
    Browse the repository at this point in the history
  2. Register templateEngine to a ContentType

    Use text/ko-template to define the nativeTemplateEngine
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    aec3eb8 View commit details
    Browse the repository at this point in the history
  3. Register the templateEngine to a contentType

    Use text/jquery-tmpl to use this templateEngine
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    8b486ce View commit details
    Browse the repository at this point in the history
  4. Add functionnality to change default databinding attribute

    setBindingAttributeName of the bindingProvider instance can change default data binding attribute 'data-bind'
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a6200ca View commit details
    Browse the repository at this point in the history
  5. Use data binding attribute name

    Take account the data binding attribute name set from bindingProvider
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    5e83cbf View commit details
    Browse the repository at this point in the history
  6. Travis CI complience

    Remove trailing spaces
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    df4ea7f View commit details
    Browse the repository at this point in the history
  7. Travis CI complience

    Remove trailing spaces
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    e28bfec View commit details
    Browse the repository at this point in the history
  8. Travis CI complience

    Remove trailing spaces
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    6189ca0 View commit details
    Browse the repository at this point in the history
  9. Travis CI complience

    Remove trailing spaces
    quentinsup committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    3462bb3 View commit details
    Browse the repository at this point in the history