AngularJS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2021

  • curprev 21:4121:41, 14 September 2021Martin talk contribs 1,994 bytes +1,994 Created page with "= App = <pre> <html ng-app="notesApp"> angular.module('notesApp', []) </pre> = Services Object = <pre> function ItemObjectService() { var items = [ {id: 1, label : 'Ite..."