Skip to content

Commit 090de78

Browse files
2 parents 1ac360d + a4d9adb commit 090de78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AngularUI Router  [![Build Status](https://travis-ci.org/angular-ui/ui-router.png?branch=master)](https://travis-ci.org/angular-ui/ui-router)
1+
# AngularUI Router  [![Build Status](https://travis-ci.org/angular-ui/ui-router.svg?branch=master)](https://travis-ci.org/angular-ui/ui-router)
22

33
#### The de-facto solution to flexible routing with nested views
44
---
@@ -154,8 +154,8 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
154154
controller: function($scope) {
155155
$scope.things = ["A", "Set", "Of", "Things"];
156156
}
157-
})
158-
});
157+
});
158+
});
159159
```
160160

161161
**(6)** See this quick start example in action.

0 commit comments

Comments
 (0)