Skip to content

ouily/cakejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CakeJS

Usage

Attach controller

Cake.attachController("animations", {
  show: function(params) {
    // #/animations/show/2
  },
  delete: function(params) {
    // #/animations/delete/1
  }
});

Routing

Cake.route("la-page-des-animations", {controller: "animations", action: "show"});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published