Skip to content

Alevoid/angular-module-tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-module-tree

How to

angular.module('app',['aaa']);

angular.module('aaa.bbb')
    .controller('BbbCtrl',function () {});
    
angular.module('aaa.bbb.xxx')
    .controller('XxxCtrl',function () {});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%