View angular2.html
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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<script src="https://code.angularjs.org/tools/system.js"></script> | |
<script src="https://code.angularjs.org/tools/typescript.js"></script> | |
<script src="https://code.angularjs.org/2.0.0-alpha.44/angular2.dev.js"></script> | |
<script> | |
System.config({ |
View graspWrapper
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
/** | |
* Simple wrapper to add chainable syntax to grasp.js | |
* | |
* Retuns an object that could be used this way: | |
* | |
* grasp( code ).squery('if.test').search() | |
* grasp( code ).squery('if.test').replace('!({{}})'); | |
* | |
*/ |
View sencha-touch-testacular-init
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"; | |
(function ( testacular, Ext ) { | |
// Delaying Testacular start | |
testacular.loaded = Ext.emptyFn; | |
// Setting up the paths to make it work with testacular. | |
Ext.Loader.setPath( { 'appName': 'base/app' } ); |