Coder Social home page Coder Social logo

akc-meta's People

Contributors

akc42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

akc-meta's Issues

2-way data-binding

Hi,
I am playing further with your component which helped me get things done for my first need, e.g. propagating the auth state through my app.
Now, I am trying to use it as a 2 way data-binding shortcut to avoid more boilerplate. My current use-case is that I would like to be able to modify the source value through the query. More specifically, I have a firebase-document that I bind to akc-meta, and I would like to be able to modify it on the other end through the akc-meta-query.
Do you think this is something that could be easily done?
If you want my real life example check out there: and go to the demo
https://metanov.github.io/firebase-element-extended/components/firebase-element-extended/
Thanks!
Pascal

Fail on constructor with arguments

The clone function in akc-meta.html has this line:

objectClone = new Constructor();

So this script assumes, that the object's constructor has no arguments.

Please consider this snippet:

function X(name) {
  this.name = name;
}
document.querySelector('akc-meta').value = new X(y);

Bower

Can we install this through bower? I tried bower install akc-meta and cannot not find it.

Thanks in advance

Can you release a version ?

Hi,
nice job, it works indeed perfectly and now I understand why you did it!
(we quickly exchange on SO)
So can you gently release a version so that we can reference it via bower?
Thanks one more!
Pascal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.