- How to Correctly Use BootstrapJS and AngularJS Together ♥ Scotch
- Bootstrap学习 - 文章分类 - 一步两步三步向上走 - 博客园
- 这个有一些简单实用的小知识
- AngularJS Panels - simple portal widget with RESTful backend
- Simple portal system with floating panels
- Drag and Drop is supported
- JQuery UI
- To support proper binding between JQuery UI Sortable interface and AngularJS models
- Creating custom widget
- Which looks at DOM changes done by JQuery
- and map them properly back to AngularJS.
- Using JSON for the models
- $resource
- We can load any model directly from the server and save it back with one line of code.
- Bootstrap
- is used to create documentation/demo page.
- Jetty and the Yeoman Maven Plugin | patrickgrimard.com
- angularjs - How to combine Yeoman scaffolding with existing Java directory structure - Stack Overflow
- trecloux/yeoman-maven-plugin · GitHub
- npm - Install Node.js on Ubuntu 12.10 - Stack Overflow
- Getting started - Grunt: The JavaScript Task Runner
- yeoman-maven-plugin/TUTORIAL.md at master · trecloux/yeoman-maven-plugin · GitHub
- drewzboto/grunt-connect-proxy · GitHub
- Error: EACCES, open '/Users/Profile/.npm/_locks/browser-sync-ed941186c435fb34.lock' · Issue #7407 · npm/npm · GitHub
- $sudo chown -R $(whoami) $HOME/.npm
AngularJS Panels - simple portals widget with RESTful backend
- $resource('app/models/:model', {model: 'default.json'}).get();
- scope.$watch('portalModel', function() {
- scope.portalModel.$save();
- });
About AngularJS Resource
- AngularJS: Tutorial: 11 - REST and Custom Services
- ngResource
- The RESTful functionality is provided by Angular in the ngResource model.
- Which is distributed separately from the core Angular framework.
No comments:
Post a Comment