Hi 007,
This is really fantastic !
I've been hoping someone could show a practical demo that includes so many AngularJS components that are easy to read. Thank you for this contribution.
A couple of questions:
You start with index.html by using: "ng-controller="demoCtrl". However, I could not find the demoCtrl function anywhere. Is this not used ?
In index.html you set up the tabs with: <li class="active"><a href="#inputViewTab" data-toggle="tab">Input View</a></li>
<li><a href="#dashboardViewTab" data-toggle="tab">Dashboard View</a></li>
<li><a href="#editorTab" data-toggle="tab">View Editor</a></li>
I was wondering if you were going to use an ng-view in any place to load or manage a partial via the $routeProvider ?
Sorry my questions are simple-minded, but this is the first demo that actually shows enough details to understand how AngularJS can become a whole application environment. I've spent weeks trying to disect the angularjs.org home page, but its all too "geek" for me.
Thanks for your great work !
Marcus
and here's the code on github: