Skip to content

Commit

Permalink
refactor($route): remove ngRoute compat layer
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Apr 16, 2014
1 parent 730b76f commit 2aede6e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,112 deletions.
4 changes: 1 addition & 3 deletions files.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ routerFiles = {
'src/viewScroll.js',
'src/viewDirective.js',
'src/stateDirectives.js',
'src/stateFilters.js',
'src/compat.js',
'src/stateFilters.js'
],
testUtils: [
'test/testUtils.js'
],
test: [
'test/*Spec.js',
'test/compat/matchers.js'
// 'test/compat/*Spec.js',
],
angular: function(version) {
return [
Expand Down
146 changes: 0 additions & 146 deletions src/compat.js

This file was deleted.

44 changes: 0 additions & 44 deletions test/compat/routeParamsSpec.js

This file was deleted.

Loading

0 comments on commit 2aede6e

Please sign in to comment.