Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe73e86

Browse files
committed
h6 for Note blocks
1 parent e4f0837 commit fe73e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/07-config-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ The first view will be injected at /inbox, and the second will be inbox/email/:i
2929

3030
If you look closely, you'll notice each view has a particular Controller. Later versions of Angular (we're using one of the latest) ship with a new Controller syntax, the "Controller as" syntax, which instantiates the Controller like an Object and binds it to the current scope under a namespace. The namespace I've chosen for `InboxCtrl` is `inbox`.
3131

32-
__Note:__ You can also declare "Controller as" in-line. It'd look like this: `ng-controller="InboxCtrl as inbox"`.
32+
###### Note: You can also declare "Controller as" in-line. It'd look like this: `ng-controller="InboxCtrl as inbox"`.

0 commit comments

Comments
 (0)