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
| module.exports = function ( grunt ) { | |
| // Load required Grunt tasks | |
| // ... | |
| grunt.loadTasks('build'); // <- place grunt-html2js in this folder | |
| // Project Configuration | |
| grunt.initConfig({ | |
| distdir: 'dist', | |
| src: { |
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
| service.factory('userService', [ '$http', function($http) { | |
| return { | |
| go : function( user ) { | |
| console.log('Executing ' + this.request); | |
| return $http.post( '/api/login', user ); | |
| } | |
| }; | |
| } ]); |
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
| --- PKGBUILD.old 2012-11-09 12:36:25.000000000 -0800 | |
| +++ PKGBUILD 2012-11-22 13:49:32.577936391 -0800 | |
| @@ -9,21 +9,19 @@ | |
| license=('cc-by-nc-sa-3.0') | |
| arch=('any') | |
| depends=('gnome-shell') | |
| -makedepends=('unzip') | |
| +makedepends=('wget' 'unzip') | |
| optdepends=('gnome-shell-extension-user-theme: User Theme extension for GNOME Shell' | |
| 'gnome-tweak-tool: A tool to customize advanced GNOME 3 options.') |
NewerOlder