Skip to content

Commit 69e7d04

Browse files
committed
Merge pull request agrublev#38 from brayniverse/patch-1
Add Syntax Highlighting
2 parents 84135b1 + acb985e commit 69e7d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The simpliest localStorage module you will ever use. Allowing you to set, get, a
1616
2. Now inside your controllers simply pass the storage factory like this
1717
``yourApp.controller('yourController', function( $scope, storage){``
1818
3. Using the ``storage`` factory
19-
```
19+
```JAVASCRIPT
2020
// binding it to a $scope.variable (minimal)
2121
storage.bind($scope,'varName');
2222
// binding full

0 commit comments

Comments
 (0)