Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
{"type":"Topology","arcs":[[[269993,216772],[54,58],[-26,37]],[[270021,216867],[16,60]],[[270037,216927],[43,35],[172,68]],[[270252,217030],[-1,-39],[178,-306]],[[270429,216685],[35,-61]],[[270464,216624],[-186,-166],[-128,-83]],[[270150,216375],[-48,-3],[-137,-132],[-26,52]],[[269939,216292],[28,30],[0,75],[-33,30],[-68,-59],[-29,34],[10,57]],[[269847,216459],[-20,67],[-49,-6]],[[269778,216520],[37,38],[83,43],[123,111],[48,18],[-32,62],[-44,-20]],[[271259,215987],[-9,166],[82,26],[110,-38],[24,30]],[[271466,216171],[-15,-93],[41,5],[62,-66]],[[271554,216017],[-129,-127],[-31,11],[-58,-46],[-52,-3]],[[271284,215852],[3,46]],[[271287,215898],[-28,89]],[[270031,217996],[50,87]],[[270081,218083],[15,-28]],[[270096,218055],[15,-49],[-80,-10]],[[271858,216605],[101,-24]],[[271959,216581],[22,-47],[-19,-49],[58,-49]],[[272020,216436],[40,-87],[-132,-40]],[[271928,216309],[-83,8],[-30,64]],[[271815,216381],[25,15],[-31,108],[50,59],[-1,42]],[[270934,216610],[118,20]],[[271052,216630],[227,30],[51,15]],[[271330,2166 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
'use strict'; | |
// Makes the link open via the InAppBrowser | |
app.directive('goToLink', ['$cordovaInAppBrowser', '$ionicPlatform', function ($cordovaInAppBrowser, $ionicPlatform) { | |
return { | |
restrict: 'AC', | |
link: function (scope, element, attrs) { | |
if (!attrs.href){ | |
return; |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Single-Column Responsive Email Template</title> | |
<style> | |
@media only screen and (min-device-width: 541px) { | |
.content { |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Single-Column Responsive Email Template</title> | |
<style> | |
@media only screen and (min-device-width: 541px) { | |
.content { |
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
if(window.location.origin.indexOf("yourdomain.com")<0){ | |
window.location.href = "http://yourdomain.com"; | |
}; |
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
call pathogen#infect() | |
syntax on | |
filetype on | |
filetype plugin on | |
filetype indent on | |
" Use english for spellchecking, but don't spellcheck by default | |
if version >= 700 | |
" turn on spell checking for these files |