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
<!DOCTYPE html> | |
<html xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> | |
<head> | |
<meta charset="utf-8"> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
<script type="text/javascript"></script> | |
</head> | |
<body> | |
<h1>Hello World</h1> | |
</body> |
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
var flashvars = {}; | |
var params = {}; | |
var attributes = {}; | |
swfobject.embedSWF("myContent.swf", "idName", "300", "120", "9.0.0","expressInstall.swf", flashvars, params, attributes); |
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
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7 no-js"> <![endif]--> | |
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7 no-js"> <![endif]--> | |
<!--[if IE 8]> <html class="ie ie8 lte9 lte8 no-js"> <![endif]--> | |
<!--[if IE 9]> <html class="ie ie9 lte9 no-js"> <![endif]--> | |
<!--[if gt IE 9]> <html class="ie no-js"> <![endif]--> | |
<!--[if !IE]><!--> <html class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body ng-app> | |
<div ng-controller="Ctrl"> | |
<ul class="" > |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
</head> | |
<body ng-app> | |
<div ng-controller="TextController"> | |
ex1:<br/> |
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
<html = ng-app="app"> | |
<body ng-controller="TextController"> | |
<p>{{someText.message}}</p> | |
<input type="checkbox" ng-model="foo"> | |
Starting: <input ng-change="computeNeeded()" ng-model="funding.startingEstimate"><br/> | |
Recommendation: {{funding.needed*funding.startingEstimate}}<br/> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script> | |
</body> | |
</html> |
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
<html = ng-app="app"> | |
<body ng-controller="MyCtrl"> | |
<div> | |
<ul> | |
<li ng-repeat="item in items"> | |
<input type="checkbox" ng-model="item.show"/> | |
<span>{{item.name}}</span><br/> | |
{{item.show}}<br/> | |
<img src="{{item.img}}" ng-show="item.show"/> | |
</li> |
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
.error{ | |
color:#f00; | |
} | |
.warning{ | |
color:#0f0; | |
} | |
.highlight{ | |
background:#efefef; | |
} |
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
.error{ | |
color:#f00; | |
} | |
.warning{ | |
color:#0f0; | |
} | |
.highlight{ | |
background:#efefef; | |
} |
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
.error{ | |
color:#f00; | |
} | |
.warning{ | |
color:#0f0; | |
} | |
.highlight{ | |
background:#efefef; | |
} |
OlderNewer