unamed

Results 12 comments of unamed

Hello this is open since 2019 and all check have passed. Is there any specifics reasons to not merge it ?

It would be very nice (like workrave do before) that we can see this count down on the tray pane. Or maybe there is a way to catch this information....

Well i just use Ctrl because on the angular js main page and many blog people write ``` coffeescript 'PostCtrl' ``` First because i was comming from the rails world...

It's interesting. So we need to keep the fact that ``` coffeescript @_private_methode ``` is not on the scope. And why a fat arrow ? we should try to keep...

Thanks for commenting you're the first ! It's a good idea. I want to implement convention over configuration feature, with possibility to override it. What about ``` coffeescript @Rang.config app_name:...

Hihi ! I have push some new code and update readme. Tell me what do think about.

So after few days. Because directive force me to write register at the end of file. I have starting to rethink the overall register concept. I a have write https://github.com/ranska/aether...

i working on this ``` coffeescript class @BaseDrtCtrl extends @Rang constructor: (args...) -> super args... @s = @$scope for key, fn of @constructor.prototype continue unless typeof fn is 'function' continue...

First try done. '#{DirectiveNave}DrtCtrl' works iihaaa ! Now next chalenge is with controller and automate template url.

Hello thanks i m really happy that someone use this lib :) I do almost the same, it's currently undocumented but Rang provide RangSrvc class. nice to read some comments...