Tommy Back
Tommy Back
Already tried various versions of node, bootstrap and angular without any success.
I have same versions, but have tried with various others too with similar results.
The issue is related to broken regex for conditional. A patch looks like this. ``` diff --git a/gulpfile.js b/gulpfile.js index 3fbadef..d19cd08 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,12 +36,12 @@...
Looking [at this issue](https://github.com/start-angular/versatile-dashboard-theme/issues/1) it seems Angular must be fixed to 1.3.17, so cleaning all with `git clean -fxd` and then modifying `bower.json` to only accept that version results in...
@sanketsahusoft any plans to maintain this template? I went through to get it to work today and it seems one should freeze the deps and/or update to more recent versions....
Same problem here. Is anyone working on this? Any workaround?
The lack of grouping/hierarchy of the fields on the form side is a problem and it would be beneficial to have something that models it as the natural way one...
Here's for [reference how Rails does it](http://guides.rubyonrails.org/form_helpers.html#understanding-parameter-naming-conventions).
This is related to issue #40