Skip to content

Commit 6e59a56

Browse files
committed
164 Forkify: README Updates
- master links replaced with hashed links for ./src/js/index.js and ./src/js/models/Recipe.js in Index at 7.7.9 - 7.7.9: Name changed from "Building the Recipe Controller" to "Building the Recipe Controller Using the hashchange Event"
1 parent 60b1178 commit 6e59a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Syntax -
146146
3. Rendering the Loading Spinner: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/96971429d4f337dc491e52e067c56c61fcff5d06/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Search.js](https://github.com/Ch-sriram/JavaScript/blob/96971429d4f337dc491e52e067c56c61fcff5d06/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Search.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/96971429d4f337dc491e52e067c56c61fcff5d06/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/96971429d4f337dc491e52e067c56c61fcff5d06/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
147147
7. Setting Up Pagination Using <code>Element.closest()</code>, Event Delegation and <code>data-*</code> attribute in HTML5: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Search.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Search.js) | [./src/js/views/searchView.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/searchView.js) | [./src/js/views/base.js](https://github.com/Ch-sriram/JavaScript/blob/6d93b2bcd567c333a7723601904728ebb66ae9a1/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/views/base.js)
148148
8. Building the Recipe (Data) Model [Part 1]: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/12afb85cbae2448ff0c870ccc79c9043ed1b8641/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
149-
9. Building the Recipe Controller: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/master/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/master/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)
149+
9. Building the Recipe Controller Using the <code>hashchange</code> Event: [./src/js/index.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/index.js) | [./src/js/models/Recipe.js](https://github.com/Ch-sriram/JavaScript/blob/60b1178c781d46a88fe466fd81c1ee12df540e67/Modern-JS-ES6-NPM-Babel-Webpack/forkify_project/src/js/models/Recipe.js)

0 commit comments

Comments
 (0)