This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>jQuery UI Sortable - Default functionality</title> | |
| <divnk rel="stylesheet" href="//code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css"> | |
| <style> | |
| body { | |
| font-family: Arial, Helvetica, sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * SeedGeneratorService | |
| * | |
| * @description :: Will generate seeds from the model specied in the development/production directory | |
| * @help :: See http://sailsjs.org/documentation/concepts/services/creating-a-service | |
| */ | |
| module.exports = { | |
| _config: { | |
| dir: sails.config.appPath + '/seeds' | |
| }, |
NewerOlder