Commit Graph

25 Commits

Author SHA1 Message Date
Jeff Cross fa8312a1bd refactor(guide): remove setInterval example
It distracts from the flow of this step of the guide, and isn't used in the rest of the guide. 
The use case of updating data is better covered in the next step of the guide.
2015-05-19 14:29:55 -07:00
Jeff Cross 1803016cd7 fix(guide): improve "add line after" wording in displaying-data 2015-05-19 12:34:38 -07:00
Jeff Cross 111a2147c1 fix(guide): remove html escaping from displaying-data code samples 2015-05-19 12:32:55 -07:00
Jeff Cross 9827bc7466 fix(guide): remove directives that aren't yet used from displaying-data 2015-05-19 12:21:59 -07:00
Alex Wolfe b707aed54b merge with master and updates to code box directives 2015-05-19 06:33:09 -07:00
Leigh Zhu 443e4e5b5f fix variable name 2015-05-10 17:40:48 +08:00
Francisco Javier Jimenez Saez ac2155209c fix(ts): change wrong injectable class on typescript guide 02 2015-05-08 11:20:29 +02:00
Rado Kirov bdf28bc026 feat(ts): moving dev guide TS.
Removes plunker links as they don't support TS yet.
2015-05-06 14:31:50 -07:00
Alex Wolfe a85af9e15e Update bio card directive, code cleanup 2015-05-05 09:56:18 -07:00
Mike Wilcox 4cfed5cac5 fix typo 2015-05-02 19:51:25 -04:00
Trotyl Yu e7e9f07316 Fixed bugs of lt or gt
change from "template: '{{ myName }} <ul> <li *for="#name of names"<{{ name }}>/li< >/ul<',"
to "template: '{{ myName }} <ul> <li *for="#name of names">{{ name }}</li> </ul>',"
2015-04-27 00:19:07 +08:00
Alex Wolfe b66786ed55 more updates 2015-04-22 07:18:52 -07:00
Alex Wolfe 64c5aff275 displaying data fix 2015-04-22 07:17:26 -07:00
David East 1e10270f98 Docs clean up. 2015-04-22 05:42:50 -07:00
David East 5f08eecc58 Docs updates. 2015-04-22 05:42:50 -07:00
David East 7ebb9173b0 Docs changes. 2015-04-22 05:42:50 -07:00
David East 6fe86825b5 Displaying data clean up. 2015-04-22 05:42:50 -07:00
David East d3f8fb741a Live examples and formatting. 2015-04-21 17:01:09 -07:00
Naomi Black 054d3655cb docs(devguide): more edits 2015-04-19 16:32:52 -07:00
Alex Wolfe 3c9d095670 Merge branch 'api-branch' of https://github.com/angular/angular.io into api-branch 2015-04-19 15:22:46 -07:00
Alex Wolfe 95e60ce204 update to sidenav and ngbindable 2015-04-19 15:21:21 -07:00
Naomi Black ff146ceaa2 docs(displaying-data): Reworked the intro para styles. 2015-04-19 14:35:53 -07:00
Alex Wolfe 313b3636d3 displaying data guide 2015-04-19 10:24:28 -07:00
Naomi Black 8cf88739f3 first draft, code examples not working, for alex to review 2015-04-18 13:57:11 -07:00
Alex Wolfe 9eef5a660a scaffolding for guide 2015-04-18 09:12:05 -07:00