-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Comparing changes
Open a pull request
base repository: angular/angular-seed
base: master
head repository: andrewabogado/practice-angular-tutorial
compare: master
- 12 commits
- 9 files changed
- 2 contributors
Commits on Feb 9, 2015
-
Andrew Abogado committed
Feb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 52950cf - Browse repository at this point
Copy the full SHA 52950cfView commit details -
Create an index.html file under app/search
Andrew Abogado committedFeb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 83b9e3e - Browse repository at this point
Copy the full SHA 83b9e3eView commit details -
Create search.js, put under search folder and define the routes(URLs)…
… and controller for the search feature
Andrew Abogado committedFeb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 07455c4 - Browse repository at this point
Copy the full SHA 07455c4View commit details -
Add 'myApp.search' module on app/app.js
Andrew Abogado committedFeb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 2a68caf - Browse repository at this point
Copy the full SHA 2a68cafView commit details -
Link search.js in app/index.html
Andrew Abogado committedFeb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for f322bf6 - Browse repository at this point
Copy the full SHA f322bf6View commit details -
Add /search href in app/index.html
Andrew Abogado committedFeb 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 9304c56 - Browse repository at this point
Copy the full SHA 9304c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b12287 - Browse repository at this point
Copy the full SHA 6b12287View commit details -
Inject SearchService into the SearchController to use it get results …
…from the backend.The form in app/search/index.html calls the search() function. The term is defined by the input field in this page with ng-model=term
Configuration menu - View commit details
-
Copy full SHA for 3fb5760 - Browse repository at this point
Copy the full SHA 3fb5760View commit details -
Create mock data to for the fake backend
* Add mock-api.js on /search/mock-api * jQuery.grep on bower.json dependencies * Modify app/app.js and add a dependency on ngMockE2E * Modify app/index.html to include references to jquery.js * angular-mocks.js and mock-api.js. * Add the following HTML to app/search/index.html to display the search results.
Configuration menu - View commit details
-
Copy full SHA for de46640 - Browse repository at this point
Copy the full SHA de46640View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8bdd1 - Browse repository at this point
Copy the full SHA dd8bdd1View commit details -
To make the results more readable, change the above HTML to use a <ta…
…ble> and Angular's ng-repeat directive. This section has shown you how to fetch and display search results
Configuration menu - View commit details
-
Copy full SHA for 390adff - Browse repository at this point
Copy the full SHA 390adffView commit details -
Configuration menu - View commit details
-
Copy full SHA for e75776d - Browse repository at this point
Copy the full SHA e75776dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master