Skip to content

calesanz/angular-cordova-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##angular-cordova-seed Is just another Angular Cordova Seed Project. I am currently working on it. I will be using:

  • Angular JS
  • Sass or Less
  • Karma Jasmine (Jasmine Given) for unit testing
  • mobileangularui for the UI
  • grunt as task runner
  • angular ui router

Links to the other projects are following...

Angular best practises according to: 18 Tips For The Angular Architect

##Folders/Files lowercase and - separated

##Jasmine Given

##CSS Use SASS, LESS or COMPASS

##GRUNT Use Grunt

##Common Links Errors and Bugfix helps Error: ngareq fn is not a function got string

##Namespaces .core.controller .common.service .common.directive

##Suffixes

  • .drv
  • .tpl
  • .ctrl
  • .svc
  • .fltr
  • .cnst
  • .val
  • .mock
src/
    assets/
    vendor/
    common/
        services/
        directives/
            product-box.drv.js
            product-box.tpl.js
            product-box.drv.test.js
    core/
        app.mdl.js
        product/
            product-detail/
            product-list/
                product-list.tpl.html
                product-list.ctrl.js
                product-list.sass
angular.module("myApp")
    .controller("myApp.core.product.productListCtrl",["$scope"],function($scope){});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published