-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0: ng 1.2, bs 3, fa 4, new ngUI, underscore instead of lodash, jqu…
…ery 2
- Loading branch information
Chris Gross
committed
Dec 30, 2013
1 parent
752893d
commit 75bdbfc
Showing
18 changed files
with
106 additions
and
92 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
@import "../bower_components/bootstrap/less/bootstrap.less"; | ||
@import "../bower_components/font-awesome/build/assets/font-awesome/less/font-awesome.less"; | ||
@FontAwesomePath: "../bower_components/font-awesome/build/assets/font-awesome/font"; | ||
//@import "../bower_components/bootstrap/less/theme.less"; | ||
@import "../bower_components/font-awesome/less/font-awesome.less"; | ||
@fa-font-path: "../bower_components/font-awesome/fonts"; | ||
|
||
/* Directive LESS */ | ||
/* Add Directive LESS Above */ | ||
|
||
/* Partial LESS */ | ||
/* Add Partial LESS Above */ | ||
/* Add Partial LESS Above */ | ||
|
||
/* Required for Angular UI Bootstrap */ | ||
.nav, .pagination, .carousel a { cursor: pointer; } | ||
|
||
/* Personal preference for BS modal. The LESS below makes the backdrop white and | ||
causes the modal to fade in rather than slide in. */ | ||
//@modal-backdrop-bg: white; | ||
//.modal { | ||
// &.fade { | ||
// .transition(opacity .3s); | ||
// } | ||
// &.fade .modal-dialog { | ||
// .translate(0,0); | ||
// } | ||
//} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
{ | ||
"name": "<%= _.slugify(appname) %>", | ||
"version": "0.1.0", | ||
"version": "0.0.0", | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-livereload": "~0.1.2", | ||
"grunt-contrib-connect": "~0.2.0", | ||
"grunt-contrib-copy": "~0.4.1", | ||
"grunt-contrib-clean": "~0.4.0", | ||
"grunt-contrib-concat": "~0.1.3", | ||
"grunt-contrib-cssmin": "~0.5.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-jasmine-task": "0.2.x", | ||
"grunt-angular-templates": "~0.3.1", | ||
"grunt-contrib-jshint": "~0.3.0", | ||
"grunt-dom-munger": "~2.0.0", | ||
"grunt-contrib-htmlmin": "~0.1.1", | ||
"grunt-contrib-imagemin": "~0.1.2", | ||
"grunt-ngmin": "0.0.2", | ||
"grunt-contrib-less": "~0.6.0", | ||
"grunt-contrib-watch": "~0.4.4", | ||
"grunt-contrib-jasmine": "~0.5.1", | ||
"time-grunt": "~0.1.1", | ||
"load-grunt-tasks": "~0.2.0" | ||
"grunt": "~0.4", | ||
"grunt-dom-munger": "~3.1", | ||
"grunt-angular-templates": "~0.5", | ||
"grunt-ngmin": "0.0.3", | ||
"grunt-contrib-connect": "~0.6", | ||
"grunt-contrib-copy": "~0.5", | ||
"grunt-contrib-clean": "~0.5", | ||
"grunt-contrib-concat": "~0.3", | ||
"grunt-contrib-cssmin": "~0.7", | ||
"grunt-contrib-uglify": "~0.2", | ||
"grunt-contrib-jshint": "~0.7.1", | ||
"grunt-contrib-htmlmin": "~0.1", | ||
"grunt-contrib-imagemin": "~0.4", | ||
"grunt-contrib-less": "~0.8", | ||
"grunt-contrib-watch": "~0.5", | ||
"grunt-contrib-jasmine": "~0.5", | ||
"load-grunt-tasks": "~0.2" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="span12" ng-controller="<%= ctrlname %>"> | ||
<div class="col-md-12" ng-controller="<%= ctrlname %>"> | ||
|
||
|
||
</div> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
angular.module('<%= appname %>').factory('<%= name %>',function() { | ||
angular.module('<%= appname %>').factory('<%= _.camelize(name) %>',function() { | ||
|
||
var <%= name %> = {}; | ||
var <%= _.camelize(name) %> = {}; | ||
|
||
return <%= name %>; | ||
return <%= _.camelize(name) %>; | ||
}); |
This file contains 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
This file contains 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