-
```
{ value }
{ getText(this.text) }
this.on("update", function(){
var d = new Date();
this.value = d.getFullYear() + "-" + (d.getMonth() + 1) + "-" …
-
We're using RiotJS as our framework with RequireJS and can't seem to get this to initialize with jQuery. Does this library support RequireJS?
-
URL in the project is: https://moot.it/riotjs/demo/ , but that is a 404.
-
when widget is embedded and built by a [dataembed](http://www.rapyd.com/rapyd-demo/embed) we have a problem:
if the widget contains javascripts and/or css this "inclusion" stack is not "propagated" to…
-
npm install yields:
Peer riotjs-loader@1.1.3 wants riot@^2.0.5
Zakay updated
8 years ago
-
http://riotjs.com/forum/#!/using:problem-referencing-this-in
read last line
-
Maybe add a section related to testing?
http://riotjs.com/forum/#!/using:testing-my-tags/if-you-use-a-test-suite-lik might be a starting point.
-
When you click on a customer (e.g. https://moot.it/riotjs/demo/#/customer/1) there are invisible, but working, links on the lower part of the page that are left over from the customers list.
-
I've rewritten the underlying foundation to remove the dependency on riotjs observable, and it's honestly more generic pub/sub and hopefully a bit easier to understand. I'm hesitant to push this out b…
-
Running ./make.js gen you get:
cat: no such file or directory: ../riotjs/riot.js
looks like a path issue inside make.js, probably easy to fix, but for people look to quickly see an example it makes …