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
{ | |
"Dateline Standard Time": "Etc/GMT+12", | |
"UTC-11": "Etc/GMT+11", | |
"Aleutian Standard Time": "America/Adak", | |
"Hawaiian Standard Time": "Pacific/Honolulu", | |
"Marquesas Standard Time": "Pacific/Marquesas", | |
"Alaskan Standard Time": "America/Anchorage", | |
"UTC-09": "Etc/GMT+9", | |
"Pacific Standard Time (Mexico)": "America/Tijuana", | |
"UTC-08": "Etc/GMT+8", |
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'; | |
angular.module('cafeApp') | |
.directive('inspect', function($timeout, $http) { | |
Element.prototype.serializeWithStyles = (function () { | |
var defaultStylesByTagName = {}; | |
var noStyleTags = {'BASE':true,'HEAD':true,'HTML':true,'META':true,'NOFRAME':true,'NOSCRIPT':true,'PARAM':true,'SCRIPT':true,'STYLE':true,'TITLE':true}; |