TODO: Write a project description
TODO: Describe the installation process
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../core-icons/av-icons.html"> | |
| <link rel="import" href="../paper-fab/paper-fab.html"> |
| var gulp = require('gulp'), | |
| jade = require('gulp-jade'), | |
| browserSync = require('browser-sync').create(), | |
| reload = browserSync.reload; | |
| gulp.task('jade', function() { | |
| gulp.src('./index.jade') | |
| .pipe(jade()) | |
| .pipe(gulp.dest('./')) | |
| .pipe(reload({stream:true})); |
| var dddGeo = []; | |
| dddGeo[11] = { | |
| latitude: -23.547778, | |
| longitude: -46.635833 | |
| }; // | São Paulo | Região Metropolitana de São Paulo. | |
| dddGeo[12] = { | |
| latitude: -23.203416, | |
| longitude: -45.890627 | |
| }; // | São Paulo | São José dos Campos e Região. |
| <!DOCTYPE html> | |
| <html ng-app="calendar"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Document</title> | |
| </head> | |
| <style> | |
| /* | |
| Some stylesheets for this pen, ignore.. | |
| */ |
| div(ng:repeat="item in vm.items" after:repeat="vm.doSomething()") |
| <div ng-repeat="model in collection | orderBy: 'id' as filtered_result track by model.id"> | |
| {{model.name}} | |
| </div> |
| div(ng:repeat="item in vm.filtered = (vm.items | filter:whatever)") | |
| h1 Filtered Result | |
| p {{vm.filtered}} |
| (function() { | |
| 'use strict'; | |
| angular | |
| .module('framework7', []) | |
| .provider('$Framework7', Framework7) | |
| .service('$AppBootloader', AppBootloader) | |
| .factory('$View', View) | |
| .factory('$Components', Components) | |
| .factory('$Router', Router) |
| "*": | |
| Zen: {} | |
| "atom-spotify2": | |
| showEqualizer: true | |
| showPlayIconAsText: true | |
| "atom-terminal": {} | |
| "atom-ternjs": {} | |
| "browser-plus": {} | |
| core: | |
| disabledPackages: [ |