fixed path issues in 1.0 files. Verified that angular-scenario is still a part of angular dist : http://code.angularjs.org/1.2.1/ so left it inside angularjs folder

This commit is contained in:
basarat
2013-11-19 21:46:01 +11:00
parent dfba1ce255
commit 9590d1e8f5
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="../../jquery/jquery.d.ts" />
declare var angular: ng.IAngularStatic;