diff options
| author | Julie | 2014-02-12 15:07:08 -0800 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:42 +0000 | 
| commit | 9565cca15b6d30aefb78bcec411dea4f7b305019 (patch) | |
| tree | 1c0d58d7541b7d6fb96fb1d1d068d48eb0fca97a /src/ng/http.js | |
| parent | cd508678cd9baffd2bc0c9e11ae724a7b2ff70bb (diff) | |
| download | angular.js-9565cca15b6d30aefb78bcec411dea4f7b305019.tar.bz2 | |
chore(protractor tests): fix up e2e tests
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index 81e46970..81112bde 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -631,7 +631,7 @@ function $HttpProvider() {  <file name="http-hello.html">    Hello, $http!  </file> -<file name="protractorTest.js"> +<file name="protractor.js" type="protractor">    var status = element(by.binding('status'));    var data = element(by.binding('data'));    var fetchBtn = element(by.id('fetchbtn')); | 
