diff --git a/connectors/angular/angular-glue.js b/connectors/angular/angular-glue.js deleted file mode 100644 index 89bfbc0612..0000000000 --- a/connectors/angular/angular-glue.js +++ /dev/null @@ -1,12 +0,0 @@ -/* used to tie angular.js with the framework */ -/* nowhere should the framework reference angular.js */ -/* nowhere in angular.js should it reference the framework */ - -var ionic = angular.module('ionic', ['ngTouch']); - -ionic.directive('panel', ['$parse', '$timeout', '$rootElement', - function($parse, $timeout, $rootElement) { - return function(scope, element, attrs) { - }; - } -]); diff --git a/docs/iphone.png b/docs/iphone.png new file mode 100644 index 0000000000..88b3c6f65e Binary files /dev/null and b/docs/iphone.png differ diff --git a/example/angular/index.html b/example/angular/index.html index 6a11b04f8c..b73ae7fabf 100644 --- a/example/angular/index.html +++ b/example/angular/index.html @@ -18,10 +18,42 @@